MyBB Community Forums

Full Version: Nice theme but something isnt correct !!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
http://i.imgur.com/Re7dW.jpg
i added this nice theme to my forums but now ive a question how to change this words to my language (from spanish i think to english) any help please i need it ,it is so important
,regards DTM.
Wrong forum, http://community.mybb.com/forum-10.html

What theme is this on your forum?
oh sorry i didnt notice it is the wrong section xD really sorry
ive ModernVB Ultimate link : http://mods.mybb.com/view/modernvb-ultimate


even some1 made a thread about it 07-18-2012 and nobody answered him so anybody can answer me ^^ please!
You can change it in AdminCP-->Template e themes-->Template-->Postbit Template-->Postbit or postbit_classic what do you use Smile
(2012-07-27, 07:03 PM)Dominic Wrote: [ -> ]You can change it in AdminCP-->Template e themes-->Template-->Postbit Template-->Postbit or postbit_classic what do you use Smile

can u explain more after i open "Post Bit Templates"
what ive to do to change that words (language) , btw thanks
When you open the postbit_templates you can see the postbit_find postbit_edit and soon open it and modify the code i think the code of buttons is
<div class="button">NameButton</div>
and change the language of it
(2012-07-27, 07:56 PM)Dominic Wrote: [ -> ]When you open the postbit_templates you can see the postbit_find postbit_edit and soon open it and modify the code i think the code of buttons is
<div class="button">NameButton</div>
and change the language of it

this is the code in (postbit_edit)

<a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}"><img src="{$theme['imglangdir']}/postbit_edit.gif" alt="{$lang->postbit_edit}" title="{$lang->postbit_edit}" /></a>
<div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:;" onclick="Thread.quickEdit({$post['pid']});" class="popup_item">{$lang->postbit_quick_edit}</a></div><div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_full_edit}</a></div></div>
<script type="text/javascript">
// <!--
	if(use_xmlhttprequest == "1")
	{
		new PopupMenu("edit_post_{$post['pid']}");
	}
// -->
</script>
mmm this is an image i think try to found it in the packet of download because there is this code of the image
<img src="{$theme['imglangdir']}/postbit_edit.gif" alt="{$lang->postbit_edit}" title="{$lang->postbit_edit}" />

If he add a css button he need to add another code controll the packet and found the images
(2012-07-27, 08:05 PM)Dominic Wrote: [ -> ]mmm this is an image i think try to found it in the packet of download because there is this code of the image
<img src="{$theme['imglangdir']}/postbit_edit.gif" alt="{$lang->postbit_edit}" title="{$lang->postbit_edit}" />

If he add a css button he need to add another code controll the packet and found the images

what ive to do right now e.e Sad
you need to change the image i view a demo of the theme that you are using and the images of postbit are maked by photoshop you need to change it for example postbit_edit.gif you need to make this image in your language if you have problem i can make it for you Smile
Pages: 1 2