Search found 38 matches

by hidiho
Sun 21. Mar 2004, 11:42
Forum: phpwcms Support English
Topic: {PHP:} & parseing variables
Replies: 19
Views: 7899

Hi all, as i was reading this thread, i had a flashback: someone already solved it with a short hack (fatxu was his name). The thread: http://phpwcms.de/forum/viewtopic.php?t=410 and his hack: i change some code in front.func.inc.php. so i can transfer some value to my ext php. Code: function includ...
by hidiho
Sat 20. Mar 2004, 18:12
Forum: phpwcms Support English
Topic: Email Form Layout
Replies: 2
Views: 1366

Yep, look in content.article.inc.php for the following: //Email Form ........ //INPUT TEXT case "IT": $content["main"] .= "<tr><td class=\"formLabel\" align=\"right\">".must_filled($cfield[2]).$cfield[3]."</td><td>"; and so on.. change alig...
by hidiho
Fri 19. Mar 2004, 08:58
Forum: phpwcms Support English
Topic: horizontal navigation
Replies: 11
Views: 3805

Argos Sure you can. Again an (tiny) example: Suppose you've the following main entries: Services (alias=services, id=1) - sub service 1 (alias=services1, id=2) - sub service 2 (alias=services2, id=3) Contact (alias=contact, id=4) - send a mail (alias = webform, id=5) - location (alias = location, id...
by hidiho
Fri 19. Mar 2004, 08:45
Forum: phpwcms Support English
Topic: Aktuelle Kategorie als Replacement-Tag
Replies: 4
Views: 1755

Blackout, Read the following threads: replacement tag for pagetitle: http://www.phpwcms.de/forum/viewtopic.php?t=993&highlight=content+types Olivers answer to creating special replacement tags, you need to use the right structure/array (i'm no php man) and pull the one you need out of it: http:/...
by hidiho
Fri 19. Mar 2004, 08:30
Forum: phpwcms Support English
Topic: How to show content on category links in navigation?
Replies: 11
Views: 3095

Hi Argos

No problem :D
But ehhh, you really should try another hoster, this one is extremely slow, page loading takes over 15 seconds....

regards

hidiho
by hidiho
Thu 18. Mar 2004, 23:51
Forum: phpwcms Support English
Topic: NAV_TABLE_COLUMN unfolded ?
Replies: 10
Views: 3960

Maybe we should ask Jan212,

he created the sitemap-hack which is basically (read his post) an adjusted {NAV_TABLE_COLUMN} layout....

http://www.phpwcms.de/forum/viewtopic.php?t=1250

regards

hidiho
by hidiho
Thu 18. Mar 2004, 23:40
Forum: phpwcms Support English
Topic: How to show content on category links in navigation?
Replies: 11
Views: 3095

Argos, it's easy (couldn't check your site - wont load). Say this is your structure: Services - item 1 - item 2 You want that clicking on Services will make the article for item 1 to show up. How? Create an article under Services. Leave every field empty, but use the field redirect as follows: http:...
by hidiho
Thu 18. Mar 2004, 15:58
Forum: phpwcms Support English
Topic: How to show content on category links in navigation?
Replies: 11
Views: 3095

Jerome, If you ever come to the conclusion that an article for the cetegory header, say Notes, has no meaning, then consider the following: create an article in e.g. Notes, leave all fields empty except: place a redirect [in the redirect field] to the first page under Notes which contains actual con...
by hidiho
Thu 11. Mar 2004, 17:56
Forum: phpwcms Support English
Topic: show content in other then the main table
Replies: 53
Views: 33088

Changes in position not saved

Hi Spirou First: neat hack, does it quite well. But... whatever i try to change in the article content part, nothing changes: it allways stays on checked: 1 So when i check 4 and click save, then the saved page shows 1 checked again. When creating a new article, then the selection is saved and kept....
by hidiho
Sun 22. Feb 2004, 08:02
Forum: phpwcms Support English
Topic: NAV_TABLE_COLUMN unfolded ?
Replies: 10
Views: 3960

Then you'll have your sitemap too ;-)

regards

hidiho
by hidiho
Thu 19. Feb 2004, 11:10
Forum: phpwcms Support English
Topic: How to show the pagetitle with PHP tag?
Replies: 3
Views: 1314

How to show the pagetitle with PHP tag?

Hi all, Is there a way to show the article title or pagetitle somewhere on the page? like: [PHP]echo $content["pagetitle"];[/PHP] ?? Because, when i use this: nothing happens.... I would like to use it as a sort of header within a div tag... Hope someone has the solution Kind regards Hidiho
by hidiho
Sun 15. Feb 2004, 18:31
Forum: phpwcms Support English
Topic: search function
Replies: 18
Views: 11862

Hi Dennis, if not solved yet: i used your code in my template, changed only the 7 into my own search id and it worked fine So the code is ok Now: when creating a search page (id=7 in your case) this code (see above) should only be used on other pages or in the template. Please just state where you p...
by hidiho
Mon 19. Jan 2004, 17:36
Forum: phpwcms Support English
Topic: How to get the cat_name
Replies: 13
Views: 3780

Frold suppose the following you've a template with the header/main/left etc your sitestructure is: - home [id=1] --- about us [id=2] - services [id=3] --- special services one [id=4] - products [id=5] --- computers [id=6] you want the header to show the image services.gif when services (or it's subl...
by hidiho
Mon 19. Jan 2004, 15:37
Forum: phpwcms Support English
Topic: How to get the cat_name
Replies: 13
Views: 3780

Now i use it for everything and make section specific layouts without creating 21 templates! :D it really works great
by hidiho
Mon 19. Jan 2004, 10:21
Forum: phpwcms Support English
Topic: article list with summary
Replies: 8
Views: 2775

Indeed, great!

Now i can use this one: i was looking for it too

hidiho