PDA

View Full Version : Need Help Getting Module to Work


AlienSector
11-18-2004, 09:01 PM
I recently added both a module and a new page to compliment the new section being added to our website, though when viewing the page, it shows the included module but not the left-side navigation.

I checked the module listing for the module that was created and all left navigation options are checked to be included and are included with all other pages, though not on the one that the module is included on.

You can see what I mean by viewing the following URL which is the newly created page calling the new module:

http://www.aliensector.com/index.php?page=vbulletinres


Is there something specific in the PHP files I must add so that all navigation and header items will show or am I missing something from the template?

Brian
11-18-2004, 09:03 PM
Is it just a template, or is it a PHP module?

Our Sponsors
 

AlienSector
11-18-2004, 09:09 PM
I am calling vbulletin.php which pulls the information you are seeing from the database and displays it within vBCMPS. I took a look at the other module files and didn't notice anything special added to them to make them display the others, though it was a quick look, not a detailed one :).

The vbulletin.php file does pull 3 different templates to display the data as well, though I took a look at the main template for vBCMPS and tried to add that and it didn't work for me (calling the left/right nav sides and so forth).

Brian
11-18-2004, 09:10 PM
What happens if you disable that module and leave the rest on that side enabled on that page? If that works ok then it's something with your new module. If that doesn't work would you mind submitting a support ticket via the Members' Area here so I can have a look?

Our Sponsors
 

AlienSector
11-18-2004, 09:12 PM
When the module is turned off and just the navigation sides are open, then it displays the navigation fine.

If this is a template issue, then I am not sure what I need to add to the templates to get them to display that information. As noted above, I tried to add the conditionals to the main template displaying the data and it didn't work for me.

AlienSector
11-18-2004, 10:39 PM
I sent through a support ticket hoping you may be able to find what I am doing wrong :). Any help is appreciated.

AlienSector
11-18-2004, 10:43 PM
Problem solved, this thread can be closed :). Seems I was not evalualting the templates as per the vBCMPS.

Thanks for the quick support and such a great product!