MyBB Community Forums

Full Version: Can i change my footer copyright text?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi Respected Experts and team members !
How are you? i have a website, and i use mybb software on my website. and i use the Audentio Design Theme named "Cure". i want to change my footer text. can i do it?
can i change text to transparent image? please check the image that what i am saying.

[Image: footer.png]


Second: can i add "Delete Attachments" option for my members in their post? if yes , then how?

Is there any plugins support to saved from the forum hackers , if yes, then which plugins or process you recommended for me.

Thank You.

For MyBB, I guess you could use something like that or Powered by image, am not sure about Audentio though.
if tyou want to edit the footer text goto
admin cp - themes - templates - (yourthemename) - footer templates - footer

find
{$lang->powered_by} <a href="http://www.mybboard.net" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybboard.net" target="_blank">MyBB Group</a>

add what you want but dont remove the mybb copyright or youl be denied support
also id check about the theme copyright if your allowed to remove it or not
also if you want to change the text to a transparent image make one then upload it to your themes folder

and add where you want it to be

<img src="http://www.linktoyoursite.com/imagepath" />
can i make changes as this code with mybboard link? is it correct or can denied my support?

<a href="http://www.mybboard.net" target="_blank"><img src="http://www.example.com/example.png"</a>
Not sure what Audentio requires, but haveing just the MyBB logo in the image is not sufficient IIRC. You need the image to say "Forum software by MyBB" or "Powered by MyBB" or something similar.
Hey i want to add this picture to the footer in place of the text/hyperlink so that spam bots cant search for the text that every mybb board has in common... how would i add this picture to the footer in place of the text/links but still have the picture be a link to mybb?

[Image: IL0Tt.png] <--- This in an image.

Thanks Smile
(2012-02-27, 03:55 PM)RedKarma Wrote: [ -> ]Hey i want to add this picture to the footer in place of the text/hyperlink so that spam bots cant search for the text that every mybb board has in common... how would i add this picture to the footer in place of the text/links but still have the picture be a link to mybb?

[Image: IL0Tt.png] <--- This in an image.

Thanks Smile
Use this code in footer:

<a href="http://www.mybb.com" target="_blank"><img src="http://i.imgur.com/IL0Tt.png" /></a>
Am I replacing this entire line...

{$lang->powered_by} <a href="http://www.mybboard.net" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybboard.net" target="_blank">MyBB Group</a>

with...

<a href="http://www.mybb.com" target="_blank"><img src="http://i.imgur.com/IL0Tt.png" /></a> 

or just a part of the line?
Yes. Correct.
Awesome thank you! I really appreciate the help and support I find in this community Smile It feels great to have such a great resource to turn to.
Pages: 1 2