PDA

View Full Version : Need some insight or info...


latino
08-22-2005, 08:18 AM
Hi:

Today I am starting a Mod/Hack to see if I can use phpLD within PostNuke CMS. So far I have the main page showing. I have this question:

In which instances (files) '?' is used and what advise the more experienced could provide because PostNuke use the '&' to pass parameters. So I have to replace the ? by &...

http://www.sitename.com/index.php?c=685

A traditional PostNuke module is called with:
http://www.mysite.com/modules.php?op=modload&name=phpLD&file=index&c=685

So which file I edit so links points to the PostNuke module structure? I will have a look at the code but any help is apprecited.

I am not sure IF this hack / mod could work BUT I am positive it will. I have made some mods/hacks for PostNuke before.

Later :wink:

Ap0s7le
08-22-2005, 06:17 PM
rss.php => 77
main.tpl => 32
main.tpl => 38
top_bar.tpl => 36

Does that help? :twisted:

-Casey