![]() |
|
#1
|
|||
|
|||
|
You can see the problem.
|
|
#2
|
|||
|
|||
|
Yeah, I wish someone had an answer to this.
|
|
#3
|
|||
|
|||
|
I've taken to editing the adv_portal_newsbits template and changing the following:
From Code:
<a class="editpost" href="{vb:raw vboptions.bburl}/editpost.php?{vb:raw session.sessionurl}do=editpost&p={vb:raw news.postid}"><img src="{vb:stylevar imgdir_button}/trans_40b.png" id="editimg_{vb:raw news.postid}" alt="{vb:rawphrase edit_delete_message}" /> {vb:rawphrase edit_post}</a>
Code:
<a class="editpost" href="{vb:raw vboptions.bburl}/editpost.php?{vb:raw session.sessionurl}do=editpost&p={vb:raw news.postid}">{vb:rawphrase edit_post}</a>
From Code:
<a class="quickreply" href="{vb:raw vboptions.bburl}/newreply.php?{vb:raw session.sessionurl}do=newreply&t={vb:raw news.threadid}" rel="nofollow"><img id="replyimg_{vb:raw news.postid}" src="{vb:stylevar imgdir_button}/trans_40b.png" alt="{vb:rawphrase quick_reply_to_this_message}" /> {vb:rawphrase reply}</a>
Code:
<a class="quickreply" href="{vb:raw vboptions.bburl}/newreply.php?{vb:raw session.sessionurl}do=newreply&t={vb:raw news.threadid}" rel="nofollow">{vb:rawphrase reply}</a>
|
|
#4
|
|||
|
|||
|
I figured this out myself, so here's what I did.
Edit the template adv_portal_newsbits. Find the 2 instances of: {vb:stylevar imgdir_button}/trans_40b.png and replace with: {vb:raw vboptions.cleargifurl} |
|
#5
|
|||
|
|||
|
trans_40b.png is not longer included with vBulletin, you can either grab it from one of the posts on this site (search for the filename) or update the template like MyHattie suggested above.
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Edit & Quick Reply buttons on News Posts are 'messed up' | Bruce1984 | Troubleshooting & Problems | 0 | 09-05-2012 12:51 PM |
| Reply, edit, quote, multi quote buttons | woodrrow | "How Do I..." Questions | 1 | 01-12-2011 05:11 PM |
| vb 4.0.2 Reply, Edit post CMPS buttons not aligned | bouncer222 | Troubleshooting & Problems | 6 | 02-23-2010 04:55 AM |
| News module-> How do I to remove edit and reply buttons? | tresor | "How Do I..." Questions | 3 | 02-25-2007 04:08 PM |
| how do i edit the buttons for the news? | The ABH | Site Feedback & Updates | 2 | 06-26-2006 09:53 AM |