PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Classifieds Support > Classifieds How do I...?

Classifieds How do I...? Wondering how to do something in Classifieds?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old February 24th, 2006, 09:12 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 48
help with vbulletin implementation

Well I find most users get so accustomed to hitting "new posts" when browing the site that they tend to forget about other areas of a website. I used to have a forum setup for selling classifieds and if someone posted something, users would see it instantly. I find now since moving to photopost classifieds that the classifieds area has died off.....I know this is a long shot, but is there any way that if someone posts something in the classifieds it somehow can show up under "new posts" listings? or some other way to notify people of a new listing? Anyone else out there using VB and know what I mean?
FROGGYJ is offline   Reply With Quote
Old February 24th, 2006, 09:22 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,650
Why not do the classifieds photos block on your forumhome?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 24th, 2006, 09:24 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 48
got a link? might work......just these damn users only hit 1 button....new posts. haha. But might be ok if its on the forum home.
FROGGYJ is offline   Reply With Quote
Old February 24th, 2006, 09:25 PM   #4 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 48
nevermind I found it...will let you know.
FROGGYJ is offline   Reply With Quote
Old February 24th, 2006, 09:46 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 48
Chuck using a quote from one of your posts

Code:
Content visible to verified customers only.
how do I know the cat id's? Am I blind?

my problem is I am getting this error:

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home2/edmonton/public_html/classifieds/inc_ads.php on line 56

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home2/edmonton/public_html/classifieds/inc_ads.php on line 108


They use different databases. Line 26 of inc_ads.php points to the classifieds databse and line 192 points to the vb database.

Last edited by FROGGYJ; February 24th, 2006 at 09:52 PM.
FROGGYJ is offline   Reply With Quote
Old February 24th, 2006, 09:59 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,650
Make sure the $link statement is filled out and in edit integration you have the correct table prefix of classifieds.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 24th, 2006, 10:04 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 48
I even made the change like you mentioned here.

http://www.photopost.com/forum/showp...9&postcount=14

btw I am using v 2.5
FROGGYJ is offline   Reply With Quote
Old February 24th, 2006, 10:06 PM   #8 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 48
ahh ok sql errors are now gone...must of been cause my table prefixes were blank under edit integration
FROGGYJ is offline   Reply With Quote
Old February 24th, 2006, 10:09 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 48
no matter where I put $classifiedsfeature nothing shows up. Are you suppose to edit these lines in inc_ads.php?

Code:
Content visible to verified customers only.
I saw in another post you made they were edited with cat id's...but how do I get them? I'm not even sure if this still applies now that I'm using v 2.5
FROGGYJ is offline   Reply With Quote
Old February 25th, 2006, 06:52 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,650
You put the include in the plugin for forumhome and $classifiedsfeature goes in the forumhome templates thats it

No there is nothing to edit just make sure if your using classifieds 2.5 you not using the hack but the one included in the distro.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 25th, 2006, 11:20 AM   #11 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 48
Quote:
Originally Posted by Chuck S
You put the include in the plugin for forumhome and $classifiedsfeature goes in the forumhome templates thats it

No there is nothing to edit just make sure if your using classifieds 2.5 you not using the hack but the one included in the distro.
sorry I don't understant "put the include in the plugin for forumhome"??

I got the $classifiedsfeature in the forumhome template part
FROGGYJ is offline   Reply With Quote
Old February 25th, 2006, 11:29 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,650
Have you included the inc_ads.php?

http://www.photopost.com/forum/showthread.php?t=122209
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 25th, 2006, 12:08 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 48
ahh sorry didn't see that post. So now I haved removed the includes line from my index.php and just simply uploaded the plugin with the correct path I believe. Here is my setup.

http://www.edmontonsportriderz.com/forumvb/ -forums

http://www.edmontonsportriderz.com/classifieds/ -classifieds

both use their own DB....

-I have made the necessary changes to the inc_ads.php file
-I have uploaded the plugin you posted instead of editing the index.php file
-I have edited the forumhome template to include $classifiedsfeature

Still no images or block or nothing. I am wondering something though, for some reason photopost classifieds doesn't seem to work with imagemagick and I am still waiting on my damn host to recompile php after he installed GD finally. Could that be the issue? because as it stands there are no images in my classifieds area, just text untl I get this thumbnail issue resolved. However I would still expect there to be a block on forumhome, whether or not thumbnails are present, there should still be something no?
FROGGYJ is offline   Reply With Quote
Old February 25th, 2006, 12:13 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,650
Well its not going to appear for unregistered users I can tell you that. You do not allow unregistered users to see anything on classifieds so viewing your page I can say that for sure.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 25th, 2006, 12:40 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 48
right, but I as admin cannot see anything either and I am only testing it on a style to which no users can see anyways. Once I get it right I'll move it to the other styles.
FROGGYJ is offline   Reply With Quote
Old February 25th, 2006, 02:23 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,650
Check template edit. Check the plugin path to the file and make sure its right.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 25th, 2006, 04:29 PM   #17 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 48
chuck.....well I finally got php recompiled so that I can use GD2 for my images. I think once I get the images on the ads things will change...however 1 small problem.

I can upload gif's and png's no problem, but if I try to upload a jpg I get the following error

Unable to read the format of file: blabl/bla.jpg

I've search all over looking for the answer, but so far no luck. Again this is only with JPG's and nothing else. I checked config to make sure jpg are allowed....I also made sure there was a trailing slash on the end of the datat directory path...I checked permissions and made sure data and child directories were 777. Any other ideas?
FROGGYJ is offline   Reply With Quote
Old February 25th, 2006, 04:40 PM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,650
Okay well now you answered why nothing shows

The block only shows ads with images

As far as GD make sure GD was compiled with jpg support.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 25th, 2006, 04:49 PM   #19 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 48
crap I just saw that......my stupid host (friend of mine)....gonna have to kick him in the ass.
FROGGYJ is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vbulletin 3.5.4 KevinVo General Discussion 1 February 22nd, 2006 04:02 PM
Upgrading Vbulletin clasione Classifieds Installation & Upgrades 13 January 21st, 2006 09:19 PM
vBulletin 3.0.8 or RC? nf71 General Discussion 2 September 14th, 2005 03:27 PM
phpBB to vBulletin 1996 328ti Photopost Pro Installation & Upgrades 0 January 2nd, 2005 10:04 AM


All times are GMT -5. The time now is 01:26 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0