Support Forums

Full Version: Thread Rating etc
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, I've gotten most of the theme finished for my forum.

Problem is, the text next to the stars while rating a thread, and the text explaining the icons on the side of the forums.

I can't figure out how to change those.

I've tried looking in showthread.php and ratethread.php for the text insert
part of the code to add some extra code, but I can't find any?

Same thing for the other text.
Wat do?


Also, apparently my banner goes off-screen on other monitors.

Looks fine on mine, however. How do I fix that?

It's not your templates you have to edit, it's your theme. Check your javascript.
(03-17-2011, 09:30 PM)Cybr Wrote: [ -> ]It's not your templates you have to edit, it's your theme. Check your javascript.



I tired checking my theme.

there's no option to change that, I've gone over all the selections more than once.
I can try helping you if you want. Let me know.
(03-17-2011, 09:36 PM)Cybr Wrote: [ -> ]I can try helping you if you want. Let me know.

Well you didn't really answer any of my questions >.>

I meant I can help by going through your code for you and try to fix it.
Showthread template. Find {$ratethread}
Change to this,
<font color="white>{$ratethread}</font>
(03-19-2011, 12:51 PM)Solidus Wrote: [ -> ]Showthread template. Find {$ratethread}
Change to this,
<font color="white>{$ratethread}</font>


Thanks, found out how to fix that last night :3 Did another check over my code.