Search found 3589 matches

by Tata
Tue Mar 02, 2010 10:23 am
Forum: Deutsch
Topic: Gallery_Mod_XH mit HI_Lightbox
Replies: 3
Views: 1409

Re: Gallery_Mod_XH mit HI_Lightbox

ich wuerde sagen, dass es im <head>...</head> Section der template.htm stehen sollte.
by Tata
Mon Mar 01, 2010 8:46 pm
Forum: Addons and Plugins
Topic: Memberspages plugin
Replies: 5
Views: 2450

Re: Memberspages plugin

hi ,I have opened this file an wonder which line hereunder I should replace by the PHP Code Again: At the place where you want to see the members login form. E.g.: <tr> <td valign="top" class="menu"> <?php echo lastupdate();?> </td> </tr> <tr> <td valign="top" class="menu"> <?php echo memberslogin(...
by Tata
Mon Mar 01, 2010 4:33 pm
Forum: Changing layout
Topic: Font Size
Replies: 6
Views: 4274

Re: Font Size

BobN wrote:Hi,

No that one did the sitemap last updated area of the left menu. Guess I'll keep messing with it
Well, depends of course what you have in your template. Try to add the toc() call in a DIV with the class="menu"

Code: Select all

<div class="menu"><?php echo toc();?></div>
by Tata
Mon Mar 01, 2010 4:27 pm
Forum: Addons and Plugins
Topic: Memberspages plugin
Replies: 5
Views: 2450

Re: Memberspages plugin

PHP code goes in template.htm on desired place (where the login form shall be placed). The CMSimple codes go into the page content.
by Tata
Sun Feb 28, 2010 10:32 pm
Forum: Changing layout
Topic: Font Size
Replies: 6
Views: 4274

Re: Font Size

How about this?

Code: Select all

.menu{padding-left:0px;font-weight:normal;font-size:11px;color:#0F0F0F;}
by Tata
Sun Feb 28, 2010 9:20 pm
Forum: Changing layout
Topic: Font Size
Replies: 6
Views: 4274

Re: Font Size

Have you ever looked into the stylesheet.css?
by Tata
Sat Feb 27, 2010 5:31 pm
Forum: Addons and Plugins
Topic: Carosel
Replies: 5
Views: 2396

Re: Carosel

If I'm not wrong, this plugin has pictures automaticaly linked to the gallery pictures. Right now I can't check it.
by Tata
Sat Feb 27, 2010 4:25 pm
Forum: Addons and Plugins
Topic: Carosel
Replies: 5
Views: 2396

Re: Carosel

If you mean Carousel plugin from URCeleb, look in plugin configuration.
by Tata
Sat Feb 27, 2010 2:49 pm
Forum: Addons and Plugins
Topic: kissgallery
Replies: 7
Views: 2899

Re: kissgallery

Try to play with

Code: Select all

.kissgallery_photo {padding: ...}
or other "padding" values.
by Tata
Sat Feb 27, 2010 7:29 am
Forum: Addons and Plugins
Topic: kissgallery
Replies: 7
Views: 2899

Re: kissgallery

It is usually the [css/stylesheet.css] in most of plugins. Or the [slimbox/stylesheet.css] if used.