vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - vbFClassifieds Commercial version (https://vborg.vbsupport.ru/showthread.php?t=178890)

MaryTheG(r)eek 05-10-2008 10:00 PM

vbFClassifieds Commercial version
 
1 Attachment(s)
vbFClassifieds
(Former vbFClassifieds Lite)
This is the Full Commercial version
http://www.++++++++++.com






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 version
2.- Installation
  1. If you've installed the Lite version UNINSTALL it before !!!!!!!!!
  2. Upload all files and directories including at "vbulletin" directory to the directory where vBulletin is installed.
  3. CMOD the following directories to 777
    1. /photos (inside vbfclassifieds directory)
    2. /tmp (inside vbfclassifieds/photos directory)
    3. /thumbs (inside vbfclassifieds/photos directory)
  4. For security reasons backup your database AND turn your board off
  5. Check at your AdminCP->vBulletin Options->Plugin/Hook System that Plugin system is enabled.
  6. From your AdminCP->Plugin System->Manage Products choose Add/Import Product and import the product: product_vbfclassifieds.xml
  7. 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="vbfclassifieds.php$session[sessionurl_q]">Classifieds</a></td>
    ....or use any other word you want
  8. 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.
  9. 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





Feel free to do anything with the code, eg by reusing the functions to develope other vBulletin modules, with only 2 major exceptions:
  1. You'll credit my name and my website.
  2. You'll not use the full or partial code, or any function to develope stand alone PHP script. In simple words use it as you like but only within vBulletin community.
Greetings
Maria

MaryTheG(r)eek 05-11-2008 05:10 PM

*** U N S U P P O R T E D ***

Please note that I don't have any free time to support it. Very rarelly I'll be online here to reply to installation questions only. The module is working fine for more than 5 months now.

MaryTheG(r)eek 05-11-2008 05:13 PM

*** For vbFClassifieds Lite Users ***

You must UNINSTALL the lite version before. Lite and Commercial (this one) are INCOMPATIBLE !!!

GoTTi 05-11-2008 06:00 PM

nice mod, im interested in it, do you have a demo? and will this work on 3.7 gold?

Endurer 05-11-2008 07:14 PM

Thank you, definitely installed.

Jase2 05-11-2008 07:20 PM

Screenshots, demo ?

Also, does it work with 3.7 ?

Ski-Whiz 05-11-2008 10:40 PM

So is this the same copy that members paid money for??

This the VERY reason why I HATE paying for hacks.

gwerzal 05-12-2008 12:21 AM

Thank you very much.

I have bought a few mods from you and if you are unable to support them i think its a great idea you releasing them.

Its better than losing them all together.

gwerzal 05-12-2008 12:57 AM

I cant seem to get any pictures to upload.

Any idea what it could be.

MaryTheG(r)eek 05-12-2008 04:19 AM

  1. Screenshoots added
  2. Compatibility with 3.7: Most probably yes. But even if I downloaded this version 2 weeks ago, till now I didn't found time even to install it. Much more to test my mods

kollam003 05-12-2008 05:02 AM

i tried installing in 3.7 but db error came when i tried to upload the product

MaryTheG(r)eek 05-12-2008 05:18 AM

Quote:

Originally Posted by kollam003 (Post 1516816)
i tried installing in 3.7 but db error came when i tried to upload the product

What type of error?? Can you post the message?

kollam003 05-12-2008 05:30 AM

Invalid SQL:
ALTER TABLE `vbfclassifieds_ads` ADD INDEX `publishdate` ( `publishdate` );

MySQL Error : Table 'india58_forum.vbfclassifieds_ads' doesn't exist
Error Number : 1146
Request Date : Sunday, May 11th 2008 @ 10:53:41 PM
Error Date : Sunday, May 11th 2008 @ 10:53:42 PM
Script : http://www.indianprofits.com/forum/a...=productimport
Referrer : http://www.indianprofits.com/forum/a...?do=productadd
IP Address : **********
Username : Admin
Classname : vB_Database
MySQL Version : 5.0.45-community

MaryTheG(r)eek 05-12-2008 05:32 AM

Quote:

Originally Posted by kollam003 (Post 1516829)
Invalid SQL:
ALTER TABLE `vbfclassifieds_ads` ADD INDEX `publishdate` ( `publishdate` );

MySQL Error : Table 'india58_forum.vbfclassifieds_ads' doesn't exist
Error Number : 1146
Request Date : Sunday, May 11th 2008 @ 10:53:41 PM
Error Date : Sunday, May 11th 2008 @ 10:53:42 PM
Script : http://www.indianprofits.com/forum/a...=productimport
Referrer : http://www.indianprofits.com/forum/a...?do=productadd
IP Address : **********
Username : Admin
Classname : vB_Database
MySQL Version : 5.0.45-community

Give me a second. This has nothing to do with the version. A table prefix is missing there and I'm wondering as nobody reported it.

MaryTheG(r)eek 05-12-2008 05:40 AM

Quote:

Originally Posted by kollam003 (Post 1516829)
Invalid SQL:
ALTER TABLE `vbfclassifieds_ads` ADD INDEX `publishdate` ( `publishdate` );

MySQL Error : Table 'india58_forum.vbfclassifieds_ads' doesn't exist
Error Number : 1146
Request Date : Sunday, May 11th 2008 @ 10:53:41 PM
Error Date : Sunday, May 11th 2008 @ 10:53:42 PM
Script : http://www.indianprofits.com/forum/a...=productimport
Referrer : http://www.indianprofits.com/forum/a...?do=productadd
IP Address : **********
Username : Admin
Classname : vB_Database
MySQL Version : 5.0.45-community

Seems that the zip file has older xml file as in the code repository I found this file corrected. In any case I've uploaded new zip file. Keep in mind that most probably you'll get errors trying to uninstall the other version. In this case remove this field manually.

MaryTheG(r)eek 05-12-2008 09:12 AM

*** Brand Free***

The other file is for those who don't like my copyright at the bottom of the page. Just follow the instruction by uploading a file and my copyright will disappear.

powerful_rogue 05-12-2008 09:15 AM

Its alwasy the mods you get excited about that you always have problems with!

Ive installed the mod, set permissions however when I goto www.mysite.com/vbfclassifieds.php it just loads a blank white page.

I know this mod is unsupported, however if anyone manages to find a solution it would be greatly appreciated.

MaryTheG(r)eek 05-12-2008 09:35 AM

Quote:

Originally Posted by powerful_rogue (Post 1516968)
Its alwasy the mods you get excited about that you always have problems with!

Ive installed the mod, set permissions however when I goto www.mysite.com/vbfclassifieds.php it just loads a blank white page.

I know this mod is unsupported, however if anyone manages to find a solution it would be greatly appreciated.

  1. What vB version are you using?
  2. At vbulletin->Options->Header and Cookies try to change compression off
  3. Seeing your webpage right click on it to see the code. Does it has anything more than header and body tags?
  4. With a text editor (like notepad) open vbfclassifieds.php, scroll down to the end and check if there is any empty line after symbol ?> If there is, remove it, save and upload.

powerful_rogue 05-12-2008 09:38 AM

Hiya,

Im using 3.7.0 and when I view the page source its just a blank document. Very strange. Ive re-uploaded and checked and double checked but to no avail.

Here is the link - http://www.doverlocals.co.uk/vbfclassifieds.php

Edit - Ive also checked the vbfclassifieds.php file - there is no white space at the end of the document.

MaryTheG(r)eek 05-12-2008 09:44 AM

Quote:

Originally Posted by powerful_rogue (Post 1516995)
Hiya,

Im using 3.7.0 and when I view the page source its just a blank document. Very strange. Ive re-uploaded and checked and double checked but to no avail.

Here is the link - http://www.doverlocals.co.uk/vbfclassifieds.php

Edit - Ive also checked the vbfclassifieds.php file - there is no white space at the end of the document.

If you trust me, PM me FTP access to your site. First I need to check the files. After it maybe I'll need access to your vb admincp. Please note that this version hasn't tested with vb 3.7, but I don't think that this is the issue.

powerful_rogue 05-12-2008 10:05 AM

Thanks Maria. Ive PM'd you details.

I thought id give it a test with 3.7 as many mods seem to work fine. If anything I was expecting error messages if it wasnt compatable.

Hopefully it will be something simple.

WEBDosser 05-12-2008 10:22 AM

any way to upload at least one more image when writing in the item desciption?..

Quote:

You don't have permissions to add more photos. Please upgrade, or remove old ones

MaryTheG(r)eek 05-12-2008 10:55 AM

Quote:

Originally Posted by WEBDosser (Post 1517027)
any way to upload at least one more image when writing in the item desciption?..

Just increase the number of photos allowed for each usegroup. Realy I don't remember if finally I changed it, but the original code was total photos for all ads and not per ad. So, increase it.


All times are GMT. The time now is 03:28 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
  • Page Generation 0.01148 seconds
  • Memory Usage 1,792KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (23)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete