![]() |
|
Mod Options |
![]() |
|||||||||||||||||||||||
Classifieds: Mark Thread as "Sold"
![]() Developer Last Online: Jan 2015 ![]() ![]() ![]()
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:
2. Upload: (in the below instructions 'yourforum' would be where you have vBulletin installed) * /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:
Add after:
5. Set options in AdminCP > Settings > Options > Sold Threads 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 Only licensed members can download files, Click Here for more information. Supporters / CoAuthors Screenshots Show Your Support
The following members like this post: wrang
|
![]() |
||||
Mod | Developer | Type | Replies | Last Post |
End-User Options Mark Thread as "Sold" | venom2124 | Modification Graveyard | 13 | 13 Feb 2011 23:54 |
#151
|
||||
|
||||
For this to work properly, the SHOWTHREAD template must be edited.
Not sure why you can not edit the template....
__________________
![]() National Arcade Competition Club- NACC All arcade edits will work on vb4. Check out my heavily modified ibproarcade with over 50,000 games for you, free of charge! Exclusive arcade addons, edits and skins were made by stangger5 owner of Next Level Arcade No members have liked this post.
|
#152
|
|||
|
|||
Yeah me too ive tried in all my styles and disabled all add-ons and still cant.
No members have liked this post.
|
#153
|
|||
|
|||
Originally Posted by blind-eddie
I got it mate god knows why but wouldnt save on chrome but will save on firefox ![]()
![]() No members have liked this post.
|
#154
|
||||
|
||||
That's good to hear. All browsers suck... each has issues and every site looks and functions different in each.
__________________
![]() National Arcade Competition Club- NACC All arcade edits will work on vb4. Check out my heavily modified ibproarcade with over 50,000 games for you, free of charge! Exclusive arcade addons, edits and skins were made by stangger5 owner of Next Level Arcade No members have liked this post.
|
#155
|
|||
|
|||
Yeah true.
See if i mark a post as sold and then unsold is it meant to put the For Sale tag back on as it doesn't set any tag once its marked unsold again No members have liked this post.
|
#156
|
||||
|
||||
There is no Un-Sold Tag, if it doesn't say Sold, its still available. lol
__________________
![]() National Arcade Competition Club- NACC All arcade edits will work on vb4. Check out my heavily modified ibproarcade with over 50,000 games for you, free of charge! Exclusive arcade addons, edits and skins were made by stangger5 owner of Next Level Arcade No members have liked this post.
|
#157
|
|||
|
|||
Installed on 4.1.9.. thanks man!
No members have liked this post.
|
#158
|
||||
|
||||
4.2.3
Installed it on 4.1.3 before and it worked. Not quite the same code on the showthread style on vb 4.2.3. I double checked everything. It just won't show the option to mark it sold on the drop down menu. Here is the style code.
<vb:if condition="$show['addpoll']"> <li><a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}poll.php?{vb:raw session.sessionurl}do=newpoll&t={vb:raw threadid}">{vb:rawphrase add_a_poll_to_this_thread}…</a></li> </vb:if> <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>
__________________
F Body Mopar Lover & VB4.1.3 Newbie ![]() No members have liked this post.
|
#159
|
||||
|
||||
My bad I forgot to go into the usergroup permissions and allow it. I need the html code to turn the black sold to a red sold.
__________________
F Body Mopar Lover & VB4.1.3 Newbie ![]() No members have liked this post.
|
#160
|
||||
|
||||
In case someone else needs to the change the color of Sold in the thread prefix use this in the rich text box.
__________________
F Body Mopar Lover & VB4.1.3 Newbie ![]() No members have liked this post.
|
#161
|
||||
|
||||
Will install this ! Thank you
![]() No members have liked this post.
|
#162
|
||||
|
||||
I don't understand, options are set in Options, activated for usergroups, and the prefix activated in the good forum.
Prefix is active but the link in thread tools to mark the thread as SOLD doesn't appear ![]() No members have liked this post.
|
#163
|
||||
|
||||
Go to usergroup permissions and at the very bottom of each it will prompt you: do you wish this usergroup to mark threads sold or something close to that. You have to check yes.
__________________
F Body Mopar Lover & VB4.1.3 Newbie ![]() No members have liked this post.
|
#164
|
||||
|
||||
You also have to install this code.....in Showthread template underneath the add poll html
<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>
__________________
F Body Mopar Lover & VB4.1.3 Newbie ![]() No members have liked this post.
|
#165
|
||||
|
||||
Originally Posted by bremereric
Done !![]()
Originally Posted by bremereric
Done too !![]()
But links do not appear ! No members have liked this post.
|
![]() |
«
Previous Mod
|
Next Mod
»
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Mod Options | |
|
|
New To Site? | Need Help? |
All times are GMT. The time now is 00:31.