Bassman Themes
ImpressCMS & XOOPS Themes

Content Menu

Add Me!



Themes


(37 themes)

Headlines


Xoops Tips
  Updated Wed, 22 May 2013 16:04:31 -0500
Description Tip it and Use it
Webmaster http://xoops-tips.com/
Category News
Generator Xoops
Language en
How to avoid a protector IP ban the easy way.
Published:
Description: Imagine you're dumb enough to make Protector ban from your own site.

These things happens.

Trick 1: Try to get a new IP. Switch off/on your cable modem/ADSL router, whatever you have, restart computer.

Trick 2: Use Google translate to translate the page to another language. If you want to read a text, just put your mouse over it and see the wonders of javascript in action. Log in into your own control panel, remove your own banned IP. Continue as usual.
  more...
jQuery and XOOPS
Published:
Description: 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.

  more...
How XOOPS Renders Pages You Are Viewing
Published:
Description: An article by Ignacio Segura, "nachenko" www.pensamientosdivergentes.net
thanks to davidl2 and wtravel for reviewing.

In this article we'll explain how the URL you wrote in the address bar became the nice page you're viewing at this moment.  more...
FCH and Template Modification
Published:
Description: GIJOE's Fastest Cache Hack (FCH) provides a much better and faster way of caching Xoops contents. It is per page per module. If you were to modify the templates of a particular module, you would have to wait for the cached contents to expire to get the "new look" of the previously cached contents.

A fast way to expire the cached contents is to delete all the files in XOOPS_TRUST_PATH/fullcache. If .htaccess (usually hidden) shows, make sure you do not delete it.



  more...
XOOPS_TRUST_PATH and Module Duplication
Published:
Description: XOOPS_TRUST_PATH was introduced by GIJOE (based on minahito’s idea as GIJOE credited). The idea and/or concept of XOOPS_TRUST_PATH is to secure a Xoops module by moving all of the module’s PHP files out of web root or DOCUMENT_ROOT.   more...
meta description
Published:
Description: For each xoops page will have a single description.

in theme.html change
<meta name="description" content="<{$xoops_meta_description}>" />

to
<meta name="description" content="<{$xoops_pagetitle}>" />


and the same thing for meta keywords  more...
News Articles Block
Published:
Description: Many Xoopsers have asked if it is possible to set Startup Modules to none while still be able to show news items at the front page.

Some just prefer yoursite to yoursite/modules/news/
  more...
Fine-Tune Group Permission
Published:
Description: Xoops GroupPermission lets you assign various permission rights cross a module. However, there are occasions that you will need to fine-tune permission based group IDs.
  more...
Prevent Prefetching
Published:
Description: One of the most STUPID and annoying creations by Mozilla/Firefox is prefetching. IMHO, one day because of this idiotic feature, Firefox may end up being banned by most webmasters. Unless, M$ stupid enough to follow the mistakes of Mozilla.

A browser (firefox) with prefetching option ON or with Goolge accelerator/prefetcher will download every links founded on your site. It behaves exactly like a bad/rogue crawler trying to crawl every links of your site.

  more...
How to keep long quotes and lines of code from stretching your page.
Published:
Description: In your theme's style.css, replace the default CSS styles for div.xoopsCode and div.xoopsQuote with the following.
  more...

Projects