View Full Version : Collapse feature for (New Look for Code Modifications) wont work ?
SaN-DeeP
04-04-2006, 12:19 PM
tested both in ie 6.x and firefox latest version on windows 2003 and xp system
any clues ?
tested both in ie 6.x and firefox latest version on windows 2003 and xp system
any clues ?
Sorry what do you mean by 'New Look for Code Modifications' ?
Thanks,
Mat
It's a known bug that I have not got around to fixing yet.
SaN-DeeP
04-14-2006, 09:39 PM
sorry to bump back again, its being very annoying to go through each and every page for a specific hack to read through the solutions/comments from others.
the entire hack description gets loaded on every page :(
(big pain for 56K users)
Logikos
04-15-2006, 12:23 AM
Brad is lazy :p.
SaN-DeeP
05-09-2006, 04:42 PM
getting back the thread to brad's attention and a cc to xenon ;)
Logikos
05-10-2006, 01:34 AM
Yes, this is really anoyying. I'll give you the code if you need it. :p
Paul M
05-10-2006, 01:38 AM
the entire hack description gets loaded on every page :(
(big pain for 56K users)The fact it is collapsed will not stop this happening - that would require a proper option to turn off the display of the first post on every page.
SaN-DeeP
05-11-2006, 12:22 AM
Paul M this worked perfect on 3.x series :)
LiveWire share the codes if you are sure of a working solution.. we might get the stuff implemented asap.
Logikos
05-11-2006, 01:56 AM
Template Code: postbit or w/e
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tbody>
<tr>
<td class="tcat" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('groupbit_$post[postid]')"><img id="collapseimg_groupbit_$post[postid]" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_groupid}.gif" alt="" border="0" /></a></div>
Test
</td>
</tr>
</tbody>
<tbody id="collapseobj_groupbit_$post[postid]" style="$collapseobj_groupid">
<tr>
<td class="alt1">Test</td>
</tr>
</tbody>
</table>
Hook Location : postbit_display_complete
// collapse/expand fields in a group
global $vbcollapse;
$groupid = $post['postid'];
$collapseobj_groupid =& $vbcollapse["collapseobj_groupbit_$groupid"];
$collapseimg_groupid =& $vbcollapse["collapseimg_groupbit_$groupid"];
$show['collapsebutton'] = true;
Chris M
05-11-2006, 10:50 AM
Paul M this worked perfect on 3.x series :)
LiveWire share the codes if you are sure of a working solution.. we might get the stuff implemented asap.
What Paul means is that having it collapsable doesn't make the page load any faster - The code within the collapsed area is still loaded every time you view the page as it has to be readily available should you choose to expand it once more ;)
Therefore having it collapsable is merely a space-saving advantage :)
Chris
SaN-DeeP
08-18-2006, 04:39 PM
bump, request for this feature again.
RS_Jelle
08-18-2006, 05:33 PM
I would like this for the homepage (just like vBadvanced CMPS) :)
Marco van Herwaarden
08-22-2006, 04:14 PM
We are designing a new Style to use for when we move to vB 3.6 and we will keep your advise in consideration. I don't feel that we should spend much more energy in fixing something like this now in the current style.
SaN-DeeP
09-05-2006, 12:53 AM
Hi Marco,
Thanks for consideration and addition of the feature back :), you can close the thread now.
Regards,
SaN-DeeP
12-10-2006, 06:36 PM
well looks like, this again got broke in IE 6.0+ (wont work)
Wont work in firefox at all, this really needs to be working, there is lot of additional code (modification details) which gets added up to top of threads.
Please consider implementation.
Paul M
12-10-2006, 07:19 PM
Actually, as far as I can see it was never fixed - it should work now.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.