MyBB Community Forums

Full Version: Default Post Style
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://mods.mybb.com/view/default-post-style

I don't understand this plugin. I've activated but yet to found out how to use it. Anyone using it mind explaining here ?

Thanks.
Plugins usually comes with Read Me or Installation instructions.. Did you read those (if they are in the package) ?
Yes. I read everytime. I won't ask if I know the answer to it :X
OK, Go to: ACP > Templates > Your theme's Templates > User Control Panel Templates > usercp_nav_misc > and find;
</tbody>
and add the following code Replacing {$dpslink}
<tr>
<td class="trow1 smalltext">
<img src="images/dps.png">&nbsp;&nbsp;<a href="usercp.php?action=dps">Default Post Styling</a>
</td>
</tr>

Now you'll see a link in your user Control Panel. You've to use {POST_MESSAGE} to format your post font color.

Like;
[color=red]{POST_MESSAGE}[/color]
which should format like this;
Quote:{POST_MESSAGE}
I don't see {$dpslink} in my template
Nevermind I got it working. But I don't understand. I want font Tahoma. Meaning it'll be [font style=Tahoma] ?
Got it working Thanks !
[font=Tahoma]{POST_MESSAGE}