>>  Site Map >>  Forums >>  Blocks 7x

Forum module - topics in forum:



Blocks 7x - Discussions regarding PHP-Nuke Blocks. 7x



Blocks not displaying

I have just downgraded to 7.6. The blocks on the right aren't displaying.

Please help

-Thanks






http://phpnuke-uk.net/modules.php?name=Forums&file=search






I Can't find anything






Then you arent searching properly Evil or Very Mad






Can't you just kind of help me?






I am helping you - by telling you to search the forum.... God knows this has been covered enough. The rules we have had in place for over 2 years kind of negate the need for us to be constantly repeating ourselves.

The answer is in the forum if you search correctly.

But anyway....

http://phpnuke-uk.net/modules.php?name=PHP-Nuke_HOWTO&page=missing-blocks.html

Note where this info is.... Evil or Very Mad






Then theres this...

http://phpnuke-uk.net/modules.php?name=PHP-Nuke_HOWTO&page=hide-right-blocks.html

To unhide - do the reverse or put "1" instead of "0"

That took me all of bout 3 minutes looking - so yeah - you werent searching properly.






Yeah i looked at that too.But my problem is that with the standard themes like DeepBlue or NukeNews I see them but not with the other themes.






Which other themes?

You may need to edit the relevant theme.php to include the right blocks...






All of the theme packs i put on that were working with 7.7. Charcoal2, Ace-Orange...






Maybe they were designed for 7.7??






Have you patched your site to 3.1?

If so, themes require modifying.

From readme.txt

Quote: :
Important notes relating to Nuke Patched 3.1:

1- If you want right side blocks to appear in third party add-ons change:
In Modules:
index = 1;
to:
define('INDEX_FILE', true);
In Themes:
if ($index == 1) {
to:
if (defined('INDEX_FILE')) {

2- Additional changes for third party add-ons:
if ($mainfile == 1) {
should be changed to:
if (defined('NUKE_FILE')) {

if ($module == 1) {
should be changed to:
if (defined('MODULE_FILE')) {

if ($footer == 1) {
should be changed to:
if (defined('NUKE_FOOTER')) {

if ($header == 1) {
should be changed to:
if (defined('NUKE_HEADER')) {







I don't reckon it is patched 3.1 tbh D Confused

Zitwep - got a url for us to look at?






No reason why themes wouldn't work correctly then.

Is this a new site?

Quote: :

I have just downgraded to 7.6.


If it is it would be simpler to start fresh.






No i didn't patch. ued-alliance.itt-community.com




Attention! You are currently viewing sitemap page!
We strongly suggest to look at original content

Search from web

Select page

Valid HTML 4.01 Valid CSS