social network links in my header

Guides & Snippets for phpBB3. Try the Snippets here and share Your own Snippets
There is no support here! Only Read Access!
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

Re: social network links in my header

Post by Steve »

copy of your overall_header.html

placed in theses tags please, remove any unwanted private data b4 posting . Nice style ;)
NAPWR wrote: Nice, Stoker is Hot
heredia21
BBCoder IV
BBCoder IV
Posts: 179
Joined: 07 Apr 2010, 20:42
Contact:

Re: social network links in my header

Post 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">
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

Re: social network links in my header

Post 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.
NAPWR wrote: Nice, Stoker is Hot
User avatar
billoo
BBCoder II
BBCoder II
Posts: 24
Joined: 15 May 2010, 22:46

Re: social network links in my header

Post 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
Last edited by billoo on 23 Jun 2010, 12:55, edited 2 times in total.
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: social network links in my header

Post by cisco007 »

it's not overall_footer.php it's overall_footer.html
User avatar
billoo
BBCoder II
BBCoder II
Posts: 24
Joined: 15 May 2010, 22:46

Re: social network links in my header

Post by billoo »

oops thanks for looking it
Locked