![]() |
Quote:
Also, is there some type of 'user agreement' that a person has to agree to prior to posting an add...I'd like to be able have people 'agree' to the fact that the site isn't liable for any 'bad' transactions...before posting an item for sale. |
Quote:
|
Maybe a bug in admincp:
In Add Field or Extra Fields Manager, I saw these: Quote:
Any idea to fix it? Thank's... |
Quote:
|
Quote:
So, no other way to did that for Lite version? :D |
Quote:
|
OK< I have this installed on my main forms and I found a couple minor issues you may want to address in your directions...
RE: Code:
// ############# Do The Following In The postbit or postbit_legacy template ############## Code:
// ############# Do The Following In The postbit or postbit_legacy template ############## Also, I edited Postbit... RE: Code:
// ############# Do The Following In The postbit or MEMBERINFO template ############## The script works great! I notice that the text box where we add the Classified body does not retain line breaks without HTML (so I have to use <p>). I would love a WYSIWYG system. I also really need the abuility to post a URL in a custom field (in drop down possible to make abilityHTML an option?). I tried adding a really long custom field (100-char) and I notice that there is a limit to how much text can be added (looks like 85-char). I am trying to post a link to other parts of my forums as a custom field and I need more like 100-char and perhaps as much as 120... I hope the premium will allow for Admin defined classified ad limits or NO LIMITS for time a classified lasts (Group defined would be GREAT!!!!)... I would love to see a SOLD indicator so that when a person sells their item that they can edit their ad and click a "SOLD" button to mark it SOLD plus remove the ad from the search. This way a person can finish their transaction and if it doesn't work out they can reactivate their ad without reentering it. I would like a way for Admins or Moderators to LOCK an advertisement to prevent user changes... actually, I would like the option to only allow edits to the ad for X-hours (set in Admin CP) so that a seller can not edit their post after it is listed - only marked SOLD as described above. Admins and Mods should be able to edit or delete anything. Otherwise, I am still trying to learn how to use this... |
After getting this setup I think I'm going to have to wait for the premium version with forum integration. But I want to keep this installed so I can easily upgrade when the premium version is released. Is there an easy way to disable the link the nav bar without completely removing it?
I just know that if there is no indication of the ads on the main forum page my members will never bother to click on the link to see what's for sale. But if they're visiting the forums and notice a new post in the classifieds forum they will always have a look. Any idea of a release date yet? Cheers, Andrew |
Quote:
|
Quote:
Also, don't forget to click install! |
Are you going to make this so that anyone using itrader can convert over without looking all there currentl itrader stats?
|
Quote:
|
Please add me to the list of those interested in the premium version.
This looks much better than photopost classifieds (which I do not recommend). Does the system verify buyers/sellers so that only they can leave feedback on a specific ad they were involved with? For me the most important features in premium would be the ability to charge users for certain things (upgrades like adding extra pictures, bold/feature listings, percentage of sale price or flat listing fee, etc). Also, there needs to be a question and answer section below the listing for each item. I have to get a classifieds system VERY soon, so hopefully the premium version will fit the bill (I might need 3-5 of them). Excellent work so far!!! (waiting for premium before installing). -vissa |
Quote:
As for the release date, i am working extremely hard. It should be comming out very soon. The set price is going to be about $35. |
I really do need more then 85-characters so I hacked the template: sr_classifieds_extra_fields
Find: Code:
<input type="text" class="bginput" name="fields[$field[fieldid]]" value="$ad[fieldvalue]" size="$field[size]" maxlength="85" tabindex="1" /> Code:
<input type="text" class="bginput" name="fields[$field[fieldid]]" value="$ad[fieldvalue]" size="$field[size]" maxlength="120" tabindex="1" /> |
Quote:
|
Quote:
|
Holy smokes! This has to be added to the Hack of the Month!
I will add this to my site tomorrow and will look forward to the premium version. Excellent jon gio~logist! Mike |
Quote:
|
Quote:
|
will there be an ability to select the currency of the sale during posting in the premium version? oh yeah... good work! please put me down on the premium buy list! :D
|
Great hack, please add me to the list for the premium version!
|
Quote:
Find the sr classifieds table with your extra fields and go to structure mode. Set fieldID to be the primary key. This allows multiple fields with the same name to be displayed. Add a new field with all the info selected, hit submit, then hit the back button, change the category to the next one you'd like it to appear in and hit submit... do the over and over until you have the field in every category. You'll end up with, for example, 5 fields with the same name, which show up in 5 different categories. It's the simplest way without modifying the code. |
BTW - I've noticed it's hard to distinguish between buyers and sellers.... is it possible to add a prefix dropdown list to the title of the ad (Wanted | Selling) or something to that extent?
|
also, will there be an option (in lite and premium) to change the member contact abilities to pm instead of email? currently, the member info shows "send a message via email to..." some people may not like the fact that they can be emailed regarding transactions and prefer being contacted via the pm system instead.... maybe have this observe the vb native user options instead (usually people have email disabled in usercp, but have pm on, or the other way around)? but if that were the case, I think it's wise to actually force users to enable one or both forms of private contacting in usercp, otherwise deny their access to SR classifieds
|
oh yeah... currently, I'm testing the system right now to work out the bugs... I noticed that I can't manage the feedbacks yet, unless I didn't see it... how do I remove feedbacks?
also, will there be an ability for moderators to move ads to different categories? I know deleting is possible already |
well I deleted the feedbacks by deleting the entries in the vb_sr_classifieds_ratings table directly in the database..... there's got to be a easier way for management to be done, especially for moderators!
|
Thank's SkyCatcher :D
|
found a bug in the sr_classifieds_feedbit template....
Code:
<td class="alt2"><if condition="$show[editcomment]"><a href="sr_classifieds.php?do=editfeedback&rateid=$feed[rateid]"> |
Will the premium version have a module for vBAdvanced? So that users should display either RANDOM ADS or RECENT ADS on vBadvanced (or forum home, for that matter...)
|
Quote:
Also, I noticed there is a limit to the number of items that can be added to the drop down list. I need and want to have dropdowns with COUNTRY and STATE as that way I can build searches to allow members to only look for items in specific countries or states... If someone figures that out I would love to know! Also, I would like to suggest a differerent layout... would it be possible to move the latest X-classifieds to the center with the categories being listed on the right margin (obviously it is possible)... Then I would personally like to see the last classifieds listed in the layout like when we go into the categories... I know this is personal preferences and I can hack that later... Also, I would like to be able to reorder the Custom fields directly in the "Extra Fields Manager" as having to open each field and set the display order is a major PITA. Please add me to your list and I may need your help with a couple specific mods that I will need in the finished product but there is no sense in me coding that in this Beta version... |
I believe those things you want will be in the premium version.... gio~logist is the best person to answer that obviously
|
Quote:
Edit the template: sr_classifieds_adbit Search for: <if condition="$ad[active] == '2'"><b>$vbphrase[closed]:</b></if> After that add: <b>$ad[type]</b> $ad[type] works pretty much anywhere there's an ad. I just didn't make it automatic because i figured some didn't want that. |
Quote:
You've been added to the list. |
Quote:
|
Quote:
Now, when I go into the database I see that the way this is set up that the table "classifieds_fields" has the type defined as "SELECT" and options type is set as varchar(200). I think I need to change this to mediumtext.... The problem is it looks like that would requre that I change all the fields to Mediumtext which will make this pretty large (size wise)... EDIT: Changing it to MEDIUMTEXT fixed my problem |
Also, I have not found this yet but when I update a custom field I am getting an error that says...
Could not find phrase 'sr-classifieds_x_fieldsaved'. |
Nice hack, will install when I get home.
|
Quote:
Code:
<option value="WTB">Buy</option> sr_classifieds_edit sr_classifieds_new Looks much better with these changed! |
[high]Changelog:[/high]
4-11-06 * Admins can delete feedback * User profile fixed (minor template issues) * Ad type shown in adbit * No more error message when saving field ZIP UPDATED!! |
All times are GMT. The time now is 07:00 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|