Search Results for '\"wordpress\'
-
Search Results
-
Hello!
I reccently had a problem with my site being hacked. I used SMF back then as forum, but when I got in to business of re-building the forum I got the advice to switch to bbPress (since I already used WordPress). The installation was smooth and it went fine.
However, now when it is up I miss a couple of functions that I guess I need to install plugins to have. I want…
1) …the users to be able to post images. The img-tag isn’t allowed from what I can see.
2) …that all user would have a postcounter by the left field where their name is shown.
3) …a possiblity to have buttons to display the tags for those who can’t write code. The usual mark a word, press a button and voilá! The word is bold.
Those are the most pressing matters. Have you any suggestions to what plugins I should use?
Thanks in advance!
Topic: User Roles, WP & BBpress
Hey there, So i’m 99.99 ready to launch but having an issue with WordPress, BBpress, aMember
New users that signs up can’t add a new topic to the forum, wordpress and bbpress are sharing the same database, I figured out what the issue is, When a new user gets added it doesn’t assign it a role in BBpress i.e. Member, I have to manually set it each time so that the user can post.
I have set the user roles in the BBpress/Wordpress integration area, See > http://helpdock.net/screenshots/c905c801ef699307e0874064f7d379fb.png
But as you can see here the any new users do not get roles and I have to manually change the role, See BBpress user > http://helpdock.net/screenshots/0fd8d331e62c872981a29d2f256e25aa.png
But in wordpress the new member does get a role See > http://helpdock.net/screenshots/e436685a6d598b9178f93b7dfefa322f.png
Any ideas why its BBpress isn’t assigning the user roles so that a user can post a new topic?
Topic: comments_popup_link
I had my test bbpress and my wordpress site working well. WP 2.7.1 and bbpress 1.0 I updated my wordpress site this weekend to 2.8 and now the integration doesn’t work.
Not only does the login not work across the site, but when I login to one it logs me out of the other.
I have went through all the steps that I did initially to integrate the sites, but haven’t figured out the change. I’m wondering if it has to do with the bbpress integration plugin?

i’m looking for a way to use the same output like in wp for the comments like:
<?php comments_popup_link('no comments', 'one comment', ' % comments'); ?>instead of<?php forum_topics(); ?> <?php _e('post(s) or comment(s)'); ?>.so is there a php pendant in bbpress to count comments or posts the wordpress way?
thank’s in advance