Page 3 of 3

Re: social network links in my header

Posted: 27 Apr 2010, 00:15
by Steve
copy of your overall_header.html

placed in theses tags please, remove any unwanted private data b4 posting . Nice style ;)

Re: social network links in my header

Posted: 27 Apr 2010, 00:19
by heredia21

Code: Select all

         <!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
	    <div style="float:right;">
	        <form action="{U_SEARCH}" method="post" id="search">
                <fieldset class="search">
	            <input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="box" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
	            <button class="btn" value="{L_SEARCH}" type="submit" >&nbsp;</button>
                </fieldset>
            </form>
        </div>
        <!-- ENDIF -->
        
    <span class="corners-bottom"><span></span></span></div>
</div>
<a href="http://www.twitter.com/bberryempire"><img src="/images/twitter.png" alt="twitter" /></a>

								
<div class="menu">

Re: social network links in my header

Posted: 28 Apr 2010, 00:28
by Steve
Just remebered this post! reading your posts.
undo any edits for this Snippet.
will not work with glossy black style , my search function in glossy black uses a different css class and requires me todo the edits to the html and css for it to look correct. ( unless your confident )
I made my own social network links overall_header.html for my style redsteel for a member a while back will dig it out and post it as he used the advanced search i made for glossy black.

Re: social network links in my header

Posted: 23 Jun 2010, 02:14
by billoo
Oliver ยป 20 Mar 2010, 12:23 wrote:If I want to put those buttons there so what point do I put the code snippet.

Tell someone that the final code? Youtube, Facebook, Blog, Twitter.


http://img90.imageshack.us/img90/3521/rrrrkc.jpg

open
style/yourstyle(i did with prosilver and se square)/template/overall_footer.html


find

Code: Select all

	<div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group<br />

place this before (with your urls for sure)

Code: Select all

<a href="http://freakify.blogspot.com/"target="new"><img src="/images/blog.png"alt="blog" />&nbsp;<a href="http://www.youtube.com/user/billnullfreakify"target="new"><img src="/images/yt.png"alt="youtube" />&nbsp;<a href="http://www.facebook.com/pages/Freakifycom/116911498354274"target="new"><img src="/images/facebook.png"aly="fb" />&nbsp;<a href="http://www.myspace.com/freakify"target="new"><img src="/images/myspace.png"alt="myspace" />&nbsp;<a href="http://twitter.com/billoofreakify"target="new"><img src="/images/twitter.png"alt="tweeet" />
<br />


and have a look

Image

you can also place a fb badge below this code it will show up like this in it
Image

Re: social network links in my header

Posted: 23 Jun 2010, 02:49
by cisco007
it's not overall_footer.php it's overall_footer.html

Re: social network links in my header

Posted: 23 Jun 2010, 12:55
by billoo
oops thanks for looking it