PDA

View Full Version : Image thumbnails not showing up in groups


GONUMBER6
07-27-2010, 01:38 PM
Hello, and thank you for reading my question.

What could be wrong? When I upload an image to a group, it shows up blank. I rebuilt group images and now the ones that DID work before are not working. If you enter the group, the group image is there, but you must enter the group first.

http://www.englishbulldognews.com/forums/group.php

Thank you :)

Xencored
07-27-2010, 01:39 PM
You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:

:(

you have it locked thats why

GONUMBER6
07-27-2010, 01:52 PM
So even registered users cannot see the images. If I unlock it, the icons will show?

--------------- Added 1280243627 at 1280243627 ---------------

No, this did not solve the problem. If you click on the group, you can see the image, but if you view the Group page, the icons are blank (except for the ones that did not upload an image)

Any other ideas?

Xencored
07-27-2010, 02:45 PM
Hmm that is weird

Do you get any errors uploading a new pic?

GONUMBER6
07-27-2010, 02:59 PM
None whatsoever. Once you do, it replaces the standard icon with a blank image. Weird huh?

--------------- Added 1280247172 at 1280247172 ---------------

If I right click the properites of the blank thumbnail image here is where it is:

http://www.englishbulldognews.com/forums/image.php?groupid=1&dateline=1270242941&type=groupthumb

If I go to the Group, and right click on the icon I get this URL:

http://www.englishbulldognews.com/forums/image.php?groupid=1&dateline=1270242941

Under group icon storage under groups in admin cp:

Group icon filepath: ./customgroupicons
URL to group icons: customgroupicons



Is there anything wrong with the above settings?

your24hourstore
07-27-2010, 03:34 PM
None whatsoever. Once you do, it replaces the standard icon with a blank image. Weird huh?

--------------- Added 27 Jul 2010 at 11:12 ---------------

If I right click the properites of the blank thumbnail image here is where it is:

http://www.englishbulldognews.com/forums/image.php?groupid=1&dateline=1270242941&type=groupthumb

If I go to the Group, and right click on the icon I get this URL:

http://www.englishbulldognews.com/forums/image.php?groupid=1&dateline=1270242941

Under group icon storage under groups in admin cp:

Group icon filepath: ./customgroupicons
URL to group icons: customgroupicons

Is there anything wrong with the above settings?
try using your whole path . or adding ../ as the path its obviously not right

Xencored
07-27-2010, 03:41 PM
Yes add ./

GONUMBER6
07-27-2010, 04:04 PM
tried both suggestions. Still not working :(

Xencored
07-27-2010, 04:15 PM
looking at your code for that page

<img alt="A group that can get together at least once a month and meet other bulldogs and their owners!" src="image.php?groupid=1&amp;dateline=1270242941&amp;type=group thumb" class="sgicon" title="A group that can get together at least once a month and meet other bulldogs and their owners!">

it should be

<img width="XXX" height="XXX" alt="A group that can get together at least once a month and meet other bulldogs and their owners!" src="image.php?groupid=1&amp;dateline=1270242941&amp;type=group thumb" class="sgicon" title="A group that can get together at least once a month and meet other bulldogs and their owners!">

width="XXX" height="XXX" is missing

Check the Style Variable

GONUMBER6
07-27-2010, 04:18 PM
Could you point me to the direction of where to go for this? Templates I am guessing? Thx!

Xencored
07-27-2010, 04:30 PM
Could you point me to the direction of where to go for this? Templates I am guessing? Thx!

Style Variables
i did say above^^

Admincp >> Styles & Templates >> Style manager
SOCIALGROUPS

back it up to notepad or something
than revert it see if that fixes it

GONUMBER6
07-27-2010, 05:37 PM
No luck. I thought for sure it would work.

I would rather that there was no icons but cannot seem to find a way to do that either.

Xencored
07-27-2010, 06:09 PM
Its defo a Thumb Size problem

GONUMBER6
07-27-2010, 06:14 PM
Yeah I looked for any options anywhere in admin cp and could find nowhere to change icon size. Is there a way to submit a trouble ticket?

--------------- Added 1280287992 at 1280287992 ---------------

Resolved!!!

For future searchers on this topic, it ended up that all my images, attachments, avatars, ect were stored in db rather than in files. Forums are much faster now, thx for all the help!