Search found 8 matches

by funcman
Tue 26. Jun 2007, 17:20
Forum: phpwcms Support English
Topic: NAV_LIST_UL modifications
Replies: 11
Views: 6190

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 the ...
by funcman
Tue 26. Jun 2007, 15:21
Forum: phpwcms Support English
Topic: NAV_LIST_UL modifications
Replies: 11
Views: 6190

Thanks for your response flip-flop.

In regards to creating my own RT, how can I get an array of all of the structure level ID's without hard coding them in?
by funcman
Mon 25. Jun 2007, 23:05
Forum: phpwcms Support English
Topic: NAV_LIST_UL modifications
Replies: 11
Views: 6190

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 1 of Parent 3 ...
by funcman
Sat 23. Jun 2007, 21:43
Forum: phpwcms Support English
Topic: Styling first item of a list differently?
Replies: 2
Views: 1267

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!
by funcman
Fri 22. Jun 2007, 00:28
Forum: phpwcms Support English
Topic: RT for content title of teaser/link article?
Replies: 3
Views: 1338

Thanks for your reply pepe, however I think you misunderstood me, I am talking about the content title not the title of the individual articles. In the following case it would be "2007 Releases" http://electroall.com/1.png My template code: <ul class="linksmenu"> <li> <a href="#" onclick="window ...
by funcman
Thu 21. Jun 2007, 22:04
Forum: phpwcms Support English
Topic: RT for content title of teaser/link article?
Replies: 3
Views: 1338

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!
by funcman
Thu 21. Jun 2007, 15:14
Forum: phpwcms Support English
Topic: Broken category links?
Replies: 3
Views: 1612

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?
by funcman
Wed 20. Jun 2007, 22:05
Forum: phpwcms Support English
Topic: Broken category links?
Replies: 3
Views: 1612

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 ...