The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Affiliates in footer....

3 posters

Go down

Solved Affiliates in footer....

Post by karkooshy September 17th 2009, 9:03 pm

Ok so I'm new to all the template editing stuff- I figured this has got something to do with that lol!

I wanted to create some sort of box to put affiliate buttons and links slightly above the footer of my site (no scroll).. I don't want to mess with my templates.... lots of coding in there and I'm afraid I ruin something important Shocked


Please and thank you in advance!
your help is greatly appreciated Smile


(I use punbb)


Last edited by karkooshy on September 19th 2009, 5:18 pm; edited 1 time in total
karkooshy
karkooshy
Forumember

Male Posts : 327
Reputation : 7
Language : English

http://quable.forumotion.com

Back to top Go down

Solved Re: Affiliates in footer....

Post by Sanket September 18th 2009, 6:35 am

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Affiliates in footer....

Post by karkooshy September 18th 2009, 3:38 pm

Thanks that helped... Smile
although it's not showing up Sad

I followed the instructions word by word... maybe cause my forum is Punbb (does that make a difference scratch) I'm not sure... thanks for helping Sanket Very Happy


PS U shud post up a tut about this xD
karkooshy
karkooshy
Forumember

Male Posts : 327
Reputation : 7
Language : English

http://quable.forumotion.com

Back to top Go down

Solved Re: Affiliates in footer....

Post by Mystic_gohan2 September 18th 2009, 4:05 pm

click on + sigh i mean green plus . so it gets published
avatar
Mystic_gohan2
Forumember

Posts : 700
Reputation : 30
Language : English

Back to top Go down

Solved Re: Affiliates in footer....

Post by karkooshy September 19th 2009, 2:56 am

Thanks for the info but it still doesn't show up Sad
thanks for trying though Very Happy
karkooshy
karkooshy
Forumember

Male Posts : 327
Reputation : 7
Language : English

http://quable.forumotion.com

Back to top Go down

Solved Re: Affiliates in footer....

Post by Mystic_gohan2 September 19th 2009, 3:55 am

Code:
<!-- END switch_legend -->

{AUTO_DST}

add it above
Code:
<!-- END switch_legend -->
this code above <!-- END switch_legend -->
Code:
<font size="2" color="#000000" face="Arial">
<div><table width="100%" border="1" cellpadding="2" cellspacing="2" bgcolor="#ffffff">
<tr valign="top">
<td><br /><a href="HERE TYPE THE ADDRESS WHERE YOU WANT TO LINK"><img src="HERE TYPE THE URL OF THE PICTURE YOU WANT TO BE SHOWN"></a></br>
</td>
</tr>
</table>
</div>
</font>

and then publish it .
avatar
Mystic_gohan2
Forumember

Posts : 700
Reputation : 30
Language : English

Back to top Go down

Solved Re: Affiliates in footer....

Post by karkooshy September 19th 2009, 2:33 pm

that didn't work either Sad

I re-synched the site and still nothing =/

thanks for helping anyways Very Happy
karkooshy
karkooshy
Forumember

Male Posts : 327
Reputation : 7
Language : English

http://quable.forumotion.com

Back to top Go down

Solved Re: Affiliates in footer....

Post by Sanket September 19th 2009, 2:36 pm

Weird, it has been a tried & tested method.

What exactly happens?

Or is this solved?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Affiliates in footer....

Post by karkooshy September 19th 2009, 2:42 pm

Ok I go to ACP-> Display-> Templates-> General...

I click on index_body and get a page filled with codes
and at the very bottom there is the

Code:
<!-- END switch_legend -->

{AUTO_DST}


I type in the codes above that... so now everything looks like this:


Code:
{CHATBOX_BOTTOM}

<!-- BEGIN switch_legend -->
<ul id="pun-legend">
   <li>
      <img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" />&nbsp;{L_NEW_POSTS}
      <img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" />&nbsp;{L_NO_NEW_POSTS}
      <img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" />&nbsp;{L_FORUM_LOCKED}
   </li>
