Creating your own relevant replacements in vBulletin

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

  1. ArnyVee

    ArnyVee Regular Member

    1,264
    39
    404
    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

    245
    10
    104
    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

    484
    92
    394
    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

    24
    0
    42
    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

    484
    92
    394
    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

    24
    0
    42
    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

    390
    14
    104
    Great tip!
     

Share This Page