Search Results for '+.+default+.+'
-
Search Results
-
I’m creating a website with WordPress and bbPress that needs a section where someone can fill out an application form (from a WordPress page) and that will create a new topic in bbPress with the info they filled in.
We decided that the easiest way would be to have the form data submitted straight into the bbPress database.
I experimented with phpmyadmin by adding new records with the correct info in bbposts, increased the post counts in bbtopics and finally used the post time I’d set in bbposts (post_time) with topic_time to update the ‘freshness’. I used phpmyadmin’s default date/time selector to replicate the records’ formatting correctly.
While the new post showed up perfectly and the post counts were correct, the freshness came up as being “-1 years”
I changed the code in front-page.php to the following as outlined by _ck_ :
<td class="num">" title="<?php echo date("r",strtotime($topic->topic_time)); ?>"><?php topic_time(); ?></td>
so that I could see what it was coming up with as the posted date and time. The results were… ‘interesting’ –
On mousing over the -1 years, I got the correct date and time.
On mousing over the correct freshness times of other posts I had made the same day, I got a date and time that seems to be 12 hours behind.
Here are the links to images outlining this:
-1 years freshness but correct date/time image
‘Normal’ freshness time but with wrong date/time image
Can someone please explain what is going wrong and if possible how to fix it or get around this problem with adding topics directly to the database. I’m starting to /facedesk so help would be much appreciated!!
Hi,
The default bbpress post doesn’t have the Reply function… is there any plugins that have this feature?
I tried easy mention but it didn’t work at all
Thank you!
Topic: bbPress Default Theme
Hi i want to get this theme (the bbpress.org page forum theme).
Anybody knows its name or where can i get it ?
Thanks !
Topic: Change admin to Keymaster
I deleted the default admin account on my WordPress site after I gave another user admin access. I just found that I can’t access my plugin menu or settings in the integrated bbpress forum with that user(not deep integration). I have access to the database so is there any way to make my admin user a key-master again? If not is there any way I can get access to those menus again?
Using Wp 3.0.1 and BBp 1.0.2
Topic: No default template?
I installed BBpress and this is how it came out…http://www.entrepreneurchic.com/bbpress/
And when I tried accessing the admin, I get 404
http://www.entrepreneurchic.com/forums/bb-login.php?re=/bbpress/bb-admin/
PLEASE HELP!