Search Results for 'test'
-
AuthorSearch Results
-
February 26, 2011 at 1:27 pm #99196
In reply to: WPMimic V.1
Vietson
MemberTry to download it once more. I uploaded to my site instead of dropbox this time, should be fixed. I tested on my site and it worked…
February 26, 2011 at 1:27 pm #104296In reply to: WPMimic V.1
Vietson
MemberTry to download it once more. I uploaded to my site instead of dropbox this time, should be fixed. I tested on my site and it worked…
February 25, 2011 at 4:50 am #94998In reply to: bbPress 2.0 – Updates
mralexweber
ParticipantOkay, I hate to be ‘that guy’ but I’ve gotta ask…
I created forums through the admin interface, created a page (named “forum”) and set the page template to bbPress index. So far, so good. The page loads and I can see the forums I created.
However, when I click on one of the forums, for instance, “General Discussion”, I get a 404.
I’m using the DynamiX theme and I have added the various page templates, loop templates, css, etc. from the plugin. I tested on a different subdomain and it was working, but now it’s not.
Does Twentyten somehow “create” the
/forums/forum/and/forums/topic/topic-name/pages when it’s initialized? I looked at the functions.php included and didn’t see anything like this going on.I have also made sure to network activate the plugin, it was previously only activated on this site. Could that be the source of the problem?
Thanks again, everyone.
February 23, 2011 at 5:59 pm #99193In reply to: WPMimic V.1
Adrienkb
Memberno i downloaded the theme and installed it and when i fill out say information for a test user who has the same email, i dont get an error and when i know it will be successful, the page refreshes
February 23, 2011 at 5:59 pm #104293In reply to: WPMimic V.1
Adrienkb
Memberno i downloaded the theme and installed it and when i fill out say information for a test user who has the same email, i dont get an error and when i know it will be successful, the page refreshes
February 23, 2011 at 1:46 pm #99192In reply to: WPMimic V.1
Vietson
Member@Adrienkb – Are you sure that it doesn’t work? I’ve tested many times and it works great. If you were testing out the registration on my beta site, then i purposely disabled the registration page and its always an update or two behind the actual updated version.
@llny – I don’t have the orginal css file to version 0.02 anymore so I can’t really look up to the css. Why don’t you try the new version 1.0 for now. A setting page is coming, I just gotta finish it up.
February 23, 2011 at 1:46 pm #104292In reply to: WPMimic V.1
Vietson
Member@Adrienkb – Are you sure that it doesn’t work? I’ve tested many times and it works great. If you were testing out the registration on my beta site, then i purposely disabled the registration page and its always an update or two behind the actual updated version.
@llny – I don’t have the orginal css file to version 0.02 anymore so I can’t really look up to the css. Why don’t you try the new version 1.0 for now. A setting page is coming, I just gotta finish it up.
February 22, 2011 at 7:36 pm #37560Topic: WordPress and bbPress Integration
in forum Installationhixsonb
ParticipantHi,
I am sure this has been asked but I must not be typing the right search phrase because I can not find the solution.
I have successfully integrated a few WordPress/bbPress installations but am having an issue with the latest one I am setting up for a client.
WordPress is successfully installed.
The latest download of bbPress has been installed and uploaded to the server.
The WordPress bbPress integration plugin has been installed.
The appropriate define cookiepath and cookiedomain settings have been added to the wp-config.php
When starting the bbPress installation and configuration, I keep getting…
…problem connecting to the WordPress user database.
I know the auth keys and all the other keys are correct as well as the database prefix of wp_.
I am missing something?
Thanks,
Bert
February 22, 2011 at 2:24 pm #99464In reply to: Custom forum template like forum-ID.php – possible?
Pomy
ParticipantHi Zaerl, Thanks for your interest in this topic

I also tried your method, but I’m sorry its little bit different.
its shows content from “whatever-you-want.php” when slug is “this” but the forum structure remain same.
something like
**************Forum Template**************
— Default Header
— Default latest discussion
— Default forums
— Default Footer
— Custom content from whatever-you-want.php
********************************************
But I’m searching, that when forum slug is “this” then i can handle every thing from scratch from “whatever-you-want.php”
like
*************Forum Template***************
— My Custom Header for forum slug “this”
— My Custom latest discussion
— My Custom forums categories
— My Custom style for footer
*******************************************
Keep in mind that this is a rude approach and that everything can be packed in a plugin.
I’m afraid what you are talking about. Is this not a secure method?
Can you please pack this code into a plugin, I’ll really appreciate your kindness. Thanks
February 22, 2011 at 2:24 pm #104564In reply to: Custom forum template like forum-ID.php – possible?
Pomy
ParticipantHi Zaerl, Thanks for your interest in this topic

