 | |  | | | Photopost Pro How Do I...? Wondering how to do things in PhotoPost? |
July 24th, 2008, 07:46 PM
|
#1 (permalink)
| | Junior Member Verified Customer
Join Date: Jul 2008
Posts: 17
| Main Index Avatars / Member IP displaying? Main Index - My Photo Gallery
Could use a little help, please.
1) On my Main Index, I can't figure out why Category Avatars are showing for some categories, but not others. I have the Index Options for that function set to "yes" ... and don't see that there's an option to show them or not within each category in the Category Editor ... so I'm not sure what I'm missing.
2) Also can't find how to edit the way users profiles are appearing in the Photo Details module for their posted pics. It's currently displaying the user's IP and not avatar or sig. Only admin panel access I've been able to find with any control over these functions is the Show Photo Options menu, where I have Show Avatars? set to "yes."
Something obvious I'm missing in both cases? |
| |
July 24th, 2008, 07:56 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,653
|
Categories that do not contain actual images can not have a category avatar
There is also a show signature setting in admin options as well. As far as avatar I need to see an example of one that is not displaying.
|
| |
July 24th, 2008, 08:18 PM
|
#3 (permalink)
| | Junior Member Verified Customer
Join Date: Jul 2008
Posts: 17
| Quote:
Originally Posted by Chuck S Categories that do not contain actual images can not have a category avatar | Well ... yeah.
I also have categories that contain images where the avatar isn't displaying. Quote: |
There is also a show signature setting in admin options as well. As far as avatar I need to see an example of one that is not displaying.
| None of them are showing, Chuck. All are displaying like this: Yellowstone - My Photo Gallery
As to sigs, thanks, saw that. I've just opted to not show those.
|
| |
July 25th, 2008, 07:21 AM
|
#4 (permalink)
| | Junior Member Verified Customer
Join Date: Jul 2008
Posts: 17
|
Just realized the "IP address displaying" thing is just my own stupidity. I was viewing while logged in as an admin. When viewing as guest or member IP numbers are not visible. Dumb.
Still no idea about the other 2 issues though.
- Some categories with photos posted display category avatars and others do not. Cannot find anywhere that I have set different settings for certain categories.
- still no user avatars diplaying. Sometimes get the dreaded red X, other times simply no display at all. Of the 2 would prefer the latter ... first preference obviously would be so see the avatar displayed. Understand from poking around here this is an issue that led to a hack being written? Is there a version I can grab to apply the fix on my own?
|
| |
July 25th, 2008, 11:31 AM
|
#5 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,653
|
You can try making sure your get_profiledata function in vb3.php is this?? Code: Content visible to verified customers only.
|
| |
July 25th, 2008, 11:33 AM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,653
|
Try uploading a photo to a category that does not have an avatar
|
| |
July 26th, 2008, 03:49 PM
|
#7 (permalink)
| | Junior Member Verified Customer
Join Date: Jul 2008
Posts: 17
| Quote:
Originally Posted by Chuck S You can try making sure your get_profiledata function in vb3.php is this?? Code: Content visible to verified customers only.
| Thanks, will work on that once I'm brave enough. Quote:
Originally Posted by Chuck S Try uploading a photo to a category that does not have an avatar | As to this one, I had done that previously, and uploaded additional pics since. As you can see, still no dice on several categories with pics. Still can't find any difference in how I've set them up or in the kinds of pics being uploaded. Main Index - TN Photo Gallery |
| |
July 26th, 2008, 04:51 PM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,653
|
Well looking at the code there has to be a result saved in the categories table as the thumbnail perhaps a photo you deleted?
If you run this query in phpmyadmin what is the result
SELECT thumbnail FROM pp_categories WHERE id=535
|
| |
July 27th, 2008, 08:23 PM
|
#9 (permalink)
| | Junior Member Verified Customer
Join Date: Jul 2008
Posts: 17
|
You may be right about deleted pics. I definitely cut a few while setting things up. Had no idea it would affect the thumbnails for that category in perpetuity though. Pretty harsh learning curve.
Also afraid you're giving me too much tech credit. Not even sure where phpmyadmin is, much less how to query it. Tempted to shortcut this by simply recreating the affected categories from scratch.
|
| |
July 28th, 2008, 09:09 AM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,653
|
Okay in that category try viewing a photo in that category and hit MAKE INDEX THUMB does it update the cat variable.
|
| |
July 28th, 2008, 10:04 AM
|
#11 (permalink)
| | Junior Member Verified Customer
Join Date: Jul 2008
Posts: 17
|
Please tell me you just added that button while I wasn't looking.
Swear to [insert Deity-of-Choice here] I looked at every conceivable link there was before coming on here.
Sigh.
Thank you sir. Again.
|
| |
July 28th, 2008, 10:33 AM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,653
|
LOL No I cant add anything to your site it was always there when your an admin |
| |
July 28th, 2008, 01:52 PM
|
#13 (permalink)
| | Junior Member Verified Customer
Join Date: Jul 2008
Posts: 17
|
I was afraid of that.
To add to my humlility level even more ... could you kindly direct me toward where to access my "get_profiledata function in vb3.php"? I looked in the various places I thought it oughta be. Promise.
|
| |
July 28th, 2008, 02:10 PM
|
#14 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,653
|
it is right in the vb3.php file in the forums subdirectory of our product. It is like the 4th function down in that file.
|
| |
July 28th, 2008, 10:14 PM
|
#15 (permalink)
| | Junior Member Verified Customer
Join Date: Jul 2008
Posts: 17
|
Unfortunately, that wasn't it. Replaced the existing [function get_profiledata( $cuserid ) ....] block with the one you provided above into vb3.php, but no change. Still no user avatars appearing.
Not a big concern really ... just something I'd like to resolve eventually.
|
| |
July 28th, 2008, 11:45 PM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,653
|
yeah I would need more about your site url ftp login etc to say more about this.
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 07:32 PM. | |