Forum Replies Created
-
cookie problem, clear all cookies.
try another browser for instance, that will work
cookie problem, clear all cookies.
try another browser for instance, that will work
Login from admin account
Login from admin account
In reply to: Admin dashboard is lost after intergationif you can see the admin link, then just clear out your cookies once and login again.
if you can’t see the admin link, then fix it by these steps – http://blog.ashfame.com/2009/09/fix-lost-admin-access-bbpress/
In reply to: Admin dashboard is lost after intergationif you can see the admin link, then just clear out your cookies once and login again.
if you can’t see the admin link, then fix it by these steps – http://blog.ashfame.com/2009/09/fix-lost-admin-access-bbpress/
In reply to: Keymaster account goneIn reply to: Keymaster account goneIn reply to: I need help adding plugins to my BB Press ForumFTP client would be the best.
Check this blog post – http://blog.ashfame.com/2009/09/fix-my-templates-my-plugins-folder-not-working-bbpress/
In reply to: I need help adding plugins to my BB Press ForumFTP client would be the best.
Check this blog post – http://blog.ashfame.com/2009/09/fix-my-templates-my-plugins-folder-not-working-bbpress/
In reply to: Keymaster account goneare WP and bbP in the same db?
what did you do to integrate them? you probably did something wrong due to which bbPress is not looking at the right place
In reply to: Keymaster account goneare WP and bbP in the same db?
what did you do to integrate them? you probably did something wrong due to which bbPress is not looking at the right place
In reply to: my-plugins againDon’t act like a loser. Your frustration is not supposed to come out when you are asking for free help.
People helping you here are not supposed to help you, they are just willing to offer help.
Regarding your host, you must have some sort of control panel from where you can fix things.
And if you are that much worried about their charges, why are you with them?
Get some life.
I hope you get your problem solved.
Good luck!
In reply to: my-plugins againDon’t act like a loser. Your frustration is not supposed to come out when you are asking for free help.
People helping you here are not supposed to help you, they are just willing to offer help.
Regarding your host, you must have some sort of control panel from where you can fix things.
And if you are that much worried about their charges, why are you with them?
Get some life.
I hope you get your problem solved.
Good luck!
In reply to: my-plugins againget a better host, i have never even heard of such a problem.
file permissions are ok but owner? err doesn’t make sense to me
In reply to: my-plugins againget a better host, i have never even heard of such a problem.
file permissions are ok but owner? err doesn’t make sense to me
In reply to: bbPress 2.0 – UpdatesThe standalone ver will live on
you can use instant password plugin to let them choose the password at that time and for auto logging them, you will need some code to get that done.
same goes for chatting stuff
you can use instant password plugin to let them choose the password at that time and for auto logging them, you will need some code to get that done.
same goes for chatting stuff
yeah i fixed that by making call wp_title and bb_title conditionally.
hint:
<title>
<?php
if ( function_exists('bb_title') )
bb_title();
else
wp_title();
?>
</title>Also you will need to send headers in deep integration as some users have reported to get 404 errors on all forum pages
yeah i fixed that by making call wp_title and bb_title conditionally.
hint:
<title>
<?php
if ( function_exists('bb_title') )
bb_title();
else
wp_title();
?>
</title>Also you will need to send headers in deep integration as some users have reported to get 404 errors on all forum pages
In reply to: I need help adding plugins to my BB Press ForumThis is no option to add plugins. You will have to manually upload them to my-plugins folder via FTP (create it if doesnt exist with 755 permissions)
In reply to: I need help adding plugins to my BB Press ForumThis is no option to add plugins. You will have to manually upload them to my-plugins folder via FTP (create it if doesnt exist with 755 permissions)
In reply to: Which AUTH/LOGGED_IN Key to use?copy the 8keys and salts in your wp-config.php to bb-config.php and rename every one with a prefix BB_
In reply to: Which AUTH/LOGGED_IN Key to use?copy the 8keys and salts in your wp-config.php to bb-config.php and rename every one with a prefix BB_