wintek
Newbie   Posts: 3 Registered: 12/12/2002 Status: Offline
|
posted on 12/14/2002 at 04:30 AM |
I just want to say how great a program PostWrap is! it is the must-have
moudule for PostNuke. Being an old HTML hacker, I would not be able to run
PostNuke with something like PostWrap. Keep up the great work!
I do have a question. I am unable to get URL Security / Aliasing to work
with the &index=1 switch. I have sucessfully have it working
(&index=1) in generic menu and ContentExpress. Are there any
"gottchas" I should know about with &index=1 switch?
Again, thanks for the great Module and support!!!
wintek
[Edited on 12/14/2002 by wintek] ____________________ [url=http://www.webzhosting.com]WebzHosing[/url]
[url=http://www.webzhosting.com]Discount Web Hosting[/url]
|
| |
| |
shawn
Administrator   Posts: 4608 Registered: 10/7/2002 Status: Offline
|
posted on 12/18/2002 at 07:08 PM |
You are correct, this probably won't work in the URL security section.
I'll look at what can be done for the next release.
One workaround for now if you want $index=1 on all PostWrap pages is the
following at the top of theme.php:
<?
if(pnModGetName() == "PostWrap") {
$index = 1;
}
?>
-Shawn
[Edited on 12/18/2002 by shawn] |
| |
wintek
Newbie   Posts: 3 Registered: 12/12/2002 Status: Offline
|
posted on 12/18/2002 at 10:03 PM |
Thanks for the speedy reply. I'll give that a try.
Oh. Sorry for posting this in the wrong section. ____________________ [url=http://www.webzhosting.com]WebzHosing[/url]
[url=http://www.webzhosting.com]Discount Web Hosting[/url]
|
| |
wintek
Newbie   Posts: 3 Registered: 12/12/2002 Status: Offline
|
posted on 12/25/2002 at 12:28 AM |
I put the code in my theme as suggested and all works great!. thanks angain
for the great module!
____________________ [url=http://www.webzhosting.com]WebzHosing[/url]
[url=http://www.webzhosting.com]Discount Web Hosting[/url]
|
| |