The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Classifieds: Mark Thread as "Sold" Details »» | |||||||||||||||||||||||||||||||||||||||||
If you use this modification, please >> Mark As Installed, and consider Nominate for MOTM and Support Developer <<
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. This is a modification of code provided by Eric. Current Version 1.2 Sounds cool. How do I install? 1. Extract the zip, you should have the following directories/files: Code:
/ |_ install.html |_ product-soldthread.xml /upload/ |_ sold.php /upload/images/ /buttons/ |_ marksold.gif /upload/includes/ /xml/ |_ bitfield_soldthread.xml * /upload/sold.php to /yourforum/sold.php * /upload/images/buttons/marksold.gif to /yourforum/images/buttons/marksold.gif (upload to each style folder, if you have more than one style) * /upload/includes/xml/bitfield_soldthread.xml to /yourforum/includes/xml/bitfield_soldthread.xml 3. Import the product, product-soldthreads.xml by going to: AdminCP -> Plugins & Products -> Manage Products -> [Add/Import Product] 4. Make the following template edits to all of your installed styles: SHOWTHREAD Find: HTML Code:
<vb:if condition="$show['addpoll']"> <li><a href="poll.php?{vb:raw session.sessionurl}do=newpoll&t={vb:raw threadid}">{vb:rawphrase add_a_poll_to_this_thread}…</a></li> </vb:if> HTML Code:
<vb:if condition="$show['soldthread']"> <li><a href="sold.php?{vb:raw session.sessionurl}do=marksold&t={vb:raw threadid}">{vb:rawphrase soldthread_marksold}…</a></li> <vb:else /> <vb:if condition="$show['soldthread_unsold']"> <li><a href="sold.php?{vb:raw session.sessionurl}do=markunsold&t={vb:raw threadid}">{vb:rawphrase soldthread_markunsold}…</a></li> </vb:if> </vb:if> 6. Edit Sold Threads Permissions > Can Mark Threads as Sold for each usergroup. 7. To setup the forums it can be used in, follow these instructions:
Upgrade:
Changelog: V1.0- Initial Release V1.1- Updated bitfield_soldthread file V1.2- Fixed permission issue If you use this modification, please >> Mark As Installed, and consider Nominate for MOTM and Support Developer << NOTE: This mod is marked "unsupported", but I'll try my best (as time permits) to help those who have marked as installed. Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
Благодарность от: | ||
wrang |
Comments |
#82
|
|||
|
|||
I hate to ask this. I am drawing a blank, but i guess that comes with age. How do i make it bold and change the color of the SOLD?
Also, i have another forum just for Want to Buy, can i set a new prefix for this and have it work the same way, or is there more to it than just adding a prefix? |
#83
|
|||
|
|||
Quote:
One small issue is that on forum.php, the last thread that was marked as Sold, is still showing the original prefix (WTS in my case). Any ideas? |
#84
|
|||
|
|||
Quote:
That is the newest version I do believe. any help would be awesome. I am willing to let you go inside if you need to. I will create a separate admin account for you. |
#85
|
|||
|
|||
Yeah I've installed and tested on 4.1.3 and it works fine. So if you need me to take a look and see about getting it right I can probably do that no problem as long as all the files have been upload it shouldn't take me that long at all to get it fixed up.
|
#86
|
|||
|
|||
Do you have a link so I can take a look and see?
|
#87
|
|||
|
|||
I was able to clear it by rebuilding thread/forum information. I'll let you know if it happens again.
Any reason to think 4.1.4 will break this? |
#88
|
|||
|
|||
I have no idea at this point. Planning on trying to load 4.1.4 this weekend on my test forum so I can test this product out, unless someone else tests it before I do.
|
#89
|
|||
|
|||
Hey Venom. I also tried to install this on 4.1.4 and no luck.
http://www.maskedcrusader.com is my forum. Looking forward to you figuring this one out as I need this mod badly for my forum Thanks mate! |
#90
|
||||
|
||||
Hi Venom,
When you take a look at this hack and 4.1.4, and since this is meant for Classifieds, may I suggest a new feature that would auto-close the thread after a given time? Just an idea. |
#91
|
||||
|
||||
Very nice mod, how come i didnt saw it before
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|