Forum Hosting  

Go Back   Forum Hosting > Community Forums [No support] > Graphics and Web Design (free)

Graphics and Web Design (free) Free graphic design & web design work. If you want to buy/sell services, please go to fSwapMeet




People in fChat: Follow Forumer on Twitter | Facebook | Myspace
Reply
 
LinkBack Thread Tools Display Modes
Old 12-21-2005, 04:46 PM   #1 (permalink)
Active Forumer
 
rune master's Avatar
 
Join Date: Mar 2005

Location: um...Oregon
Posts: 537
Rep Power: 0 rune master is on a distinguished road
fTrader: (2)
fBuck$: 6,454
Bank: 0
Total fBuck$: 6,454

My Forumer
My Country:
Send a message via Yahoo to rune master Send a message via Skype™ to rune master
Exclamation Need button!

Need button for my forum: www.razor.forumer.com

ummm...

76 x 40
Kinda like a metal looking font saying: Razor Forum
Like a SciFi Green, shiny, mettalic backround.

Thanks.I can pay if you want.


OMG You got to see this: Click Here
My Deviant Art
rune master is offline   Reply With Quote
Old 12-21-2005, 05:56 PM   #2 (permalink)
Active Forumer
 
rune master's Avatar
 
Join Date: Mar 2005

Location: um...Oregon
Posts: 537
Rep Power: 0 rune master is on a distinguished road
fTrader: (2)
fBuck$: 6,454
Bank: 0
Total fBuck$: 6,454

My Forumer
My Country:
Send a message via Yahoo to rune master Send a message via Skype™ to rune master
Default Re: Need button!

Can ANYONE help me?


OMG You got to see this: Click Here
My Deviant Art
rune master is offline   Reply With Quote
Old 12-21-2005, 06:09 PM   #3 (permalink)
Senior Forumer
 
Cadet's Avatar
 
Join Date: Aug 2005

Posts: 952
Rep Power: 5 Cadet will become famous soon enough
fTrader: (7)
fBuck$: 8,501
Bank: 50,749
Total fBuck$: 59,250

My Forumer
My Country:
Default Re: Need button!

not the best but here you are..



also noticed that you havent changed the top image on your forums either, if you wanted to you can use this one.



Cadet


Please link to techmonkeys.co.uk - Free Tech Support
The duping ground CadetGfx.co.uk
Cadet is offline   Reply With Quote
Old 12-22-2005, 08:17 PM   #4 (permalink)
Active Forumer
 
rune master's Avatar
 
Join Date: Mar 2005

Location: um...Oregon
Posts: 537
Rep Power: 0 rune master is on a distinguished road
fTrader: (2)
fBuck$: 6,454
Bank: 0
Total fBuck$: 6,454

My Forumer
My Country:
Send a message via Yahoo to rune master Send a message via Skype™ to rune master
Default Re: Need button!

Perfect!

Edit: how to insert banner and how to link button to my forum?


OMG You got to see this: Click Here
My Deviant Art
rune master is offline   Reply With Quote
Old 12-23-2005, 03:07 AM   #5 (permalink)
Senior Forumer
 
Cadet's Avatar
 
Join Date: Aug 2005

Posts: 952
Rep Power: 5 Cadet will become famous soon enough
fTrader: (7)
fBuck$: 8,501
Bank: 50,749
Total fBuck$: 59,250

My Forumer
My Country:
Default Re: Need button!

