i did not tested yet but i guess it works, you can trySwT-CarbonzZ wrote:Hi is this working on 3.0.10?
Try to find {U_FAQ} and put it befor that line. You can change it a little according to your htmlSwT-CarbonzZ wrote:Im having problems with editing files.
I cant find this line in the prosilver style:
- Open: styles/prosilver/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.
Code:Select All
<li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.
Code:Select all
<!-- IF S_POINTS_ENABLE and S_USER_LOGGED_IN and not S_IS_BOT --><li class="icon-points"><a href="{U_POINTS}">{POINTS_NAME} [ {USER_POINTS} ]</a></li><!-- ENDIF -->
<li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
Check around in the language files.Don Vito wrote:I am really happy with this mod and so are the members of my forum (yes, using this mod live)
I was wondering if its possible that the button in the header can also be translated?
Right now it says [...] points regardless of the language the user set..
P.s. The mod itself is working perfectly for me