Author Topic: EZPortal  (Read 5531 times)

0 Members and 1 Guest are viewing this topic.

Offline Chinaren

  • New Member
  • *
  • Posts: 12
  • Karma: 139
  • Gender: Male
    • Tome City
  • SMF Version: 1.1.7
EZPortal
« on: February 04, 2009, 08:55:14 AM »
If you're looking for a portal for your board, I'd recommend checking out EZportal. 

It's not as mature as TP and others, but I think it's the easiest one to use and install, and quite flexible.  I've been using it on my site with no problems for a couple of months now.

It's written by a guy who's done quite a few SMF mods, so he knows what he's talking about. 

I'm not related to this portal in any way, except I'm using it, just in case you were wondering.
www.TomeCity.com - Free Story site!
www.TiredofDeath.com - Free ebook and webcomic

Offline ccbtimewiz

  • Dreamer
  • Guru
  • *
  • Posts: 1304
  • Karma: 2100
  • Gender: Male
  • $info->close();
    • Dream Portal
  • SMF Version: SMF 2.0 RC4
Re: EZPortal
« Reply #1 on: February 04, 2009, 03:29:00 PM »
How do this portal compare to the simplicity of Simple Portal?

Offline I AM Legend

  • Elite Member
  • *
  • Posts: 781
  • Karma: 330
  • Gender: Male
Re: EZPortal
« Reply #2 on: February 04, 2009, 04:02:19 PM »
I have it on my live site at present, the blocks require more tweaking then with SP, but in return, its more fun to work with, its kinda raw compared to TP and SP, but to be honest, I like it better then both TP and SP, because it is more simple compared to them, and less to go wrong with it.
The support end of it is slow, I have been waiting on an answer to 2 questions regarding it on smf for bout 8 days now posted in the support thread.
gets a 5 out of 10 from me, for whatever thats worth.

Offline Chinaren

  • New Member
  • *
  • Posts: 12
  • Karma: 139
  • Gender: Male
    • Tome City
  • SMF Version: 1.1.7
Re: EZPortal
« Reply #3 on: February 05, 2009, 04:18:25 AM »
How do this portal compare to the simplicity of Simple Portal?


Well, it's purely down to personal preference of course, but I've tried SP, TP and some others I can't remember, and they all either had problems installing (my boards fairly heavy on mods), or they were arkward to implement or I just didn't like them for some reason.

The reason I like EZP is it's simple.  I don't need a great deal from a portal, and so this suits me fine.  

Again, purely a personal thing.  Still, always worth checking out different options. IMHO.  :)

Oh, also I have a couple of his other mods, (Gallery, download manager etc) and he's done it so this portal 'incorporates' these mods.  Again, a matter of convenience.
www.TomeCity.com - Free Story site!
www.TiredofDeath.com - Free ebook and webcomic

Offline Smoky

  • who, me?
  • Guru
  • *
  • Posts: 3980
  • Karma: 1450
  • Gender: Female
  • It's all in your HEAD!
    • HangOutSpot
  • SMF Version: 2.0 ??
Re: EZPortal
« Reply #4 on: February 09, 2009, 05:13:16 PM »
 the only ones i would mess with is tp, sp, or portamx..   ;)

playing with vbgamers mods isnt a question for me, and i have been around for a long time.
Oh wow, guess who dropped by! Im still on secondlife.. but will respond to im's *waves

Offline I AM Legend

  • Elite Member
  • *
  • Posts: 781
  • Karma: 330
  • Gender: Male
Re: EZPortal
« Reply #5 on: February 11, 2009, 07:36:56 AM »
it needs to be removed till he sorts out the issues in it, and then repackaged and put back out there as a working mod.

Offline Smoky

  • who, me?
  • Guru
  • *
  • Posts: 3980
  • Karma: 1450
  • Gender: Female
  • It's all in your HEAD!
    • HangOutSpot
  • SMF Version: 2.0 ??
Re: EZPortal
« Reply #6 on: February 11, 2009, 11:48:05 PM »
if and when he will ever support any of his mods.

* Smoky isnt laughing on this one.
Oh wow, guess who dropped by! Im still on secondlife.. but will respond to im's *waves

Offline I AM Legend

  • Elite Member
  • *
  • Posts: 781
  • Karma: 330
  • Gender: Male
