I finally got it.
I made my own RT in template/inc_script/frontend_render called navi.php
If anyone else wants to know, it's contents are as follows:
<?php
$content['all'] = str_replace('{BTVNAVI}', build_btvnav(0, 'class="navig twolevel"', 'class="selected"'), $content['all']);
// returns ...
Search found 8 matches
- Tue 26. Jun 2007, 17:20
- Forum: phpwcms Support English
- Topic: NAV_LIST_UL modifications
- Replies: 11
- Views: 6335
- Tue 26. Jun 2007, 15:21
- Forum: phpwcms Support English
- Topic: NAV_LIST_UL modifications
- Replies: 11
- Views: 6335
- Mon 25. Jun 2007, 23:05
- Forum: phpwcms Support English
- Topic: NAV_LIST_UL modifications
- Replies: 11
- Views: 6335
NAV_LIST_UL modifications
Hello all!
I'm in need of some help.
Basically I would like to have a menu structured like so:
<ul class="myClass">
<li>Parent 1</li>
<li class="selected">Parent 2
<ul>
<li>Child 1 of Parent 2</li>
<li class="selected">Child 2 of Parent 2</li>
</ul>
</li>
<li>Parent 3
<ul>
<li>Child ...
I'm in need of some help.
Basically I would like to have a menu structured like so:
<ul class="myClass">
<li>Parent 1</li>
<li class="selected">Parent 2
<ul>
<li>Child 1 of Parent 2</li>
<li class="selected">Child 2 of Parent 2</li>
</ul>
</li>
<li>Parent 3
<ul>
<li>Child ...
- Sat 23. Jun 2007, 21:43
- Forum: phpwcms Support English
- Topic: Styling first item of a list differently?
- Replies: 2
- Views: 1348
Styling first item of a list differently?
Hello all,
Say you have a file list, or any list generated by phpwcms, and you want to style the very first item differently than the rest (e.g. the first item has no border but the rest of the items have a top-border).
Is there any way to do this?
Thanks!
Say you have a file list, or any list generated by phpwcms, and you want to style the very first item differently than the rest (e.g. the first item has no border but the rest of the items have a top-border).
Is there any way to do this?
Thanks!
- Fri 22. Jun 2007, 00:28
- Forum: phpwcms Support English
- Topic: RT for content title of teaser/link article?
- Replies: 3
- Views: 1395
- Thu 21. Jun 2007, 22:04
- Forum: phpwcms Support English
- Topic: RT for content title of teaser/link article?
- Replies: 3
- Views: 1395
RT for content title of teaser/link article?
Hello,
I want to style the content title (h3's) of a teaser/link article. Are there any replacement tags to get the content title of a teaser/link article?
I am using a custom template for my teaser/link article.
Thanks!
I want to style the content title (h3's) of a teaser/link article. Are there any replacement tags to get the content title of a teaser/link article?
I am using a custom template for my teaser/link article.
Thanks!
- Thu 21. Jun 2007, 15:14
- Forum: phpwcms Support English
- Topic: Broken category links?
- Replies: 3
- Views: 1637
Juergen,
You're amazing! Thanks it worked!
But what if I wanted to have my urls look like http://www.example.com/aboutus
Is that possible?
You're amazing! Thanks it worked!
But what if I wanted to have my urls look like http://www.example.com/aboutus
Is that possible?
- Wed 20. Jun 2007, 22:05
- Forum: phpwcms Support English
- Topic: Broken category links?
- Replies: 3
- Views: 1637
Broken category links?
Hello,
I am new to phpwcms and have implemented my own custom template. However the navigation links that are generated seem to be broken. (Using {NAV_TABLE_SIMPLE})
All of the category's only have 1 article per page. Is there anyway to make the category link point towards the one and only article ...
I am new to phpwcms and have implemented my own custom template. However the navigation links that are generated seem to be broken. (Using {NAV_TABLE_SIMPLE})
All of the category's only have 1 article per page. Is there anyway to make the category link point towards the one and only article ...