681
Burning
Re: is there an ad module available..
  • 2008/5/30 11:28

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi,

Better than a module (because it uses xoops' banners and blocks), a little hack by slyss

> here

@+
Still learning CSS and... english



682
Burning
Re: How do you change the size of the login boxes
  • 2008/5/30 11:25

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi,

Try also to reduce these values

Quote:

font-size:1em;
margin:0 0 2px;
padding:.1em;


@+
Still learning CSS and... english



683
Burning
Re: How do you change the size of the login boxes
  • 2008/5/28 16:41

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi,

Try to edit /css/content-data.css ("width" property):

#xo-userbar input[type=text],#xo-userbar input[type=password] {
width:80px;
font-family:ArialHelveticasans-serif;
font-size:1em;
color:#3676b0;
background-color:#fcfcfc;
border:1px solid #bbb;
outline:none!important;
margin:0 0 2px;
padding:.1em;
}

#xo-userbar input[type=text]:hover,#xo-userbar input[type=password]:hover {
font-size:1em;
background-color:#fff;
color:#639ace;
border:1px solid #3676b0;
outline:none!important;
}

#xo-userbar input[type=text]:focus,#xo-userbar input[type=password]:focus {
outline:none!important;
font-size:1em;
border:1px solid #3676b0!important;
background-color:#fff;
color:#639ace;
}


@+
Still learning CSS and... english



684
Burning
Re: I want to remove the option for people to register themselves
  • 2008/5/19 19:17

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi,

Take a look to /modules/system/templates/system_block_login.html

@+
Still learning CSS and... english



685
Burning
Re: XOOPS Consultanting Needed
  • 2008/5/18 20:14

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi,

Quote:
Is there any way of downloading a WSWIG editor and making it the default for all modules.

Wysiwyg editors have to be installed a part from modules. Then you can select it. You should make a search with "tinyeditors" and "xoopseditor"...

To get one editor to your forms (e.g. tinyeditor), just modify class/xoopsform/formdhtmltextarea.php. Change :
var $htmlEditor = array();

to
var $htmlEditor = array( 'XoopsFormTinyeditorTextArea''/class/xoopseditor/tinyeditor/formtinyeditortextarea.php' );


For developpers, some e-books are available here

@+
Still learning CSS and... english



686
Burning
Re: Converting Rapidweaver Theme to Xoops
  • 2008/5/18 20:08

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi,

This software doesn't seem free... what's about themes ?

If there is no licence matter, you could use xoops' gabarits (three fist icons here).

@+
Still learning CSS and... english



687
Burning
Re: Userpages Problem
  • 2008/5/16 16:37

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi,

Have you try Userpage with TinyEditor ? You could provide some tools for members (especially HTML button).

@+
Still learning CSS and... english



688
Burning
Re: News 1.56 and an editor...
  • 2008/5/16 16:30

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi,

Quote:
With DHTML editor, all the extra buttons don't work.. e.g. adding images, clicking bold, etc. - a click just gives no reaction..

This kind of problem happens with some themes. It's for all your forms or only news ? Have you try with default theme ?

You should verify this point : <{$xoops_module_header}> has to be just before </head> in theme.html


For partial view in News... have you copy additionnal files (/xoopseditor) in /class folder ?

@+
Still learning CSS and... english



689
Burning
Re: wysiwyg editors help!
  • 2008/5/13 10:48

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


Thanks, one version... it's more clear now
Still learning CSS and... english



690
Burning
Re: MyAlbum-P - different templates
  • 2008/5/12 17:54

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi,

There are some templates with this theme.

I'm not sure is that you're looking for, so you can take a look before here.

@+

nb : to make it works, you have to install Tellafriend
Still learning CSS and... english




TopTop
« 1 ... 66 67 68 (69) 70 71 72 ... 74 »



Login

Who's Online

167 user(s) are online (97 user(s) are browsing Support Forums)


Members: 0


Guests: 167


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits