MyBB Community Forums

Full Version: help again (O_o)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
1. how to add [Image: home.png] every page at the top and the lines under the text
like this :

[Image: attachment.php?aid=23169]
[attachment=23169]

2. how to create black line under user information ? (above RE: Test)
here is the screenshoot :
[Image: attachment.php?aid=23170]
[attachment=23170]

3. how to change the text color in time posting, Forum, Threads, Post, Last Post, and hyperlink text at the top posting, like this :
[Image: attachment.php?aid=23172]
[attachment=23172]

4. how to clickable smiley in quick reply post ?
i used advanced quick reply but not good Sad


many thanks Smile


sory, im verry n00b
1) Go to ACP -> Templates & Styles -> Templates -> Your theme -> Navigation templates -> nav
Place this code before {$nav}
Quote:<a href="{$mybb->settings['bburl']}"><img src="{$theme['imgdir']}/toplinks/home.gif" alt="home" title="home" /></a>
Replace /toplinks/home.gif with your image path.

2) Go to Post bit templates -> postbit
Add a <hr> tag after the first </table> you see in that code.

3) ACP -> Themes -> your theme -> global.css.
Find tcat class and change the background color.

4) As far as i know, Advanced Quick reply plugin is the best solution for this. May i know what's wrong with it?
(2011-06-25, 02:56 PM)kavin Wrote: [ -> ]1) Go to ACP -> Templates & Styles -> Templates -> Your theme -> Navigation templates -> nav
Place this code before {$nav}
Quote:<a href="{$mybb->settings['bburl']}"><img src="{$theme['imgdir']}/toplinks/home.gif" alt="home" title="home" /></a>
Replace /toplinks/home.gif with your image path.

2) Go to Post bit templates -> postbit
Add a <hr> tag after the first </table> you see in that code.

3) ACP -> Themes -> your theme -> global.css.
Find tcat class and change the background color.

4) As far as i know, Advanced Quick reply plugin is the best solution for this. May i know what's wrong with it?

thx no 1 & 3 ts works , but no2 i wanna the css setting, not the line html,.

[Image: attachment.php?aid=23178]
[attachment=23178]

and no4 i got this error style,
[Image: attachment.php?aid=23179]
[attachment=23179]

u see ? the scroll page to right ?


sorry if my bad english word Toungue

many thanks
bump again, and again