Status
Not open for further replies.

FSL

Active Member
651
2010
9
0
hi there...

i want to put katz link in that member bar.. after logut or at the left side..

2q9cmv.png


http://paste2.org/p/929993 <-------- here is overall header file....

plz mention that part in this file where i should i add the code XD

thanks :)
 
30 comments
Find this:
Code:
<li <!-- IF U_FAQ_STYLE -->class="active root"<!-- ELSE -->class="root"<!-- ENDIF -->><a class="orphan item bullet" href="{U_FAQ}" title="{L_FAQ_EXPLAIN}"><span>{L_FAQ}</span></a></li>
                <!-- IF not S_IS_BOT -->
                                        <!-- IF not S_USER_LOGGED_IN --><li <!-- IF U_REGISTER_STYLE -->class="active root"<!-- ELSE -->class="root"<!-- ENDIF -->><a class="orphan item bullet" href="{U_REGISTER}"><span>{L_REGISTER}</span></a></li><!-- ENDIF -->
                    <li <!-- IF U_LOGIN_LOGOUT_STYLE -->class="active root"<!-- ELSE -->class="root"<!-- ENDIF -->><a class="orphan item bullet" href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l"><span>{L_LOGIN_LOGOUT}</span></a></li>
                <!-- ENDIF -->
Paste this over it
Code:
<li <!-- IF U_FAQ_STYLE -->class="active root"<!-- ELSE -->class="root"<!-- ENDIF -->><a class="orphan item bullet" href="{U_FAQ}" title="{L_FAQ_EXPLAIN}"><span>{L_FAQ}</span></a></li>
                <!-- IF not S_IS_BOT -->
                                        <!-- IF not S_USER_LOGGED_IN --><li <!-- IF U_REGISTER_STYLE -->class="active root"<!-- ELSE -->class="root"<!-- ENDIF -->><a class="orphan item bullet" href="{U_REGISTER}"><span>{L_REGISTER}</span></a></li><!-- ENDIF -->
[COLOR="Red"]<li>Katz thingamob goes here</li>[/COLOR]
                <!-- ENDIF -->                   
 <li <!-- IF U_LOGIN_LOGOUT_STYLE -->class="active root"<!-- ELSE -->class="root"<!-- ENDIF -->><a class="orphan item bullet" href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l"><span>{L_LOGIN_LOGOUT}</span></a></li>
                <!-- ENDIF -->
 
<img src="http://feeltheflow.org/ddl/kd.gif" height="47" style="float:right;margin-top:1px;margin-right:5px;">
I'd recommend putting that on like 598 to make it look like:
[slide]http://lulzimg.com/i/c99dfaa2.png[/slide]
 
now nothing comes :|
and u mean this? <li class="root"><a href="http://katz.cd/" title="Katz Downloads">Katz</a></li>
 
<li class="root"><a class="orphan item bullet" href="http://katz.cd/" title="Katz Downloads"><span>Katz</span></a></li>
this one works :XD

bcpo69.png
 
Status
Not open for further replies.
Back
Top