MyBB Community Forums

Full Version: Square theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2016-04-10, 12:11 PM)eNvy Wrote: [ -> ]
(2016-04-10, 10:30 AM)ramakrishnach21 Wrote: [ -> ]Hi, Thank you so much for an awesome theme, its loading fast and found no bugs till now. Everything is neat!

I just installed My alerts mod and this is what happened - http://i.imgur.com/Xagcy9J.png

How can I fix it?

I don't give support for plugins, sorry.

I totally understand but can you give ma small clue where I can solve this for a newbie like me? I even cannot contact plugin author because he will say that I need to edit theme code.
(2016-04-10, 12:16 PM)ramakrishnach21 Wrote: [ -> ]
(2016-04-10, 12:11 PM)eNvy Wrote: [ -> ]
(2016-04-10, 10:30 AM)ramakrishnach21 Wrote: [ -> ]Hi, Thank you so much for an awesome theme, its loading fast and found no bugs till now. Everything is neat!

I just installed My alerts mod and this is what happened - http://i.imgur.com/Xagcy9J.png

How can I fix it?

I don't give support for plugins, sorry.

I totally understand but can you give ma small clue where I can solve this for a newbie like me? I even cannot contact plugin author because he will say that I need to edit theme code.

Well first of all you need to know a bit of HTML and CSS, after that, you can use the "Inspect element" resource from your browser.

I think MyAlerts has his own CSS file located inside of one folder in INC > Plugins, but I can't tell if I'm right. From what I can see on that picture, the alert is displayed like a list, so, you need to remove the <li> code or modify the class of the alert and display it inline.
(2016-04-10, 03:06 PM)eNvy Wrote: [ -> ]
(2016-04-10, 12:16 PM)ramakrishnach21 Wrote: [ -> ]
(2016-04-10, 12:11 PM)eNvy Wrote: [ -> ]
(2016-04-10, 10:30 AM)ramakrishnach21 Wrote: [ -> ]Hi, Thank you so much for an awesome theme, its loading fast and found no bugs till now. Everything is neat!

I just installed My alerts mod and this is what happened - http://i.imgur.com/Xagcy9J.png

How can I fix it?

I don't give support for plugins, sorry.

I totally understand but can you give ma small clue where I can solve this for a newbie like me? I even cannot contact plugin author because he will say that I need to edit theme code.

Well first of all you need to know a bit of HTML and CSS, after that, you can use the "Inspect element" resource from your browser.

I think MyAlerts has his own CSS file located inside of one folder in INC > Plugins, but I can't tell if I'm right. From what I can see on that picture, the alert is displayed like a list, so, you need to remove the <li> code or modify the class of the alert and display it inline.

Thank you! That's all needed. I will take it from here.
Now when the sidebar activity is gone what plugin do you recomend? I found only one outdated one.
Confused
(2016-04-10, 03:48 PM)mrkiller2010 Wrote: [ -> ]Now when the sidebar activity is gone what plugin do you recomend? I found only one outdated one.
Confused

http://community.mybb.com/mods.php?action=view&pid=291

Outdated doesn't mean it will not work.
(2016-04-10, 03:55 PM)eNvy Wrote: [ -> ]
(2016-04-10, 03:48 PM)mrkiller2010 Wrote: [ -> ]Now when the sidebar activity is gone what plugin do you recomend? I found only one outdated one.
Confused

http://community.mybb.com/mods.php?action=view&pid=291

Outdated doesn't mean it will not work.

It isn't as good as the Portal one you had earlier Toungue
(2016-04-10, 05:24 PM)mrkiller2010 Wrote: [ -> ]
(2016-04-10, 03:55 PM)eNvy Wrote: [ -> ]
(2016-04-10, 03:48 PM)mrkiller2010 Wrote: [ -> ]Now when the sidebar activity is gone what plugin do you recomend? I found only one outdated one.
Confused

http://community.mybb.com/mods.php?action=view&pid=291

Outdated doesn't mean it will not work.

It isn't as good as the Portal one you had earlier Toungue

It's the same thing, style it a little bit and is exactly the same. I know a lot of people wants the jQuery code but it loads all the portal, making your site slow. This plugins just loads what you need and nothing more, that's why is better.
(2016-04-10, 06:21 PM)eNvy Wrote: [ -> ]
(2016-04-10, 05:24 PM)mrkiller2010 Wrote: [ -> ]
(2016-04-10, 03:55 PM)eNvy Wrote: [ -> ]
(2016-04-10, 03:48 PM)mrkiller2010 Wrote: [ -> ]Now when the sidebar activity is gone what plugin do you recomend? I found only one outdated one.
Confused

http://community.mybb.com/mods.php?action=view&pid=291

Outdated doesn't mean it will not work.

It isn't as good as the Portal one you had earlier Toungue

It's the same thing, style it a little bit and is exactly the same. I know a lot of people wants the jQuery code but it loads all the portal, making your site slow. This plugins just loads what you need and nothing more, that's why is better.

https://frostzone.eu/forum/
Fixed! Smile Even customized it with the sidebar you had Smile

I've got one quesiton, I've added an extra sidebar called Reklam(Ad)
the  thing is you can't press this:
[Image: raaQAkA.png]

Do you know how to fix?
(2016-04-11, 05:15 PM)mrkiller2010 Wrote: [ -> ]
(2016-04-10, 06:21 PM)eNvy Wrote: [ -> ]
(2016-04-10, 05:24 PM)mrkiller2010 Wrote: [ -> ]
(2016-04-10, 03:55 PM)eNvy Wrote: [ -> ]
(2016-04-10, 03:48 PM)mrkiller2010 Wrote: [ -> ]Now when the sidebar activity is gone what plugin do you recomend? I found only one outdated one.
Confused

http://community.mybb.com/mods.php?action=view&pid=291

Outdated doesn't mean it will not work.

It isn't as good as the Portal one you had earlier Toungue

It's the same thing, style it a little bit and is exactly the same. I know a lot of people wants the jQuery code but it loads all the portal, making your site slow. This plugins just loads what you need and nothing more, that's why is better.

https://frostzone.eu/forum/
Fixed! Smile Even customized it with the sidebar you had Smile

I've got one quesiton, I've added an extra sidebar called Reklam(Ad)
the  thing is you can't press this:
[Image: raaQAkA.png]

Do you know how to fix?

You need to change the ID "ths_img" for another one with 3 letters, like "asd_img" (the same for the container "ths_e" for "asd_e").
(2016-04-11, 06:32 PM)eNvy Wrote: [ -> ]
(2016-04-11, 05:15 PM)mrkiller2010 Wrote: [ -> ]
(2016-04-10, 06:21 PM)eNvy Wrote: [ -> ]
(2016-04-10, 05:24 PM)mrkiller2010 Wrote: [ -> ]
(2016-04-10, 03:55 PM)eNvy Wrote: [ -> ]http://community.mybb.com/mods.php?action=view&pid=291

Outdated doesn't mean it will not work.

It isn't as good as the Portal one you had earlier Toungue

It's the same thing, style it a little bit and is exactly the same. I know a lot of people wants the jQuery code but it loads all the portal, making your site slow. This plugins just loads what you need and nothing more, that's why is better.

https://frostzone.eu/forum/
Fixed! Smile Even customized it with the sidebar you had Smile

I've got one quesiton, I've added an extra sidebar called Reklam(Ad)
the  thing is you can't press this:
[Image: raaQAkA.png]

Do you know how to fix?

You need to change the ID "ths_img" for another one with 3 letters, like "asd_img" (the same for the container "ths_e" for "asd_e").
Thanks man, I tried to fix this for like 3 hours.