PHP General :: Invisible page
This thread was displayed: 0 times
Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
Danny Dawson
04-08-2007 20:14:33 GMT +2
|
Gone through the content management tutorial and the invisible page does not work. All pages / articles are still visible on either setting in the admin form. Any suggestions welcome.
|
|
|
Razvan Racasanu[InterAKT]
04-13-2007 17:19:41 GMT +2
|
Hello,
To hide those pages, you need to edit the recordsets that extract them from the database and also add the condition visible_pag = 1.
Regards,
Razvan RACASANU
|
|
|
Danny Dawson
04-14-2007 22:24:45 GMT +2
|
Thanks for that, but I don't know a thing about PHP or SQL. Which recordsets do you edit and what code do you insert or change in these recordsets? Also, where do you place invisible_pag = 1? Regards Danny
|
|
|
Razvan Racasanu[InterAKT]
04-16-2007 14:11:17 GMT +2
|
Hello,
To display the articles (either the list or the article itself) you have created recordsets on the page_pag table. It is these recordsets that you must filter. If they are already filtered, you need to click on the Advanced button and add this to the existing WHERE clause:
AND visible_pag = 1
Regards,
Razvan RACASANU
|
|
|
Danny Dawson
04-16-2007 14:36:38 GMT +2
|
Brilliant! - its working. Thank you very much for your help. Danny
|
|
|