HOME TIPS FORUMS DOWNLOADS
   »»  Tips Archive |
Themes : jQuery and XOOPS
Posted by nachenko on 2007/10/31 18:23:20 (4675 reads)
Themes

jQuery is XOOPS compatible if you follow these tips.

You can use jQuery library in your XOOPS theme, as usual, but if you just follow jQuery's official documentation, you won't be able to run it properly in all browsers.

There's an incompatibility between jQuery and XOOPS own javascript code, but it can be overriden.

Read More... | 1 comment
Themes : How to keep long quotes and lines of code from stretching your page.
Posted by JMorris on 2005/11/26 18:22:10 (4916 reads)
Themes

In your theme's style.css, replace the default CSS styles for div.xoopsCode and div.xoopsQuote with the following.

Read More... | 1 comment
Themes : Create Your Own Multi-Themed Xoops Site
Posted by tl001 on 2005/5/12 11:20:33 (17619 reads)
Themes

You may have noticed some Xoops users are using multiple themes on their sites. The themechanger module by suin will help you change themes per modules. This tutorial provides a different and simpler way of changing themes.

The best way of illustrating it is by showing an example. The following steps are what we did for our site.

Read More... | 21 comments
Themes : Two CenterCenter Blocks and More
Posted by tl001 on 2005/2/22 9:03:52 (3259 reads)
Themes

One limiting factor of Xoops system is the fixed display of blocks. Once you have used up Left, Right, CenterCenter, CenterRight, CenterLeft blocks, you will not be able to use any other blocks unless you manually pull information and display on your web site.

Read More... | Comments?
Themes : Replace BlockTitle with Image
Posted by tl001 on 2005/1/22 16:03:25 (2801 reads)
Themes

It is not too difficult to replace the BlockTitle text with an image. You will need to make changes to the theme file and each individual block.

Read More... | 1 comment
(1) 2 3 »