MyBB Community Forums

Full Version: How to make like MyBB ads in homepage?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
How to make like this?
  • "Stay on top of what's happening with MyBB Follow @MyBB on Twitter @MyBBSecurity Join us on Discord"
Like in "MyBB Homepage." - Have a look at the following photo:

[Image: p_1276oaih81.png]

Because i really need something like this. (In-needed)
Thanks a lot. Smile
(2019-06-30, 10:56 PM)iKsu Wrote: [ -> ]Hello,
How to make like this?
  • "Stay on top of what's happening with MyBB Follow @MyBB on Twitter @MyBBSecurity Join us on Discord"
Like in "MyBB Homepage." - Have a look at the following photo:

[Image: p_1276oaih81.png]

Because i really need something like this. (In-needed)
Thanks a lot. Smile

Use this PLUGIN and modify the settings to match what you want.
(2019-06-30, 11:43 AM)Serpius Wrote: [ -> ]Use this PLUGIN and modify the settings to match what you want.
Hello,
I succeed to modify settings and reached my goal,
But there is small problem:
I been unable to make the Social Media Icons in the settings of 'Simple Newsbars.'
Can you show me how to add Social Media in the settings of this plugin like in MyBB homepage?
Thanks a lot. Big Grin
(2019-07-01, 03:44 AM)iKsu Wrote: [ -> ]
(2019-06-30, 11:43 AM)Serpius Wrote: [ -> ]Use this PLUGIN and modify the settings to match what you want.
Hello,
I succeed to modify settings and reached my goal,
But there is small problem:
I been unable to make the Social Media Icons in the settings of 'Simple Newsbars.'
Can you show me how to add Social Media in the settings of this plugin like in MyBB homepage?
Thanks a lot. Big Grin
You can add icon of size 32x32px(Whatever suits your requirement) of Social media as image in the settings. So the announcement will be like this

Social Media Accounts | <a href="URL"> <img src="TWITTER IMG" height="32" width="32"/> Follow on Twitter</a> | <a href="URL"> <img src="FACEBOOK IMG" height="32" width="32"/> Follow on Facebook</a> 

You can also use font-awesome icons and can add this code in header template without using plugin as well.

Cheers
WallBB
(2019-06-30, 05:35 AM)WallBB Wrote: [ -> ]You can add icon of size 32x32px(Whatever suits your requirement) of Social media as image in the settings. So the announcement will be like this 


Quote:
Social Media Accounts | <a href="URL"> <img src="TWITTER IMG" height="32" width="32"/> Follow on Twitter</a> | <a href="URL"> <img src="FACEBOOK IMG" height="32" width="32"/> Follow on Facebook</a> 

You can also use font-awesome icons and can add this code in header template without using plugin as well. 

Cheers 
WallBB

Hello,
This method worked with me perfectly.
Thanks a lot. Big Grin