Re: EZPortal
« Reply #7 on: February 12, 2009, 10:39:19 AM »
thats deff not professional of him so, whats the point of writing mods and putting them out there with errors in them and not supporting the mods, dont get me started on this issue, MS has done that all the time with all of their OS, letting the public bug problem solve for them to save $$$s it sooooo pi**`s me off.

Offline ccbtimewiz

  • Dreamer
  • Guru
  • *
  • Posts: 1304
  • Karma: 2100
  • Gender: Male
  • $info->close();
    • Dream Portal
  • SMF Version: SMF 2.0 RC4
Re: EZPortal
« Reply #8 on: February 12, 2009, 04:35:47 PM »
Alright, I went through and fixed EzPortal's theme_linktree() issue.

Open ./Sources/Load.php

Find:
:
// Robots shouldn't be logging in or registering.  So, they aren't a bot.  Better to be wrong than sorry (or people won't be able to log in!), anyway.
if ((isset($_REQUEST['action']) && in_array($_REQUEST['action'], array('login', 'login2', 'register'))) || !$context['user']['is_guest'])
$context['browser']['possibly_robot'] = false;

// Set the top level linktree up.
array_unshift($context['linktree'], array(
'url' => $scripturl,
'name' => $context['forum_name_html_safe']
));

Replace with
:
// Robots shouldn't be logging in or registering.  So, they aren't a bot.  Better to be wrong than sorry (or people won't be able to log in!), anyway.
if ((isset($_REQUEST['action']) && in_array($_REQUEST['action'], array('login', 'login2', 'register'))) || !$context['user']['is_guest'])
$context['browser']['possibly_robot'] = false;

// -----------------------------------------------------------------------------------------------
// + EzPortal v0.2.4 linktree() fix by ccbtimewiz [2/12/09] (http://jeunosky.net/)

# Just in case... making this a global.
global $ezpSettings;

# Does $ezpSettings exist?! If not, set it to false and log NO errors.
if (empty($ezpSettings))
{
$ezpSettings = array();
$ezpSettings['ezp_portal_enable'] = 0;
}

# Are they perhaps running SMF 1.1.x and forum_name_html_safe doesn't exist? If so, let's fix 'em up.
if (empty($context['forum_name_html_safe']))
$forum_title = $context['forum_name'];
else
$forum_title = $context['forum_name_html_safe'];

// This contains the "home" of the theme_linktree(). This is set first if no portal page is active.
# @example: My Website
if (empty($ezpSettings['ezp_portal_enable']))
array_unshift($context['linktree'], array(
'url' => $scripturl,
'name' => $forum_title
));
// And finally, if the portal IS set, show the forum name and then "forum".
# @example: My Website => Forum
else
array_unshift($context['linktree'],
array(
'url' => $scripturl,
'name' => $forum_title
),
array(
'url' => $scripturl . '?action=forum',
'name' => 'Forum'
)
);
unset($ezpSettings);
unset($forum_title);
// -----------------------------------------------------------------------------------------------

Offline I AM Legend

  • Elite Member
  • *
  • Posts: 781
  • Karma: 330
  • Gender: Male
Re: EZPortal
« Reply #9 on: February 13, 2009, 02:04:38 PM »
awesome, can this be incorporated into the mod for new people downloading it  ??? so they don't encounter the issue ever again.

Offline Smoky

  • who, me?
  • Guru
  • *
  • Posts: 3980
  • Karma: 1450
  • Gender: Female
  • It's all in your HEAD!
    • HangOutSpot
  • SMF Version: 2.0 ??
Re: EZPortal
« Reply #10 on: February 13, 2009, 02:25:37 PM »
not unless CCB is vbgamer. and that i dont wish on anyone.. but if you like, Lengends, you could post the post up on that thread, and then watch him say he will update it. typical of him.  ;)
Oh wow, guess who dropped by! Im still on secondlife.. but will respond to im's *waves

Offline I AM Legend

  • Elite Member
  • *
  • Posts: 781
  • Karma: 330
  • Gender: Male
Re: EZPortal
« Reply #11 on: February 13, 2009, 02:33:01 PM »
I will post it up if ccbtimewiz is ok with me doing it  ???
« Last Edit: February 13, 2009, 02:40:03 PM by I AM Legend »

Offline I AM Legend

  • Elite Member
  • *
  • Posts: 781
  • Karma: 330
  • Gender: Male
Re: EZPortal
« Reply #12 on: February 13, 2009, 03:08:29 PM »
nm, posted it up in both of my posts, 1 post on it I had there, and the actual thread for EzPortal on smf, hope you dont mind me doing that ccbtimewiz                          ???

Offline ccbtimewiz

  • Dreamer
  • Guru
  • *
  • Posts: 1304
  • Karma: 2100
  • Gender: Male
  • $info->close();
    • Dream Portal
  • SMF Version: SMF 2.0 RC4
Re: EZPortal
« Reply #13 on: February 13, 2009, 03:24:04 PM »
Not really a problem to me as long as it contributes to his portal. :)

Offline I AM Legend

  • Elite Member
  • *
  • Posts: 781
  • Karma: 330
  • Gender: Male
Re: EZPortal
« Reply #14 on: February 13, 2009, 03:29:12 PM »
Awesome ty