![]() |
Here's a working version if anyone want's a look.
I've not long had it installed myself so im still tweaking it. Classifieds |
Sorry, I know this must be a stupid question but where does it give the viewer a chance to purchase an item being listed? I added two test items, entered my paypal address for each item.
The ad shows up, I see everything except a link where the viewer can purchase the item. oops... I'm wondering now if it's because I am the one that listed the ad and since I am the one viewing the listing, a "purchase" link would make no sense??? |
You will also be hard pressed to see the 'purchase' options, since everything is tucked away in a drop down 'options' menu.
You might want to edit the template. Use the code i posted here:- https://vborg.vbsupport.ru/showthrea...65&page=11#160 This will give you a MUCH better item layout. |
Quote:
|
Quote:
Mary |
Quote:
Bypassing this, the only that I've to say is that everything is depending on user's taste. I'm the first (and maybe the only one) who never followed vB's standards on interface. I liked to use fieldsets instead of tables, HTML editor instead of vB editor, real categories and not threads. But the fact is that most members here prefer the standard interface, that's why Classifieds (after 9 other mods), was the first one which follows the vB standards for menus. And you like it or not, "Buy Now" is a menu option, and all menus must be set in popups. Thank you Mary |
Quote:
Are the versions for 3.6, 3.7, and 3.8 the same? I installed the 3.6 version and the only thing I see lacking is the multiple image uploads. Was wondering if it was in later versions (3.7, 3.8)? btw: Nice package... where can I send a donation? -pat- |
Hi Mary,
I meant no offence. I'm sorry if my choice of words bothered you, but I stand by the fact that it is badly arranged. This does not mean i am ungrateful for the mod. If you decide to take offence at some honest to goodness well meant critisism then thats hardly my fault. I can pussy foot around and say 'not the best it could be' or dress it all up in other clothing but I'm not the kind of guy to beat around the bush. I am a developer, long time user of the internet and specialise to some degree in usability. If I (and others in this thread) had a problem finding the 'buy it now' or equivelent action items along with other options then you can bet your ass that a lot of other people will to. I am sorry you seem to be so offended and I guarantee that 100% I did not mean to harm your feeling. It's a GREAT mod, and I mean that..... Like I said on PM I was trying to help. I sent you a PM before you wrote this reply...... why would i PM you offering to help if my intentions were not well meant. Anyway, maybe if there's anything further we should take it to PM so as to not distract from this great mod. Quote:
|
Thanks for this Mod. When an unregistered user clicks on the "BUY" button, the following message is shown "You have to register for buing.". Where can I change this message. The word "buing" should be buying.
Thanks. |
in the vbulletin admin area use the 'search in phrases' tool to find the word 'buing'
|
Quote:
Not trying to cause offence Mary but 'Post reply', and 'new thread' are CORE, fundamental NEED TO USE actions... which i guess is why they are not tucked away in forum tools or thread tools dropdowns. Like you say different people will like different things. I have attached an example of the layout I am using for the show ad page, which I personally feel is laid out in a more friendly way. |
i actually ended up using a combination of both... leaving the "Options" dropdown and adding a few buttons underneath the "Views"
|
The uploading of the pic does not work?
I try to post a pic with my classified and it doesnt show up. I would think you need to upload the pic first. |
is there a way to limit the number of active ads that a person can have ?
|
Can't believe no one else has encountered this but....
In classifieds.php On line 462: print_no_permissions(); should be: print_no_permission(); |
Hello,
A new version (1.1.0) is available for download. On this version I've added multiple photo upload. To upgrade, upload classifieds.php and re-import product-classifieds.xml Mary |
I tried the update with vBulletin 3.8.0 and saw this message when importing the XML file.
XML Error: Mismatched tag at Line 288 Not sure if it is related to my particular case or the new XML script. Sportsriders |
Quote:
From: Code:
<code version="1.1.0"> Code:
<code version="1.1.0"> Mary |
Quote:
|
classifieds.php doesn't intregrate with vbadvanced.
I use vbA to display a sidebar on the right side but this doesn't work with the classifieds.php script. A hook missing perhaps? |
Quote:
Mary |
Quote:
Let's see if there is anyone else that have got it to work. |
Quote:
Thank you!! That fixed it. Sportsriders |
Quote:
Sportsriders |
Is the number of pictures limitation apply across ALL of a persons classified ads instead of on a "per-ad" basis???
For example... if the limitation is 3, and he puts 3 images in one ad, he'll not be able to put any images to any of his other ads?? Please tell me that it is a "per ad" setting... please. |
Quote:
Mary |
Quote:
I set the images=2 for my usergroup I had two existing ads, both have one image each in them. I tried to add a 2nd image to one of the ads and it said " You don't have permissions to add more photos. Please upgrade, or remove old ones" I changed the usergroup and set images=3, it and allowed me to add the 2nd image to the ad giving me a total of three ads. I tried to create a new ad, tried to upload an image for the new ad and it again said: " You don't have permissions to add more photos. Please upgrade, or remove old ones" So maybe your latest version might have the setting on a "per ad" basis but the version I have, (just before your newest one today), is on a "per user" basis. Just to be double sure, I checked your code: Code:
$maxphotos = $permissions['maxphotosads']; and your next line: Code:
if($cnt["cnt"] < $maxphotos && $maxphotos > 0) TO FIX:... in Classifieds.php, around line 425 CHANGE: Code:
WHERE userid=$userid"); Code:
WHERE classifieds_photos.id = ".$adid); , |
Quote:
Mary |
no problem... I fixed it on the version that I downloaded from here - it shows version 1.0.0
another quick question - do you check on max image size and if so, is there a setting where I can change this? |
also... you still have the bug that I previously mentioned.
In classifieds.php, at or around line 517. You have: "print_no_permissions();" (notice the "s" at the end) Should be: "print_no_permission();" |
Quote:
Mary |
Quote:
If I set the limit to 800x600 in the options, this image, although very small in bytes, would not be allowed if I set the limits based on width/height. The check can be for size in pixels, or the check can be for size in bytes. You chose dimensions - I respect your decision, but I don't necessarily agree with it. >Please try to understand something very important on coding Thanks for the coding tip - I pretty much learned that long before I finished my masters degree in computer science. btw: I had already added the multiple file upload before you released your 1.10 yesterday... I also added the ability to upload in .zip format and.... added additional "pay" options, added a maximum number of active ads per usergroupid option, and... changed the ad listings to show the title, the user, the price, and the expire date in tabular format in the "classifieds_categorieslistingadline" instead of just the title of the ad. Your original code however saved me a ton of work and for that, I definitely thank you. |
Quote:
Mary |
Quote:
PHP Code:
|
Quote:
btw: I taught college programing for a while to help get me thru grad school - your coding is pretty good... especially for being self-taught - kudos to you. Ok, enuff slobbering over each other.... back to "Classifieds"... sorry for the interuption folks. . |
Add me the list of Blank Page being viewed. I have read all the pages in this thread and have not found a fix for the Blank Page. I followed all of the instructions to a "T". I have uninstalled and re-installed, and still nothing. I am running 3.8.1 like all the others that have this issue.
Subscribed to this thread waiting for a fix. |
Hey Mary!
Wondering if you can tell me how to point the classifieds link in the navbar on my homepage to the right place. Inside the forum it works perfect, but I have the cmps installed and on the homepage it cant find classiieds.php...should I move something out of the forums folder? I know Im missing something.... ANy help is appreciated.:confused: |
Quote:
Mary |
Quote:
add classified.php to that link and it should work ie. if the link is http://yourwebsite/forum use http://yourwebsite/forum/classifieds.php |
Is it possible to use this with "virtual" currency? Actually, I'd rather NO currency. I'd like for people to be able to put up an add and say "this much" but not have any sort of paypal, etc...
Basically, I have members that offer virtual items in a game. I don't want anything to do with real money, etc. More of a "contract" if you will if someone buys something. |
All times are GMT. The time now is 06:50 PM. |
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:
|