| Author |
Message |
spatek
Beginner


Joined: Aug 29, 2003 Posts: 2
|
Posted: Fri Aug 29, 2003 12:34 pm Post subject: Showing Right Side Blocks when viewing Gallery |
|
|
Gallery URL: ACS Screenshots [cpexperts.com]
Gallery Version: v1.4-RC1
Apache: 2.0
PHP Version: 4.3.2
OS: Linux RedHat
Im running phpnuke 6.5 and have just updated the gallery from 1.3.1 to the latest 1.4-RC1. Everything went extremely well, I was actually surprised how smooth it was. Well anyway, I cant seem to get the right side blocks to show when viewing the gallery anymore. Before I would just add:
$index = 1;
to view_album.php. But it doesnt seem to be working like that any longer. Anyone? Thanks... |
|
| Back to top |
|
|
AdBot
|
| Post subject: Showing Right Side Blocks when viewing Gallery |
|
|
|
|
|
| Back to top |
|
 |
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Fri Aug 29, 2003 12:56 pm Post subject: |
|
|
| i think it's actually a PHPNuke theme issue, some won't allow right hand blocks to appear when certain modules are loaded. search the forums for "right hand blocks" or something similiar to that, as I think this has been addressed before. |
|
| Back to top |
|
|
slackbladder
Moderator


Joined: Mar 29, 2003 Posts: 1038 Location: Cambs,UK
|
Posted: Fri Aug 29, 2003 1:03 pm Post subject: |
|
|
$index = 1;
should not be added to any .php file in 1.4
Amend your wrapper.header.default and wrapper.footer.default files with the code. Reference to this already exists in those files. Simply change the '0' to '1' on both files!  |
|
| Back to top |
|
|
spatek
Beginner


Joined: Aug 29, 2003 Posts: 2
|
Posted: Fri Aug 29, 2003 2:51 pm Post subject: |
|
|
| Wow, Thanks for the quick reply. That did the job! |
|
| Back to top |
|
|
|
|
|
|
|