MyBB Community Forums

Full Version: MyAlerts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I can't remember exactly. Could you give me some demo account details?
http://www.iranbiologists.com/
Username: test
PW: 123456

My forum is Persian, Alert title in forum is "هشدار". You can find it in top.
Thanks again.
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...
No change! Sad
It changed for me when I did it via web inspector.
Yes, Now it works fine.
Thank you very very much. Smile

other issue! Undecided
Show this error in top of /usercp.php?action=alerts page. why? Confused
Hm. That shouldn't happen. I'll check it out tomorrow and see if I can reproduce it. Are you definitely using the latest version of the plugin file?
Yes. I downloaded it from mods site today!
Odd indeed. I never ran across this on any of my test boards. Have you checked your alert settings?
I do not change settings. All of them are same default settings. Sad