Contributions
Box_categories_pro_V1.1
Box categories pro V1.1 by Sheakspeer
This module enables you to post the categories and under categories as in the majority of the pro web
sites like MSN.
Compatible URL Rewriting and Cname, it enables you to facilitate your referencing in the majority
of the search engines.
Visit our site to see in live: http://www.creaonline.fr
--------------------------
Ce module vous permet d'afficher les categories et sous categories comme dans la plupart des sites pro
type MSN.
Compatible URL Rewriting et Cname, il vous permet de faciliter votre référencement dans la plupart
des moteurs de recherche.
Visitez notre site pour avoir un apperçu en fonction: http://www.creaonline.fr
Expand All / Collapse All
exactly the same thing but this times it's w3c standards compliant
code improved for a best use of CSS
this version use a list like this:
<ul>
<li>categorie1</li>
<ul>
<li>sub-cat1</li>
<li>sub-cat2</li>
<li>sub-cat3</li>
</ul>
<li>categorie2</li>
... etc.
</ul>
Box categories pro V2 + CSS
- displays permanently and main categories
and sub-categories of 1st row
(it's still possible to view all sub-categories).
- introduces 4 CSS classes to easily customize
the appearance of the menu
(main category, opened main category,
subcategory, opened subcategory).
- correction of errors tag from Box categories pro v1.1
- easy installation : new categories.php file and some lines to add in the stylesheet.css file.
-
the categories.php file contains some errors :
</ul> without <ul>, </li> without <li>. so
1. erase line 100
$categories_string .= '</ul>';
2. if you want <li> effect change line 53
if ($level{$categories['categories_id']} == 1) { $categories_string .= '</li><br>'; }
to
if ($level{$categories['categories_id']} == 1) { $categories_string .= '<li><br>'; }
OR, if you don't want <li> effect, juste erase this line 53 AND the line 59
if ($level{$categories['categories_id']} == 1) { $categories_string .= '</li>'; }
3. change <br> to <br /> (twice).
note: the included file is the original one.
Box categories pro V1.1 by Sheakspeer
This module enables you to post the categories and under categories as in the majority of the pro web
sites like MSN.
Compatible URL Rewriting and Cname, it enables you to facilitate your referencing in the majority
of the search engines.
Visit our site to see in live: http://www.creaonline.fr
--------------------------
Ce module vous permet d'afficher les categories et sous categories comme dans la plupart des sites pro
type MSN.
Compatible URL Rewriting et Cname, il vous permet de faciliter votre référencement dans la plupart
des moteurs de recherche.
Visitez notre site pour avoir un apperçu en fonction: http://www.creaonline.fr
Note: Contributions are used at own risk.