Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Badges

Any minute now…

skube

Username
skube
Joined
Visits
603
Last Active
Roles
Member
Badges
0
Points
0
Posts
190

Comments

  • 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." :)
  • There is a PanelHider Extension if you want to hide the Panel completely. Looks like it may not be finished though...
  • 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 …
  • After much troubleshooting, I discovered the Notify extension was causing a conflict or somehow preventing the Collapsible Panel to work.
  • 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." :)
  • There is a PanelHider Extension if you want to hide the Panel completely. Looks like it may not be finished though...
  • 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 …
  • After much troubleshooting, I discovered the Notify extension was causing a conflict or somehow preventing the Collapsible Panel to work.
  • I think I figured it out. Changing default.php as follows: $Panel->AddString($content, $Position = '-10', $ForcePosition = '1'); seemed to do the trick.
    in VClock Comment by skube January 2008
  • How would I shift the placement in the side panel? Say, if I wanted it at the very top.
    in VClock Comment by skube January 2008
  • I think I figured it out. Changing default.php as follows: $Panel->AddString($content, $Position = '-10', $ForcePosition = '1'); seemed to do the trick.
    in VClock Comment by skube January 2008
  • How would I shift the placement in the side panel? Say, if I wanted it at the very top.
    in VClock Comment by skube January 2008
  • I was having a problem with MembersList in combination with the Preview Post extension. I would get error messages after clicking "Preview Post".
  • Duh, I can't believe I didn't see that. Thanks!
  • How about being able to show the users Avatar in the list?
  • re: undefined variable - yes, that fixed the problem. Thanks.
  • 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 was having a problem with MembersList in combination with the Preview Post extension. I would get error messages after clicking "Preview Post".
  • Duh, I can't believe I didn't see that. Thanks!
  • How about being able to show the users Avatar in the list?
  • re: undefined variable - yes, that fixed the problem. Thanks.
  • 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.
    in UserAward Comment by skube December 2007
  • 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…
    in UserAward Comment by skube December 2007