Customizing SMF > Modifications and Packages

ezPortal 1.0 - Twitter/Facebook new ezBlocks! 25+ ezBlocks support SMF 2.0!

<< < (288/304) > >>

vbgamer45:

--- Code: ---Move that code outside of
if ($row['visibileactions'] != '' && isset($_REQUEST['action']))
{
$columnActions = explode(",",$row['visibileactions']);

if (in_array($_REQUEST['action'],$columnActions))
$visibleAction = true;


}


if (isset($_REQUEST['blog']))
$visibleAction = true;

--- End code ---
So like above instead

Kindred:
no luck... still the same.


--- Code: --- // Check if we should even show any blocks if not continue
$visibleAction = false;
if ($row['visibileactions'] != '' && isset($_REQUEST['action']))
{
$columnActions = explode(",",$row['visibileactions']);

if (in_array($_REQUEST['action'],$columnActions))
$visibleAction = true;
}

if (isset($_REQUEST['blog']))
$visibleAction = true;

// Check for visible board

--- End code ---
http://www.40konline.com/index.php?blog=1833

donbhai:
Hi,

Well, I recently upgraded a SMF forum from 1.1.15 to 2.01. The upgrade was successful and everything works absolutely fine after the upgrade.

After the forum upgrade, I upgraded the Ezportal version as well. But I see that the EzPortal Shoutbox that previously worked, doesn't work now. I've already made sure that its 'on' & activated, but strangely it still doesn't show up.

Any clue?

vbgamer45:
What browser are you using? And how is it broken?

donbhai:
Well, I'm using Firefox 12.0.

And, I had SMF 1.x & its compatible EzPortal Shoutbox installed previously. After upgrading to SMF 2.x, I removed all the packages and installed new ones, including EzPortal. Hence, the EzPortal I use is the latest one compatible with SMF 2.x .

And, the shoutbox doesn't show up, even after activating it from the portal settings.

Edit: In fact, none of the EzPortal addons show up, including the portal page, even after enabling them.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version