by Wolf on December 2, 2009
Sometimes you want to be able to use the whole page without the side bars (images & widgets) on the right hand side. This happen to me after installing the SimplePress forum plugin. The editor whould always be partly covered up by the side bars, which is rather annoying when entering text. After a bit of mucking around I found the anwser and it is to edit the page in question and change theTemplate setting from Default Template to no sidebars a whola for this page there are no sidebars any more.
Looking for good and proven resource, then checkout our resources page here.
by Wolf on November 25, 2009
I have installed the base version for my CRW on my local server instead of always doing all updates on the web. The strange thing that happened after the local install and perdorming all update is that permalinks just did not want to work Turns out that the Xampp server I’m using by default hasAllowOverride disabled:
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
</Directory>
This can be found on yout Linux machine at /opt/lampp/etc/http.conf file
All you need to do to fix it is to change to: AllowOverride all
restart your xampp server and all should be cool.
Looking for resources to improve your web presence then hit this.