|
[XGFX] Default Post Colour
This is my first ever mod that i have published
![]() This modification will allow users to selct a defualt post colour that will automatically be allpied to all their posts 1. Make a New Profile Field Admin CP > User Profile Fields > Add New Profile Field
Find: Code:
<!-- message -->
<div id="post_message_$post[postid]">
$ad_location[ad_showthread_firstpost_start]
$post[message]
</div>
<!-- / message -->
Code:
<!-- message -->
<div style="color:$post[field5];" id="post_message_$post[postid]">
$ad_location[ad_showthread_firstpost_start]
$post[message]
</div>
<!-- / message -->
Download No files for download. Screenshots |
|||||||||