MyBB Community Forums

Full Version: How to delete this or change it?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Open your "forumdisplay" template and

Find for the html codes written between
{$header}

Codes

{$moderatedby}

Either you can remove that or replace with



<div class="banner_bg"><img src="images/forumbit/bg{$foruminfo['fid']}.jpg" onError="this.onError=null;this.src='https://picsum.photos/1000/200';"></div>
<div class="banner_text">
{$foruminfo['name']}
</div><br /><br />


Or


create a directory in your image directory named forumbit
and upload any image with rename of bg1.jpg , bg2.jpg , bg3.jpg so like on as your forum id


And i find you didn't install the plugin that was attached with the theme....

Please first install and then after install the theme... It will give you a better result...

See the theme i have installed on my site
https://storiespedia.com/
Quote:And i find you didn't install the plugin that was attached with the theme....

i did not find any plugin bro

And how to set username like you
[attachment=45959]

I was talking about this plugin...
bro i using rin editor. when i install this plugin than its show two editor.


and how to do that like your forum username
(2023-05-03, 07:38 PM)mybbviper Wrote: [ -> ]bro i using rin editor. when i install this plugin than its show two editor.


and how to do that like your forum username

I have edited for you this plugin...

Use this one now...

[attachment=45961]

About the username i am just using simple css ...

Here it is....

In your admin usergroup > username style put this

<span class="rainbow"><strong>{username}</strong></span>

And 

In your global.css or font.css or any css

Put this and save..

 
.rainbow {
 animation: rainbow 5s linear infinite;
 background: url('https://i.ibb.co/tm30ZvS/010.gif');
 background-repeat: repeat-x;
 font-weight: bolder;
}
@keyframes rainbow {
 0% {
 color: #eb4034;
 background: url('https://i.ibb.co/tm30ZvS/010.gif');
 }
 15% {
 color: #eb7434;
 background: url(https://i.ibb.co/qWvqCkG/018.gif);
 }
 20% {
 color: #34eb3d;
 background: url(https://i.ibb.co/2FxWn6t/017.gif)
 }
 35% {
 color: #98eb34;
 background: url(https://i.ibb.co/DKzDLnW/013.gif);
 }
 40% {
 color: #3458eb;
 background: url(https://i.ibb.co/nM0LccH/014.gif);
 }
 55% {
 color: #34ebde;
 background: url(https://i.ibb.co/122zTN3/007.gif);
 }
 70% {
 color: #eb34eb;
 background: url(https://i.ibb.co/nDHfWQB/006.gif);
 }
 80% {
 color: #eb348c;
 background: url(https://i.ibb.co/JQqx5Wq/004.gif);
 }
 90% {
 color: #3446eb;
 background: url(https://i.ibb.co/f8m0zdT/008.gif);
 }
 100% {
 color: #eb344f;
 background: url(https://i.ibb.co/cT4D1V0/012.gif);
 }
}
how to show in main page rainbow username. its only showing in inside
I have installed this plugin that's why

https://community.mybb.com/mods.php?action=view&pid=128
(2023-05-04, 12:42 PM)PARADOX987 Wrote: [ -> ]I have installed this plugin that's why

https://community.mybb.com/mods.php?action=view&pid=128

Thanks