Advertisement:

Author Topic: is there a modification that allows me to do this ?  (Read 1435 times)

Offline guddone

  • Semi-Newbie
  • *
  • Posts: 94
is there a modification that allows me to do this ?
« on: August 17, 2012, 08:18:54 AM »
Board sponsorship / Logo . Similar to the boards here http://www.dnforum.com/forum.php?s=5a9a6e8d2d17f23a4da8e762f7cbdaa3

Offline guddone

  • Semi-Newbie
  • *
  • Posts: 94
Re: is there a modification that allows me to do this ?
« Reply #1 on: August 17, 2012, 09:24:13 AM »
anyone ?

Offline Shambles

  • SMF Hero
  • ******
  • Posts: 2,080
  • Gender: Male
    • i30 Owners Club
Re: is there a modification that allows me to do this ?
« Reply #2 on: August 17, 2012, 09:31:05 AM »
65 minutes and 19 seconds for a "bump" is a bit impatient of you, my friend  8)

Offline guddone

  • Semi-Newbie
  • *
  • Posts: 94
Re: is there a modification that allows me to do this ?
« Reply #3 on: August 17, 2012, 04:16:07 PM »
Okay so I've waited for some hours now . Can anyone make any suggestions ? the part that has the "powered by SEDO" .

Offline K@

  • Lead Support Specialist
  • SMF Master
  • *
  • Posts: 38,564
  • Gender: Male
  • Nothing (Or nothing you can see)
Re: is there a modification that allows me to do this ?
« Reply #4 on: August 17, 2012, 04:30:39 PM »
Twenty-four hours is usually thought to be acceptable... (We're all in different timezones and stuff)

Anyway, now that I've seen your post, I have to confess to being non-the-wiser.

You gave us a link. But, there's a whole load of irritating stuff going on, there.

What is it that you're referring to, exactly?

Offline guddone

  • Semi-Newbie
  • *
  • Posts: 94
Re: is there a modification that allows me to do this ?
« Reply #5 on: August 17, 2012, 04:48:30 PM »
Thanks for replying k@ . I used a graphical illustration to explain better .

Offline K@

  • Lead Support Specialist
  • SMF Master
  • *
  • Posts: 38,564
  • Gender: Male
  • Nothing (Or nothing you can see)
Re: is there a modification that allows me to do this ?
« Reply #6 on: August 17, 2012, 04:57:16 PM »
That's just a few lines of code...

Code: [Select]
<span class="forumlastpost">
<a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'www.sedo.com', '/us/home/getting-started/?tracked=&partnerid=14607&language=us']);" href="http://www.sedo.com/us/home/getting-started/?tracked=&partnerid=14607&language=us" rel="nofollow">
<img src="http://www.dnforum.com/dnf/misc/sedo.png" alt="" border="0"/>
</a>
</span>

You could modify that and stick it wherever you like, within reason, I'd suspect.

Offline guddone

  • Semi-Newbie
  • *
  • Posts: 94
Re: is there a modification that allows me to do this ?
« Reply #7 on: August 18, 2012, 12:25:15 PM »
That's just a few lines of code...

Code: [Select]
<span class="forumlastpost">
<a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'www.sedo.com', '/us/home/getting-started/?tracked=&partnerid=14607&language=us']);" href="http://www.sedo.com/us/home/getting-started/?tracked=&partnerid=14607&language=us" rel="nofollow">
<img src="http://www.dnforum.com/dnf/misc/sedo.png" alt="" border="0"/>
</a>
</span>

You could modify that and stick it wherever you like, within reason, I'd suspect.

Thanks for the reply but i am not trying to link to sedo neither are they sponsoring my forum , i just want to know how i can put the "SPONSORED/POWERED BY " and the logo on the category bar , similar to the attached image

Offline K@

  • Lead Support Specialist
  • SMF Master
  • *
  • Posts: 38,564
  • Gender: Male
  • Nothing (Or nothing you can see)
Re: is there a modification that allows me to do this ?
« Reply #8 on: August 18, 2012, 12:58:45 PM »
That's what I'm saying. Use that code, modifying it to do what you want.

The image is there http://www.dnforum.com/dnf/misc/sedo.png and the links can be changed to whatever you like.

The thing is "Where?". That depends on what page(s) you want it on, where on the page(s) you want it, that kinda thing.

If you want it on all pages, just above the Home-Help-Search bar, you'll probably need to add the code just after the closing body tag in every theme's index.template.php.

Or, perhaps, it might be easier to use the Ad Management mod?

Offline guddone

  • Semi-Newbie
  • *
  • Posts: 94
Re: is there a modification that allows me to do this ?
« Reply #9 on: August 19, 2012, 05:12:55 AM »
can the ad management mod do this?