I also tried your method, but I’m sorry its little bit different.
its shows content from “whatever-you-want.php” when slug is “this” but the forum structure remain same.
something like
**************Forum Template**************
— Default Header
— Default latest discussion
— Default forums
— Default Footer
— Custom content from whatever-you-want.php
********************************************
But I’m searching, that when forum slug is “this” then i can handle every thing from scratch from “whatever-you-want.php”
like
*************Forum Template***************
— My Custom Header for forum slug “this”
— My Custom latest discussion
— My Custom forums categories
— My Custom style for footer
*******************************************
Keep in mind that this is a rude approach and that everything can be packed in a plugin.
I’m afraid what you are talking about. Is this not a secure method?
Can you please pack this code into a plugin, I’ll really appreciate your kindness. Thanks
February 21, 2011 at 4:24 pm #99501In reply to: Using MediaWiki user database to log in?
[removed]
ParticipantThanks, Ben L.
I’ve decided to just rewrite the LDAP plugin to connect with mediawiki’s database. Seems to be working so far, when I’ve tested it some more I’ll release it officially.
February 21, 2011 at 4:24 pm #104601In reply to: Using MediaWiki user database to log in?
[removed]
ParticipantThanks, Ben L.
I’ve decided to just rewrite the LDAP plugin to connect with mediawiki’s database. Seems to be working so far, when I’ve tested it some more I’ll release it officially.
February 21, 2011 at 8:44 am #99514In reply to: Pagination Breaks after 44 Pages
zaerl
ParticipantProbably you have deleted some posts here and there. Try to recount everything from the admin page (bb-admin/tools-recount.php). I have tested get_topic_page_links (the function that generate links) and I don’t see problems.
Your count says 1533 posts but 35*44 + 7 = 1547.
Also add:
.post img, #post_content img {
max-width: 450px;
}to your CSS.
February 21, 2011 at 8:44 am #104614In reply to: Pagination Breaks after 44 Pages
zaerl
ParticipantProbably you have deleted some posts here and there. Try to recount everything from the admin page (bb-admin/tools-recount.php). I have tested get_topic_page_links (the function that generate links) and I don’t see problems.
Your count says 1533 posts but 35*44 + 7 = 1547.
Also add:
.post img, #post_content img {
max-width: 450px;
}to your CSS.
February 19, 2011 at 5:45 pm #99428In reply to: Only forum not Latest Discussions
zaerl
ParticipantDelete tags too.
February 19, 2011 at 5:45 pm #104528In reply to: Only forum not Latest Discussions
zaerl
ParticipantDelete tags too.
February 19, 2011 at 11:55 am #99426In reply to: Only forum not Latest Discussions
1onely
Memberok but when i remove code about latest discussions in front-page.php template >> show tags top forums !!
February 19, 2011 at 11:55 am #104526In reply to: Only forum not Latest Discussions
1onely
Memberok but when i remove code about latest discussions in front-page.php template >> show tags top forums !!
February 19, 2011 at 1:52 am #99442In reply to: is anybody still using the reCAPTCHA plugin?
Mark Plumley
MemberI use the following four way spam stopper:
Approve User Registration
bbCaptcha
Akismet
Human Test for bbPress
We have had minimum issues at our bbpress forums
February 19, 2011 at 1:52 am #104542In reply to: is anybody still using the reCAPTCHA plugin?
Mark Plumley
MemberI use the following four way spam stopper:
Approve User Registration
bbCaptcha
Akismet
Human Test for bbPress
We have had minimum issues at our bbpress forums
February 18, 2011 at 10:24 pm #99424In reply to: Only forum not Latest Discussions
Ben L.
MemberIf you edit your front-page.php template (make a copy and edit the copy), you can remove the code about latest discussions.
February 18, 2011 at 10:24 pm #104524In reply to: Only forum not Latest Discussions
Ben L.
MemberIf you edit your front-page.php template (make a copy and edit the copy), you can remove the code about latest discussions.
February 18, 2011 at 10:00 pm #99423In reply to: Only forum not Latest Discussions
intimez
ParticipantIt shows the latest posts inside the forums, why you want to remove it?
February 18, 2011 at 10:00 pm #104523In reply to: Only forum not Latest Discussions
intimez
ParticipantIt shows the latest posts inside the forums, why you want to remove it?
February 18, 2011 at 8:28 pm #99422In reply to: Only forum not Latest Discussions
1onely
MemberAnyone ?
-
AuthorSearch Results