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 Bug Reports

Classifieds Bug Reports Post any problems you may be having with Classifieds here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old July 14th, 2008, 12:21 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Oct 2006
Posts: 426
Previously Correctd bug Returns!

Chuck,

Remember awhile back I reported that the avatars that display next to someone's name who leaves a comment or question about a classified ad were not displaying, instead they were showing a red x. As I recall we developed a fix for this bug and I manually corrected prior code. However, after updating to the 4.x series the error has returned.

For example see this ad: 2006 Cayman-S, 4,000 miles, MINT CONDITION - Cayman Classifieds

See the question posted by mkiv808? His avatar doesn't show up, it simply shows a red x. What it is trying to display is the following:

http://www.caymanclub.net/customavat...atar9736_0.gif

That is not correct. That member has NO avatar selected, custom or otherwise. For some reason this error has crept back into the code. Can you refresh my memory on how to eradicate it again as well as put this fix into the next code release?

Thanks!
KenDude is offline   Reply With Quote
Old July 14th, 2008, 09:32 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,703
Maybe in vb3.php use this codeblock

4.0 series you mean 3.0 series

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old July 22nd, 2008, 12:22 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Oct 2006
Posts: 426
That seems to work, thanks! Do I need to correct ReviewPost as well, did the same bug creep back in there? I was thinking of ReviewPost when I was thinking 4.x, Classifieds is still on 3.x of course.
KenDude is offline   Reply With Quote
Old July 22nd, 2008, 12:30 AM   #4 (permalink)
Member
Verified Customer
 
Join Date: Oct 2006
Posts: 426
I'd say looking at this article:
Softronic Plenum Install - My Articles

The answer is yes, we should apply the same fix to the vb3.php file in the reviewpost/forum directory right?
KenDude is offline   Reply With Quote
Old July 22nd, 2008, 08:27 AM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,703
Looking at my reviewpost code I shown it already applied
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old July 22nd, 2008, 09:29 AM   #6 (permalink)
Member
Verified Customer
 
Join Date: Oct 2006
Posts: 426
Nope, I just pulled the 4.02 zip file, opened it up, and the code in question is the OLD code see:

Code:
Content visible to verified customers only.
So I will apply this fix as well. Looks like the bug crept back in there as well.
KenDude is offline   Reply With Quote
Old July 22nd, 2008, 09:33 AM   #7 (permalink)
Member
Verified Customer
 
Join Date: Oct 2006
Posts: 426
Ugh I spoke too soon, I tried to apply that code you posted above in the vb3.php file for reviewpost and while it did fix the red x's for people who had no avatars, it ALSO removed the custom avatars from those who had them, they are not showing up now. Suggestions? I note that the same is true for the Classifieds as well, custom avatars are no longer showing up there either. (see links above for examples)
KenDude is offline   Reply With Quote
Old July 22nd, 2008, 09:35 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,703
do you have a code block that you think works as I beleive what we use already works

Jun2520061257 - ReefTalk Gallery

I use a customavatar

http://www.reeftalk.com/forums/custo.../avatar1_1.gif

What paths are wrong here on your site so I can suggest something
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old July 22nd, 2008, 02:17 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Oct 2006
Posts: 426
Well I'm not sure I'll have to see if I can figure it out, but basically our forum is in public_html, not a forums subdirectory. I'll go look at some custom avatars and list their physical locations for you.
KenDude is offline   Reply With Quote
Old July 22nd, 2008, 03:17 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,703
Yes since I am using the default code posted and use a custom avatar I would like to see more links etc to see why yours does not work.

Also if you have a product other version of ours other product and it works let me know what your avatar code is in that version?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old July 24th, 2008, 12:49 AM   #11 (permalink)
Member
Verified Customer
 
Join Date: Oct 2006
Posts: 426
Well it doesn't work in ReviewPost, or Classifieds, although I "thought" we had it working in both about 6 months ago, not sure if I have that code laying around though since both products were updated.

Here is the location where my custom avatar resides:

http://www.caymanclub.net/customavatars/avatar3_4.gif

