MyBB Community Forums

Full Version: My awards not seen
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
please check in menu items means toplinks..
there is only icon for awards incomparision with other toplinks with icon and name.
why name is not seen beside award icon.

my modified template of header is
<li><a href="{$mybb->settings['bburl']}/myawards.php"><img src="{$theme['imgdir']}/toplinks/myawards.gif" alt="" title="" />{$lang->toplinks_myawards}</a></li>
					<li><a href="{$mybb->settings['bburl']}/portal.php"><img src="{$theme['imgdir']}/toplinks/portal.png" alt="" title="" />{$lang->toplinks_portal}</a></li>
					<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>
Replace {$lang->toplinks_myawards} with Awards or MyAwards.

~ David
its not working@vernier.
Can you please paste the code of ./inc/languages/english/myawards.lang.php file ?
My Awards support is at MyBB Central. Just post in the release thread.
here is ./inc/languages/english/myawards.lang.php code

<snip>

@ LABROCCA....i havent remove copyright of yours.if u want to add than tell editing code , i willl edit it.
The copyrights says you can not redistribute without his permission >_>

My guess is that lang file is not loaded where you want to add the toplink.
(2012-05-21, 05:32 AM)Omar G. Wrote: [ -> ]My guess is that lang file is not loaded where you want to add the toplink.

see my first psot, i had added code for that but not work.
and also for my downloads its not work, i had add image of mydownload.php in header.

whats problem?
check..
www.medishared.org
Even if you do so, if the lang file is not loaded where the link is showed, then it will have no effect. Just paste the word like so "Awards". etc..
OP is not licensed to use my plugins. I'll be sending his host a DMCA notice.
Pages: 1 2