Also, I don't know if you can do anything about it, but I was using Nuggets to put a random photo into the side panel. For some reason however, the photo would only show 45px if it was set to open position. It didn't matter the height of the photo, …
If your nugget has a title in the header (within the h2), you could do what I did and skip specific headers. So in the /CollipsiblePanel/slidepanel.js, add the following within the PanelItems.each(function(item)){:
if(item.getText()=='Your Nugget Ti…
I am not using PanelHider, I was just going by what it said on the PanelHider Add-on page. The first sentence: "This extension is not yet functional." :)
I've found that the Panel items collapse on the index and categories.php page, but they do not collapse on the post.php or comments.php page.
EDIT: Iget a JS errorError:
el has no properties
Source File: vanilla/extensions/CollapsiblePanel/slidepa…
Also, since some extensions do not follow the standard panel layout (Category Filter, Statistics, Live Search, etc) this will not affect them. I suppose it would be an easy tweak to include these anomalies in the slidepanel.js.
EDIT: I changed the …
Also, I don't know if you can do anything about it, but I was using Nuggets to put a random photo into the side panel. For some reason however, the photo would only show 45px if it was set to open position. It didn't matter the height of the photo, …
If your nugget has a title in the header (within the h2), you could do what I did and skip specific headers. So in the /CollipsiblePanel/slidepanel.js, add the following within the PanelItems.each(function(item)){:
if(item.getText()=='Your Nugget Ti…
I am not using PanelHider, I was just going by what it said on the PanelHider Add-on page. The first sentence: "This extension is not yet functional." :)
I've found that the Panel items collapse on the index and categories.php page, but they do not collapse on the post.php or comments.php page.
EDIT: Iget a JS errorError:
el has no properties
Source File: vanilla/extensions/CollapsiblePanel/slidepa…
Also, since some extensions do not follow the standard panel layout (Category Filter, Statistics, Live Search, etc) this will not affect them. I suppose it would be an easy tweak to include these anomalies in the slidepanel.js.
EDIT: I changed the …
I think I figured it out. Changing default.php as follows:
$Panel->AddString($content, $Position = '-10', $ForcePosition = '1');
seemed to do the trick.
I think I figured it out. Changing default.php as follows:
$Panel->AddString($content, $Position = '-10', $ForcePosition = '1');
seemed to do the trick.
I get the following error on the page:
Notice: Undefined variable: rakam in /home/skubeco/public_html/friends/extensions/MembersList/default.php on line 106
I get the following error on the page:
Notice: Undefined variable: rakam in /home/skubeco/public_html/friends/extensions/MembersList/default.php on line 106
Thanks, yeah conf/database.php had the UserAward stuff added after the php close tag (%>) which was causing the error. Deleted and everything is back to normal.
I installed (0.2beta) , got errors, un-installed and now when I logout I see this at the top of the login screen:
// UserAward Table Structure
$DatabaseTables['UserAward'] = 'UserAward';
$DatabaseColumns['UserAward']['AwardID'] = 'AwardID';
$Databas…