Search Results for 'test'
-
Search Results
-
First off, I’d really like someone to answer me. I’m getting tired of creating threads and nobody seems to have the answer, or doesn’t care about helping out. Unless I’m being spammed. And if that is the case, why. I don’t deserve to be spammed.
Second. We upgraded to the latest version. Topic tags no longer work. We have tried several ways to fix the problem and it still wont fix the problem.
We have tried several ways of removing the tags.
We do not want tags at all. People are posting obscene, hateful content into them. My next step is to have tag history installed, and have those users banned. But to prevent that rash action I want to know. Is there a permanent and well known solution to removing topic tags.
Topic: registration disabled?
any idea why my bbpress site would say …
Regisration disabled. This is a demo site. ?
I have used the bbpress integration plug-in on my wordpress site.. the users come through fine…
note: i have two sites:
http://www.terralingua.org/bcdconservation
(this is the one i have linked the database to)
and
(underconstruction, in ‘maintenance redirect mode’, meaning it is redirected to my old site, but i enabled registration anyways to test, (has shared users plug-in
Topic: Posting test
For making bbPress (and WordPress) do what it ain’t supposed to…
I use WordPress 3.0.1 and BuddyPress Plugin. Installed the latest version of bb attachment plugin from this site but when activated gives the following error:
Fatal error: Call to undefined function bb_get_option() in /home/www/bla-bla/wp-content/plugins/bb-attachments/bb-attachments.php on line 74
The line itself is as follows:
$bb_attachments=bb_get_option(‘url’).trim(str_replace(array(trim(BBPATH,”/\”),”\”),array(“”,”/”),dirname(__FILE__)),’ /\’).’/icons/’;
Could you, guys, help me with resolving it please
Thank you thank you
Topic: Preview forum before upload
Sorry for the newbness of my question, but I was wondering if there’s a way to try out bbpress without having to pay for a cloud server? I want to test out the products before spending any money.
Thx
To put it simply I need to unhash / decrypt the password to reveal the current password in the database.
I have found this topic http://bbpress.org/forums/topic/cant-administer-my-site#post-73724
which indicates the password is md5 encoded
However testing md5(‘mypass’) in mysql5 produces a value quite different from the ‘mypass’ used in the bbPress table.