Physically on the server the web root is in public_html

Looking at VBGallery, it doesn't show custom avatars there either. Here is a link to a photo I replied to, you can see that my avatar doesn't show up, and neither does my sigpic.

The Cayman Club

What more can I do to help you fix the bug?
KenDude is offline   Reply With Quote
Old July 24th, 2008, 12:56 AM   #12 (permalink)
Member
Verified Customer
 
Join Date: Oct 2006
Posts: 426
Ahh I found a backup I did of ReviewPost 3.3 before I upgraded to 4 and went and found the vb3.php file and sure enough the code is different it is:

Code:
Content visible to verified customers only.
Now I am going to go check that and see if it works.
KenDude is offline   Reply With Quote
Old July 24th, 2008, 01:02 AM   #13 (permalink)
Member
Verified Customer
 
Join Date: Oct 2006
Posts: 426
Yep My code works!!! I knew I had fixed it previously!

PLEASE PLEASE PLEASE integrate this with all of your products!!!

Thanks!
KenDude is offline   Reply With Quote
Old July 24th, 2008, 02:03 AM   #14 (permalink)
Member
Verified Customer
 
Join Date: Oct 2006
Posts: 426
BTW I looked at vbgallery since it doesn't display any avatars at all and I found this code in showimage.php

Code:
Content visible to verified customers only.
Once the $show[avatar] is set to False it never gets set to True again so nothing is shown. For grins I changed the code to $show[avatar]=true and it tried to show a graphic but the location of the image was not correct, although the hyperlink for the image to my profile was correct. I don't know what that means exactly other than the code listed above doesn't work as intended.
KenDude is offline   Reply With Quote
Old July 24th, 2008, 07:17 AM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,703
I am not really a vbgallery support person feel free to open any issue in the appropriate forums.

As far as reviewpost okay we are talking this line.

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old July 24th, 2008, 04:35 PM   #16 (permalink)
Member
Verified Customer
 
Join Date: Oct 2006
Posts: 426
Quote:
Originally Posted by Chuck S View Post
I am not really a vbgallery support person feel free to open any issue in the appropriate forums.

As far as reviewpost okay we are talking this line.

Code:
Content visible to verified customers only.
Yes that line, and I'll make a post over in the vbgallery area later and draw their attention to this problem.
KenDude is offline   Reply With Quote
Old July 24th, 2008, 07:34 PM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,703
Not a problem.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old November 6th, 2008, 10:26 PM   #18 (permalink)
Member
Verified Customer
 
Join Date: Oct 2006
Posts: 426
Hmm it looks like the 4.03 vb3.php code has the correct code in it to display avatars, now I am wondering why after a site move these aren't rendering correctly?
KenDude is offline   Reply With Quote
Old November 7th, 2008, 05:48 AM   #19 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,703
I took a quick look as I posted and I see avatars
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old November 7th, 2008, 08:37 AM   #20 (permalink)
Member
Verified Customer
 
Join Date: Oct 2006
Posts: 426
Chuck,

As noted in my email to you, I am NOT running the 4.03 file on my site because it doesn't work. I am running my file from July 24th 2008 that does work, hence you are seeing avatars right now. I sent you both files to compare to figure out why the 4.03 file is broken in that it doesn't display the avatars or the signature pics.
KenDude 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
Upload.php Returns Blank Page F-Groop Installs and Upgrade - vBulletin 3.6x 14 March 11th, 2008 10:25 AM
Fatal error: Cannot redeclare typecast() (previously declared in.. sinjix Photopost Pro Installation & Upgrades 5 September 27th, 2007 11:01 AM
Clicking on link returns blank page. redbone ReviewPost Bug Reports 1 August 29th, 2007 05:02 PM
How do I get returns in reviews to only space 1 line? Johnny Doomo ReviewPost How do I...? 5 February 13th, 2006 03:04 PM
5.1 comments and returns not recognised sross Photopost Pro Bug Reports 0 June 11th, 2005 06:12 PM


All times are GMT -5. The time now is 02:36 PM.

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