Results 1 to 7 of 7

clientscript/vbulletin_inlinemod.js

This is a discussion on clientscript/vbulletin_inlinemod.js within the Bug Reporting forums, part of the vBSEO SEO Plugin category; The feature that rewrites the title also seems to strip out the inlinemod. js from the HEAD. The workaround I ...

  1. #1
    Junior Member
    Join Date
    Nov 2005
    Posts
    15
    Liked
    0 times

    clientscript/vbulletin_inlinemod.js

    The feature that rewrites the title also seems to strip out the inlinemod.js from the HEAD.

    The workaround I am using is moving
    <if condition="$show['inlinemod']"><script type="text/javascript" src="clientscript/vbulletin_inlinemod.js"></script></if>

    from the <head> into the <body> in templates search_results and FORUMDISPLAY

  2. #2
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    Really? Hmm. I haven't had any problems with inline moderation. What functions don't work/cause an error?

  3. #3
    Junior Member
    Join Date
    Nov 2005
    Posts
    15
    Liked
    0 times
    on forumdisplay.php page, there's a row above the list of threads:
    Thread/ Thread Starter, Last Post, Replies, Views, (upside down triangle)

    the column with the upside down triangle in the header contains checkboxes that allow you to select the threads for inline moderation.

    clicking the upside down triangle brings up a popup menu with these options:
    Select All
    Deselect All
    Invert Selection
    Select Closed Threads
    Select Unapproved Threads
    Select Deleted Threads
    Select Sticky Threads
    Select Threads with Polls
    Select Threads with Attachments


    The problem is that none of them work, because /clientscript/inlinemod.js wasnt included, and the reason it wasn't included is because vbseo strips it out.

  4. #4
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    They work fine on mine.... vBulletin 3.5.3 and vbSEO 2.4.0.

    From the source of one of my pages:

    Code:
    <title>News / Announcements - FireBlades.org</title> <script type="text/javascript" src="clientscript/vbulletin_inlinemod.js"></script>

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Hello scruby,

    could you please post (or PM me) an example URL?

  6. #6
    Junior Member
    Join Date
    Nov 2005
    Posts
    15
    Liked
    0 times
    Sorry!
    It wasn't your product, but another product I use called vBadvanced.

    http://www.vbadvanced.com/forum/showthread.php?t=11577

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Ok, great

Posting Permissions

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