Creating your own relevant replacements in vBulletin

Discussion in 'vBulletin Discussions' started by Michael, Oct 3, 2009.

  1. ArnyVee

    ArnyVee Regular Member

    Joined:
    May 25, 2009
    Messages:
    1,264
    Likes Received:
    39
    Yes, if described properly and you state all of the benefits of it, then folks will add it as a mod. :)
     
  2. Peacelily

    Peacelily Adept

    Joined:
    Jul 5, 2009
    Messages:
    245
    Likes Received:
    10
    Is someone able to explain what exactly is a "relevant replacements"? This sounds interesting, and I looked at Nick's site, but since I don't know what I am looking for, I am confused?
     
  3. Mikey

    Mikey Mikeylicio.us

    Joined:
    Sep 12, 2009
    Messages:
    484
    Likes Received:
    92
    Location:
    United Kingdom
    if you go to my site, let's say, this thread: http://explosivegfx.com/forum/woah-check-out-t827.html

    You'll see my product in action, I still have to fix up the code, but basically what it does is add this box:

    awww.adminaddict.net_data_MetaMirrorCache_9afd8fbedba2e53c5016878785c536e5.jpg

    with the first "x" words from the thread, in this case, it's the first 150 characters, I'm currently looking at the plugin to see if I can allow it to post a set defined number.
     
  4. DADOCTOR

    DADOCTOR Newcomer

    Joined:
    Jun 21, 2009
    Messages:
    24
    Likes Received:
    0
    First Name:
    Ryan
    In my Additional CSS Definitions,I have added this code to it,

    It is quite different than what is posted here,
    and I dont think I have done an edit to my navbar,

    Should this code work?
     
  5. Mikey

    Mikey Mikeylicio.us

    Joined:
    Sep 12, 2009
    Messages:
    484
    Likes Received:
    92
    Location:
    United Kingdom
    Errm, "h1.myh1", doesn't that indicate a class? So you'd have to <h1 class="myh1"> ? I've not seen classes assigned to the H tags, so I dunno if that'd work?

    I think it's better to either do a div#myh1 and do that as "<div id="myh1"> $threadinfo['preview']</div>", or if you want to style all the H1's and H2's on your site, just do it like you have, but remove the "myh1", so

    Code:
    h1 {
    font-family: Arial;
    font-size: 20px; 
    color: #26546F; 
    font-weight: bold;
    }
     
  6. DADOCTOR

    DADOCTOR Newcomer

    Joined:
    Jun 21, 2009
    Messages:
    24
    Likes Received:
    0
    First Name:
    Ryan
    Hello Mikey,

    I am really not to good with code and I found this edit/mod on a vb skin website.

    I do have vbseo,

    So if you help me with any suggestions about whether I should remove this code and start again would be a great help.

    Regards
    Ryan

    It goes to show that you should not trust everything you see on vb sites
     
  7. tryfuhl

    tryfuhl Champion

    Joined:
    Jun 27, 2009
    Messages:
    390
    Likes Received:
    14
    First Name:
    Shawn
    Great tip!
     

Share This Page