vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - SR Classifieds 1.0.5 Light (https://vborg.vbsupport.ru/showthread.php?t=135896)

Quarterbore 01-08-2007 08:27 PM

I am working to identify the problems with the lite version. There were a few code fixes (template issues) that were made and a few people had problems with this hack when installed in 3.6.x. but I have not been able to reproduce the errors. I do not think there are any security issues.

As for comparing the two products, SR Classifieds is a lite version that allows Ad Types of BUY and SELL in one level of categories. With SR Classifieds there is no way to charge to list an item.

vBClassified is a much more diverse product and has a completely different operating database. It uses a concept of Ad Nature and an Admin can add as many Ad Types as they would like that use the basic nature codes. The current Nature codes include NO PRICE, FIXED PRICE, and INCREASING BIDS. vBClassified also allows multiple images with lightbox, private offers system, public comments, bid retraction logging, Commit to Buyer options, Deal Pending and Deal Done systems, and more. It also features an incremental bid system like ebay and sellers or site staff can delete bids. You can compare the two on my site at http://www.vbclassified.com and as you can see you can have both run on the same website as they do not use ANY of the same phrases, templates, or database tables/fields. vBClassified uses a system of credits that can be purchased with $Money or vBBux points and these credits can be set to various costs per category (including FREE). Credits are also optionally used to feature ads.

I am just starting to try to address the issues with SR CLASSIFIEDS lite. One issue I have noticed is that the whitespace is not preserved and I had to fix that in another of my projects but I need more time to trace the code to find the error.

If you join my site at vbclassified you can try the LITE version and see what it does and you can try the premium version as well. Both work quite well, it just depends on your needs.

Greek Wizard 01-09-2007 09:08 AM

I am a little confused about the version numbers.

Gio's was 1.02 and you said a a while back NOT to install it as you will be releasing a newer version when you got a chance to look at it.

Now you created this post here but the file is 1.03, however on your own site you say that this was gio's last version and again, don't install it as it needs alot of fixing.

I am confused.

Basically, is this a new version, or not?

If not, can you maybe give us a basic time frame (no hurry of course) as I have taken your advice and not installed it.

[edit]I downloaded it and read that it only has minor changes, so I guess I will still wait[/edit]

Quarterbore 01-09-2007 10:58 AM

Sorry for the confusion. There is a bug in the message area code that I am trying to find and fix in that if you use the standard editor the whitespace is preserver but if you use the "advanced" editor the formatting is messed up. The code that does this is in the sr_classifieds.php file as I looked at the template files and I did not see the error there.

I will update the product file when I find a fix with directions on how to move up to the new release.

This script can be installed and it should work fine. If anybody has problems, just let me know and I'll fix them.

blind-eddie 01-17-2007 04:18 AM

I added this to my site, I wanted to test this before I buy the vbclassified. But I dont see
a paypal button,message box,users own page, And much much more! Any ideas?

blind-eddie 01-17-2007 04:40 AM

OK, I figured out where to comment, but on any site when you click on a persons name you are sent to their profile. This is the same in vbClassified. Also the paypal button should be inside the add, not outside. I am not a coder nor am I trying to be one, but I am a firm believer in making site navigation as user friendly as possible. Can this be done?

Champster 01-17-2007 06:23 AM

Out of couriosity. Could this addon be customized in such a way for purpose of job listings and personals?

I'm about to purchase photopost classifieds however if vbclassifieds can be set up for the above mentioned purposes, then I will buy your (vbclassifieds) addon today.

Thanks.

Quarterbore 01-18-2007 06:24 PM

blind-eddie:

I do still plan to rework SrClassifieds and I agree the paypal link is in the wrong place on Sr Classifieds but I don't have the time to recode this at this time as I am busy with other projects at the moment. I will try to work on it in the next couple weeks but I reposted this because in the old thread members here had install errors which seem to have been fixed now (at least I am not seeing any complaints).

As for the other issues, SR Classifieds and vBClassifieds work like most any vBulletin hack where if you click on the user's name you will see info about the user. This is not a bug, it's the way it should work?

As for the PayPal button in vBClassified, that is only inside the Ad and it is only available after you commit to the seller to buy the item. Once you commit, you can pay via paypal and once paid the seller can no longer edit their ad or reset you as a buyer. If you send money via the poney express, then the seller has a "MARK PAID" link that will allow them to indicate you paid for the item.

Champster:

SR CLASSIFIEDS is limited by a database structure and code with what it can do. You could modify it but it would be a lot of work. vBClassified on the other hand will allow you to post items without a price like job listings, personals, etc. The system is completely compatable but I have not coded the script to not give the "Commit to Buy" for these types of ads as I am actively coding the script and I don't want these conditionals in the final product users install!

Just the same, here is an example of a personals listing:

http://www.vbclassified.com/vbclassified.php?do=ad&id=3

The ViewAd template could be hacked with conditionals so that if the Type of ad is a "Job Listing" that the Commit button would not be shown... I just can't do that with a production website that I use to export the product files from.

PBX1 01-27-2007 03:08 PM

Do any of the classified add ons you offer have the ability to remove the Time Left column and the ability to send the user a PM rather than an email?

Rickie3 01-30-2007 07:42 AM

Quote:

Originally Posted by PBX1 (Post 1168374)
the ability to send the user a PM rather than an email?

I to would like it to be able to PM the user,as a lot of my members dont allow their email to be exposed,also is it possible to add a block on forumhome that randomize photo's of what is in classifieds?

Rickie3 01-30-2007 10:21 AM

ok ive had a play,this is for those that dont want the email user function,but want the abilty to be able to use PM instead this is what i did
Open product-sr_classifieds.xml with a text editor
scroll down to around line 858 and find
Code:

<tr>

<td class="alt1">Email</td>

<td class="alt2"><a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$user[userid]" rel="nofollow"><phrase 1="$user[username]">$vbphrase[send_message_via_email_to_x]</phrase></a></td>

</tr>

and replace with then save
Code:

<tr>

<td class="alt1">PM:</td>

<td class="alt2"><a href="private.php?$session[sessionurl]do=newpm&u=$user[userid]" rel="nofollow"><phrase 1="$user[username]">$vbphrase[send_private_message_to_x]</phrase></a></td>

</tr>

re-import the product and select yes to overwrite


All times are GMT. The time now is 02:44 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.02389 seconds
  • Memory Usage 1,752KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete