![]() |
Quote:
I'm talking about the timing of it stopping working and even when it did work fully it still showed the big group icons not the 80x80 ones. |
I also had the problem with group thumbnails showing fullsize, so I decided to use custom statusicons per groupid with this little edit of your forumhome_start plugin:
Code:
if ($vbulletin->options['cel_sgfh_iconfile']) Of course, this is only particularly useful if only admins can create social groups. It's not much good if you allow members to create their own, and/or if you have LOADS of them. |
I repeat, now the third time: As long as nobody at least wants to give me the img source url to one of the group icons, there's really nothing I can do, since it works fine for me.
The code in the plugin calls for the groupthumb, and this code has not changed for a long time now: Code:
$statusimg = "image.php?groupid= " . $cel_groups[groupid] . "&dateline=" . $cel_groups[dateline] . "&type=groupthumb"; |
you've got a space after 'image.php?groupid'?
HTML Code:
image.php?groupid=%204&dateline=1246647737&type=groupthumb.gif |
Somehow the code got corrupted during copy&paste. Inserted the (now hopefully) correct code from line 324 of the plugin in my previous post.
//Oh, indeed there is a space too much. Fixing this however does not solve the problem. Can someone confirm who has this problems that your groups icons are stored in the filesystem, not the database? |
mine are filespace - I can re-admin you over on the site if you like
Also was going to manually edit the teaser with some of the group icons - might be a thought for a later version to mimic the new groups bit in groups.php - I'll probably put them in a row. Just a thought. |
1 Attachment(s)
OK, please try the attached plugin. I added a check whether the icons are stored in the database or in the file system and act accordingly. Import the attached product file to test.
Mind you: I was able to see that there were no icons displayed at all if the icons were stored in the filesystem; this has now been fixed. I still can't reproduce the issue where not thumbs, but the original sizend groups icons are shown. If pulled from the file system this should be impossible: the icons are taken directly from the respective "thumbs" folder in your filesystem. So if the images are too big, they're safed like that in there and there's probably nothing I can do. If this happens with images in the database: if there is the "type=groupthumbs"-parameter present, that should trigger image.php to show the thumb sized icons. This follows exactly the call from the groups.php. |
lol
That didn't go well. I've had to uninstall the product. :D Let me just reinstall the original. |
What happened?
|
I got that content encoding message that I got before.
?><? What's this at the start of the plugin php? It's not in your new version? |
All times are GMT. The time now is 12:08 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|