MyBB Community Forums

Full Version: MyAlerts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Thank you Jordan. Given the changes to 1.05, do I need to activate and deactivate or uninstall and reinstall. I don't feel comfortable messing about with updating tables.
A deactivate and reactivate is the usual way I handle updates to my plugins Smile It should pull in the database updates during the activate.
ok, activate, deactivate. Thank you Euan.
(2014-02-15, 08:18 PM)Euan T Wrote: [ -> ]A deactivate and reactivate is the usual way I handle updates to my plugins Smile It should pull in the database updates during the activate.

There's an issue then as the upgrader doesn't seem to handle the changes for 1.05. Confused
https://github.com/euantorano/MyAlerts/b...grader.php
(2014-02-16, 02:49 PM)JordanMussi Wrote: [ -> ]
(2014-02-15, 08:18 PM)Euan T Wrote: [ -> ]A deactivate and reactivate is the usual way I handle updates to my plugins Smile It should pull in the database updates during the activate.

There's an issue then as the upgrader doesn't seem to handle the changes for 1.05. Confused
https://github.com/euantorano/MyAlerts/b...grader.php

Damn. I'll have to look at that one. I need a better way of handling upgrades. Hopefully an upcoming MyBBStuff project will help with that...
Hi Author.

[Image: xn67te.png]

Whenever, I try to open the Alerts, only a half white blank appears. It cant fully pop out.
From the first post of the thread:
(2012-10-10, 02:15 PM)Euan T Wrote: [ -> ]THOSE FACING ISSUES WITH APART

Check this post for a fix: http://community.mybb.com/thread-127444-...#pid925565

(2012-10-17, 06:00 PM)Euan T Wrote: [ -> ]Ok, in your global.css, find this block:

#panel .lower {
	background: #efefef;
	color: #999;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding: 5px;
}

Replace it with this:

#panel .lower {
	background: #efefef;
	color: #999;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

Then modify the header_welcomeblock_member template. Find the second last </div> and add this before it:

<div class="clear"></div>




I have no idea why Justin coded his theme like that without using a clear - it makes zero sense at all...

Try that it should fix your issue...
uH Oh. thanks. BUT hey I tried to search MyBB Apart and MyAlerts Angel
(2014-02-16, 03:07 PM)Euan T Wrote: [ -> ]
(2014-02-16, 02:49 PM)JordanMussi Wrote: [ -> ]
(2014-02-15, 08:18 PM)Euan T Wrote: [ -> ]A deactivate and reactivate is the usual way I handle updates to my plugins Smile It should pull in the database updates during the activate.

There's an issue then as the upgrader doesn't seem to handle the changes for 1.05. Confused
https://github.com/euantorano/MyAlerts/b...grader.php

Damn. I'll have to look at that one. I need a better way of handling upgrades. Hopefully an upcoming MyBBStuff project will help with that...

Hi Euan,

Is this done then? Its a bit difficult to upgrade without it.
Sorry, I've been in London on business the last few days. I'll push through a patch to fix the upgrader.