Search Results for '"wordpress'
-
Search Results
-
I have three sites I am merging into one WordPress site (I know, there was not a clear pathway, but now I am correcting it). I have a bbPress forum on one of the sites that I need to migrate into an existing site. I have brought the users over already. Is there a suggested manner I should use to import the forum? the WXR Export does not seem to work properly.
Thoughts?
Topic: Import first_name/last_name
I’m migrating from a vbulletin forum (3.x) and I’ve figured out how to do a bit of customization, bringing over custom fields in the user table. But one thing I’m having a tough time figuring out is how to bring in the first_name and last_name to the usermeta table.
For some reason, the following does not work:
// fx: last name Stored in usermeta) $this->field_map[] = array( 'from_tablename' => 'user', 'from_fieldname' => 'lastname', 'to_type' => 'user', 'to_fieldname' => 'last_name' );But the following does:
// fx: last name Stored in usermeta) $this->field_map[] = array( 'from_tablename' => 'user', 'from_fieldname' => 'lastname', 'to_type' => 'user', 'to_fieldname' => 'fx_last_name' );Simply by changing “last_name” to “fx_last_name” it works. I’d prefer to have it bring it in as the WordPress defaults. I understand I can force a move into the correct field once I import, but as I’ll have about 24 hours on the migration day, i’d love to get it accomplished in the import script.
Thanks for any insights.
Topic: New Installation 404 error
Hi,
I am volunteering on a not for profit site running wordpress 4.0.1, bbpress 2.5.4, s2member pro 141007I have yet to be able to see any of the forums, topics etc as all I get is a 404 error. I have ready through the info about this issue and tried everything suggested, including the two plugins that are supposed to fix it to no avail.
I do have pretty links turned on, I do have a “Forums” page and have tried it with and without a shortcode to pull up the forums and it just shows the shortcode and never the forum. The only way I get get anything to show is to use the “ugly” link to the forums but none of the links work from
http://ontariodoulas.org/?post_type=forumAny ideas on where to go from here? Any help would be appreciated! Thank you!
Topic: phpBB import problem
Hi all,
I’ve been trying to import my forum from phpbb 3.1.1 (no mod or themes) to bbpress 2.5.4.
I used row limits 50 and delay time 2. Database settings looks to be ok.
Problem is following code that appears on every line:
‘Warning: set_time_limit() has been disabled for security reasons in /home/int2000/d/xxxxx/html/wordpress/wp-content/plugins/bbpress/includes/admin/converter.php on line 306 Warning: set_time_limit() has been disabled for security reasons in /home/int2000/d/xxxxx/html/wordpress/wp-content/plugins/bbpress/includes/admin/converter.php on line 306’Conversion goes till end and following message will appear:
‘Repair any missing information: Continue’
‘SELECT convert(forums.forum_id USING “utf8”) AS forum_id,convert(forums.parent_id USING “utf8”) AS parent_id,convert(forums.forum_topics USING “utf8”) AS forum_topics,convert(forums.forum_posts USING “utf8”) AS forum_posts,convert(forums.forum_topics_real USING “utf8”) AS forum_topics_real,convert(forums.forum_name USING “utf8”) AS forum_name,convert(forums.forum_desc USING “utf8”) AS forum_desc,convert(forums.left_id USING “utf8”) AS left_id,convert(forums.forum_type USING “utf8”) AS forum_type,convert(forums.forum_status USING “utf8”) AS forum_status FROM phpbb_3forums AS forums LIMIT 0, 100’What am I doing wrong?
Wordpress 4.0
bbPress 2.5.4Hi,
in admin toolber, I would disable the section about buddyPress, I detected it by css code:
ul#wp-admin-bar-my-account-buddypress.Can I hide it?
Thanks.
If site have enabled option
Allow link notifications from other blogs (pingbacks and trackbacks)
Then if you try to create a post with links to your forum topics WordPress creates comments for… topics. I guess this is a bug, because comments not showing on topics pages.
Wordpress 4.0
bbPress 2.5.4Hi,
in the function ‘bbp_get_single_forum_description’, I would concat a message for user not logged in.I wrote:
add_action( 'bbp_get_single_forum_description', 'msg_for_user_loggedin' ); add_action( 'bbp_get_single_topic_description', 'msg_for_user_loggedin' ); function msg_for_user_loggedin( $args = '' ) { if ( !bb_is_user_logged_in() ) { $custom_msg = "You must be logged in to see all topics."; } else { $custom_msg = ""; } echo $custom_msg . bbp_get_single_forum_description( $args ); }But it not works, why?
Thanks.
Hi,
I have upgraded a website to wordpress 4.0.1 and bbpress to version 2.5.4 and after that topics have disappeared. If I click on each forum appear two messages:
This forum contains 7 topics and 102 replies
but no topics are shown and after this message there is this other message:
Oh bother! No topics were found here!We have tried to change the template and to deactivate the plugins but there are no conflicts and the issue still exist.
Just curious, is there any way to have a registration and login system that is separate from WordPress? Like the kind they have at most forum websites where you input captcha, details about yourself, etc.
Topic: Deeper capabilities
Hello Everybody.
I hope you understand my “german Englisch”.
I tried many many membership and capability plugins to empower bbpress. But with no success.
This is because bbpress has capabilities, but don´t used them the right way.I am not a developer, so I don´t know, if everything I suggest is possible or not. But I know, for some of these features, that it worked for former versions of bbpress with plugins that are outdated for years.
What bbpress really needs are capabilities in this way (marking new capabilites with (*)):
When talking about forums, I mean forums and categories.Forums/Categories
can_see_forum
can_see_threadThreads
can_create_topic_in_forum (*)
can_edit_owntopic_in_forum (*)
can_edit_anytopic_in_forum (*)
can_delete_owntopic_in_forum (*)
can_delete_anytopic_in_forum (*)Replies
can_create_reply_in_forum (*)
can_edit_ownreply_in_forum (*)
can_edit_anyreply_in_forum (*)
can_delete_ownreply_in_forum (*)
can_delete_anyreply_in_forum (*)Moderators/Admins
Capabilites to create, edit, delete, move or split forums, threads and replies.
With these capabilites, bbpres itself or every capability addon could add members or groups to forums and categories.
This would make bbpress more like full featured forum software (vbulletin, burning board, phpbb and other) than it ever was.
I asked a developer a long time ago, how long it would take to build an extension or add this to the bbpress core features.
He said something like: BBPress is well coded. I think, adding these capabilities and rules to forums, adding some metaboxes for assigning groups, members or capabilites to forums post types.. I think a good developer could do this in no time.
Well… he is specialized in another section of wordpress plugins and not interested in creating for bbpress. But I think, every wordpress user and forum lover would love these features.
And I think, this is also a great way to prevent spam in forums. on non-english websites, most spam plugins block users that are definetly no spammers, because they search for things, that are not present in non english languages.
Hoping for feedback and… hope this can be realized.
Plugins I tried:
– press permit
– advanced access manager
– advanced capabilites manager
– s3members
– members
– and many many more (used keyword in wp repo: bbpress, member, access, restrict, capability, capablites, read, write, permission and more)Hope for positive feedback
Digi
I’ve got a problem with Administrator / Keymaster and other roles when installing bbPress.
When setting up the site in 4.0 I created 2 administrators beside myself, and the rest of the members of the club I gave the roles of Authors or Editors (but in French Auteur and Editeur). When installing bbPress everyting screwd up. Suddenly everyone had the lowest role and the other administrators couldn’t log in to the Dashboard but of some reason my previliges as Administrator remaind. When attempting to give back the roles as Admins to the other 2 accounts, there where no Admin in the list to so I couldn’t give them that role. The highest role I could give them was Editor
I then deinstalled bbPress. My Administrator account then turned into Keymaster and the other two former Adminstrators turned into Editeurs (editor in French) but all the other members got their old roles.
So when now trying to give back the Administrors role to myslef (who is a Keymaster for the moment) and to the other 2 accounts there is no Administrator in the list just a mitchmach of roles in English and in French. What turnes up are (rmember that bbPress is deinstalled now):
* Abboné
* Participant
* Moderator
* Blocked
* Spectator
* Keymaster
* Contributeur
* Auteur
* Editeur(FYI I have now upgraded WordPress to 4.0.1)
What is this all about. How do I give people the roles of Adminstrator ??? And why did the roles change in the first place ?
i am using wordpress 3.9.2 and bbPress 2.5.4-5380.
I want to change user role automatically based on total replies created by user, so when user reached the number of total replies it will change the user role automatically.
Is it possible to do that? How I can do that?Dear bbPress,
I am contacting you all on behalf of my client who is currently having problems with their website. One of her staff members sent me an email saying they were unable to edit, delete or remove posts on my site’s forum. Not even their own. Their also experiencing problems with posting and/or responding to post. It sometimes allows them to write the post and press the post button but when they check to see if their post has loaded, it is nowhere to be found. I reached out to the organization that powers the forum but I don’t think they will be able to assist me. I’m not sure if WordPress or Buddypress controls the forums on various websites or if the organization that powers the forum can help with forum issues.
My client is using WordPress 3.7.4. and bbPress 2.4.
http://www.motherswithsonsinprison.com