Customizing SMF > Modifications and Packages
ezPortal 1.0 - Twitter/Facebook new ezBlocks! 25+ ezBlocks support SMF 2.0!
vbgamer45:
--- Quote from: RoCKeT-88 on May 20, 2012, 07:16:35 PM ---OK I am trying to get ADK Blog to work with this. Kindred said it's your issue and I should take it here and get off the ADK blog thread. What exactly do I need to do to make it work with EZportal?
TYIA
--- End quote ---
What's the issue
RoCKeT-88:
--- Quote from: vbgamer45 on May 20, 2012, 07:25:43 PM ---
--- Quote from: RoCKeT-88 on May 20, 2012, 07:16:35 PM ---OK I am trying to get ADK Blog to work with this. Kindred said it's your issue and I should take it here and get off the ADK blog thread. What exactly do I need to do to make it work with EZportal?
TYIA
--- End quote ---
What's the issue
--- End quote ---
This was copied from the ADK Blog thread.
If I go to profile->blog it takes me to domain.com/index.php?blog=1 which actually displays domain.com/index.php which is the front page of the EZportal system. Yes I have been reading(I actually like to figure things out for myself first I know an odd concept but a fact none the less~) it said if you got error was because you didn't have a blog yet so I went to create a blog but after hitting the blog link in my profile it displays the front page not a blog entry page.
Which is why I asked about it and the fact I am not understanding what exactly what this post is meaning-> http://www.simplemachines.org/community/index.php?topic=398380.msg3281374#msg3281374
If I hit the main menu link for this it says this module is not active but I have it activated.
Hope that explains it.
SMFHacks.com Team:
So blog=1 is override by ezportal?
Might just need to change the order in your index.php file attach that file and can see what we can do.
Kindred:
--- Quote from: Kindred on February 24, 2012, 12:51:30 PM ---you can see the blog problem at http://www.40konline.com/index.php?blog=1833
I would think that this code would be correct...
--- Code: --- foreach ($context['ezportal_actions'] as $key => $ezActions)
{
if ($visibleActions != '')
if (in_array($ezActions['action'],$visibleActions))
$context['ezportal_actions'][$key]['selected'] = 1;
else
$context['ezportal_actions'][$key]['selected'] = 0;
else
$context['ezportal_actions'][$key]['selected'] = 0;
}
--- End code ---
--- End quote ---
--- Quote from: Kindred on April 15, 2012, 10:36:23 PM ---
--- Quote from: Kindred on March 19, 2012, 01:57:18 PM ---
--- Quote from: Kindred on March 07, 2012, 10:48:11 AM ---vbgamer - any progress on figuring out why the ADK Blog is not recognized as a page in EZPortal?
I have added the ?action=blog and ?action=blogs actions to the ezportal-blocks-visible list... and set the blocks to be visible ONLY on the portal homepage... but it still shows the entire portal front page (above the blog contents) when I go to the individual blog page.
--- End quote ---
--- End quote ---
--- End quote ---
vbgamer45:
--- Quote from: Kindred on May 22, 2012, 04:00:36 PM ---
--- Quote from: Kindred on February 24, 2012, 12:51:30 PM ---you can see the blog problem at http://www.40konline.com/index.php?blog=1833
I would think that this code would be correct...
--- Code: --- foreach ($context['ezportal_actions'] as $key => $ezActions)
{
if ($visibleActions != '')
if (in_array($ezActions['action'],$visibleActions))
$context['ezportal_actions'][$key]['selected'] = 1;
else
$context['ezportal_actions'][$key]['selected'] = 0;
else
$context['ezportal_actions'][$key]['selected'] = 0;
}
--- End code ---
--- End quote ---
--- Quote from: Kindred on April 15, 2012, 10:36:23 PM ---
--- Quote from: Kindred on March 19, 2012, 01:57:18 PM ---
--- Quote from: Kindred on March 07, 2012, 10:48:11 AM ---vbgamer - any progress on figuring out why the ADK Blog is not recognized as a page in EZPortal?
I have added the ?action=blog and ?action=blogs actions to the ezportal-blocks-visible list... and set the blocks to be visible ONLY on the portal homepage... but it still shows the entire portal front page (above the blog contents) when I go to the individual blog page.
--- End quote ---
--- End quote ---
--- End quote ---
--- End quote ---
Looks like I already that code in the system unless I am not seeing something?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version