Customizing SMF > Modifications and Packages
ezPortal 1.0 - Twitter/Facebook new ezBlocks! 25+ ezBlocks support SMF 2.0!
Kindred:
except the problem still exists that the portal does NOT respect the blog as an action. It loads the entire front page and then allows the blog to load under it.
see my link in the post above. The two blocks on the top are set to ONLY display on the portal homepage... and they don't appear on ANY other page....
vbgamer45:
Is it action=blog or index.php?blog=1
SMFHacks.com Team:
New Update!
0.6.3
+Added Show Google+ Button option to board news ezblock
!Fixed missing div tag in the stats ezBlock
!Fixed bug with center column area
Kindred:
Action=blog works with my edits... Blog=### fails
SMFHacks.com Team:
--- Quote from: Kindred on May 22, 2012, 09:27:06 PM ---Action=blog works with my edits... Blog=### fails
--- End quote ---
That would fail it only looks for after action
You can use custom code search as the following
In sources/ezportal.php
--- Code: --- 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 ---
Modified that code and just added
--- Code: --- if (isset($_REQUEST['Blog']))
$visibleAction = true;
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version