Message in UCP

Twisted Fairytale

Retired Administrator
Joined
Jun 12, 2008
Messages
5,384
Reaction score
28
FP$
26,235
To add a message for all users to see in the UCP, use this tutorial!

First, open up your ACP. Select Styles and to the left, click Templates. Select the style you are going to use, and click Edit. Find ucp_main_front.html on the drop down list.

---------------------COPY--------------------------
Code:
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<h3> Notice </h3>
Welcome to the forum. We are so glad that you decided to join us!
<div class="inner"><span class="corners-bottom"><span></span></span>
</div>
</div>
</div>

--------------------FIND---------------------------
Code:
<!-- INCLUDE ucp_header.html -->

<h2>{L_TITLE}</h2>


Paste the code on a new line right after the code above. You should edit in your message and the title if you would like.

<h3>Notice </h3> - Title


If you need any help with this, please contact me!
 
Back
Top Bottom