View Full Version : End-User Options - Classifieds: Mark Thread as "Sold"
venom2124
03-19-2011, 10:00 PM
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 (https://vborg.vbsupport.ru/member.php?u=142777).
Current Version
1.2
Sounds cool. How do I install?
1. Extract the zip, you should have the following directories/files:
/
|_ install.html
|_ product-soldthread.xml
/upload/
|_ sold.php
/upload/images/
/buttons/
|_ marksold.gif
/upload/includes/
/xml/
|_ bitfield_soldthread.xml
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:
<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>
Add after:
<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>
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:
After installing, go to: Thread Prefixes >> Thread Prefix Manager
You'll see: Sold Thread on the left, [Add Prefix] [Edit] [Delete] on the righ
Choose Edit.Then you'll see: Use Prefix Set in These Forums, select the forums you want this used in. (Hold the CTRL button to select more than one)That's it! Enjoy!:D
Upgrade:
Reupload files
Import product file and select overwrite
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.
BlackJacket
03-20-2011, 06:32 PM
Awesome mod! I do have a request though. Could the member who started the thread have the option to mark it as sold as well?
venom2124
03-20-2011, 07:17 PM
The member who started the post does have the ability to mark the item as sold already. As long as the permissions are set correctly only a admin or mod and the user can make an item sold or unsold.
I just tested with a normal registered user profile and it allowed me to make a thread I created as sold or unsold, but didn't let me change the status of another members thread.
Hope this clears up the issue if not let me know.
QuickQuestion
03-20-2011, 08:55 PM
This is good stuff.
venom2124
03-21-2011, 06:28 PM
Yeah being able to see if an item in our classifieds section is already sold before clicking on it makes it really nice for sure.
BadgerDog
03-21-2011, 07:41 PM
Interesting ... :)
We already use WTS and WTB and WTT prefixes (Want to Sell, Want to Buy, Want to Trade) in our on-line sales forums.
Will this mod simply replace those existing prefixes with SOLD if the seller (or buyer) thread starter marks his thread as SOLD, or does it place the word SOLD in front of the existing prefixes?
Regards,
Doug
venom2124
03-21-2011, 08:03 PM
Yes once the item is sold and the member or mod marks it as sold it will replace the previous prefix with the sold prefix.
I would say take a look at my sight but right now I have the classifieds section invisible to non members.
BadgerDog
03-21-2011, 08:18 PM
Yes once the item is sold and the member or mod marks it as sold it will replace the previous prefix with the sold prefix.
I would say take a look at my sight but right now I have the classifieds section invisible to non members.
Thanks... appreciate the quick response ... :up:
Excellent idea ...
We operate two separate forums for our members that could use this, so I think I'll try some testing ....
Regards,
Doug
BadgerDog
03-21-2011, 08:29 PM
Installed on vbulletin 4.04 .. :)
I think you have a problem with the bitfield used for UserGroups? (see pic)
As an example, the way you mod appears to our Registered Group under UserGroup settings is only YES/NO... there's no description or title? :confused:
Regards,
Doug
Edit: also missing from Prefix area .. ;)
BadgerDog
03-21-2011, 08:49 PM
Also, just tested using my own Administrator login and attempted to mark an ad as SOLD belonging to another member ....
The Mark as SOLD option appears in the drop down box, but when I click on it, I received a "No Permissions error ...."
Yes, I have the Usergroup box for Admins checked to YES ... ;)
I thought Admins could do this, or have I missed something in the instructions? :confused:
Regards,
Doug
venom2124
03-21-2011, 10:27 PM
Also, just tested using my own Administrator login and attempted to mark an ad as SOLD belonging to another member ....
The Mark as SOLD option appears in the drop down box, but when I click on it, I received a "No Permissions error ...."
Yes, I have the Usergroup box for Admins checked to YES ... ;)
I thought Admins could do this, or have I missed something in the instructions? :confused:
Regards,
Doug
I'm currently using 4.1.2, but if you want to pm me the site and a temp admin password I can take a look and see if I can find the problem. Kind of new to development so would have to play around with the set up to see what's going on.
venom2124
03-22-2011, 12:40 AM
Okay found a possible problem in the coding. Try the new zip file reload files and install product again overwriting the old product file.
venom2124
03-22-2011, 02:15 AM
Okay problem is solved. Had some coding issue that have been resolved. Loaded on another site I admin on and working perfectly now.
If you have already loaded the files just reload the updated sold.php to your forum folder and it will work like a charm.
MikeTrin
03-22-2011, 02:28 AM
i tried version 1.1 with vbulletin 4.0.4, couldn't get the permissions set correctly. I enabled the thread prefix for all groups, turn it on in the classified forums, enabled it for all user groups but would get a message that I don't have permission to mark a thread sold. even when i tried as site admin.
if you can think of anything that may help please let me know, i may mess with it later.
venom2124
03-22-2011, 02:32 AM
i tried version 1.1 with vbulletin 4.0.4, couldn't get the permissions set correctly. I enabled the thread prefix for all groups, turn it on in the classified forums, enabled it for all user groups but would get a message that I don't have permission to mark a thread sold. even when i tried as site admin.
if you can think of anything that may help please let me know, i may mess with it later.
Upload the sold.php from version 1.2 and you'll be good to go.
BadgerDog
03-22-2011, 10:14 AM
Re-tested patched v1.2 with thanks against 4.04 vBulletin ...
ALL field titles and descriptions now appear correctly ... :up:
As an Admin, selected a random WTS (Want to Sell) post in or Buy/Sell forum, posted by another member. Clicked drop down box and selected "Mark as Sold". Worked correctly and post now displayed [SOLD] instead of the prefix WTS: :up:
As an Admin, selected the SAME WTS (Want to Sell) post in or Buy/Sell forum. Clicked drop down box and selected "Mark as Unsold". Worked correctly, however, the post no longer displays a prefix at all, when it should reverse itself and display the original prefix, in this case it would have been WTS: :confused:
Can this be addressed, or is going to be a design limitation as I don't know how tou would keep track of what the original prefix was, except perhaps not replacing it, but simply adding [SOLD] in front of the original prefix?
Good job overall so far ... :up:
Regards,
Doug
Edit: Also, where can the phrase [SOLD] be changed so that it appears in a color of our choosing?
venom2124
03-22-2011, 08:56 PM
Re-tested patched v1.2 with thanks against 4.04 vBulletin ...
ALL field titles and descriptions now appear correctly ... :up:
As an Admin, selected a random WTS (Want to Sell) post in or Buy/Sell forum, posted by another member. Clicked drop down box and selected "Mark as Sold". Worked correctly and post now displayed [SOLD] instead of the prefix WTS: :up:
As an Admin, selected the SAME WTS (Want to Sell) post in or Buy/Sell forum. Clicked drop down box and selected "Mark as Unsold". Worked correctly, however, the post no longer displays a prefix at all, when it should reverse itself and display the original prefix, in this case it would have been WTS: :confused:
Can this be addressed, or is going to be a design limitation as I don't know how tou would keep track of what the original prefix was, except perhaps not replacing it, but simply adding [SOLD] in front of the original prefix?
Good job overall so far ... :up:
Regards,
Doug
Edit: Also, where can the phrase [SOLD] be changed so that it appears in a color of our choosing?
Yeah I'll have to see if there is a way to get the old prefix back, but again kind of new to this whole thing so that might be the only real downfall.
I can't really see too many items getting unsold if the user marks them sold after they are sold. It might be a bigger issue if you were working with a sale pending type deal.
Will still see if it can be done though.
Glad it's working for you now though for sure.
And yes you can modify the [Sold] by going to the thread prefix manager then select edit for The sold prefix. There you will see the plain text and rich text boxes. You can change the Plain text to Just Sold and then you can add HTML code to the rich text box to change the color, add bold, or just set it up how you would like.
Kenjiwing
03-24-2011, 05:49 PM
Venom Just sent you a PM.. hope you will have time to check it! Thanks!
venom2124
03-25-2011, 03:39 AM
PM replied to.
Shootsteel
03-25-2011, 04:03 PM
Sorry for what may be a simple question to what is possibly a very simple answer. How can I change the color and add BOLD to the SOLD prefix?
Great little mod by the way ;)
Edit: I figured it all out, thanks for the great mod.
venom2124
03-26-2011, 12:49 AM
Sorry for what may be a simple question to what is possibly a very simple answer. How can I change the color and add BOLD to the SOLD prefix?
Great little mod by the way ;)
Edit: I figured it all out, thanks for the great mod.
Glad you figured it out. Enjoy!!
Sforums
03-26-2011, 09:17 AM
Glad you figured it out. Enjoy!!
Same question here, can't figure it out....please help. :D
Other than that, awesome mod, 5 star and marked installed.
venom2124
03-26-2011, 02:48 PM
Go to the Thread Prefix Manager in the AdminCp
Then where you see the SOLD thread prefix click Edit
This will take you to the screen you need to edit the rich text to make it appear how you would like on the forum.
Here is a picture of the screen and the code changes I made for my site.
https://vborg.vbsupport.ru/external/2011/03/6.png
Sforums
03-26-2011, 04:36 PM
Thanks venom!
venom2124
03-27-2011, 12:42 AM
Thanks venom!
Your welcome. Hope it works out well for you.
Shootsteel
03-27-2011, 03:04 PM
Just curious, are you planning on doing any other versions of this mod? As in WTS [want to sell], WTB [want to buy], LTT [looking to trade]?
Or if you know of other mods for these specific things and could point me in the right direction, it would be much appreciated!!
Thanks again for this great little mod, marked as installed and it's on my live site :)
venom2124
03-27-2011, 03:42 PM
Just curious, are you planning on doing any other versions of this mod? As in WTS [want to sell], WTB [want to buy], LTT [looking to trade]?
Or if you know of other mods for these specific things and could point me in the right direction, it would be much appreciated!!
Thanks again for this great little mod, marked as installed and it's on my live site :)
I find that just adding the prefixes for those choices is easier and gives the user the ability to choose when they are posting there ads works best. I can't really see how changing the current mod would work out for what you are asking. Since this mod is more developed to give the user the ability to change the prefix after the fact to change it to sold. Now if you are not sure how to set up prefixes let me know and I can try and give you an overview on how to set it up.
Now if people need something different for after the fact changes I can probably see about working with them to make it happen.
Shootsteel
03-27-2011, 09:02 PM
Ahh I see how it goes now. I got it all figured now.....again, lol.
your24hourstore
03-28-2011, 11:08 AM
tested this and found the uninstall blew up, the xml must have a problem in that area.
also I couldn't get the post to close automatically. I dont want to give the whole board control to close threads , just the classifieds category
Shootsteel
03-28-2011, 01:41 PM
As far as the uninstall, can't help ya there as I have not uninstalled the product yet, :\
For the thread to close automatically after you want to set a thread as sold, then it must be done by "Thread Tools -> Mark this thread as sold..." option NOT by editing the post and changing the prefix to SOLD, at least as far as I'm aware.
You can choose what sections of your board will have the SOLD [close] option.
Thread Prefixes -> Thread Prefix Manager -> up where it says "sold thread" all the way to the right, after [Add Prefix] click on "edit" and choose the categories you want to use this mod.
venom2124
03-28-2011, 10:16 PM
tested this and found the uninstall blew up, the xml must have a problem in that area.
also I couldn't get the post to close automatically. I dont want to give the whole board control to close threads , just the classifieds category
Not sure what the issue is with the uninstall since I could not duplicate it when I uninstalled the product on my board. So I'm not sure where to start with helping you with that issue.
As for closing the thread automatically, like the post above says you have to set it to that option for that feature to work. That is under the options-->Mark as Sold.
If you have screen shots of what the issue was during the uninstall I might be able to help. Also what version of the product did you have installed?
I would suggest trying to up load the current files and product file allowing for overwrite of previous files and see if that fixes the issue.
venom2124
03-30-2011, 03:00 AM
Venom Just sent you a PM.. hope you will have time to check it! Thanks!
Still taking a look at coding to see if I can help with your request.
your24hourstore
03-30-2011, 03:13 AM
I see you logged in . unfortunately I didn't have a good backup so had to reinstall the whole board, so not sure what mod was conflicting, it really doesnt matter as it just a test site for mods and features, reinstalled it and seems to be all good, except that i cant figure out how to get them to close after changing the prefix to sold.
your24hourstore
03-30-2011, 03:22 AM
I set the settings to auto close in the settings options in admincp
see! :{ after i change the prefix still open to reply oh 4.1.2 is the version
I feel this is a worthwhile mod to develop has a lot of possibility,
i think i have all the settings set to auto close but just not doing it for me.
since you made an account log in and make a n ad then mark it sold :} with the user permissions i have enabled if you have time later.
added:
OK I'm sure its not working in this new version its all installed and prefix selection works manually on post and edit,
but the thread drop down control does not have the option to mark as sold, and I don't see any screens showing you giving the users permission to close a thread.
here is the thread control screen of my install, so i guess the prefix options are working but don't seem to be using any outside files I uploaded from the install zip like sold.php
<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> this is the vb if condition in the new version
changed your show template code to match the new version and it works now
<vb:if condition="$show['soldthread']">
<li><a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}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="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}sold.php?{vb:raw session.sessionurl}do=markunsold&t={vb:raw threadid}">{vb:rawphrase soldthread_markunsold}…</a></li>
</vb:if>
</vb:if>
your24hourstore
03-30-2011, 04:11 PM
I set the settings to auto close in the settings options in admincp
see! :{ after i change the prefix still open to reply oh 4.1.2 is the version
I feel this is a worthwhile mod to develop has a lot of possibility,
i think i have all the settings set to auto close but just not doing it for me.
since you made an account log in and make a n ad then mark it sold :} with the user permissions i have enabled if you have time later.
added:
OK I'm sure its not working in this new version its all installed and prefix selection works manually on post and edit,
but the thread drop down control does not have the option to mark as sold, and I don't see any screens showing you giving the users permission to close a thread.
here is the thread control screen of my install, so i guess the prefix options are working but don't seem to be using any outside files I uploaded from the install zip like sold.php
<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> this is the vb if condition in the new version
changed your show template code to match the new version and it works now
<vb:if condition="$show['soldthread']">
<li><a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}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="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}sold.php?{vb:raw session.sessionurl}do=markunsold&t={vb:raw threadid}">{vb:rawphrase soldthread_markunsold}…</a></li>
</vb:if>
</vb:if>
:up: OK its fixed with the New showthread code i posted just make a new version update and use this new code seems to work with 4.1.2 now
rated excellent and nominated :
venom2124
03-30-2011, 11:21 PM
Glad you got it working, but not sure what coding you were changing. I've installed this on two seperate boards with 4.1.2 and it worked like a charm on both. I'm almost thinking you didn't make the template mod or something, but again I'm just not sure.
your24hourstore
03-31-2011, 01:40 AM
yes not sure what the heck was going on but I know for sure that the edit code you have showing is not whats in version 4.1.2 :)
the code i posted here https://vborg.vbsupport.ru/showpost.php?p=2179128&postcount=35 has the code that is in this new version 4.1.2, its easy to see its not what you have posted at the top of this page. seems to work great though with this changed code for me. if for some reason it doesn't work for new installs im sure this code does work because that's what is in my show thread npw. so it does work
your24hourstore
03-31-2011, 01:43 AM
this mod rocks by the way I'm really liking it and plan to install it for a few people now
I would like it to show the prefix in the recent thread mods for cms widget that would be super. now it doesn't show the prefix in the recent threads or recent posts
your24hourstore
03-31-2011, 02:11 AM
lol this is driving me nuts im going to try your code again and see if it works.
this new code doesn't refresh the show thread at the forum level. works everywhere else probably in the php
venom2124
03-31-2011, 02:13 AM
lol this is driving me nuts im going to try your code again and see if it works.
this new code doesn't refresh the show thread at the forum level. works everywhere else probably in the php
If you want to give me temp admin access I can take a look at it and see if I can figure out the disconnect.
your24hourstore
03-31-2011, 02:17 AM
ok so It updates the forum level if i use the edit button to change the prefix to sold, but if i use the thread moderators option it does mark it sold but doesn't update it at the forum level? and that using your showthread code and mine WTF :)
your24hourstore
03-31-2011, 02:18 AM
ok i will give your account admin sec
your24hourstore
03-31-2011, 02:20 AM
ok your account has it
Sforums
04-01-2011, 05:05 PM
Works perfect, thanks.
I have a request: on my forum we run lots of auctions and I would like to have option "Auction Ended" instead of "Sold". Can you help me out?
venom2124
04-02-2011, 02:33 PM
Works perfect, thanks.
I have a request: on my forum we run lots of auctions and I would like to have option "Auction Ended" instead of "Sold". Can you help me out?
I'm guessing I could make on that does auction ended instead of sold. Shoot me a PM and we can talk about it.
marwan5332
04-02-2011, 08:04 PM
:confused: NOT working 4.1.2
line 242
vB_AJAX_ThreadRate_Init('showthread_threadrate_for m', {vb:raw threadinfo.threadid});
How can I Fix this :(
the code has changed in the new version
<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>
venom2124
04-02-2011, 09:20 PM
You should still be able to put the showthread edit code right under neither the poll code and it will still work. Need to update the edit showthread information.
marwan5332
04-02-2011, 10:47 PM
:erm:
i trying to add This code , not in old ...
{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}
still nothing .. :cool:
venom2124
04-03-2011, 01:14 AM
:erm:
i trying to add This code , not in old ...
{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}
still nothing .. :cool:
Okay open the text doc, copy all the text and then paste it into the showthread template replacing all the code currently in the showthread template.
Let me know if that fixes the problem.
venom2124
04-03-2011, 03:49 AM
Works perfect, thanks.
I have a request: on my forum we run lots of auctions and I would like to have option "Auction Ended" instead of "Sold". Can you help me out?
I've got the mod pretty much coded out. Right now it's coded as auction closed, but I can change it to auction end if that's what you want shoot me a PM though and we can figure it out.
marwan5332
04-03-2011, 08:57 AM
Okay open the text doc, copy all the text and then paste it into the showthread template replacing all the code currently in the showthread template.
Let me know if that fixes the problem.
Hi V
no :(
still Error code
Hear is my showthread , pleas tak a look :erm:
Thank you very much :)
venom2124
04-03-2011, 02:40 PM
Hi V
no :(
still Error code
Hear is my showthread , pleas tak a look :erm:
Thank you very much :)
What is the error code you are getting and where are you getting the error? Screenshots might help me figure out what is going on. I run 4.1.2 and I've got this working just fine. So more info should be able to help me figure out where the problem is.
marwan5332
04-03-2011, 06:30 PM
What is the error code you are getting and where are you getting the error? Screenshots might help me figure out what is going on. I run 4.1.2 and I've got this working just fine. So more info should be able to help me figure out where the problem is.
Hi V
Everything excellent and installation successfully ;)
Thank you very much for your cooperation
:up:
venom2124
04-04-2011, 03:16 AM
Hi V
Everything excellent and installation successfully ;)
Thank you very much for your cooperation
:up:
Glad you got it working. What was the issue if you don't mind me asking?
Sforums
04-04-2011, 03:48 AM
I've got the mod pretty much coded out. Right now it's coded as auction closed, but I can change it to auction end if that's what you want shoot me a PM though and we can figure it out.
Thanks for sending me the AUCTION CLOSED file, works perfect. I think you should add that product here on vborg, others might find it useful too. As per our agreement, I'll send you donation soon.
marwan5332
04-04-2011, 06:02 PM
Glad you got it working. What was the issue if you don't mind me asking?
Nothing V :D
The issue cause ME :o
Thank you very much
venom2124
04-05-2011, 02:14 AM
Nothing V :D
The issue cause ME :o
Thank you very much
Glad you got it fixed.
venom2124
04-08-2011, 02:42 AM
Thanks for sending me the AUCTION CLOSED file, works perfect. I think you should add that product here on vborg, others might find it useful too. As per our agreement, I'll send you donation soon.
No problem and I got the auction closed mod up as well.
venom2124
04-10-2011, 02:57 AM
tested on vB4.1.3
Worked perfectly.
venom2124
04-29-2011, 07:29 PM
Going to start working on trying to figure out if I can put an out prune feature in so that once it's marked sold it gets moved to another forums or deleted.
boodog
05-01-2011, 11:37 AM
Not sure what's wrong. Installed on vb 4.1.2 but when I test with a non-admin test account there are no prefixes selections available to mark a post SOLD. I've enabled every permission that I can think of but must be missing something somewhere :(
Works perfectly when I'm logged in as admin.
venom2124
05-01-2011, 12:00 PM
Not sure what's wrong. Installed on vb 4.1.2 but when I test with a non-admin test account there are no prefixes selections available to mark a post SOLD. I've enabled every permission that I can think of but must be missing something somewhere :(
Works perfectly when I'm logged in as admin.
Have you selected the forums you want it to work on?
Also when you tested it was the thread created by the user id you were testing with? If it wasn't then it won't work since the user that created is the only one that can add the prefix. It would work with the admin since they have blanket permissions.
Does the prefix show up in the prefix's section in the admincp?
If so have you changed the user permissions in the prefix section?
boodog
05-01-2011, 11:28 PM
Ok, I deleted the thread and started another one, and this time the Prefix option is working and enables SOLD. Not sure what I did but it's working :)
Really nice mod that fills a need for my forum. Thank you. Donation on the way.
venom2124
05-02-2011, 07:33 AM
Ok, I deleted the thread and started another one, and this time the Prefix option is working and enables SOLD. Not sure what I did but it's working :)
Really nice mod that fills a need for my forum. Thank you. Donation on the way.
Glad you got it to work and thank you very much for the donation. Glad I could fill that need for your forum as well.
kingmotox
05-08-2011, 05:19 AM
is there anyway to change the SOLD prefix color?
venom2124
05-08-2011, 09:24 AM
is there anyway to change the SOLD prefix color?
Yes you can change the color. AdminCP --> Thread Prefix Manager --> Click on edit
Once you get to that point you will see some html code in the RICH Text section. You can change the code as you need.
Hope that helps.
Dennis B
05-27-2011, 01:29 PM
Congrats venom on a very nice hack.
The only catch here is that this hack is interfering with the 'autopm on moderation' hack.
Before installing this hack, when manually closing any topic, the author would be notified by PM via the 'autopm' hack. After installation, though, this hack is preventing the notification from happening. Not sure you can or want to do anything about it, but I'd just thought I'd let you know.
venom2124
05-28-2011, 10:05 AM
Congrats venom on a very nice hack.
The only catch here is that this hack is interfering with the 'autopm on moderation' hack.
Before installing this hack, when manually closing any topic, the author would be notified by PM via the 'autopm' hack. After installation, though, this hack is preventing the notification from happening. Not sure you can or want to do anything about it, but I'd just thought I'd let you know.
I can take a look at it and see if I can find the issue. Of course the mod is made for the user to mark there stuff sold and once marked sold it closes the thread. So it might be more annoying if the autoPM did work. Just a thought on my part. Haven't used the autopm hack so will have to look at the code on that one to see if I see something.
sadiq6210
05-28-2011, 12:08 PM
Great =) Thanks
innova
05-29-2011, 12:18 PM
Hello all,
Is there a way to force a prefix in the forums used by soldthread ?
venom2124
05-29-2011, 01:47 PM
Hello all,
Is there a way to force a prefix in the forums used by soldthread ?
What kind of prefix are you trying to force. You can force a prefix by setting the option in the ACP if you go to edit the forum. Of course that will require a prefix to post a new thread.
I hope that helps to answer the question if not give more detail and I'm sure we can help you figure it out.
Dennis B
05-29-2011, 03:25 PM
Of course the mod is made for the user to mark there stuff sold and once marked sold it closes the thread. So it might be more annoying if the autoPM did work. Just a thought on my part.True if it's the user who closes their own thread, but if a mod closes it, it would be nice to keep the notification. Anyway thanks for the reply, and as I said before I just wanted to report the conflict, I might take a look at it myself as soon as I have some time, since I have both installed. :)
innova
05-30-2011, 02:40 AM
What kind of prefix are you trying to force. You can force a prefix by setting the option in the ACP if you go to edit the forum. Of course that will require a prefix to post a new thread.
I hope that helps to answer the question if not give more detail and I'm sure we can help you figure it out.
Thanks a lot, I think forcing will do just fine =) . I'm currently reinstalling this, could you be so kind to remind me where to edit who can mark as unsold? I know its there, but struggling in these late hours to put my finger on it.
Regards,
innova
venom2124
05-30-2011, 04:21 AM
Thanks a lot, I think forcing will do just find =) . I'm currently reinstalling this, could you be so kind to remind me where to edit who can mark as unsold? I know its there, but struggling in these late hours to put my finger on it.
Regards,
innova
ACP -> Thread Prefix Manager -> Edit Permissions
That will allow you to choose the user groups to give permissions to.
Then allow make sure that the mark sold is selected under the user groups.
ACP -> Usergroup Manager -> Edit user groups as required
Hope that helps. Let me know if you need anything else.
innova
06-04-2011, 03:31 PM
I've got the prefixes all working great (using 5 of them) but I can't get "Mark as Sold" to show up in thread tools. I think perms all look ok, any suggestions?
innova
06-04-2011, 04:19 PM
I've got the prefixes all working great (using 5 of them) but I can't get "Mark as Sold" to show up in thread tools. I think perms all look ok, any suggestions?
Found the cause, but still working on the fix. It's a new style I've installed, when I revert to the Default Style, Mark as Sold shows up again.
** In comparing the page sources, the difference is that the new styles are not showing the following;
<li><a href="sold.php?do=marksold&t=84">Mark this thread as sold…</a></li>
What mechanism is in place to include this that wouldn't be happening in the other styles?
Thanks!
innova
06-04-2011, 06:39 PM
Fixed, SHOWTHREAD wasn't updated in each style.
ewebdesigner
06-10-2011, 01:15 AM
I was unable to install this mod. Can you help me at all?
The problem I am having is template modifications. I could not find it.
I am running the newest version of vb
venom2124
06-10-2011, 07:19 AM
I was unable to install this mod. Can you help me at all?
The problem I am having is template modifications. I could not find it.
I am running the newest version of vb
Which version are you running? If you are running 4.1.4 I'll have to do some research since I have not tried to install on 4.1.4 at this point.
venom2124
06-10-2011, 11:35 AM
Now that I have it working on all styles, I'd like to change SOLD to DONE, as we have multiple prefixes that SOLD doesn't apply to. So I'd like to just use DONE, and have one prefix for closing. I see you've done this in the past for some undisclosed donation, interested in what amount this was to see if it would be cost effective.
Thanks.
Let me look at the code but I should be able to do it fairly simply as for price all I ask if for a donation I don't set an amount. So what ever you think is fair. I'll look at it early next week and see should be able to convert it in a couple hours tops.
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?
innova
06-10-2011, 04:30 PM
Let me look at the code but I should be able to do it fairly simply as for price all I ask if for a donation I don't set an amount. So what ever you think is fair. I'll look at it early next week and see should be able to convert it in a couple hours tops.
Hey thanks for looking, was able to get what I needed through "Phrases". Mod is great and fills a big need in my forum.
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?
ewebdesigner
06-10-2011, 04:38 PM
Which version are you running? If you are running 4.1.4 I'll have to do some research since I have not tried to install on 4.1.4 at this point.
4.1.3 is what shows on my forum.
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.
venom2124
06-11-2011, 06:01 AM
4.1.3 is what shows on my forum.
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.
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.
venom2124
06-11-2011, 06:04 AM
Hey thanks for looking, was able to get what I needed through "Phrases". Mod is great and fills a big need in my forum.
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?
Do you have a link so I can take a look and see?
innova
06-14-2011, 01:41 AM
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?
venom2124
06-15-2011, 07:49 AM
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?
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.
Masked Crusader
06-19-2011, 03:47 PM
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!
Dennis B
06-19-2011, 11:46 PM
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. :)
CRDeveloper
06-20-2011, 01:56 AM
Very nice mod, how come i didnt saw it before :)
wrang
06-29-2011, 06:30 PM
What do i do wrong. WHen i put it as sold the icon sold will not showd up or can i use a better icon and bigger so the outer realy see that its sold...
venom2124
06-30-2011, 12:22 PM
What do i do wrong. WHen i put it as sold the icon sold will not showd up or can i use a better icon and bigger so the outer realy see that its sold...
Okay a little confused as to what you are asking or what is wrong. It sounds like you are trying to say the prefix is not showing up.
If you let me know what the site is I can try and take a look? But need more details on problem.
mrt12345
07-01-2011, 05:23 PM
Hello thanks great mod. And it seems to be working ok for 4.14, but I was wondering is there anyway I can change the color for the prefix , I have a dark site so the text is also in a dark color, can we do something that can stick out like the color red or bright blue, I am not using the original template , thanks
mrt12345
07-01-2011, 05:37 PM
Hello thanks great mod. And it seems to be working ok for 4.14, but I was wondering is there anyway I can change the color for the prefix , I have a dark site so the text is also in a dark color, can we do something that can stick out like the color red or bright blue, I am not using the original template , thanks
sorry i see it works in differant color in the orginal template, i guess this opens a can of worms to get it to work with the new template
venom2124
07-02-2011, 01:55 PM
Should be able to change the color by using HTML coding in the rich text section under edit in prefix's.
Markos
07-02-2011, 05:44 PM
Hello thanks great mod. And it seems to be working ok for 4.14, but I was wondering is there anyway I can change the color for the prefix , I have a dark site so the text is also in a dark color, can we do something that can stick out like the color red or bright blue, I am not using the original template , thanks
use this and the *Title (Rich Text)* that will make it red
<b><span style='color:#FF0000;'>[SOLD]</span></b>
mrt12345
07-03-2011, 10:18 PM
Ok i feel so incompetent, I have been searching and searching for it I just can?t fine it in the searching. I really hate to ask but could you guys provide the steps for the search. Sometimes bang I fine it and other times I can?t fine anything lol:o
venom2124
07-04-2011, 05:14 AM
Ok i feel so incompetent, I have been searching and searching for it I just can?t fine it in the searching. I really hate to ask but could you guys provide the steps for the search. Sometimes bang I fine it and other times I can?t fine anything lol:o
Searching for what?
AdminCP --> Thread Prefixes --> Thread Prefix Manager --> Then you'll see {EDIT} {DELETE] {EDIT PERMISSIONS] Across from SOLD, Click Edit
Next look for Title(Rich Text) In that box input <font color=Red><b>Sold</b></font> or you can change the font color to what ever you want and click save. Now the prefix will show what ever color you made it.
I hope that helps.
mrt12345
07-04-2011, 02:10 PM
fantasic thanks :up:
venom2124
07-05-2011, 11:46 AM
No problem glad I could be of assistance.
mrt12345
09-02-2011, 12:01 AM
Hello I update to the 4.15 patch and I installed the mod again but I don’t get the sold option in the thread tool. Has anybody got this to work with the newer version thanks
bandit022
09-06-2011, 04:12 PM
I am installing this mod for the first time and I also do not see the option to mark thread as "Sold" under the Thread tools. Running vb 4.1.5 Patch Level 1
I double checked to make sure I have the SHOWTHREADS template modified too.
-jeff
Masked Crusader
09-09-2011, 01:32 AM
I am installing this mod for the first time and I also do not see the option to mark thread as "Sold" under the Thread tools. Running vb 4.1.5 Patch Level 1
I double checked to make sure I have the SHOWTHREADS template modified too.
-jeff
Did you make it so that each usergroup can use the tool? Also, did you go into each forum you want to use it and mark it as being able to be used (the Prefix that is)?
bandit022
09-09-2011, 02:34 AM
Did you make it so that each usergroup can use the tool? Also, did you go into each forum you want to use it and mark it as being able to be used (the Prefix that is)?
I got it working. Thanks!
It was a bone-head mistake on my part. I already had a prefix set for my Classifieds section and moved the SOLD prefix to my Classifieds prefix set, thus it wouldn't show up in the Mark as Sold
:o
|Jordan|
09-15-2011, 04:02 PM
YOU ARE A GOD.
I was looking for something like this <3
venom2124
09-17-2011, 05:52 PM
Glad I could deliver a product people can use.
joeychgo
10-07-2011, 07:20 PM
Wish this was for v3.8x
venom2124
10-07-2011, 08:58 PM
Wish this was for v3.8x
PM me and maybe I can see about getting you what you need for vB3.8
venom2124
10-09-2011, 05:32 PM
Working to get a vB3.8 version tested. If all goes well I will post it up in the 3.8 mods section.
twista46
11-06-2011, 03:15 PM
Works with 3.8??
venom2124
11-06-2011, 05:46 PM
This version is untested in 3.8, but put a modified version that works with 3.8 in the 3.8 mods section.
venom2124
11-06-2011, 07:15 PM
Here's the link to the vB 3.8 version
https://vborg.vbsupport.ru/showthread.php?t=271747&highlight=mark+sold
Duncan
02-19-2012, 05:25 AM
Is there any way to prevent the "sold" prefix from showing in the prefix dropdown on thread creation?
datoneer
02-19-2012, 01:48 PM
Awesome man Awesome!
venom2124
02-20-2012, 05:55 AM
Awesome man Awesome!
Glad you like it.
karel1985
02-20-2012, 03:22 PM
Hi Venom2124,
I guess this is a remake of the Marked as solved mod. Unfortunately the mod is not developed anymore further, so question.
I have currently this mod for some year and is the mod used function on my site.
However i would to extend the feature to send out an e-mail to the topicstarter after setting the thread to Solved or in this case SOLD....
Do you know if this is possible? I am willing to pay for it :-)
venom2124
02-21-2012, 02:14 AM
Hi Venom2124,
I guess this is a remake of the Marked as solved mod. Unfortunately the mod is not developed anymore further, so question.
I have currently this mod for some year and is the mod used function on my site.
However i would to extend the feature to send out an e-mail to the topicstarter after setting the thread to Solved or in this case SOLD....
Do you know if this is possible? I am willing to pay for it :-)
Yeah I really would have no idea how to send an auto email out upon closing the thread. I can look into it and see, but my knowledge of the coding is limited. I basically just changed some of the wording in the original coding to get it to say sold as opposed to solved. I'm looking to get more experience with coding so this might be a good place to start. I will let you know.
dsantana
03-24-2012, 11:59 PM
Most excellent mod Venom!!! Was a little tough on a VB rookie doing the edits but I made it through it... Installed on 4.1.11
WheelList
04-14-2012, 10:58 PM
Just installed on 4.1.11 and it's working great. Thanks!
blazinchuck
05-16-2012, 09:43 PM
just installed on 4.1.12...working great! marked it too, good job
Inferno Dragon
08-23-2012, 06:13 PM
So it allow only members to mark their own started topics as sold or anyone can mark other member topic as sold? sorry but I found the description kind of confusing :S
bremereric
09-04-2012, 01:50 AM
I just installed it on 4.1.3 and I got it working the first time. I am a vb code newbie so could someone tell me how to change the color of the text Sold. Thanks in advance.
CharlieDelta
09-04-2012, 02:43 PM
Change the color by adding a "Rich Text Title" in the "Thread Prefixes" of the admin CP.
This is what I use;
<font color="red"><b>[SOLD]</b></font>
mustang02
09-04-2012, 08:40 PM
Nevermind. Reinstalled the xml, works on 4.2.0
ScottishScoobie
09-06-2012, 05:33 PM
Just what i have been looking for.
Marked as Installed.
Kind of stuck though.
4.2.0 PL2
i can see everything and have set all permissions up but for the life of me i cannot get it to show in the drop down.
groups are set, forums are set, code was found and then dropped in under the poll, but the poll is the last thing on my list in the thread tools.
did the following.
1. Uploaded the sold.php to my public_html folder (root of my site)
2. Uploaded the image and xml to the instructions location
3. imported
4. found code in SHOWTHREAD as per the attached txt
5. set options/permissions/prefix
went to one of my created for sale threads where i know the mod is set to work. shows as a prefix if i edit first post. but just wont show in thread tools.
sorry for the book, but i guess i need to give you everything if im going to ask for support. and upon working i will return by showing developer support.:up:
CharlieDelta
09-07-2012, 01:24 AM
Are you sure that you edited the "showthread" template in all your custom styles?
Superorb
09-07-2012, 04:17 AM
Is it possible to put a button or something more visible so the users don't miss the "mark as read" link in the dropdown? Something that isn't in a dropdown.
ScottishScoobie
09-07-2012, 06:00 AM
Are you sure that you edited the "showthread" template in all your custom styles?
Yeah, i only have one style and the extract is from that. i will add the code to all styles even though im not using them and report back.
thanks for responding.:up:
ScottishScoobie
09-07-2012, 07:50 AM
Have recoded all styles available, still nothing on the thread tasks menu????
zascok
09-07-2012, 07:54 AM
Yeah, i only have one style and the extract is from that. i will add the code to all styles even though im not using them and report back.
thanks for responding.:up:
Same here and it's getting worse.
It's giving a huge error when I try to uninstall it :(
Fatal error: Existing data passed is not an array
Called set_existing in [path]/***/plugin.php(1558) : eval()'d code on line 20
Called eval in [path]/***/plugin.php on line 1558
in [path]/includes/class_dm.php on line 265
#0 vb_error_handler(256, Existing data passed is not an array
Called set_existing in /home/w/public_html/***/plugin.php(1558) : eval()'d code on line 20
Called eval in /home/w/public_html/***/plugin.php on line 1558
, /home/w/public_html/includes/class_dm.php, 265, Array ([existing] => ,[line] =>
Called set_existing in /home/w/public_html/***/plugin.php(1558) : eval()'d code on line 20
Called eval in /home/w/public_html/***/plugin.php on line 1558
...................
How to uninstall it?
ScottishScoobie
09-07-2012, 08:16 AM
i would disable rather than uninstall, ive read all pages, and people were saying uninstall meant rebuild unless you have a good backup. nice susat too.
ScottishScoobie
09-07-2012, 11:05 AM
Done nothing more than wait, and now its working.
voted for MOTM
zascok
09-07-2012, 05:55 PM
I think I have got it. If one deletes the prefix manually and then try to uninstall this it will cause an error. I manually recreate the prefix and it unistalled just fine. (worth adding into the desrtiption) N
Now will try to install and wait
zascok
09-07-2012, 06:13 PM
And now it works! waited for two or three minutes. Was witchcraft a part of programming? ;)
Nommed in hope the next versions will have no hassle :)
Superorb
09-07-2012, 08:22 PM
When I mark something as "unsold" the previous prefix isn't restored. Is there any way to add this functionality?
ScottishScoobie
10-22-2012, 04:09 AM
i guess in the days of cable speed internet and SSD's we are just impatient to let systems get on and do their thing and settle down.
addamroy
02-12-2013, 11:35 PM
I don't see any option to mark threads sold in the 'thread tools' menu... uploaded all files and made the template edit.
running 4.1.12
Sven Voet
02-20-2013, 03:26 PM
Nice Mod. With some changes (i want a "closed" instead a "sold" as Prefix, it´s what i´m looking for a long time. But one question (perhaps for another Version):
- Is it possible, to add more than one one "Sold" as chooseable Prefix? Perhaps so the User can easyly choose a wanted Prefix in the Thread Tools.
- Is it possible to prevent the Prefix from the normal Prefix-List when a User Post a new Thread?
Sven Voet
02-21-2013, 01:13 PM
I got two errors, if i wanna install the Mod:
after changing the Showthread Code, i got the following Message:
Parse error: syntax error, unexpexted T_STRING in ...../includes/adminfunctions_template.php(5432) : eval()'d code on Line 373
When i ignore the warning, i can´t read any Thread. Cause the following error occures:
Parse error: syntax error, unexpexted T_STRING in ...../includes/class_core.php(4633) : eval()'d code on line 373
Jpolola
04-06-2013, 07:48 AM
This is cute! Installed and Nominated. Thank you ^_^ work witout issue vb4.2.0 PL3
https://vborg.vbsupport.ru/external/2013/04/32.jpg
https://vborg.vbsupport.ru/external/2013/04/33.jpg
muimui
04-11-2013, 06:38 AM
i have a good idea.
how about Want To Sell / Want To Buy . with Icon
when user create a new thread,have 2 choice (radio button) Want To Sell / Want To buy.
mark installed
muimui
04-17-2013, 04:15 AM
hi,how to disable Prefix : Sold
in create thread?
thanks
iPenguin02
07-30-2013, 04:02 PM
are we able to change the solved.php to marksolved.php without issue?
Muhammad Rahman
07-30-2013, 08:43 PM
hi,how to disable Prefix : Sold
in create thread?
thanks
Style manager -> style use -> New posting template -> Newthread -> find "{vb:raw prefix_options}" and add below this code :
<script>
$("select option:contains('Sold')").attr("disabled","disabled");
</script>
user can keep see prefix "sold", but can`t select ...
see live on my site ..
muimui
08-31-2013, 09:45 AM
uninstall this module.getting error :
Fatal error: Existing data passed is not an array
Called set_existing in [path]/adminpanel/plugin.php(1556) : eval()'d code on line 20
Called eval in [path]/adminpanel/plugin.php on line 1556
in [path]/includes/class_dm.php on line 265
#0 vb_error_handler(256, Existing data passed is not an array
Called set_existing in /var/www/vhosts/domain.com/forum/adminpanel/plugin.php(1556) : eval()'d code on line 20
Called eval in /var/www/vhosts/domain.com/forum/adminpanel/plugin.php on line 1556
, /var/www/vhosts/domain.com/forum/includes/class_dm.php, 265, Array ([existing] => ,[line] =>
Called set_existing in /var/www/vhosts/domain.com/forum/adminpanel/plugin.php(1556) : eval()'d code on line 20
Called eval in /var/www/vhosts/domain.com/forum/adminpanel/plugin.php on line 1556
Markos
01-05-2014, 02:18 PM
Anyone get this working in vb4.2.2 i cant see the option in usergroupd and cant add the code to the SHOWTHREAD
blind-eddie
01-05-2014, 04:08 PM
Anyone get this working in vb4.2.2 i cant see the option in usergroupd and cant add the code to the SHOWTHREAD
Yep, works fine.
Try reinstalling & why can you not add code edits to the SHOWTHREAD template?
Markos
01-05-2014, 04:24 PM
I dont know it seams to be only SHOWTHREAD section i cant edit is there anywhere else i could add the code?
Markos
01-05-2014, 04:36 PM
Yep, works fine.
Try reinstalling & why can you not add code edits to the SHOWTHREAD template?
I just goes to 66% then stays there when saving
blind-eddie
01-05-2014, 04:55 PM
For this to work properly, the SHOWTHREAD template must be edited.
Not sure why you can not edit the template....
Markos
01-05-2014, 05:00 PM
Yeah me too ive tried in all my styles and disabled all add-ons and still cant.
Markos
01-05-2014, 05:21 PM
For this to work properly, the SHOWTHREAD template must be edited.
Not sure why you can not edit the template....
I got it mate god knows why but wouldnt save on chrome but will save on firefox :confused:
blind-eddie
01-05-2014, 05:32 PM
That's good to hear. All browsers suck... each has issues and every site looks and functions different in each.
Markos
01-05-2014, 06:06 PM
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
blind-eddie
01-05-2014, 07:50 PM
There is no Un-Sold Tag, if it doesn't say Sold, its still available. lol
jjdurrant
03-30-2014, 11:49 PM
Installed on 4.1.9.. thanks man!
bremereric
10-08-2015, 10:08 PM
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>
bremereric
10-09-2015, 10:45 PM
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.
bremereric
10-10-2015, 07:46 PM
In case someone else needs to the change the color of Sold in the thread prefix use this in the rich text box.
<font color=red>SOLD</font>
Bastien
10-11-2015, 12:17 PM
Will install this ! Thank you :)
Bastien
10-11-2015, 12:48 PM
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 :confused:
bremereric
10-11-2015, 01:41 PM
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 :confused: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.
bremereric
10-11-2015, 01:42 PM
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>
Bastien
10-11-2015, 02:17 PM
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.
Done !
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>
Done too !
But links do not appear !
bremereric
10-11-2015, 03:08 PM
You sure you double checked all of this!
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
pmcpa
02-29-2016, 06:03 PM
Love this mod! Question:
We have "Mark as sold" working great, we tried to add a "mark as Found", and it does not appear in the drop down for standard users to use. Only mods can use it once they hit "Edit thread". Is there any way to correct this so the user can also mark as found?
blind-eddie
02-29-2016, 07:42 PM
Love this mod! Question:
We have "Mark as sold" working great, we tried to add a "mark as Found", and it does not appear in the drop down for standard users to use. Only mods can use it once they hit "Edit thread". Is there any way to correct this so the user can also mark as found?
What are you using as a mark as found addon?
Need a few more details to be able to help.
Max_69
06-15-2016, 07:55 AM
Hello everyone, I run all the instructions, but the pull-down menu the option marked as resolved not appear, i have vb 4.2.2, how resolve?
Thanks
scottkoz20
06-19-2016, 02:38 AM
Hello everyone, I run all the instructions, but the pull-down menu the option marked as resolved not appear, i have vb 4.2.2, how resolve?
Thanks
did you check the usergroup option?
I'm in 4.2.2 as well and this was set to no for the usergroup I was testing this on.
Max_69
06-20-2016, 06:57 AM
All usergroup option is ok and enabled.
steven vaccaro
02-02-2017, 06:25 PM
Anyone using this with 4.2.3?
goldoff
10-29-2018, 04:20 PM
Anyone using this with 4.2.3?
It is working pretty well with 4.2.5
Thanks a lot @venom. If it not saved my life, it did with a great portion of it (in time :-P)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.