Twisted Fairytale
Retired Administrator
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--------------------------
--------------------FIND---------------------------
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!
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!







