The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[Chris] Classifieds Details »» | |||||||||||||||||||||||||
Classifieds by Christos Teriakis aka ChrisTERiS Demo: http://www.christeris.net/dev42/classifieds.php Demo Accounts: demouser1 / demopass1 demouser2 / demopass2 demouser3 / demopass3 1.- What's this mod? Is better to say what is NOT this mod . For those who have used MarysClassifieds, I can say that they are 2 products which you can't compate. MarysClassifieds had dozens of features, but when I installed in my site I realized that I need only 10% of those features. Maybe less. This is SL Classifieds. A minimalist version of MarysClassifieds, but I bet that 70% of the webmasters will find this one more pretty, more usefull.
Using vBulletin's Subscriptions Manager you can set subscription which will upgrade the subscribers to a higher usergroup with more privilenges in SL Classifieds. eg:
Since the time that DBTech released their Copyright Manager, I've removed my own copyrights. I found their action insulting me to maximum. Their wording "Site is powered by vBulletin AddOns and Modules by Dragonbyte Tech" (and not "Some parts of this site"), means that everything there is their own work, ignoring on the worst way the fact that there are 100's of other coders and designers who are supporting this community for years. So, I'm letting the glory to them. No copyrights from my side. Enjoy it Christos Teriakis aka ChrisTERiS Show Your Support
|
Comments |
#402
|
|||
|
|||
Quote:
I've in plans to add it. Personally, I don't think that classifieds (unlike reviews or articles) needs comments. But if the community here has different opinion I respect it and I'll try to add this feature. Don't I have remove extra field available? |
#403
|
|||
|
|||
I opened [Chris classifieds] for around 25 moderators to test it and give me their feedback after that I will open it for all ~30,000 students.
I have two points not clear for me 1- If I put (Grace period) = 0, then no classified will be removed yes? I don't want to remove any classified. Even if it is expired I want to keep it as archive. 2- As administrator, how can I see the expired classifieds for a user? and how can I see all the closed/expired classifieds? Thanks dear |
#404
|
|||
|
|||
Hi Chris,
I am really having fun with this but I've come across an issue with the "Categories" & "Search In Classifieds" images not displaying while on the classifieds page when using Internet Explorer and only partially displaying when using Firefox. Also, the "Latest Classifieds", "Should Expire Soon" and Popular Classifieds" on the right side appear incorrectly. I've tried to verify everything but have not been able to figure this out. Could you give some advise. Thanks again. |
#405
|
|||
|
|||
I have found the problem. It is due to the style I am using. It appears to only work with the default style. Is it possible for me to address this? Thank you for your help.
|
#406
|
|||
|
|||
Does anyone else utilize the classifieds with different styles? I would like to retain my style but it would seem that I'd need to modify it somehow?
|
#407
|
|||
|
|||
I believe that the best way to get help on this issue is to post your installation URL. This way is easier to understand what's going wrong. Otherwise "does not works well.." is very general.
|
#408
|
|||
|
|||
Any update Chris?
|
#409
|
|||
|
|||
This is my install URL: http://internethopexchange.com/forums/classifieds.php The userid = "guest" The password is "classified" .
I utilize a purchased theme called Primus Slate. Thanks for taking a look. I'm really enjoying the mod. Thanks, Chris |
#410
|
||||
|
||||
Hello,
I encountered two bugs within the file "classifieds_usercp.php". From around line 90 I've modified the code like shown below. The first edit is a fix for the possibility, that no adtype is given (e.g. http://www.example.com/classifieds_u...php?do=addedit). The second one is a quick and dirty fix for a permission error, cause the function getCheckMaxAds() did not execute correctly, which means that users who already had maximum number of ads running were able to create unlimited new ones. Code:
if(!$adtype){ $item["adtype"] = 1; } else { $item["adtype"] = $adtype; }//EDITED so that if no adtype is given we'll make it 1 $item["categoryid"] = 0; $item["userid"] = $vbulletin->userinfo['userid']; $checkuserid = $item["userid"]; $docheckmax = getCheckMaxAds($checkuserid);//EDITED cause of permission All the best, Alex |
#411
|
|||
|
|||
Quote:
Code:
Even if your additional check is 100% correct, I prefer to avoid giving default values, as you never know where the link comes from. As this URL is accessible only from 2 menu options, and on these options there is the adtype=xx, means that the link is not really comes from a normal menu option. eg maybe a bot. [quote=studify;2431133] $item["userid"] = $vbulletin->userinfo['userid']; $checkuserid = $item["userid"]; $docheckmax = getCheckMaxAds($checkuserid);//EDITED cause of permission But to be honest I haven't checked it in this version. But as these 2 functions are copy&paste from my previous Classifieds addon where it has been tested globaly, I can't see a reason that they don't work. But as I said, I haven't tested it, so you maybe be right and thank you for reporting it. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|