Search found 132 matches

by Nik2004
Wed 6. Oct 2004, 15:03
Forum: phpwcms Support English
Topic: How to make Guestbook messages "invisible"?+encodi
Replies: 5
Views: 9645

Making Guestbook moderated

Answering my own questions: I found that I can edit: include\inc_front\content\cnt18.article.inc.php. I modified the query as follows: $guestbook['sql'] = "INSERT INTO ".DB_PREPEND."phpwcms_guestbook SET "; $guestbook['sql'] .= "guestbook_cid='".intval($crow["acont...
by Nik2004
Tue 5. Oct 2004, 09:32
Forum: phpwcms Support English
Topic: How to make Guestbook messages "invisible"?+encodi
Replies: 5
Views: 9645

How to make Guestbook messages "invisible"?+encodi

Hi, My question is: can I make the guestbook moderated? That is, when someone submits a message, this would not be displayed directly, but it would be available to the administrator who would decide whether to authorize the message or not. Even at the code level, what should I change in the code to ...
by Nik2004
Thu 2. Sep 2004, 16:33
Forum: phpwcms Support English
Topic: Customization of article lists. What to edit?
Replies: 3
Views: 1537

Managed to customize these things

Thanks guys. I managed to do the tricks I needed.
by Nik2004
Wed 1. Sep 2004, 17:14
Forum: phpwcms Support English
Topic: Customization of article lists. What to edit?
Replies: 3
Views: 1537

Customization of article lists. What to edit?

Hi, First, I have created a list of articles with {NEW:X} tag, and it is displayed OK. But I want to customize its display. I need to: 1. Remove the edit-date of article from the beginning of each entry. 2. Enter a particular image at the beginning of each entry 3. Display the first X characters of ...
by Nik2004
Wed 1. Sep 2004, 15:04
Forum: hacks & enhancements
Topic: Replacement tag does not get interpreted!! Please help!
Replies: 1
Views: 1943

The NEWCATID tag works fine!

After some code reading, I found the tag works fine! It just needs the CID rather than alias in {NEWCATID:No_of_items:CID}.

This tag is essentially NEW, with just an sql change. Simple, yet great tag.

Nick.
by Nik2004
Wed 1. Sep 2004, 13:05
Forum: phpwcms Support English
Topic: Replacement tag does not get interpreted!! Please help!
Replies: 1
Views: 684

Replacement tag does not get interpreted!! Please help!

I followed the directions at http://www.phpwcms.de/forum/viewtopic.php?t=274 to add a replacement tag, but the tag does not get interpreted at all! It is displayed as initially inserted in the template. No error or any attempt of the system to interpret it! Any clue? I tried many edits of the associ...
by Nik2004
Wed 1. Sep 2004, 12:57
Forum: hacks & enhancements
Topic: Replacement tag does not get interpreted!! Please help!
Replies: 1
Views: 1943

Replacement tag does not get interpreted!! Please help!

I followed the directions at http://www.phpwcms.de/forum/viewtopic.php?t=274 to add a replacement tag, but the tag does not get interpreted at all! It is displayed as initially inserted in the template. No error or any attempt of the system to interpret it! Any clue? I tried many edits of the associ...
by Nik2004
Wed 1. Sep 2004, 07:24
Forum: phpwcms Support English
Topic: NAV_TABLE_COLUMN:XX not working after level 2?? Please help
Replies: 6
Views: 1770

It worked

Thanks pepe,

That did the trick. It works like a charm now.

Thanks again.
by Nik2004
Tue 31. Aug 2004, 16:52
Forum: phpwcms Support English
Topic: NAV_TABLE_COLUMN:XX not working after level 2?? Please help
Replies: 6
Views: 1770

NAV_TABLE_COLUMN:XX not working after level 2?? Please help

Hi, I have a site structure like the following: Home +Page 1 ++ Page 1.1 ++ Page 1.2 ++ Page 1.3 +Page 2 ++ Page 2.1 ++ Page 2.2 ++ Page 2.3 ++ Page 2.4 +Page 3 ++ Page 3.1 ++ Page 3.2 ++ Page 3.3 +Page 4 ++ Page 4.1 ++ Page 4.2 ++ Page 4.3 ... I am trying to use NAV_TABLE_COLUMN:XX to display suble...
by Nik2004
Sat 14. Aug 2004, 12:58
Forum: hacks & enhancements
Topic: Navigation: same-level and below-levels only - NAV_LIST_ALL
Replies: 0
Views: 1828

Navigation: same-level and below-levels only - NAV_LIST_ALL

Hi, I would like to ask how I can display in a custom navigation menu all same-level and below-level subcategories of the currently displayed page. This has been discussed in http://www.phpwcms.de/forum/viewtopic.php?t=1423&start=0 and http://www.phpwcms.de/forum/viewtopic.php?t=1762&start=0...
by Nik2004
Fri 13. Aug 2004, 14:52
Forum: phpwcms Support English
Topic: Navigation: same-level and below-levels only - NAV_LIST_ALL
Replies: 0
Views: 1065

Navigation: same-level and below-levels only - NAV_LIST_ALL

Hi, I would like to ask how I can display in a custom navigation menu all same-level and below-level subcategories of the currently displayed page. This has been discussed in http://www.phpwcms.de/forum/viewtopic.php?t=1423&start=0 and http://www.phpwcms.de/forum/viewtopic.php?t=1762&start=0...
by Nik2004
Mon 9. Aug 2004, 14:40
Forum: phpwcms Support English
Topic: List articles of a specific category
Replies: 4
Views: 1256

How to display articles of other categories?

Hi,

If you have found a solution to this problem, please notify me. I want to display article lists of two categories (e.g. Announcements and News) in the homepage.

Anyone else who may have a workaround?

Nick