MyBB Community Forums

Full Version: MyPlaza v0.5 (Beta)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My Suggestion: There should be a module or code edit so that if you send an inventory item as a gift to a user, the comment sent with the gift will show when you hover over the item in the postbit and possibly profile.

Like a gift tag, almost.
Interesting comment, and not a bad idea.

An issue is if the user owns multiple instances of an item...
Hi, I have installed this plugin and everything is working great. The only thing that is missing is the My Plaza link in the welcome block. (I think it is supposed to show beside the Open Buddy List) Is there a way to fix or add this?
Ahh, this is true. Great plugin though, i just love it.

@ cscgirl, I just added the MyPlaza link to the top navigation links with an icon. Just link to plaza.php.
jmeanor Wrote:Ahh, this is true. Great plugin though, i just love it.

@ cscgirl, I just added the MyPlaza link to the top navigation links with an icon. Just link to plaza.php.

I'm such a noob...I have no idea how Sad
Ahh. I just messed up the whole plugin today. Sad I tried upgrading to .43 (I guess I had .42 earlier? :?) and now it won't work with my site. I have PHP 4.4.0 Sad, where can I get the .42 version again, as it worked with my site last?

Edit: Found it on my secondary hard drive. @ cscgirl, go into your templates in the AdminCP, and find the header template. You can put it in your heading links there, just add another bullet to the list.
cscgirl Wrote:Hi, I have installed this plugin and everything is working great. The only thing that is missing is the My Plaza link in the welcome block. (I think it is supposed to show beside the Open Buddy List) Is there a way to fix or add this?
Yeah, you can manually add it. I suppose a theme is messing up with it? Or, did you install a theme after you installed MyPlaza?
I've provided alternative template replacement methods (such as dynamic, on-the-fly replacement) with MyPlaza (can be changed via a switch) to accommodate issues, however it can't really guarantee to work across all themes.

jmeanor Wrote:Ahh. I just messed up the whole plugin today. Sad I tried upgrading to .43 (I guess I had .42 earlier? :?) and now it won't work with my site. I have PHP 4.4.0 Sad, where can I get the .42 version again, as it worked with my site last?
Sad Darn PHP 4.x. Dunno why it doesn't like me Sad

EDIT: Hmm, I think I might be getting to see what the problem (or part of it) is. I added some extra checks on v0.43, to make it nearly impossible to have duplicate settings inserted. I'm guessing some PHP 4.x setups don't particularly respect the methods I used...
I'm still not getting those "downloadable" pages.

Anyways, thanks you guys for the kind comments. Really appreciated Big Grin
I deactivated all of my plugins, did an upgrade and installed a new theme. I then reactivated everything and it was all good except for that. Can someone please tell me where to put the link and I can probably figure it out from there. I would just like a text link beside the Open Buddy List.
You need to go to template -> expand -> header_welcomeblock_member after:

<span class="links">

Put in:

<strong><a href="{$mybb->settings['bburl']}/plaza.php">{$lang->myplaza}</a>
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="{$theme['imgdir']}/tablesmall/thead_l.png" alt="" /></td>
<td class="thead3"></td>
<td><img src="{$theme['imgdir']}/tablesmall/thead_r.png" alt="" /></td>
</tr>
</table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr><td class="trow1">  
    	<span style="float:right;">{$lang->welcome_current_time}</span>
		{$lang->welcome_back} (<a href="{$mybb->settings['bburl']}/usercp.php"><strong>{$lang->welcome_usercp}</strong></a>{$admincplink} &mdash;€” <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">{$lang->welcome_logout}</a>)<br />

				<span class="links">

<strong><a href="{$mybb->settings['bburl']}/plaza.php">{$lang->myplaza}</a> 
					<a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 170, 300);">{$lang->welcome_open_buddy_list}</a>
				</span>
				<a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a> | <a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a> | <a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}
        </td></tr></table>
        <table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="{$theme['imgdir']}/tablesmall/tfoot_l.png" alt="" /></td>
<td class="tfoot3"></td>
<td><img src="{$theme['imgdir']}/tablesmall/tfoot_r.png" alt="" /></td>
</tr>
</table>

I added it and it still does not show. I copied the code here so someone could have a look.