Deleting left and right panes on DNN 6.2.6 - dotnetnuke-6

I am on DNN 6.2.6 and I want to make the content pane of my pages full screen. I want to remove the left and right panes. Can anyone help on how to remove these panes or reduce their width?
I tried searching on the internet and did everything I read by didn't help. I have added .DNNEmptyPane{display:none;} at the bottom of the skin.css file but didn't help. I also removed and and still didn't help.
Your assistance in this regard will be highly appreciated.

The configuration is in your Skin files (.ascx).
You can look under
Admin -> Skins
to find out which skin your site is using.
Check in here:
\Portals_default\Skins\YourSkin\YourSkin.ascx
NOTE: Make a backup of this directory before modifying anything in case you need to roll back.

Related

popuponstart jailbreak tweak by ziph0n

Jailblog.co isn't opening since a week! Seems to have gone down. Anybody know how to create a preference pane for the popuponstart tweak by ziph0n in that blog?
This is the tweak.xm
There was a tutorial on the site on how to create the preference pane but unfortunately now it is not opening! Do help. Thanks!!
Do you want to create a tweak with an enable and disable switch. Look at this video for a simple preferable pane and how to make it. https://m.youtube.com/watch?v=nBQuz7TvecA
Type $THEOS/bin/nic.pl in Terminal after logging in as root
The select 3 and fill out the info
Look in /var/mobile/whateveryounamedit

Telerik ASP.NET ImageManager: Hide Elements

After searching high and low for documentation and examples, I'm still stuck... so I'm hoping someone can help push me in the right direction.
I am using the "Image Manager" within the Telerik ASP.Net AJAX Editor.
I have everything working correctly, but there are 3 on-screen elements that appear in the image manager that I want to hide/remove.
New Folder Button
Current Path
Folder Tree
After much digging, I found a link under "Integration with SharePoint" that seems to show how to hide the "New Folder" icon: http://www.telerik.com/help/aspnet-ajax/moss-modifying_the_editors_built_in_dialogs.html
[Of course, my issue has nothing to do with SharePoint, but this is the best I could find.]
If anyone has any insight on what properties to change, specifically for the path and folder tree, I would greatly appreciate it!
Many thanks in advance.
I'll keep plugging away and certainly if I figure it out, I'll post it here so others can benefit, since I'm sure I'm not the only one who would want to do this.
To remove the new folder button register the external editor dialogs (the EditorDialogs folder), open the FileBrowser.ascx file and set EnableCreateNewFolder="false" in the RadFileExplorer's declaration
<telerik:RadFileExplorer EnableCreateNewFolder="false" ... />
Via the VisibleControls property of the File Explorer, you can hide also the TreeView,Toolbar,Grid and the AddressBox, i.e. to hide the folder tree and address bar do not set their values:
<telerik:RadFileExplorer EnableCreateNewFolder="false" VisibleControls="Toolbar,Grid" ... />

Horizontal scroll - syntaxhighlighter

I was googling to find a solution for this forever, I was so close but still can't find the problem...
The closest solution I found was at this site But:
I want exactly the opposite of what this guy posted: Automatic line break in js SyntaxHighlighter
He wants instead of horizontal bar to break the code down, but what do I want is instead of breaking the code down, to display a horizontal bar.
I've used SH on multiple projects and never actually had this issue till now.
I've installed it in wordpress as a plugin in a custom theme, I modified the theme css file(s) and the syntax highlighter's file(s) (.css), but still nothing's going on.
Here's a screenshot
If you have any suggestion what the problem might be, please tell me - any help is appreciated.
I think what you are looking for is a combination of overflow and white-space css properties.
pre {overflow:scroll;}
.pre-wrap {white-space:pre-wrap;}
Please see the footle here

Mediawiki's Image Gallery CSS

Does anyone know where to find the CSS for Mediawiki's image gallery? (Its gallery, the thumbnails, the borders around the thumbnails, etc.) I've looked through a fresh installation and keep finding duplicate copies of it spread throughout the different CSS files. When I try to edit each of them, it doesn't change the pages at all. Not sure what I'm doing wrong.
Thank you!
You will find them in the /common/shared.css and /common/commonContent.css files. However, I'd recommend not to edit them there but to overwrite them from the skin files.

Sidebar pushed below content in individual post (Wordpress)

I'm designing a blog in Wordpress using the Thesis Framework and there is an issue that I just can't seem to find a fix to:
Basically everything is fine on the main page, but when I go into any individual post, the side bar is getting pushed off and showing up right down the button of the page (below the comments).
It's pretty obvious that there is some kind of sizing/width issue and I've played around with a lot of the widths in firebug but just can't seem to find where it's going wrong. I can't find a difference between the main page and post pages either.
Any help would be greatly appreciated! A specific solution would be ideal because I've already spent a lot of time tinkering with it to try and address the issue.
Thanks in advance for any help!
I had this problem as well with the thesis framework. I found two reasons where it produced a similar mistake on my blog:
The first reason is that the sidebar + content area is bigger than you container. That would make the sidebar go below the the content. Make sure also that the content of the sidebar is also smaller than the sidebar. I had a Facebook box in the sidebar that was bigger, thus pushed the whole sidebar below the content.
An other reason was a plugin that I had installed. If you have any plugins installed try and see if one of those is interfering with the sidebar layout.
If that doesn't work you can also post a snippet of the code so that I can look at it.
I often have this problem when editing a page in html (text) mode and forget a closing tag, most notably a . If using tables, a missing , or similar will cause this.
So, in brief, make sure all your opening tags have a corresponding close tag.
Make sure the html is syntax-error free. I had the same problem and the culprit was a wrong closing tag (<b/>)

Resources