Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter billselak

    (@billselak)

    ok, I figured it out. So, if anyone else is trying to do this, here’s my solution:
    On page.php, I changed:
    <?php get_sidebar();; ?>
    to:
    <?php if(!is_page(‘Forum’)) get_sidebar();; ?>

    Then, there was a blank space (where the sidebar used to be). I created a div titled widecolumn with a width of 100%. Then, on page.php, I changed the original div (contentleft) to:
    <?php if(!is_page(‘Forum’)) { ?>
    <div id=”contentleft”>
    <?php } else { ?>
    <div id=”widecolumn”>
    <?php } ?>

    Yay!

    Thanks for the thread! I moved my search box to my nav bar. I have this thread and esmi is to thank for it.

    Here’s how I got what I wanted on https://www.billselak.com/

    My css:

    #searchdiv {
            position: relative;
    	float: right;
            top: 3px;
    	bottom: 4px;
    	}

    My header:

    <form role="search" method="get" id="searchform" action="https://www.billselak.com/">
    
    <input type="text" class="textfield" name="s" size="16" value ="generic search box" onfocus="if(this.value=='generic search box')this.value=''" />
    <input type="submit" id="searchsubmit" value="Search">
    
    	</form>
    </div>

    I found other people stuck with podpress problems. I switched to Powerpress and had my podcast feed working perfectly in minutes. Switch! (There’s even legacy support to migrate over to Powerpress.)

    I have the same problem.

    I tell podpress where the file is, but the rss is to the same non-existent folders: example.com/podpress_trac/web/10/0/

    Please help!!

Viewing 4 replies - 1 through 4 (of 4 total)