</ul>
<font size="2" color="#000000" face="Arial">
<div><table width="100%" border="1" cellpadding="2" cellspacing="2" bgcolor="#ffffff">
<tr valign="top">
<td><br /><a href="http://www.forum-topsite.net/"><img src="http://www.forum-topsite.net/button.php?u=karkooshy" alt="Forum Topsite" border="0" /></a>
</td>
</tr>
</table>
</div>
</font>
<!-- END switch_legend -->

{AUTO_DST}



I publish it... then go to my site..... it's not there.... then I go back to my ACP-> General-> Configuration->

and Resynchronize my forum
but still nothing...

I even tried replacing the affialtes image.... with something else...
no luck xP
karkooshy
karkooshy
Forumember

Male Posts : 327
Reputation : 7
Language : English

http://quable.forumotion.com

Back to top Go down

Solved Re: Affiliates in footer....

Post by Mystic_gohan2 September 19th 2009, 3:20 pm

actually you have to add it to overall_footer
avatar
Mystic_gohan2
Forumember

Posts : 700
Reputation : 30
Language : English

Back to top Go down

Solved Re: Affiliates in footer....

Post by karkooshy September 19th 2009, 3:51 pm

The code:

Code:
<!-- END switch_legend -->

{AUTO_DST}

is not in overall_footer Sad

thanks for trying though Very Happy
karkooshy
karkooshy
Forumember

Male Posts : 327
Reputation : 7
Language : English

http://quable.forumotion.com

Back to top Go down

Solved Re: Affiliates in footer....

Post by Mystic_gohan2 September 19th 2009, 4:00 pm

ok . go in overall_footer and see this code :

Code:
{U_VERSION} {U_SUPPORT}
                  <!-- BEGIN switch_view_stats -->
                   | <a name="bottom" href="/{switch_view_stats.S_STATS}" class="copyright" rel="nofollow">{switch_view_stats.L_STATS}</a>
                  <!-- END switch_view_stats -->
                  <!-- BEGIN switch_view_donation -->
                   | <a name="bottom" href="/{switch_view_donation.U_DONATION}" class="copyright" rel="nofollow">{switch_view_donation.L_MAKE_DONATION}</a>
                  <!-- END switch_view_donation -->
                  <!-- BEGIN switch_view_contact -->
                   | <a name="bottom" href="/{switch_view_contact.U_CONTACT}" class="copyright" rel="nofollow">{switch_view_contact.L_CONTACT}</a>
                  <!-- END switch_view_contact -->
                  {U_ABUSE} {U_BLOG}

below it add



Code:
<a href="HERE TYPE THE ADDRESS WHERE YOU WANT TO LINK"><img src="HERE TYPE THE URL OF THE PICTURE YOU WANT TO BE SHOWN"></a></br>
avatar
Mystic_gohan2
Forumember

Posts : 700
Reputation : 30
Language : English

Back to top Go down

Solved Re: Affiliates in footer....

Post by karkooshy September 19th 2009, 5:17 pm

Yes excellent!
The image is there but it's in the wrong position... I think i can take it on from here Very Happy
Thank you sooooo much!

Also thanks for everyone who tried to help Smile
your help is greatly appreciated!

(I still think some1 shud put up a tutorial about this xD)


Solved!
karkooshy
karkooshy
Forumember

Male Posts : 327
Reputation : 7
Language : English

http://quable.forumotion.com

Back to top Go down

Solved Re: Affiliates in footer....

Post by Mystic_gohan2 September 19th 2009, 5:31 pm

glad we could help . :wouhou:
avatar
Mystic_gohan2
Forumember

Posts : 700
Reputation : 30
Language : English

Back to top Go down

Solved Re: Affiliates in footer....

Post by Sanket September 19th 2009, 7:47 pm

Since this thread is marked solved, i will lock this thread.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum