![]() |
Quote:
About the editing, it's explained in the 1st post of this thread (i.e. up top) where you remove a line of code. |
Quote:
I am having trouble getting this to display to my liking though. I would like to have the window a defined size while still remaining scrollable. Many of my threads are quite long and with auto-resize the user has to scroll the entire main window as it extends far down. If I set a defined size, the window is the proper size but there are no internal scroll bars to scroll down within that window. Am I missing something or is that a limitation? |
Quote:
You can define a set height and width here (in the JS file) Code:
//if(params['height']) {ibox.style.height = params['height']+'px';} Code:
//if(params['height']) {ibox.style.height = params['height']+'px';} Oh sorry, and also set: height:45%; in the CSS file for ibox_content |
After installing this addon, It mess up forum.
Have a look at it: Attachment 60353 It only happens when i make the 'threadbit' template changes you specified in installation file. Any help is Appreciated. |
Quote:
|
Quote:
|
hmm. Well the problem is in the forumdisplay template. You did install the product file right?
Code:
<if condition="$show['threadicons'] && !is_member_of($vbulletin->userinfo, $postpreviewusergroups) && $vbulletin->options[ajaxpostpreview_enable] == 1 && (!(in_array($forumid, array($vbulletin->options['ajaxpostpreview_forums']))))"> It checks: - ThreadIcons are on - Your Usergroup is not in the usergroups you added to the exclude list - Makes sure the hack is turned on - and the forumID is not in the excluded list only if ALL those return true it sets the colspan to 3 (which is what you need here). Add the following under $navbar in the FORUMDISPLAY template to check if all the conditions return true: Code:
|
Quote:
|
Quote:
Not in Excluded Group: True Mod Enabled: True Forum Not Excluded: True |
bah! I meant FORUMDISPLAY, sorry :(
|
All times are GMT. The time now is 10:33 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:
|