This site is READ ONLY!! No support will be given! Everything in here is just for archiving purposes!

[Support] Header Issue

Support for your styles questions
Forum rules
** AND PLEASE PROVIDE A LINK TO YOUR SITE THAT YOU NEED HELP WITH! OR I MIGHT NOT HELP YOU **
User avatar
cisco007
Ciscox
Ciscox
Posts: 2843
Joined: Thu Sep 16 2010 3:25 pm
Country Flag: Mexico

Re: [Support] Header Issue

Post by cisco007 »

ok, just making sure that is what you wanted before i posted the new code!
but open up:
styles/yourstyle/template/ucp_header.html
find:

Code: Select all

<h2>{L_UCP}</h2>
after add:

Code: Select all

<!-- IF S_IN_UCP and S_COMPOSE_PM -->
<p style="background: url('{ROOT_PATH}images/info_icon.png') center no-repeat; background-color: #FFF3A3; background-position: 10px 50%; padding-left: 8%; font-size: 11px; padding: 5px 5px 5px 65px; color: #B79000; border: 2px solid #E7BD72; border-radius: 3px 3px 3px 3px; -moz-border-radius: 5px; -webkit-border-radius: 5px">
<strong>Attention: Please write your posts as follows:</strong>
<br />
1. test 1<br />
2. test 2<br />
3. test 3<br />
</p>
<!-- ENDIF -->
you can then change or replace the text to your liking!
Image
Paisa
Stars
Stars
Posts: 39
Joined: Sat Nov 06 2010 8:19 pm
Country Flag: Albania

Re: [Support] Header Issue

Post by Paisa »

Functioned. On you is relying. Thanks smile_clapping

thus it looks:

Code: Select all

<!-- IF S_IN_UCP and S_COMPOSE_PM -->
<p style="background: url('{ROOT_PATH}images/info-icon1.png') center no-repeat; background-color: #0080FF; background-position: 10px 50%; padding-left: 8%; font-size: 11px; padding: 5px 5px 5px 65px; color: #0B0B61; border: 2px solid #0B0B61; border-radius: 3px 3px 3px 3px; -moz-border-radius: 5px; -webkit-border-radius: 5px">
<strong> xxxx:</strong>
<br />
1. xxxx <br />
2. xxxx <br />
3. xxxx <br />
</p>
<!-- ENDIF -->
info-icon1.png
You do not have the required permissions to view the files attached to this post.
User avatar
cisco007
Ciscox
Ciscox
Posts: 2843
Joined: Thu Sep 16 2010 3:25 pm
Country Flag: Mexico

Re: [Support] Header Issue

Post by cisco007 »

yes that is correct!
Image
Post Reply