The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Mark as Sold Details »» | |||||||||||||||||||||||||||||||||||||||||||||
What is this?
This modification will allow you & your members (based on usergroup permissions) to mark a thread as "Sold". It will add the prefix "SOLD" to the thread title, and if set in the admincp - it will also close the thread. If you run a classified forum for your members this will give you a way to let users add a Sold prefix when the item is gone. Admins and mods can using to make items sold as well. . Current Version 1.1.0 Sounds cool. How do I install? 1. Extract the zip, you should have the following directories/files: Code:
/ |_ sold.php /images/ /buttons/ |_ marksold.gif /includes/ /xml/ |_ bitfield_soldthread.xml
4. Make the following template edits to all of your installed styles: SHOWTHREAD Find: HTML Code:
<if condition="$show['addpoll']"> <div><img class="inlineimg" src="$stylevar[imgdir_button]/addpoll.gif" alt="$vbphrase[add_a_poll]" vspace="1" /> <a href="poll.php?$session[sessionurl]do=newpoll&t=$threadinfo[threadid]">$vbphrase[add_a_poll_to_this_thread]</a></div> </if> </div> <!-- / thread tools --> Replace with: HTML Code:
<if condition="$show['addpoll']"> <div><img class="inlineimg" src="$stylevar[imgdir_button]/addpoll.gif" alt="$vbphrase[add_a_poll]" vspace="1" /> <a href="poll.php?$session[sessionurl]do=newpoll&t=$threadinfo[threadid]">$vbphrase[add_a_poll_to_this_thread]</a></div> </if> <if condition="$show['soldthread']"> <div><img class="inlineimg" src="$stylevar[imgdir_button]/marksold.gif" alt="$vbphrase[soldthread_marksold]" vspace="1" /> <a href="sold.php?$session[sessionurl]do=marksold&t=$threadinfo[threadid]">$vbphrase[soldthread_marksold]</a></div> <else /> <if condition="$show['soldthread_unsold']"> <div><img class="inlineimg" src="$stylevar[imgdir_button]/marksold.gif" alt="$vbphrase[soldthread_markunsold]" vspace="1" /> <a href="sold.php?$session[sessionurl]do=markunsold&t=$threadinfo[threadid]">$vbphrase[soldthread_markunsold]</a></div> </if> </if> </div> <!-- / thread tools --> HTML Code:
<if condition="$show['addpoll']"> <tr> <td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/addpoll.gif" alt="$vbphrase[add_a_poll]" /> <a href="poll.php?$session[sessionurl]do=newpoll&t=$threadinfo[threadid]">$vbphrase[add_a_poll_to_this_thread]</a></td> </tr> </if> <if condition="$show['adminoptions']"> Replace with: HTML Code:
<if condition="$show['addpoll']"> <tr> <td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/addpoll.gif" alt="$vbphrase[add_a_poll]" /> <a href="poll.php?$session[sessionurl]do=newpoll&t=$threadinfo[threadid]">$vbphrase[add_a_poll_to_this_thread]</a></td> </tr> </if> <if condition="$show['soldthread']"> <tr> <td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/marksold.gif" alt="$vbphrase[soldthread_marksold]" /> <a href="sold.php?$session[sessionurl]do=marksold&t=$threadinfo[threadid]">$vbphrase[soldthread_marksold]</a></td> </tr> <else /> <if condition="$show['soldthread_unsold']"> <tr> <td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/marksold.gif" alt="$vbphrase[soldthread_markunsold]" /> <a href="sold.php?$session[sessionurl]do=markunsold&t=$threadinfo[threadid]">$vbphrase[soldthread_markunsold]</a></td> </tr> </if> </if> <if condition="$show['adminoptions']"> 6. Edit Sold Threads Permissions > Can Mark Threads as Sold for each usergroup. 7. Go the the Thread Prefix Manager and Edit the Sold Threads Prefix Set to select the forums this can be used in. 8. To set up the forums this will work in follow these instructions:
Donations are greatly appreciated. Download Now
Screenshots
Show Your Support
|
Благодарность от: | ||
Hornstar |
Comments |
#12
|
|||
|
|||
Should work will all the vB3.8 versions, but if someone runs into an issue with a version let me know.
|
#13
|
|||
|
|||
Any possibility this could be implemented and allowed to let users operate the "sold" marker, but automatically send the buyer a PM with the buyer's contact info?
|
#14
|
|||
|
|||
Yeah don't think I have enough knowledge to try and modify the mod that much to make it into more of a buy it now type feature.
|
#15
|
|||
|
|||
Does anybody have any ideas on how to make a thread that is marked "sold" to be automatically moved to another forum?
My marketplace has 6 forums. Let's call them 1,2,3,4,5,6. When any item is sold from any of those forums, I'd like it to automatically move to forum #7 which is my "completed sales" forum. If anybody is willing to help me out, I can compensate for your time. |
#16
|
|||
|
|||
Hi, the script is not wrroking on 3.8.7, i have edited the template showthread but nothing happens, i dont see any item Mark this thread as sold or Mark this thread as unsold.
I check a lot of things, nothing happens. |
#17
|
|||
|
|||
Quote:
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|