PDA

View Full Version : CMPS Modules showing up on /Forum main page


4u-domains
07-13-2007, 11:49 AM
This must have a simple solution but I cannot find it.
I have searched on the forums but I couldnt find an applicable solution to my exact issue.

The modules showing on the CMPS root page of the site are all fine:

www.ps3multiplayer.com

However, they have just recently started appearing on the forumhome page as well:

www.ps3multiplayer.com/forum

What was previously showing on there and what should be showing on there now is the main forum threads and JUST the right hand side columns.

As you can see it has put the left hand columns in there and added the welcome and USerCP block above the forum threads and place the Latest Threads at the very bottom.

Now, the first obvious thing to do was to check all the Pages and Modules settings but they all appear to be correct which leaves me at a complete loss.:confused:

How do I get rid of them?

Thanks

Brian
07-13-2007, 11:59 AM
Sounds like you just need to edit the CMPS page you used to integrate your forums with and disable those modules on that page.

Our Sponsors
 

4u-domains
07-14-2007, 08:49 AM
thats EXACTLY what it sounds like..

But they are disabled (unticked) and I Cant see where else the settings can be a factor.

The old ticket has the details for your admin access if you want to take a quick look.

Brian
07-14-2007, 10:15 AM
Are you sure that you're editing the correct page? There shouldn't be any way that the modules would remain on the page if so. You may want to double check that by clicking the "Integration" link and seeing which page it has listed in the 'Current Integrated Pages' section.

Our Sponsors
 

4u-domains
07-14-2007, 12:01 PM
Blimey, I had a look but I cant find this 'integration' link?

Where exactly is it?

Brian
07-14-2007, 12:08 PM
Sorry, I didn't pay close enough attention to the forum you posted in. The 'Integration' link is a v3.0 feature.

Try opening up your forum/index.php file from your server, and look in that file for this line (should be something you added near the top to integrate the file with the CMPS):
define('VBA_PAGE', 'page_name_here');

Can you verify that the 'page_name_here' part matches the 'Page Identifier' setting for the CMPS page that you are editing through your Admin CP to try and change things on? If it is not the same as the 'Page Identifier' setting, change that so that it is, and that should take care of the problem.

4u-domains
07-14-2007, 12:41 PM
Thats it! you star! :D

Now, the 6 million dollar question....

how on earth did it change?
it is something a script can do behind the scenes or can it ONLY be changed from accessing the forum/index.php file?

Very strange!
anyway.. thanks for that. At least I wasnt going mad.. :)

Brian
07-15-2007, 08:57 AM
That could have only have been changed by a human. In v2, that code has to be physically be added to any vB files that you want to integrate. The CMPS is not capable of modifying the files to change that code though.