The Arcive of vBulletin Modifications Site. |
|
how to put an "Edit Button" in the article blog next to "Report Button" Details »»
|
|||||||||||||||||||||||||||||
|
how to put an "Edit Button" in the article blog next to "Report Button"
Developer Last Online: Oct 2012
hi there,
because alot of my members were asking how to edit their articles i use this edit, because the only way "in the default vb4 style" to edit an article is to put the mouse on the title article and click on the pencil! this is how to put an "Edit Button" next to the "Report Button" in the article blog search in blog_show_entry template for: Code:
<ul class="entrycontrols"> Code:
<vb:if condition="$show['editentry']">
<li><a href="blog_post.php?{vb:raw session.sessionurl}do=editblog&b={vb:raw bloginfo.blogid}" class="edit_blog"><img src="images/buttons/edit_40b.png" class="inlineimg" alt="{vb:rawphrase edit_blog_entry}" id="entry_edit_{vb:raw bloginfo.blogid}" /> {vb:rawphrase edit_blog_entry}</a>
<li class="separator">|</li></li>
</vb:if>
, please don't forget to click INSTALLUPDATED: - change the icon to the default "black" one. - remove un-needed codes. thanks.. Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
any demo??
|
|
#3
|
|||
|
|||
|
updated screen shot.
- when you post an article into vb4 blog, there's no "edit button" with the control button, and the only way to edit an article/entry is to put the mouse on the entry title then click on the pencil icon! |
|
#4
|
|||
|
|||
|
Working and installed
4.1 PL2 Edit: Does anyone know that this is the ONLY mod released to help improve the blogs?
|
![]() |
|
|