vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Portal Software - [Chris] Classifieds (https://vborg.vbsupport.ru/showthread.php?t=297847)

Christos Teriakis 06-24-2013 02:11 PM

Quote:

Originally Posted by Dr. HaZaRd (Post 2429943)
Nice mod, thanks! I use it for my community of Gran Turismo game. The users use this mod for trade the cars and game object.

Glad that it's useful for your community.

Quote:

Originally Posted by Dr. HaZaRd (Post 2429943)
2 question: it's a bad idea to add comments?

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.

Quote:

Originally Posted by Dr. HaZaRd (Post 2429943)
I can add extra field, but I cann't remove them.. we will never see these features in the next release?

:cool: Don't I have remove extra field available?:confused:

sadiq6210 06-24-2013 03:02 PM

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 :)

cryhav0c 06-26-2013 06:54 PM

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.

cryhav0c 06-26-2013 07:44 PM

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.

cryhav0c 06-27-2013 02:08 PM

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?

Christos Teriakis 06-28-2013 05:07 AM

Quote:

Originally Posted by cryhav0c (Post 2430799)
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?

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.

sadiq6210 06-28-2013 09:23 AM

Any update Chris?

cryhav0c 06-28-2013 05:10 PM

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

studify 06-29-2013 02:48 AM

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

Correct me if I'm wrong ;) Oh, and nice mod, chris!!

All the best,
Alex

Christos Teriakis 06-29-2013 04:11 PM

Quote:

Originally Posted by studify (Post 2431133)
Code:

   
if(!$adtype){
    $item["adtype"] = 1;
} else {
    $item["adtype"] = $adtype;
}


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

Why do you think that this is mistaken? First of all have you seen that the function getCheckMaxAds, calls another function getMaxAllowed ? Also have you understood how this function works? eg My primary usergroup is Registered Member which allows me to have 3 concurrent Ads. But at the same time I'm member (additional usergroupids) to VIP usergroup, which allows me 5 concurrent Ads. These 2 functions will return the maximum allowed value, which in this example is: 5.

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.

studify 06-30-2013 01:59 PM

Related to the first edit: Of course you are right that users normally come to these pages only via menu links, but anyway there are 1% "creative" users who may get there by entering urls directly or who are looking for ways to exploit or inject files etc. and then there are some 4% who apparently have some kind of talent to get to such "bugs" by themselves. So i've just mentioned it, cause I want to avoid that my users get to such issues...

For the second one: Actually the mod did ignore the "max concurrent setting" in both scenarios before I've rewritten these lines cause it seemed that the function was not executed - I don't know why as it was valid code. As I said, please correct me if I'm wrong :)

My Dark Tower 07-03-2013 11:06 AM

I was wondering if there is a way that when somebody posts a new classified add that it will post to my Facebook wall?

JBWeibelt 07-04-2013 12:20 PM

I'm not seeing, so maybe it's not there, but is there a seller / buyer rating included in this mod? Thanks!

Muhammad Rahman 07-04-2013 03:24 PM

hey Chris..
any update for SE,, ??
i am waiting it..

nine45 07-06-2013 12:33 AM

I followed all the instructions to the letter, but clicking on a category link goes to this:

classifieds/5/for-sale.html

Obviously that page does not exist

sadiq6210 07-06-2013 04:30 AM

Any update Chris about (My offers) page? It is still not working

xmemx 07-07-2013 01:29 PM

Would you please answer my question though it is kind of a silly question. I am glad that I saw this message
Quote:

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.
What about "Copyright ? 2013 by ChrisTERiS", can i remove?


If you are plan to create classified for Vbulletin 5 I am planning to buy if it is necessary. I always check you classified that i found at http://www.christeris.net/hifisentra...o=main&catid=1. It looks very cool.

My Dark Tower 07-08-2013 10:03 PM

After a classifed has expired it still remains visable and for sale.



Should it not removed from public view?

warlord0 07-12-2013 05:12 PM

We're currently testing this out. Looks pretty good so far.

It's running on Nginx within our path of /forum/ so I needed to poke the rewrites a little. Here's ours so some of you may find it useful.

Code:

# rewrites for chris classifieds
rewrite ^/forum/(sale|wanted|offer|trade)/(.*)/.* /forum/classifieds.php?do=viewitem&itemid=$2;
rewrite ^/forum/[C,c]lassifieds/(.*)/.* /forum/classifieds.php?do=main&catid=$1;
rewrite ^/forum/seller/(.*)/.* /forum/classifieds.php?do=seller&sellerid=$1;

I like this mod, but not sure about our members. They seem very resistant to change and I think will want to continue with plain old threads and thread bumping.

Maybe this will change their minds?

Killhunter 07-13-2013 08:45 PM

Hi Dave! :)

First of all, I want to say thank you for all these great addons like Reviews and Classifieds! For sure I will spend money if my project is successful :)

I just installed Classifieds, but I get a blank page in both setting tabs called categories and extra fields :( Any idea how to fix that? On your site the link to the member account does not work. It would be nice if there were links on the pages like they are on your Auctions addon (like other Auctions and so on).

Best wishes from germany!

migratoria 07-13-2013 08:51 PM

Quote:

Originally Posted by warlord0 (Post 2433386)
We're currently testing this out. Looks pretty good so far.

It's running on Nginx within our path of /forum/ so I needed to poke the rewrites a little. Here's ours so some of you may find it useful.

Code:

# rewrites for chris classifieds
rewrite ^/forum/(sale|wanted|offer|trade)/(.*)/.* /forum/classifieds.php?do=viewitem&itemid=$2;
rewrite ^/forum/[C,c]lassifieds/(.*)/.* /forum/classifieds.php?do=main&catid=$1;
rewrite ^/forum/seller/(.*)/.* /forum/classifieds.php?do=seller&sellerid=$1;

I like this mod, but not sure about our members. They seem very resistant to change and I think will want to continue with plain old threads and thread bumping.

Maybe this will change their minds?

I added the rules on vBSEO but the links are not changed

Killhunter 07-14-2013 07:33 AM

Because this is not for vBSeo, but for htaccess ;)

