Search Results for 'test'
-
AuthorSearch Results
-
March 5, 2011 at 10:47 am #99637
In reply to: Having trouble integrating
Beeblbrox
MemberNo idea why you haven’t got them, but to rectify I would simply download latest WP install package, check out wp-config-sample.php copy the salts section from there, use the salt generator (url inside the comments of the sample php file) and try that as your new config.
Mind you I don’t know if altering salts after your installation will mess up your installation so back up your existing config as well.
March 5, 2011 at 10:47 am #104737In reply to: Having trouble integrating
Beeblbrox
MemberNo idea why you haven’t got them, but to rectify I would simply download latest WP install package, check out wp-config-sample.php copy the salts section from there, use the salt generator (url inside the comments of the sample php file) and try that as your new config.
Mind you I don’t know if altering salts after your installation will mess up your installation so back up your existing config as well.
March 4, 2011 at 1:43 am #99203In reply to: WPMimic V.1
Adrienkb
Member@ CNLee123
that made you sound like a spam bot as it was an exsact echo of limited
with out the link.
I am using the latest stable version of BB press
March 4, 2011 at 1:43 am #104303In reply to: WPMimic V.1
Adrienkb
Member@ CNLee123
that made you sound like a spam bot as it was an exsact echo of limited
with out the link.
I am using the latest stable version of BB press
March 3, 2011 at 4:17 pm #37631alexchenco
MemberI would like to know how to start a custom bbPress loop to display the recent 5 posts of a certain forum (say Forum Test 1).
In WordPress I create custom loops like this:
`<?php $custom_posts = new WP_Query(); ?>
<?php $custom_posts->query(‘post_type=bbp_topic&posts_per_page=5’); ?>
<?php while ($custom_posts->have_posts()) : $custom_posts->the_post(); ?>
<div class=”block-2 border-top”>
<h2><a href=”<?php the_permalink(); ?>” title=”<?php printf( esc_attr__( ‘Permalink to %s’, ‘twentyten’ ), the_title_attribute( ‘echo=0’ ) ); ?>” rel=”bookmark”><?php the_title(); ?></a></h2>
<?php the_excerpt(); ?>
<p><?php comments_number(‘0 Replies’,’1 Reply’,’% Replies’); ?>.</p>
</div>
<?php endwhile; ?>`
How to do what I mentioned above in bbPress 1.1?
March 3, 2011 at 6:55 am #99202In reply to: WPMimic V.1
CNLee123
MemberWhat version of bbPress are u running? This theme isn’t tested on any version early than version 1.
Also, if you try to register with the email address tt@kk, it’ll tell you that the email address is invalid. Or if you’re using an email that already exist in your database then that wont work either…
I tested everything in my site, and everything seems to be just fine.
you can test it out yourself on my site if you want…
March 3, 2011 at 6:55 am #104302In reply to: WPMimic V.1
CNLee123
MemberWhat version of bbPress are u running? This theme isn’t tested on any version early than version 1.
Also, if you try to register with the email address tt@kk, it’ll tell you that the email address is invalid. Or if you’re using an email that already exist in your database then that wont work either…
I tested everything in my site, and everything seems to be just fine.
you can test it out yourself on my site if you want…
March 2, 2011 at 1:28 am #95017In reply to: bbPress 2.0 – Updates
John James Jacoby
Keymaster@offereins – try the latest revision; the widget issue should be fixed. The ‘/blog’ issue comes from a sub-directory multisite installation which I haven’t tested on yet.
@Ryan – by popular request, because it’s easier to extend if all the files are included, and because we cannot guarantee that twentyten will exist. Don’t fret, there will be another theme bundled along with it.
March 1, 2011 at 8:49 pm #99629In reply to: Having trouble integrating
panosbax
MemberAny recommendation Ashfame? Do you have it currently working with 3.1 wordpress and latest bbpress?
March 1, 2011 at 8:49 pm #104729In reply to: Having trouble integrating
panosbax
MemberAny recommendation Ashfame? Do you have it currently working with 3.1 wordpress and latest bbpress?
March 1, 2011 at 7:33 pm #99199In reply to: WPMimic V.1
Adrienkb
MemberThis is my site: http://bwshome.web44.net/ Try and sign up and you’ll see what I mean. Nothing works. the version is the latest stable version of bbpress what ever that is on the download section of this site.
I dont get the error message you should get with tt@kk.
trouble shooting?
March 1, 2011 at 7:33 pm #104299In reply to: WPMimic V.1
Adrienkb
MemberThis is my site: http://bwshome.web44.net/ Try and sign up and you’ll see what I mean. Nothing works. the version is the latest stable version of bbpress what ever that is on the download section of this site.
I dont get the error message you should get with tt@kk.
trouble shooting?
March 1, 2011 at 12:18 pm #99617In reply to: Best bbpress solution now ?
mr_pelle
ParticipantQuestion: since 1.0.3 was copied from the 1.0 branch, does it have ANY of the updates trunk has had since today..?
If not, what’s the difference between the yet-unofficial 1.0.3 and 1.0.2?
EDIT: as I thought, 1.0.3 does NOT have ANY of the latest updates… 0_o”
March 1, 2011 at 12:18 pm #104717In reply to: Best bbpress solution now ?
mr_pelle
ParticipantQuestion: since 1.0.3 was copied from the 1.0 branch, does it have ANY of the updates trunk has had since today..?
If not, what’s the difference between the yet-unofficial 1.0.3 and 1.0.2?
EDIT: as I thought, 1.0.3 does NOT have ANY of the latest updates… 0_o”
March 1, 2011 at 11:07 am #95011In reply to: bbPress 2.0 – Updates
John James Jacoby
Keymaster@alexchenco – Right now creating topics/replies from within wp-admin is in rough shape, and doesn’t work correctly. Debating on whether to fix or block for release.
Thanks for kind words. Happy to have as many testers as possible.
March 1, 2011 at 1:24 am #99599In reply to: bbPress Plugin Templates
driz
MemberI have had a look at the latest version but there are template files inside the folder here: /bbp-themes/bbp-twentyten/ and also /bbp-themes/bbp-twentyten/bbpress/
I have copied JUST the bbPress folder to my theme BUT there are still those other files that sit inside the root theme folder. Why are they NOT all inside the bbpress sub-folder?
March 1, 2011 at 1:24 am #104699In reply to: bbPress Plugin Templates
driz
MemberI have had a look at the latest version but there are template files inside the folder here: /bbp-themes/bbp-twentyten/ and also /bbp-themes/bbp-twentyten/bbpress/
I have copied JUST the bbPress folder to my theme BUT there are still those other files that sit inside the root theme folder. Why are they NOT all inside the bbpress sub-folder?
February 28, 2011 at 8:44 pm #99586In reply to: Limiting 'Latest Disicussions'
Ashish Kumar (Ashfame)
ParticipantBBLD works fine in WordPress. Please note, its a WordPress plugin and not a bbPress plugin
February 28, 2011 at 8:44 pm #104686In reply to: Limiting 'Latest Disicussions'
Ashish Kumar (Ashfame)
ParticipantBBLD works fine in WordPress. Please note, its a WordPress plugin and not a bbPress plugin
February 28, 2011 at 6:22 pm #99585In reply to: Limiting 'Latest Disicussions'
jwindhall
MemberNobody?
February 28, 2011 at 6:22 pm #104685In reply to: Limiting 'Latest Disicussions'
jwindhall
MemberNobody?
February 27, 2011 at 11:52 pm #99198In reply to: WPMimic V.1
Vietson
MemberWhat version of bbPress are u running? This theme isn’t tested on any version early than version 1.
Also, if you try to register with the email address tt@kk, it’ll tell you that the email address is invalid. Or if you’re using an email that already exist in your database then that wont work either…
I tested everything in my site, and everything seems to be just fine.
you can test it out yourself on my site if you want…
February 27, 2011 at 11:52 pm #104298In reply to: WPMimic V.1
Vietson
MemberWhat version of bbPress are u running? This theme isn’t tested on any version early than version 1.
Also, if you try to register with the email address tt@kk, it’ll tell you that the email address is invalid. Or if you’re using an email that already exist in your database then that wont work either…
I tested everything in my site, and everything seems to be just fine.
you can test it out yourself on my site if you want…
February 27, 2011 at 6:23 pm #99197In reply to: WPMimic V.1
Adrienkb
MemberOk heres the update. First I downloaded from http://vietsonnguyen.com/WPMimic.zip <– there. and second this is what happens:
Note: Registration works fine in the default theme so its no my installation or hosting, I have tested this out.
I click register:
Enter the name: kk
Email: tt@kk
Then his register, I dont get a message saying that your user name and password has been sent to your email.
So I log in as admin and that user is not in the user section
So then I register again:
Enter the name: Adam
Email: My email
I dont get an error for username and I dont get an error for email.
I switch to default themes:
The first login Worked
The second gave me an error for both user name and email.
February 27, 2011 at 6:23 pm #104297In reply to: WPMimic V.1
Adrienkb
MemberOk heres the update. First I downloaded from http://vietsonnguyen.com/WPMimic.zip <– there. and second this is what happens:
Note: Registration works fine in the default theme so its no my installation or hosting, I have tested this out.
I click register:
Enter the name: kk
Email: tt@kk
Then his register, I dont get a message saying that your user name and password has been sent to your email.
So I log in as admin and that user is not in the user section
So then I register again:
Enter the name: Adam
Email: My email
I dont get an error for username and I dont get an error for email.
I switch to default themes:
The first login Worked
The second gave me an error for both user name and email.
-
AuthorSearch Results