Some changes I would like to make

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • szury
    New Member
    • Mar 2010
    • 7

    [vB4] Some changes I would like to make

    Click image for larger version

Name:	aaaaaaaaaa.png
Views:	1
Size:	28.2 KB
ID:	3718461

    1. How do I change the "Reply to thread" in an image? I have some nice gif buttons that I would like to use.

    2. What is that big space on the right side of that post? I get that every time but only for the first poster. How can I remove it?

    3. I changed my theme into green but didn't find how to change the color of the quick reply. Where can I find it?
  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24358
    • 5.7.X

    #2
    1. You can change this by editing the templates. For example, in SHOWTHREAD, change the following:

    Code:
            <vb:if condition="$show['largereplybutton']">
                <a href="newreply.php?{vb:raw session.sessionurl}p={vb:raw LASTPOSTID}&amp;noquote=1" 
    class="newcontent_textcontrol" id="newreplylink_top"><vb:if condition="$show['closethread']"><span>+</span> {vb:rawphrase reply_to_thread}<vb:else />{vb:rawphrase closed_thread}</vb:if></a>
                <img style="display:none" id="progress_newreplylink_top" src="{vb:stylevar imgdir_misc}/progress.gif"  alt="" />
            </vb:if>
    to how you want it. Note there are two instances of the 'largereplybutton' so you would need to edit both.

    2. What version are you running? There was a bug in older versions where that space appeared incorrectly even if you did not have ads setup to go there. Try upgrading your site to the latest version to take advantage of bug fixes such as this.

    3. That depends on exactly what you're changing - can you give a screenshot?
    Vote for:

    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...