WebLog 2 Sidebars MOD help  | |
December 3rd, 2005, 11:02 PM
|
#1 (permalink)
| | Member
Join Date: Nov 2005 Location: Denver, Colorado
Posts: 244
| WebLog 2 Sidebars MOD help
Okay, I don’t know if any of you use Weblog but maybe you can help anyway…
The install directions read as follows: #Installation
1 Upload seditor.php and se_files folder to your plugin directory.
2 Upload sejs folder to wp-includes/js/ directory.
3 Comment out
get_sidebar()
in your theme files and write
if(function_exists( "se_get_sidebar" )){
se_get_sidebar();
} else{get_sidebar();}
instead.
4 Go to plugin in your admin page and activate "Sidebar editor".
5 Links to plugin page will appear on the submenu of Presentation and
Options. The only one I don’t understand is number 3… please help.
Thanks in advance. |
| |
December 6th, 2005, 05:45 PM
|
#2 (permalink)
| | Member
Join Date: Nov 2005 Location: Denver, Colorado
Posts: 244
|
Anyone? I just need to know what number 3 means... or is it just badly worded? |
| |
December 6th, 2005, 05:49 PM
|
#3 (permalink)
| | SoMuchAnime-SoLittleTime
Join Date: Aug 2003 Location: Plymouth, WI
Posts: 14,983
|
comment out get_sidebar() would probably mean find "get_sidebar()", then put // before it... |
| |
December 6th, 2005, 05:52 PM
|
#4 (permalink)
| | Member
Join Date: Nov 2005 Location: Denver, Colorado
Posts: 244
| Quote: |
Originally Posted by EXreaction comment out get_sidebar() would probably mean find "get_sidebar()", then put // before it... | AAAAHH.. i see.... and then just add:
if(function_exists( "se_get_sidebar" )){
se_get_sidebar();
} else{get_sidebar();}
after it or before it? |
| |
December 6th, 2005, 05:59 PM
|
#5 (permalink)
| | Member
Join Date: Nov 2005 Location: Denver, Colorado
Posts: 244
|
if you dont mind... since you seem to know more about this then i do... here is one of the pages i need to be changed... its the 404 error screen: Quote: |
Originally Posted by . <?php get_header(); ?>
<div id="content" class="narrowcolumn">
<h2 class="center">Error 404 - Not Found</h2>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?> | so what would you do? |
| |
December 6th, 2005, 06:29 PM
|
#6 (permalink)
| | SoMuchAnime-SoLittleTime
Join Date: Aug 2003 Location: Plymouth, WI
Posts: 14,983
| Quote:
<?php get_header(); ?>
<div id="content" class="narrowcolumn">
<h2 class="center">Error 404 - Not Found</h2>
</div>
<?php //get_sidebar();
if(function_exists( "se_get_sidebar" )){
se_get_sidebar();
} else{get_sidebar();} ?>
<?php get_footer(); ?>
| Something like that I would think... |
| | | Thread Tools | Search this Thread | | | | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Most Active Discussions | | | | | Recent Discussions  | | | | | |