vb.org Archive

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

MaryTheG(r)eek 03-04-2009 09:11 AM

Quote:

Originally Posted by sNator (Post 1759897)
classifieds.php doesn't intregrate with vbadvanced.

I use vbA to display a sidebar on the right side but this doesn't work with the classifieds.php script.

A hook missing perhaps?

Sorry, I don't use vBa, and I never wrote that this mod is for vBa, even if I post in another page a block for use with vBa.

Mary

sNator 03-04-2009 10:07 AM

Quote:

Originally Posted by MicroHellas (Post 1759941)
Sorry, I don't use vBa, and I never wrote that this mod is for vBa, even if I post in another page a block for use with vBa.

Mary

Ok, I just thought integration with vbA was basic functionality and for me it's must have.
Let's see if there is anyone else that have got it to work.

Sportsriders 03-04-2009 12:08 PM

Quote:

Originally Posted by MicroHellas (Post 1759868)
Open product-classifieds.xml At line 288 change:
From:
Code:

  <code version="1.1.0">
  <installcode /></installcode>
  <uninstallcode /></uninstallcode>
  </code>

To:
Code:

  <code version="1.1.0">
  <installcode />
  <uninstallcode />
  </code>

Zip file alse updated, so you can re download it

Mary


Thank you!! That fixed it.

Sportsriders

Sportsriders 03-04-2009 12:19 PM

Quote:

Originally Posted by Ocean-Wonders (Post 1758530)
Here's a working version if anyone want's a look.

I've not long had it installed myself so im still tweaking it.

Classifieds

Looks nice. Thanks for posting the code.

Sportsriders

pattycake 03-04-2009 07:16 PM

Is the number of pictures limitation apply across ALL of a persons classified ads instead of on a "per-ad" basis???

For example... if the limitation is 3, and he puts 3 images in one ad, he'll not be able to put any images to any of his other ads??

Please tell me that it is a "per ad" setting... please.

MaryTheG(r)eek 03-05-2009 03:55 AM

Quote:

Originally Posted by pattycake (Post 1760438)
Is the number of pictures limitation apply across ALL of a persons classified ads instead of on a "per-ad" basis???

For example... if the limitation is 3, and he puts 3 images in one ad, he'll not be able to put any images to any of his other ads??

Please tell me that it is a "per ad" setting... please.

It's per ad

Mary

pattycake 03-05-2009 06:30 AM

Quote:

Originally Posted by MicroHellas (Post 1760754)
It's per ad

Mary

nope... it's per overall. I just verified it ...

I set the images=2 for my usergroup
I had two existing ads, both have one image each in them.
I tried to add a 2nd image to one of the ads and it said " You don't have permissions to add more photos. Please upgrade, or remove old ones"

I changed the usergroup and set images=3, it and allowed me to add the 2nd image to the ad giving me a total of three ads.

I tried to create a new ad, tried to upload an image for the new ad and it again said: " You don't have permissions to add more photos. Please upgrade, or remove old ones"

So maybe your latest version might have the setting on a "per ad" basis but the version I have, (just before your newest one today), is on a "per user" basis.

Just to be double sure, I checked your code:
Code:

        $maxphotos = $permissions['maxphotosads'];
        $cnt = $db->query_first("
                SELECT COUNT(".TABLE_PREFIX."classifieds_photos.id) AS cnt
                FROM ".TABLE_PREFIX."classifieds_photos
                JOIN ".TABLE_PREFIX."classifieds_ads
                        ON ".TABLE_PREFIX."classifieds_ads.id=".TABLE_PREFIX."classifieds_photos.adid
                WHERE userid=$userid");  <--- THIS IS THE CULPRIT

this returns 3 - the number of ads currentlly used by the user for ALL ads by that userid.

and your next line:
Code:

if($cnt["cnt"] < $maxphotos && $maxphotos > 0)
                $upload = 1;

    $filename = "";
    $notuploaded = 0;

kills the upload and returns the error message.

TO FIX:... in Classifieds.php, around line 425

CHANGE:
Code:

WHERE userid=$userid");
TO:
Code:

WHERE classifieds_photos.id = ".$adid);

,

MaryTheG(r)eek 03-05-2009 07:12 AM

Quote:

Originally Posted by pattycake (Post 1760838)
nope... it's per overall. I just verified it ...

I'll check the files. This approach (overall photos) was on the early edition, later I changed it to be per ad. Maybe I've upload wrong function.php

Mary

pattycake 03-05-2009 07:55 AM

no problem... I fixed it on the version that I downloaded from here - it shows version 1.0.0

another quick question - do you check on max image size and if so, is there a setting where I can change this?

pattycake 03-05-2009 08:02 AM

also... you still have the bug that I previously mentioned.

In classifieds.php, at or around line 517.
You have: "print_no_permissions();" (notice the "s" at the end)
Should be: "print_no_permission();"


All times are GMT. The time now is 09:46 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.01575 seconds
  • Memory Usage 1,750KB
  • 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
  • (6)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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