Icy Phoenix
Old Support Topics - STANDARD PAGES PROBLEM
odelot [ Sat 15 Aug, 2009 10:48 ]
Post subject: STANDARD PAGES PROBLEM
I've designed my IP with the same blocks in forum.php, viewform.pho and viewtopic.php. I can see the blocks in every action, and they're right configured. These blocks you can see them in forum.php and viewtopic.php, but in viewforum.pho, I can't see them. ¿What's the problem? Thanks.
DWho [ Sat 15 Aug, 2009 13:28 ]
Post subject: Re: STANDARD PAGES PROBLEM
Have you enabled global blocks the cms permissions section..?
:mrgreen: :mrgreen:
odelot [ Sat 15 Aug, 2009 13:31 ]
Post subject: Re: STANDARD PAGES PROBLEM
I have permits for all
spydie [ Sat 15 Aug, 2009 13:47 ]
Post subject: Re: STANDARD PAGES PROBLEM
Maybe you got a code wrong in viewforum.php
odelot [ Sun 16 Aug, 2009 22:17 ]
Post subject: Re: STANDARD PAGES PROBLEM
I stil have the problem. Any solution? I'd like like this:

Mighty Gorgon [ Wed 19 Aug, 2009 11:08 ]
Post subject: Re: STANDARD PAGES PROBLEM
Check again CMS configuration... and then empty your cache.
odelot [ Wed 19 Aug, 2009 11:24 ]
Post subject: Re: STANDARD PAGES PROBLEM
I checked CMS and delet cache and the problem go on.
Mighty Gorgon [ Wed 19 Aug, 2009 11:35 ]
Post subject: Re: STANDARD PAGES PROBLEM
That is really strange... here is working fine and on my local testing environment is working fine as well...
Can you post a screenshots of the CMS section where Global Blocks and Permissions are set?
odelot [ Wed 19 Aug, 2009 11:38 ]
Post subject: Re: STANDARD PAGES PROBLEM
Here it´s:

odelot [ Sun 23 Aug, 2009 16:50 ]
Post subject: Re: STANDARD PAGES PROBLEM
Has anybody my problem? Maybe, It's only my problem....
odelot [ Sat 29 Aug, 2009 18:36 ]
Post subject: Re: STANDARD PAGES PROBLEM
I can`t explain it.
LonestarSkizm [ Sun 30 Aug, 2009 02:22 ]
Post subject: Re: STANDARD PAGES PROBLEM
Ok, it would appear that my site has the same issue that odelot is describing.
I am running Icy Phoenix 1.3.0.53 with Black Pearl and MG Autumn in their default configuration. I downloaded IP and the termplates from here and made sure I downloaded the newest templates made for IP 1.3. My website is located at
http://military-minds.endofinternet.org/ so you can see the problem I am describing.
The only file I have made any modifications to directly is the lang_main_settings.php file with all other modifications having been done through ACM or ACP. I know just enough about PHP/HTML to be dangerous so make a point to post lots of questions before I get into the weeds.
When accessing 'viewforum.php' there are no menus on the left side of the screen even though Global Blocks are activated for it. I have even gone into the Standard Pages menu and manually configured it to show the main menu by using both 'dyn menu [Dynamic Menu]' and 'nav links [Site Map]' but the menu still refuses to come up. I have cleared the cache through ACP for the board/template, verified the /cache folder was actually empty, then cleared all browser cache/cookies/files without resolving the issue. All the other "Standard Pages" display the left hand menu without issue.
If screens shots or any further information is needed please let me know.
odelot [ Sun 30 Aug, 2009 09:46 ]
Post subject: Re: STANDARD PAGES PROBLEM
We are two. I hope someone will help us
DWho [ Sun 30 Aug, 2009 14:47 ]
Post subject: Re: STANDARD PAGES PROBLEM
there is a bug in the install script just found it....
to solve manually you need to run this in your phpmyadmin using sql
UPDATE `ip_cms_layout_special` SET `page_id` = 'viewforum' WHERE `ip_cms_layout_special`.`lsid` =2 LIMIT 1 ;
i will post this as a bug for MG
LonestarSkizm [ Sun 30 Aug, 2009 18:35 ]
Post subject: Re: STANDARD PAGES PROBLEM
there is a bug in the install script just found it....
to solve manually you need to run this in your phpmyadmin using sql
UPDATE `ip_cms_layout_special` SET `page_id` = 'viewforum' WHERE `ip_cms_layout_special`.`lsid` =2 LIMIT 1 ;
i will post this as a bug for MG
Ok, not to put too fine a point on it but...I LOVE YOU MAN (in a purely non-sexual way).
In all seriousness though I would like to thank you for finding this bug as this was starting to make me crazy and believing I screwed something up. If we ever crossed paths I would definitely buy you a beer.
Mighty Gorgon [ Sun 30 Aug, 2009 18:52 ]
Post subject: Re: STANDARD PAGES PROBLEM
You are right:
Error In Install SQL
This is how to fix that:
UPDATE `phpbb_cms_layout_special` SET page_id = 'viewforum' WHERE page_id = 'viewfforum';
I will release a patch soon. :mri:
spydie [ Sun 30 Aug, 2009 19:10 ]
Post subject: Re: STANDARD PAGES PROBLEM
You are right:
Error In Install SQL
This is how to fix that:
UPDATE `phpbb_cms_layout_special` SET page_id = 'viewforum' WHERE page_id = 'viewfforum';
I will release a patch soon. :mri:
replace
phpbb with your prefix
DWho [ Mon 31 Aug, 2009 12:14 ]
Post subject: Re: STANDARD PAGES PROBLEM
Ok, not to put too fine a point on it but...I LOVE YOU MAN (in a purely non-sexual way).
In all seriousness though I would like to thank you for finding this bug as this was starting to make me crazy and believing I screwed something up. If we ever crossed paths I would definitely buy you a beer.
lol you are more than welcome...
:mrgreen: :mrgreen:
spydie [ Mon 31 Aug, 2009 12:47 ]
Post subject: Re: STANDARD PAGES PROBLEM
BTW DWho
can you mark this as solved please.
I fixed odelot´s site yesterday