PDA

View Full Version : ...integrate custom content


kirkus-tat
10-28-2007, 04:07 PM
...on my forum but NOT on my Dynamics index page.

For some reason the modules on my forum pages (which I'm integrating with CMPS to add some modules down the right side) are also showing on my Dynamics index.php page. I'm not even integrating my Dynamics pages, yet the modules appear. I'm assuming it has something to do with the fact that they're both named "index.php"

A user manual, or some sort of documentation is really needed for vBadvanced Dynamics.

Attachment 1 is my forum. Attachment 2 is my Dynamics index page.

Lionel
10-28-2007, 04:33 PM
make sure that your dynamics is defined as

define('THIS_SCRIPT', 'dyna_index');

Our Sponsors
 

kirkus-tat
10-28-2007, 05:09 PM
Lionel, thank you for the reply.

I'm not sure exactly what you mean, or where to verify that, but the 2nd line on my index.php in my Dynamics directory is:

define('THIS_SCRIPT', 'dyna_index');

So if that's what you meant, then yeah, it appears to be correct.

kirkus-tat
10-28-2007, 05:17 PM
I found the answer in this thread:

http://www.vbadvanced.com/forum/showthread.php?t=25180

Thank again, Lionel.