MyBB Community Forums

Full Version: Calendar Change
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys, I want to change everywhere: "calendar" with something else that I want to write e.g. deejay but the point is I don't know how. Could you tell me how to do it, which template to modify and also calendar.php to change with it? [Image: 77407126.png]
thanks i advance and sorry for bad english

my site http://deejay-place.info
If you need support for my themes next time to get fast support post your problem here: http://wb-dev.net/showthread.php?tid=5

It is in the images/wbsteam/toplinks/calendar.png just change the image but leave the same name calendar.png
(2011-03-21, 10:31 PM)WbDev Wrote: [ -> ]If you need support for my themes next time to get fast support post your problem here: http://wb-dev.net/showthread.php?tid=5

It is in the images/wbsteam/toplinks/calendar.png just change the image but leave the same name calendar.png

first thanks for reply, but i want to change and the text too not just the icon.. thanks
(2011-03-22, 01:06 AM)theoc Wrote: [ -> ]
(2011-03-21, 10:31 PM)WbDev Wrote: [ -> ]If you need support for my themes next time to get fast support post your problem here: http://wb-dev.net/showthread.php?tid=5

It is in the images/wbsteam/toplinks/calendar.png just change the image but leave the same name calendar.png

first thanks for reply, but i want to change and the text too not just the icon.. thanks

Follow these steps.

Go to ACP >> Templates and Styles >> Choose the template >> Click on Header Templates >> header

Once there fine the line:
<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>

Then change
{$lang->toplinks_calendar}
to what ever you would like it to say. Ex: Deejay, Subscribe etc.

Then also change
<a href="{$mybb->settings['bburl']}/calendar.php">
to the link where you would to take them too. Ex: <a href="http://google.com">

Last but not least, change the image that is next to the text to what ever you want it to be. If you don't want a image, remove the image code.
<img src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />

That should do solve your problem.
thank you so much buddy .. rep + Smile