Results 1 to 3 of 3

i'm stumped... help :)

This is a discussion on i'm stumped... help :) within the Template Modifications forums, part of the vBulletin SEO Discussion category; x-posted at vb .org: forumid conditions on showthread - vBulletin.org Forum I'm trying to set up an ad for a ...

  1. #1
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times

    i'm stumped... help :)

    x-posted at vb.org:

    forumid conditions on showthread - vBulletin.org Forum


    I'm trying to set up an ad for a sponsor of just a particular forum.
    I had it all set up working for one forum.

    when i just got another one this morning, i simply copy/pasted the code and changed the forum id. but, it doesn't show at all.
    forumid is verified correct, and I disabled vbseo as well to make sure that wasn't conflicting.

    any ideas why this works on forum 16, but not on forum 29?

    I changed the order around to no avail, so its not the order.

    I can't get $forum[forumid] to print out its number at all, yet it still works on 16.

    Any ideas?


    showthread template:

    Code:
    $navbar
    
    
    <if condition="$forum[forumid] == 16">
    <div style="padding:1em; text-align: center;">
    sponsor 1
    </div>
    </if>
    
    <if condition="$forum[forumid] == 29">
    <div style="padding:1em; text-align: center;">
    sponsor 2
    </div>
    </if>

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    nevermind, i'm an idiot.

    it would help to test a showthread template mod if i was actually VIEWING a thread

  3. #3
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •