![]() |
Quote:
|
Well I'm most pleased that the .png change made it into the mod - template edits, I can deal with, but remembering code changes would be a hassle ;)
Nice going on the read marking change =D Updating now :) EDIT: Nevermind, the .png setting is global when it should be per-skin, like I put in my templates. I still need to edit the code to produce the wanted effect :( Best way to do this would be to define the result of the AdminCP option in the template, rather than the code, so that a forum could set their default (if the majority of skins uses gifs, they use gif extension in the option, and vice versa), but still allow us to customise the extension per-skin. Hopefully that made sense XD |
1 Attachment(s)
Hi, try this one.
I started to change this right after your first edit, but I guess I just had the same idea ;) I hope this will work for you. I updated the product .zip accordingly. |
When I click on the option
groups user is a member of The forum page does not come up. but it works if I select groups user is subscribed to |
Quote:
|
Working like a charm now, thanks mate :D
|
Quote:
|
Please use the Update-Mail Function. You have 120 Installs but only a few Downloads every Update. ;)
|
BUG after Updating shown at Top of Forumhome/Header:
Warnung: Invalid argument supplied for foreach() in [path]/index.php(67) : eval()'d code (Zeile 458) |
Uh - I don't get that error... on neither of my boards. Since there's no line 458 in the plugin, I do not know exactly which of the two foreach statements in the plugin might be responsible. Since this only happens after upgrade, probably the newly added ;) Can't see what might be causing it at the moment.
Please try the following: in the plugin add Code:
$array_discussionread = array(); Code:
while ($array = $db->fetch_array($result_discussionread)) Are you using PHP 4 or PHP 5? If the above does not fix it, please try to replace Code:
foreach ($array_discussionread[$cel_groups['groupid']] as $discussions) Code:
foreach ((array) $array_discussionread[$cel_groups['groupid']] as $discussions) |
All times are GMT. The time now is 02:24 AM. |
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:
|