The page for your category will automatically display a list of all the articles in that category (add some more articles to see this).
-and-
To make a list of articles in a specific category display on a page other than the category page, you use the 'Article List" Content Part. Content parts are ...
Search found 69 matches
- Tue 13. Jul 2004, 20:38
- Forum: phpwcms Support English
- Topic: menu question
- Replies: 12
- Views: 4343
- Tue 13. Jul 2004, 20:03
- Forum: phpwcms Support English
- Topic: menu question
- Replies: 12
- Views: 4343
- Tue 13. Jul 2004, 19:05
- Forum: phpwcms Support English
- Topic: menu question
- Replies: 12
- Views: 4343
- Tue 13. Jul 2004, 18:05
- Forum: phpwcms Support English
- Topic: Add a sitewide search form??:!:
- Replies: 11
- Views: 4319
- Tue 13. Jul 2004, 17:53
- Forum: phpwcms Support English
- Topic: Add a sitewide search form??:!:
- Replies: 11
- Views: 4319
That's interesting. I am using a mac and none of my browsers (Internet Explorer, Safari, Firebird, Opera ) show this. They do show the hint windows for the other interface widgets (cut, delete, etc), but not for the red x icon to the left of the article title. Is there a way to extract the article ...
- Tue 13. Jul 2004, 16:56
- Forum: phpwcms Support English
- Topic: Add a sitewide search form??:!:
- Replies: 11
- Views: 4319
- Tue 13. Jul 2004, 00:13
- Forum: phpwcms Support English
- Topic: Add a sitewide search form??:!:
- Replies: 11
- Views: 4319
oops wait I spoke too soon. It only works on the page with the search content part (the ID:9 page). It does not work on any other pages, even though the form is visible on all pages. ???
I have created a search structure level and a search page with a search content part. Here's the code I am using ...
I have created a search structure level and a search page with a search content part. Here's the code I am using ...
- Mon 12. Jul 2004, 23:46
- Forum: phpwcms Support English
- Topic: paht to images -- in onLoad field?
- Replies: 2
- Views: 1016
- Mon 12. Jul 2004, 23:30
- Forum: phpwcms Support English
- Topic: Add a sitewide search form??:!:
- Replies: 11
- Views: 4319
- Mon 12. Jul 2004, 21:43
- Forum: phpwcms Support English
- Topic: paht to images -- in onLoad field?
- Replies: 2
- Views: 1016
paht to images -- in onLoad field?
In the onLoad field of Template area, what path do I use to preload images in my 'picture' folder? I am using the same path as for the normal state images (picture/image.gif), but the over state images are not preloading. Any ideas?
The actual code is more complex than I mentioned above and does ...
The actual code is more complex than I mentioned above and does ...
- Mon 12. Jul 2004, 19:14
- Forum: phpwcms Support English
- Topic: LINKS in navigation menu using javascript
- Replies: 8
- Views: 2047
- Mon 12. Jul 2004, 18:05
- Forum: phpwcms Support English
- Topic: LINKS in navigation menu using javascript
- Replies: 8
- Views: 2047
- Sun 11. Jul 2004, 02:28
- Forum: phpwcms Support English
- Topic: LINKS in navigation menu using javascript
- Replies: 8
- Views: 2047
- Sun 11. Jul 2004, 02:10
- Forum: phpwcms Support English
- Topic: LINKS in navigation menu using javascript
- Replies: 8
- Views: 2047
OK I can now answer my own question after being forced to look at another wcms site's code.
For those of you interested in doing this, all you have to do is use the following link structure:

For those of you interested in doing this, all you have to do is use the following link structure:
Code: Select all
<a href="index.php?yourStructureAliasHere..."
- Sun 11. Jul 2004, 01:49
- Forum: phpwcms Support English
- Topic: LINKS in navigation menu using javascript
- Replies: 8
- Views: 2047
LINKS in navigation menu using javascript
How do I link to my site structure from a custom menu? The menu is made from images with Javascript rollovers. Each is coded like this:
<a href="#" onMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage('menu_r2_c1','','/cms/picture/menu_r2_c1_f2.gif',1);"><img name="menu_r2_c1" src="/cms ...
<a href="#" onMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage('menu_r2_c1','','/cms/picture/menu_r2_c1_f2.gif',1);"><img name="menu_r2_c1" src="/cms ...