HOME TIPS FORUMS DOWNLOADS
   »»  Tips Archive |
Tricks/Tools : How XOOPS Renders Pages You Are Viewing
Posted by tl001 on 2007/6/5 11:10:00 (4881 reads)

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.

Read More... | 1 comment
Tricks/Tools : FCH and Template Modification
Posted by tl001 on 2007/2/19 11:45:28 (4206 reads)
Tricks/Tools

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.



Comments?
Tricks/Tools : XOOPS_TRUST_PATH and Module Duplication
Posted by tl001 on 2006/10/16 21:40:00 (8323 reads)
Tricks/Tools

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.

Read More... | 6 comments
Tricks/Tools : meta description
Posted by pcpanne on 2006/5/14 13:23:34 (4535 reads)
Tricks/Tools

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

1 comment
Tricks/Tools : Fine-Tune Group Permission
Posted by tl001 on 2006/1/21 12:10:19 (4547 reads)
Tricks/Tools

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.

Read More... | 1 comment
(1) 2 3 4 5 6 ... 10 »