Search Results for 'code'
-
Search Results
-
Most forum software displays the actual date for the freshness. I have used the following code as an example:
<?php global $post;$lalaposttime = date( 'D M Y', strtotime( $post->post_id ) );
echo $lalaposttime; ?>
This worked to a point, however it displays the date as “THU JAN 1970”.
I assumes that it will be different for the bbpress plugin itself.
Could anyone help get me started with this?
Thanks in advance.
I have a blog with the Suffusion-theme on wich I just installed bbpress. I don’t need a fancy theme for bbpress.
* Created a new page for the forum (blablabla.com/Forum)
* Set up all the forums/subforum etc.
* Used the shortcode for showing the forum = [bbp-forum-index]
Things looks okey so far! Now I want to remove the sidebars from the forum (not the page, I know how to do that) and I have read a couple of tutorials but still don’t get it.
I don’t want to use a theme or childtheme, I want the forum to have the same coloring etc. as the Suffusion theme I use. So where do I remove the sidebars?
I have removed <?php get_sidebar(); ?> from:
* single-forum.php
* single-topic.php
* single-reply.php
as described in another thread in here. I changed this in mypage.com/wp-content/plugins/bbpress/bbp-themes/bbp-twentyten
But I don’t use that theme. I use NO theme. So where do I remove the sidebars?
Please let me know what I’m doing wrong here!
Before I download, I have some quick questions. Do your forums allow adsense and private forum topics for paying VIP members? Is it easy to set up or do I need to know code?