View Full Version : Major Additions - Classifieds
MaryTheG(r)eek
02-12-2009, 10:00 PM
Removed by the Author because:
For 7 mods, there are 1905 downloads but only 577 clicked installed.
For these 577 installs I got 4 donations for Brand Free. Make a simple search on the net using the product name and you'll find that 50% have illegally removed my copyright.
I found 3 vb.org style sites, offering for download my mods but after PAID SUBSCRIPTION, or DONATION
After all, I'll stop be the idiot on this market.
Maria
Classifieds
(Former vbFClassifieds)
This is the Full Commercial version
1.- Features
Unlimited Categories
Unlimited Subcategories
Paid or Free Ads
Flexible custom fields, organized in fieldsets. Cutom fields are reusable and of course you can assign each field group to one, many or all categories
Ability to use different price per category/subcategory
Sellers can accept PayPal IPN payments
Sellers can setup different PayPal account for each Ad
Sellers can sell in different currency per Ad
Buyers can post review and rating for Sellers
Top Sellers block
Sponsored and Premium Ads
Bookmarks
Tell a Friend
Report Ads
RSS per category/subcategory
You can use different template than the site's template
You can use different template even per category
Editor Choice Ads
vbSeo friendly
No time limit on use
This is the Full Commercial version2.- Installation
Upload all files and directories including at "vbulletin" directory to the directory where vBulletin is installed.
CMOD the following directories to 777
/photos (inside classifieds directory)
/tmp (inside classifieds/photos directory)
/thumbs (inside classifieds/photos directory)
For security reasons backup your database AND turn your board off
Check at your AdminCP->vBulletin Options->Plugin/Hook System that Plugin system is enabled.
From your AdminCP->Plugin System->Manage Products choose Add/Import Product and import the product: product_classifieds.xml
If you want to add a link to your nav bar then you must edit the NAVBAR template:
Search For:
Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
Add Below:
Code:
<td class="vbmenu_control"><a href="classifieds.php$session[sessionurl_q]">Classifieds</a></td>
....or use any other word you want
By default none usergroup has permissions to use vbfclassifieds, so you need to give permissions to any group. Goto AdminCP->Usergroups->Usergroup Manager and edit any usergroup you like to give permissions.
If you've installed vbSEO, Login into vbSEO Control Panel, click "Custom Rewrite Rules", insert rewrite rules (attached in vbseo-rules.txt to not lose formatting) and save settings.4.- Copyright
You can modify the code as you like to meet your special needs
You can distribute this code, but NOT FOR PROFIT
My copyright link must remain always visible.
I'm not accepting donations
There is no commercial version. This is the one.5.- Copyright Removal
For those who want to remove my link back which appears at the page's footer, they must contact me. Please note that the the license goes by person and not by domain, so you can use it in as many domains are operating by the same person.
Greetings
Maria
Big-K
02-13-2009, 07:34 PM
Does this work on VB3.8.1?
MaryTheG(r)eek
02-14-2009, 04:24 AM
Does this work on VB3.8.1?
Most probably yes, as I'm not using "exotic" vb features. But can't guarantee it as I don't have 3.8.x installed. Works fine with 3.7.x
Mary
HoLyMeN
02-14-2009, 07:39 AM
mpabo maria poli kali douleia :up:
MaryTheG(r)eek
02-14-2009, 08:17 AM
mpabo maria poli kali douleia :up:
Eyharistw .. Thank you:)
Big-K
02-14-2009, 10:46 AM
Got the following error on version 3.8.1
Database error in vBulletin 3.8.1:
Invalid SQL:
SELECT id, name FROM vb4_classifieds_subcategories
WHERE categoryid= ORDER BY displayorder;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY displayorder' at line 3
Error Number : 1064
Classname : vB_Database
MySQL Version : 5.0.67-community
MaryTheG(r)eek
02-14-2009, 02:29 PM
Got the following error on version 3.8.1
This error is not depending on the vB version. Just there is no category number (categoryid=), that why you got the database error. What excatly you were trying to do?
Mary
Big-K
02-14-2009, 03:32 PM
I basically followed each of the installation instructions .
The first issue was that the classifieds did not show up in navbar..So I went to http://www.sitename.com/classifieds.php and clicked on "new category" under member menu That's what led to the error. Other links in member menu worked ok.
MaryTheG(r)eek
02-14-2009, 04:31 PM
I basically followed each of the installation instructions .
The first issue was that the classifieds did not show up in navbar..So I went to http://www.sitename.com/classifieds.php and clicked on "new category" under member menu That's what led to the error. Other links in member menu worked ok.
In the readme.txt file there are instruction on how to add it on NavBar. Also read here the installation instructions.
As for categories. Have you setup categories (and maybe subcategories) from your admincp?Mary
Big-K
02-14-2009, 09:10 PM
Thanks. I didn't realize I have to set up categories in CP. Works perfectly now.
You should release this for 3.8.1. It works
Chorouk
02-15-2009, 12:34 PM
Great job, but i wat to change the directio of script from LTR to RTL how to!
many thanx
MaryTheG(r)eek
02-15-2009, 01:48 PM
Great job, but i wat to change the directio of script from LTR to RTL how to!
many thanx
This is internal. Have you setup vBulletin to show text RTL? As I seen I've added in the templates the code for it:
$stylevar[htmldoctype]
Mary
Chorouk
02-15-2009, 02:40 PM
This is internal. Have you setup vBulletin to show text RTL? As I seen I've added in the templates the code for it:
$stylevar[htmldoctype]
Mary
Yes My VB is set to show text RTL but when i view classified the text is LTR?
Thanx
MaryTheG(r)eek
02-15-2009, 03:51 PM
Yes My VB is set to show text RTL but when i view classified the text is LTR?
Thanx
In all parts of the module or in some pages? eg Main Page, Category listing, My Ads etc...
Chorouk
02-15-2009, 04:02 PM
In all parts of the module or in some pages? eg Main Page, Category listing, My Ads etc...
In All module ?
Chorouk
02-16-2009, 12:53 PM
In All module ?
Thank you , i resolve the problem.
MaryTheG(r)eek
02-16-2009, 04:52 PM
Thank you , i resolve the problem.
I was ready to write you to replace:
$stylevar[htmldoctype]
with
html dir="rtl"
Mary
tamborinegal
02-20-2009, 10:35 PM
Hi Mary,
Thanks for releasing this. It's great. I just have one issue with the "Maximum amount of uploaded photos?" option. It doesn't seem to matter what number I set that to in the usergroup permissions, it still only shows one upload field when I go to add a new classified ad.
Am I missing something?
Thanks for any help.
Clancy
MaryTheG(r)eek
02-21-2009, 03:14 AM
Hi Mary,
Thanks for releasing this. It's great. I just have one issue with the "Maximum amount of uploaded photos?" option. It doesn't seem to matter what number I set that to in the usergroup permissions, it still only shows one upload field when I go to add a new classified ad.
Am I missing something?
Thanks for any help.
Clancy
Hello Clancy,
No, you're not doing something wrong. It's just a wrong coding of my side. You can add more photos, but only one by one. I've correted it to one of my mods, but seems that I forgot to correct classifieds to support multiple uploads at one screen. When I'll find some free time I'll fix it.
Mary
tamborinegal
02-21-2009, 07:32 AM
Hello Clancy,
No, you're not doing something wrong. It's just a wrong coding of my side. You can add more photos, but only one by one. I've correted it to one of my mods, but seems that I forgot to correct classifieds to support multiple uploads at one screen. When I'll find some free time I'll fix it.
Mary
Thanks for clearing that up Mary,
Just a quick question... when you say you can add more photos one by one, do you mean that you add one and then have to go back and edit the ad to add another? That's the only way I can see of doing it. If I don't have the usergroup set as able to edit their ad, then they will only be able to add the one photo at this stage, is that right?
Thanks
Clancy
MaryTheG(r)eek
02-21-2009, 08:42 AM
do you mean that you add one and then have to go back and edit the ad to add another? That's the only way I can see of doing it...
Hello Clancy,
You're seeing clearly like a pilot:-) ... Sorry for that, but yes, this was the way that I coded that part. Later on I changed it (in another mod), but I forgot to update classifieds. Actually I was too tired and I gave up coding for vB a year ago.
I'm attaching a screenshoot to see how should be in the next release. As you can see the user can select how many photos he/she wants to upload and with javascript (no page refresh), he/she'll get so many inputs.
Mary
tamborinegal
02-21-2009, 11:04 AM
Hello Clancy,
You're seeing clearly like a pilot:-) ... Sorry for that, but yes, this was the way that I coded that part. Later on I changed it (in another mod), but I forgot to update classifieds. Actually I was too tired and I gave up coding for vB a year ago.
I'm attaching a screenshoot to see how should be in the next release. As you can see the user can select how many photos he/she wants to upload and with javascript (no page refresh), he/she'll get so many inputs.
Mary
That looks great Mary. I'll wait for the next release. I also use your vbdigishop on my forum... It works like a charm.
Thanks for all your work.
Cheers
Clancy
Twin_Turbo
02-25-2009, 09:22 PM
Is there a way to show random classifieds on the main page? Looking forward to the update with the multiple upload slots :)
pattycake
03-03-2009, 01:37 PM
is there a way to limit the number of active ads ... and maybe on a per-category basis?
MaryTheG(r)eek
03-04-2009, 06:01 AM
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
taytaysdad
03-04-2009, 06:34 AM
If you want to add a link to your nav bar then you must edit the NAVBAR template:
Im learning here, can anyone help me locate the file with the NAVBAR template that needs to be edited?
Thanks
AJ
MaryTheG(r)eek
03-04-2009, 06:52 AM
If you want to add a link to your nav bar then you must edit the NAVBAR template:
Im learning here, can anyone help me locate the file with the NAVBAR template that needs to be edited?
Thanks
AJ
Being in your admincp, choose:
Styles and Templates
Style Manager
Click Go on the right of the default style
Choose edit templates from the popup list "All style options"
Double click on Navigation/Breadcrumb templates
Then click NavBar template and edit itMary
taytaysdad
03-04-2009, 07:03 AM
Being in your admincp, choose:
Styles and Templates
Style Manager
Click Go on the right of the default style
Choose edit templates from the popup list "All style options"
Double click on Navigation/Breadcrumb templates
Then click NavBar template and edit itMary
Thanks Mary! I havent had to edit those before, Im learning so much thanks to all you great members!! Now I understand the mods thats that ask for that!
Thanks again!
AJ:up::up::up::up::up::up::up:
tamborinegal
03-04-2009, 09:35 AM
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
Thanks so much for the update Maria.
All the best,
Clancy
tamborinegal
03-04-2009, 10:04 AM
I downloaded the upgrade Maria but unfortunately I am now getting this error. I first just uploaded classifieds.php and re-imported the product-classifieds.xml as you said but I didn't see any change so I went ahead and uninstalled and reuploaded all the files but I now get the error below when trying to add a new ad.
Database error in vBulletin 3.6.5:
Invalid SQL:
SELECT id, name FROM vb3_classifieds_subcategories
WHERE categoryid= ORDER BY displayorder;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY displayorder' at line 3
Error Number : 1064
Thanks for any help.
Clancy
MaryTheG(r)eek
03-06-2009, 01:06 PM
I downloaded the upgrade Maria but unfortunately I am now getting this error. I first just uploaded classifieds.php and re-imported the product-classifieds.xml as you said but I didn't see any change so I went ahead and uninstalled and reuploaded all the files but I now get the error below when trying to add a new ad.
Thanks for any help.
Clancy
Hello Clance,
The message is clear. There is no categoryid to look for ads (classifiedsid=). Why you unisntalled it? Now you must setup again the categories.
Mary
tamborinegal
03-06-2009, 09:04 PM
Hello Clance,
The message is clear. There is no categoryid to look for ads (classifiedsid=). Why you unisntalled it? Now you must setup again the categories.
Mary
Ah yes, forgot to add in the categories when I reinstalled... how silly of me!
Thanks for the reminder Maria.
Cheers and thanks again,
Clancy
mahsazn
04-29-2009, 12:35 PM
Step 1: Set the various options at Classieds->Options
Step 2: Setup the categories and/or subcategories.
Step 3: Setup (if you need them) Custom fields. Please note that fields are reusable, so
in case that for example you want to use twice the field "Age" you don't need to
create it 2 times. One is enought.
Step 4: Setup Custom fields groups. You can add as many fields as you want to a group, and
then to assign this group to one or more, or all categories. Please pay attention
for unique display order of the groups.
i can't find options... (sorry i know i have some mistake)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.