ohiogecko 07-16-2013 03:19 PM

Is it possible to have the classified ads show up in vBulletins latest posts and also show up in the mobile versions of a board without linking and be directed to a Internet browser?

This is a great MOD, thank you!

thinkfast 07-18-2013 07:05 AM

i haven't try this but it soon on my site.... also i love your signature Chris :D

Killhunter 07-22-2013 02:12 PM

I found the problem, I did not upload all files, sorry ;)

JBWeibelt 07-27-2013 11:07 PM

Anyone have any ideas why the Main Photo on all the items does not show?

Or how to set the main photo? I can load additional photos, just don't see where to select main photo.

Thanks,

stevieb 07-29-2013 02:24 PM

Hi

Does this mod -> https://vborg.vbsupport.ru/showthread.php?t=232044 work with this classifieds mod?

It'd be good to give sellers an ebay style rating system :)

Thanks

JBWeibelt 07-29-2013 11:37 PM

It will work stand alone. Just don't turn on the URL tracking and you should be fine. It's a means of providing feedback for any transaction. I'm going to give it a shot.

stevieb 07-30-2013 08:40 AM

Quote:

Originally Posted by JBWeibelt (Post 2435711)
Anyone have any ideas why the Main Photo on all the items does not show?

Or how to set the main photo? I can load additional photos, just don't see where to select main photo.

Thanks,

Hi I have the same issue on vB4.2.

I added a product but when I load photo, it doesn't actually upload and instead shows the default photo with a cross through it.... any idea how to get the photo to show?

stevieb 07-30-2013 08:41 AM

Quote:

Originally Posted by JBWeibelt (Post 2436012)
It will work stand alone. Just don't turn on the URL tracking and you should be fine. It's a means of providing feedback for any transaction. I'm going to give it a shot.

Is this in reply to my query about the iTrader? If so, what do you mean?

If not, sorry :(

stevieb 07-30-2013 09:50 AM

Ok, got the images working but what now happens is when you have posted something for sale, for instance, and someone goes to 'Buy It' or whatever, the link just has a # so it literally takes you to the main index page of the forum again. This is the same with 'Get it' and all other options (when I log in as another user).

Is it a setting I have missed? Any idea's?

Thanks

JBWeibelt 07-30-2013 12:24 PM

Quote:

Originally Posted by stevieb (Post 2436069)
Is this in reply to my query about the iTrader? If so, what do you mean?

If not, sorry :(

Yep. I'm trying it out too.

Quote:

Originally Posted by stevieb (Post 2436076)
Ok, got the images working but what now happens is when you have posted something for sale, for instance, and someone goes to 'Buy It' or whatever, the link just has a # so it literally takes you to the main index page of the forum again. This is the same with 'Get it' and all other options (when I log in as another user).

Is it a setting I have missed? Any idea's?

Thanks

I'm not sure on this one. The " # " usually takes you to the home page. There has to be a setting some place. Your links don't seem to be developing or you didn't complete the install? I'm just guessing at this point so I'll stop.

stevieb 07-30-2013 07:20 PM

Hi

I completed the install. I can reinstall if necessary but I did complete it.

In essence when logged in as a different user to whoever sells something, I try & click buy it and it hashes to the homepage.

Any idea where & how to fix this? Does yours do the same - have you tried?

Thanks.

Killhunter 07-31-2013 10:50 AM

How to delete allready published classifieds? Thanks!

Killhunter 07-31-2013 11:09 AM

PM system does not work for me :(

JBWeibelt 07-31-2013 08:01 PM

Quote:

Originally Posted by stevieb (Post 2436164)
Hi

I completed the install. I can reinstall if necessary but I did complete it.

In essence when logged in as a different user to whoever sells something, I try & click buy it and it hashes to the homepage.

Any idea where & how to fix this? Does yours do the same - have you tried?

Thanks.

I'm not sure what you mean by " when logged in as a different user to whoever sells something ".

what's your forum url?

stevieb 08-01-2013 12:35 AM

I mean it's hidden. You can't buy from yourself can you.

So I allowed site admin super users access and I have two accounts (user accounts) so with user A I posted an item for sale and logged out. I then logged in as user B and went to buy it but the link to buy just had a # to homepage.

Make sense?

It's hidden on forum at moment as its broken hence asking for help here :)

stevieb 08-01-2013 12:56 PM

I might be best uninstalling this and finding a replacement cos it's sat there idle lol

oh well - thanks all :)

Skivey 08-03-2013 04:40 PM

Excellent product, soemthing I will be using and will be paying the coder for.

I am doing something wrong somewhere i think, although everything is working, I am unable to see the forum block in teh sidebar?

Any help would be appreciated, I have made anew block, php, added the code and there seems to be nothing on the left at all.......

Regards

Matt

Skivey 08-03-2013 04:42 PM

also... I need to change the white top with grey writing to a black top with grey writing on teh expiry, where do I do this please :)


All times are GMT. The time now is 05:55 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
  • Page Generation 0.01765 seconds
  • Memory Usage 1,841KB
  • 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
  • (5)bbcode_code_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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