MyBB Community Forums

Full Version: MyAlerts Public Beta 1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
I'm of the same opinion LeeFish. Modals look okay, but after a while they start to get annoying - especially if they fade n like the one in my tutorial as you have to wait for it to fade before you can actually do anything.
That's really good plugin but in my theme alert button placement is bad. How i change placement?
Just modify the header_welcomeblock_member template.
(2012-08-17, 09:44 AM)euantor Wrote: [ -> ]Just modify the header_welcomeblock_member template.

Thanks for answer.

I editing myalerts.php like this:
    $stylesheet = '.unreadAlerts {
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    border-radius: 3em;
    color: #ffffff !important;
    text-shadow: 1px 1px 0 rgb(0,29,47);
    border: 1px solid rgb(0,29,47);
    width: 1.5em;
    height: 1.5em;
    line-height:1.5em;
    vertical-align:middle;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    background:#026CB1 url(images/thead_bg.gif) top left repeat-x;
    background:-webkit-linear-gradient(top, rgb(2,108,177) 0%,rgb(3,84,136) 100%);
    background:-moz-linear-gradient(top, rgb(2,108,177) 0%,rgb(3,84,136) 100%);
    background:-o-linear-gradient(top, rgb(2,108,177) 0%,rgb(3,84,136) 100%);
    background:-ms-linear-gradient(top, rgb(2,108,177) 0%,rgb(3,84,136) 100%);
    background:linear-gradient(top, rgb(2,108,177) 0%,rgb(3,84,136) 100%);
    box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    margin:3px;
    text-decoration:none;
}

I changed files on ftp but style not change. I must remove plugin database? I try it too. When i delete this plugin database, forum is broken on localhost. So, what can i do?

Anyone answer?

Anyone answer?
(2012-08-17, 05:08 PM)bekircem Wrote: [ -> ]
(2012-08-17, 09:44 AM)euantor Wrote: [ -> ]Just modify the header_welcomeblock_member template.

Thanks for answer.

I editing myalerts.php like this:
    $stylesheet = '.unreadAlerts {
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    border-radius: 3em;
    color: #ffffff !important;
    text-shadow: 1px 1px 0 rgb(0,29,47);
    border: 1px solid rgb(0,29,47);
    width: 1.5em;
    height: 1.5em;
    line-height:1.5em;
    vertical-align:middle;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    background:#026CB1 url(images/thead_bg.gif) top left repeat-x;
    background:-webkit-linear-gradient(top, rgb(2,108,177) 0%,rgb(3,84,136) 100%);
    background:-moz-linear-gradient(top, rgb(2,108,177) 0%,rgb(3,84,136) 100%);
    background:-o-linear-gradient(top, rgb(2,108,177) 0%,rgb(3,84,136) 100%);
    background:-ms-linear-gradient(top, rgb(2,108,177) 0%,rgb(3,84,136) 100%);
    background:linear-gradient(top, rgb(2,108,177) 0%,rgb(3,84,136) 100%);
    box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    margin:3px;
    text-decoration:none;
}

I changed files on ftp but style not change. I must remove plugin database? I try it too. When i delete this plugin database, forum is broken on localhost. So, what can i do?

Anyone answer?

Anyone answer?

I can't check your code now, and Euantor is on vacation starting yesterday, so it might take some time for him to reply. Did you clear your cache? Try Alt + F5, and/or look in your browser's help docs and find out how to clear your cache (it's usually around "Clear History" in your settings).
(2012-08-18, 05:02 PM)Bit n Bang Wrote: [ -> ]
(2012-08-17, 05:08 PM)bekircem Wrote: [ -> ]
(2012-08-17, 09:44 AM)euantor Wrote: [ -> ]Just modify the header_welcomeblock_member template.

Thanks for answer.

I editing myalerts.php like this:
    $stylesheet = '.unreadAlerts {
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    border-radius: 3em;
    color: #ffffff !important;
    text-shadow: 1px 1px 0 rgb(0,29,47);
    border: 1px solid rgb(0,29,47);
    width: 1.5em;
    height: 1.5em;
    line-height:1.5em;
    vertical-align:middle;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    background:#026CB1 url(images/thead_bg.gif) top left repeat-x;
    background:-webkit-linear-gradient(top, rgb(2,108,177) 0%,rgb(3,84,136) 100%);
    background:-moz-linear-gradient(top, rgb(2,108,177) 0%,rgb(3,84,136) 100%);
    background:-o-linear-gradient(top, rgb(2,108,177) 0%,rgb(3,84,136) 100%);
    background:-ms-linear-gradient(top, rgb(2,108,177) 0%,rgb(3,84,136) 100%);
    background:linear-gradient(top, rgb(2,108,177) 0%,rgb(3,84,136) 100%);
    box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    margin:3px;
    text-decoration:none;
}

I changed files on ftp but style not change. I must remove plugin database? I try it too. When i delete this plugin database, forum is broken on localhost. So, what can i do?

Anyone answer?

Anyone answer?

I can't check your code now, and Euantor is on vacation starting yesterday, so it might take some time for him to reply. Did you clear your cache? Try Alt + F5, and/or look in your browser's help docs and find out how to clear your cache (it's usually around "Clear History" in your settings).
I think problem is not "clear history" Myalerts plugin style codes processing in Mysql. That's the problem, i think.

Sorry for my English, thanks for your answer.
Tempted to try this on an active site...
Is this coded better than myvids? (No offence.. xD)
@hipfire: I should say so Wink MyVids was never finished and was my second attempted plugin with a minimal knowledge of PHP. I still don't recommend trying this live though seeing as it's still a beta.

@bekircem: I would love to help but as Tierney said, I'm currently on holiday and typing from my phone - which makes things a little difficult.
(2012-08-19, 10:25 AM)euantor Wrote: [ -> ]@hipfire: I should say so Wink MyVids was never finished and was my second attempted plugin with a minimal knowledge of PHP. I still don't recommend trying this live though seeing as it's still a beta.

@bekircem: I would love to help but as Tierney said, I'm currently on holiday and typing from my phone - which makes things a little difficult.

I already fixed this problem. (I moved to button.) Thanks for your answer.
If you make any code changes, I'm tempted to try it on a live site..
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19