I dont run a forumer forum - so im not 100% on how to change your banner ( i know its not very hard and someone round here should easily be able to tell you how.

as for the button link just put in this bit of code where you would like the button to appear

HTML Code:
[url=http://razor.forumer.com][img]http://img513.imageshack.us/img513/2917/link9oy.gif[/img][/url]


Please link to techmonkeys.co.uk - Free Tech Support
The duping ground CadetGfx.co.uk
Cadet is offline   Reply With Quote
Old 12-23-2005, 06:08 AM   #6 (permalink)
VIP Team
 
Randoman's Avatar
 
Join Date: Feb 2005

Location: Manchester, UK
Posts: 3,480
Rep Power: 8 Randoman is on a distinguished road
fTrader: (65)
fBuck$: 1,669
Bank: 136,543
Total fBuck$: 138,212

My Forumer
My Country:
Send a message via MSN to Randoman
Default Re: Need button!


Ben Bowen / Follow your dreams...
PM me for support, and I'll probably reply with help or at least direct you in the right direction.*
*No gurantee...
Randoman is offline   Reply With Quote
Old 12-23-2005, 03:56 PM   #7 (permalink)
Active Forumer
 
rune master's Avatar
 
Join Date: Mar 2005

Location: um...Oregon
Posts: 537
Rep Power: 0 rune master is on a distinguished road
fTrader: (2)
fBuck$: 6,454
Bank: 0
Total fBuck$: 6,454

My Forumer
My Country:
Send a message via Yahoo to rune master Send a message via Skype™ to rune master
Default Re: Need button!

THanks but i dont get (at the banner change forum indicated by you above) how to get this url you need for the banner to put in...and i tried it but the code and server not found...


OMG You got to see this: Click Here
My Deviant Art
rune master is offline   Reply With Quote
Old 12-24-2005, 01:54 AM   #8 (permalink)
Active Forumer
 
meusvita's Avatar
 
Join Date: Oct 2005

Location: Tennessee
Posts: 428
Rep Power: 5 meusvita is on a distinguished road
fTrader: (0)
fBuck$: 10,678
Bank: 0
Total fBuck$: 10,678

My Forumer
My Country:
Send a message via Yahoo to meusvita
Default Re: Need button!

Button

When you put it on a webpage, you use this HTML code:

Code:
<a href="http://razor.15.forumer.com"><img src="http://img513.imageshack.us/img513/2917/link9oy.gif" width="88" height="31" border="0"></a>
When you put it in a forum or signature, use the code that Cadet posted above.

Banner

Go to you Admin Control Panel and click on:

HTML Templates and then Manage HTML and then Global HTML elements.

Scroll down, and where you see Board Header (logo, links, etc), click on Edit Single next to that.

A box pop opens and in there, you'll see a section like this:

<!--IBF.BANNER-->
<div id='logostrip'>
<a href='{ibf.script_url}' title='Board Home'><img src='{ibf.vars.img_url}/logo4.gif' alt='Powered by Invision Power Board' border="0" /></a>
</div>

You want to take out the part that is red and replace it with the URL to your new banner.

So you take out:
<img src='{ibf.vars.img_url}/logo4.gif'

And put in (something like)...
<img src='http://www.MyImageHost.com/MyNewLogo.gif'

SO, the total code would look like this

<!--IBF.BANNER-->
<div id='logostrip'>
<a href='{ibf.script_url}' title='Board Home'><img src='http://www.MyImageHost.com/MyNewLogo.gif' alt='Powered by Invision Power Board' border="0" /></a>
</div>

Merry Christmas!

Last edited by meusvita; 12-24-2005 at 01:57 AM..
meusvita is offline   Reply With Quote
Old 12-26-2005, 06:10 PM   #9 (permalink)
Active Forumer
 
rune master's Avatar
 
Join Date: Mar 2005

Location: um...Oregon
Posts: 537
Rep Power: 0 rune master is on a distinguished road
fTrader: (2)
fBuck$: 6,454
Bank: 0
Total fBuck$: 6,454

My Forumer
My Country:
Send a message via Yahoo to rune master Send a message via Skype™ to rune master
Default Re: Need button!

Wow people around here know there stuff thanks!


OMG You got to see this: Click Here
My Deviant Art
rune master is offline   Reply With Quote
Old 12-26-2005, 06:21 PM   #10 (permalink)
Active Forumer
 
rune master's Avatar
 
Join Date: Mar 2005

Location: um...Oregon
Posts: 537
Rep Power: 0 rune master is on a distinguished road
fTrader: (2)
fBuck$: 6,454
Bank: 0
Total fBuck$: 6,454

My Forumer
My Country:
Send a message via Yahoo to rune master Send a message via Skype™ to rune master
Default Re: Need button!

Problem is under IBF.Banner its totaly different

All the stuff you said was there wasnt there.

Edit: This is what it says: <!--IBF.BANNER-->
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0" >
<div></div>
<tr>
<td width="10%" class="maintitle"><div align="left"><{CAT_L}></div></td>
<td width="85%" background="<{cat_top_bg}>" class="maintitle"><div align="center"><table width="100%" cellspacing="0" id="submenu">
<tr>
<td align="right">
<border="0" alt="" /><{CAT_IMG}>&nbsp;<a href='{ibf.vars.home_url}'>{ibf.vars.home_name}</a>&nbsp;&nbsp;&nbsp;


I checked the WHOLE IBF.Banner section for that string but its not there

Last edited by rune master; 12-26-2005 at 06:23 PM..


OMG You got to see this: Click Here
My Deviant Art
rune master is offline   Reply With Quote
Old 12-26-2005, 11:21 PM   #11 (permalink)
Active Forumer
 
meusvita's Avatar
 
Join Date: Oct 2005

Location: Tennessee
Posts: 428
Rep Power: 5 meusvita is on a distinguished road
fTrader: (0)
fBuck$: 10,678
Bank: 0
Total fBuck$: 10,678

My Forumer
My Country:
Send a message via Yahoo to meusvita
Default Re: Need button!

Okay,

It's there. I just found it in the Tactic template - you need to look FURTHER down in the code....

This is the entire code (look at the red part).


<script language='JavaScript'

type="text/javascript">
<!--
function buddy_pop() {

window.open('index.{ibf.vars.php_ext}?act=buddy&s

={ibf.session_id}','BrowserBuddy','width=250,height

=500,resizable=yes,scrollbars=yes'); }
function chat_pop(cw,ch) {

window.open('index.{ibf.vars.php_ext}?s={ibf.sessio

n_id}&act=chat&pop=1','Chat','width='+cw+',height='

+ch+',resizable=yes,scrollbars=yes'); }
function multi_page_jump( url_bit, total_posts,

per_page )
{
pages = 1; cur_st =

parseInt("{$ibforums->input['st']}"); cur_page = 1;
if ( total_posts % per_page == 0 ) { pages =

total_posts / per_page; }
else { pages = Math.ceil( total_posts / per_page );

}
msg = "{ibf.lang.tpl_q1}" + " " + pages;
if ( cur_st > 0 ) { cur_page = cur_st / per_page;

cur_page = cur_page -1; }
show_page = 1;
if ( cur_page < pages ) { show_page = cur_page +

1; }
if ( cur_page >= pages ) { show_page = cur_page -

1; }
else { show_page = cur_page + 1; }
userPage = prompt( msg, show_page );
if ( userPage > 0 ) {
if ( userPage < 1 ) { userPage = 1; }
if ( userPage > pages ) { userPage =

pages; }
if ( userPage == 1 ) { start = 0; }
else { start = (userPage - 1) * per_page; }
window.location = url_bit + "&st=" + start;
}
}
//-->
</script>

<!--IBF.BANNER-->
<table width="100%" align="center" border="0"

cellspacing="0" cellpadding="0" >
<div></div>
<tr>
<td width="10%" class="maintitle"><div

align="left"><{CAT_L}></div></td>
<td width="85%"

background="<{cat_top_bg}>"

class="maintitle"><div align="center"><table

width="100%" cellspacing="0" id="submenu">
<tr>
<td align="right">
<border="0" alt="" /><{CAT_IMG}>&nbsp;<a

href='{ibf.vars.home_url}'>{ibf.vars.home_name}</a>

&nbsp;&nbsp;&nbsp;<!--IBF.RULES-->&nbsp;&nbs

p;
<border="0" alt="" /> <{CAT_IMG}>&nbsp; <a

href='{ibf.script_url}act=Help'>{ibf.lang.tb_help}</a>
&nbsp; &nbsp;&nbsp;<border="0" alt=""

/><{CAT_IMG}>&nbsp;<a

href='{ibf.script_url}act=Search&amp;f={$ibforums->i

nput['f']}'>{ibf.lang.tb_search}</a>
&nbsp; &nbsp;&nbsp;<border="0" alt=""

/><{CAT_IMG}>&nbsp;<a

href='{ibf.script_url}act=Members'>{ibf.lang.tb_mlist}

</a>
&nbsp; &nbsp;&nbsp;<border="0" alt=""

/><{CAT_IMG}>&nbsp;<a

href='{ibf.script_url}act=calendar'>{ibf.lang.tb_calend

ar}</a>
<!--IBF.CHATLINK-->
<!--IBF.TSLLINK-->&nbsp; &nbsp;&nbsp;
</div>
</tr>
</table>
</div></td>
<td width="5%" class="maintitle"><div

align="right"><{CAT_R}></div></td>
</tr>
</table>

<!-- IE6/Win TABLE FIX -->
<div id='logostrip' align='center'>
<a href='{ibf.script_url}' title='Board Home'> <img

src='{ibf.vars.img_url}/logo4.gif' alt='Powered by

Invision Power Board' border="0" /></a>
</div>
<% MEMBER BAR %>
<table width="100%" border="0" cellspacing="0"

cellpadding="0" class='maintitle2'>
<tr>
<td width="10%" class="maintitle2"><div

align="left"><{CAT_BL}></div></td>
<td width="80%"

background="<{cat_top_bg}>"

class="maintitle2"><div align="center"></div></td>
<td width="10%" class="maintitle2"><div

align="right"><{CAT_BR}></div></td>
</tr>
</table>
<br />

Just change ....

<img src='{ibf.vars.img_url}/logo4.gif'


to (something like)....

<img src='http://www.MyImageHost.com/MyNewLogo.gif'


meusvita is offline   Reply With Quote
Old 12-27-2005, 08:27 PM   #12 (permalink)
Active Forumer
 
rune master's Avatar
 
Join Date: Mar 2005

Location: um...Oregon
Posts: 537
Rep Power: 0 rune master is on a distinguished road
fTrader: (2)
fBuck$: 6,454
Bank: 0
Total fBuck$: 6,454

My Forumer
My Country:
Send a message via Yahoo to rune master Send a message via Skype™ to rune master
Default Re: Need button!

It worked! Thanks to all of you!


OMG You got to see this: Click Here
My Deviant Art
rune master is offline   Reply With Quote
Old 12-27-2005, 09:28 PM   #13 (permalink)
VIP Team
 
Winnopeg's Avatar
 
Join Date: Jan 2005

Location: Canada, eh?
Posts: 6,744
Rep Power: 11 Winnopeg will become famous soon enough
fTrader: (24)
fBuck$: 5,689
Bank: 400,766
Total fBuck$: 406,455

My Forumer
My Country:
Default Re: Need button!

rune master, next time please create a support topic in the appropriate forum for support. Thanks.

Please do not PM me for support.
Winnopeg is offline   Reply With Quote
Old 12-28-2005, 04:51 PM   #14 (permalink)
Active Forumer
 
rune master's Avatar
 
Join Date: Mar 2005

Location: um...Oregon
Posts: 537
Rep Power: 0 rune master is on a distinguished road
fTrader: (2)
fBuck$: 6,454
Bank: 0
Total fBuck$: 6,454

My Forumer
My Country:
Send a message via Yahoo to rune master Send a message via Skype™ to rune master
Default Re: Need button!

Oh i thought it goes here or maybe we just got a little off topic


OMG You got to see this: Click Here
My Deviant Art
rune master is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Top Up Button Alexsaw IPB General Support 5 12-22-2005 05:06 AM
I need one more button ohiostyankee Graphics and Web Design (free) 9 06-08-2005 04:27 AM
Button ??? hpthewizard Graphics and Web Design (free) 3 05-30-2005 01:55 PM
A Little Button Hoang Graphics and Web Design (free) 7 09-16-2004 09:00 PM
I Need A Button g4k Graphics and Web Design (free) 5 06-10-2004 09:47 AM