Forum Replies Created
-
In reply to: Replies to topics not appearing
If you can contact the theme developers to see if they can update the theme that would be the best option.
In the meantime have a look at this thread https://bbpress.org/forums/topic/help-with-reply-display-problem/
In reply to: Order ForumPlease see https://codex.bbpress.org/getting-started-with-bbpress/#creating-your-first-forum and bbPress Forums List Widget unordered listing is seemingly random.
If these do not help could you give us a more detailed description of your forums structure and what order you have them set to with a link to your forums site so we can have a closer look.
@galynsky Can you confirm you are using the ‘import forums’ tool or the ‘export’ tool?
Import: WP-Admin -> Tools -> Forums -> ‘Import Forums’ (/wp-admin/tools.php?page=bbp-converter)
Export: WP-Admin -> Tools -> Export
@markusbb I am running out of ideas.
Try setting a fresh install of WordPress & bbPress on a different hosting provider or a local LAMP install on your PC and for the import use your webhosts remote SQL address to try the import again. As it will be slower using remote SQL connections lower the queries to eg. row limits = 10 and delay time = 5.What version of bbPress Standalone are you using? If less than 1.1 can you upgrade to 1.1, does that work? If so does 1.1 -> 2.1 now work?
Also have a read of the following thread and try some of the suggestions by JJJ here and here.
Can you try with a clean WordPress install on a different webhost or setup a local environment?
Try the import using the remote SQL server address rather than ‘localhost’
Can you narrow down the if it is an exact post that the importer fails on? eg. Is there some weird strings in the database for topic #xyz that is causing the importer to stop.
In reply to: How to move from version 1.02 to the new 2.1?I would suggest upgrading 1.02 -> 1.1 and then install v2.1.1 of the bbPress plugin and upgrade again checking everything as you go.
Once your old install is fully upgraded go to /wp-admin/export.php and export the Forum/Topics/Replies then /wp-admin/import.php and install the WordPress importer and import that into your other database.
In reply to: bbPress Language FilesGreat, let us know how it all works out for you.
In reply to: how to install bbpress on my photography site ?Yes, install the plugin from https://wordpress.org/extend/plugins/bbpress/
Currently there are no Persian (fa) Translations for bbPress
https://translate.wordpress.org/projects/bbpress/pluginIt would be great if you could help translate bbPress into Persian, contact the Persian (fa) translations team to get it setup.
https://fa.wordpress.org/In reply to: how to change bbp default role?Whatever you have ‘New User Default Role’ set to in WP-Admin is what role will be assigned to new users registering.
WP-Admin -> Settings -> General /wp-admin/options-general.php
We would need more detailed information from you to be able to reproduce the problem you are having.
#bbpress-forums .status-closed, #bbpress-forums .status-closed a { color: #ccc; }
Pretty easy to get this info from your browser developer tools, press F12 or right click the element and select ‘Inspect Element’
In reply to: Moderation helpa) I would suggest you contact the plugin author at http://ianhaycox.com/contact to see why all posts by some users are going into the moderation queue.
b) As per the plugin FAQ
> To approve multiple topics or replies you can use the bulk actions
> option. Click the pending link, select all topics or replies then Bulk
> Actions->Edit and change the status to Publish.Again, ask the plugin author if that can be integrated into the plugin, better moderation tools are planned for future bbPress releases. https://bbpress.trac.wordpress.org/ticket/1721
In reply to: bbPress Language FilesIf your having problems don’t increase the load to 1,000 try decreasing the load to 50 or 10, also increase the delay time to allow the disk to finish its I/O operations before executing another query.
Your PC memory has nothing to do with how much memory is being allocated to php.exe, to increase the allocated memory to the PHP process open up your php.ini file and increase ‘memory_limit’ to 256M.
Also open up Windows ‘Resource Monitor’ whilst you are running this to monitor the PHP process and Disk I/O, when I was doing early testing it was my HDD that was the bottleneck and causing the import to fail.
In reply to: Customising bbp_list_forums – Last Poster BlockJust update your originals at pastebin and ping me and I will update them from the changes.
I came upon this only a couple of days ago…. I only know the Git basics and that is 90% of what I need 🙂
Got 15 minutes and want to learn Git?
http://try.github.com/In reply to: Videos in BBPressEnable ‘Auto-Embed Links’ from /wp-admin/options-general.php?page=bbpress for YouTube, Twitter, Flickr, etc…) directly into topics and replies.
In reply to: Customising bbp_list_forums – Last Poster BlockFixed 😉 I am still soooo new to the world of Git, Gists, GitHub and version control but love it soooo much 🙂
In reply to: Customising bbp_list_forums – Last Poster BlockI just copied each of these into Gists @GitHub for those who use Git…
Custom bbp_list_forums function. http://pastebin.com/GLhCHYze == https://gist.github.com/3133449
Custom last poster block for forums. http://pastebin.com/8K0pkKs5 == https://gist.github.com/3133450
Custom last poster block for topics. http://pastebin.com/FGptZmiQ == https://gist.github.com/3133451
- This reply was modified 12 years, 4 months ago by Stephen Edgar.
In reply to: I'm finished (I think?)> I have always wanted to “Get on the bleeding edge of the web” lol,
> great tagline.lol… I’ll show you that later 😉
In reply to: Modifying Page Title in Forums ArchiveThe theme you are using ‘Nexus’ thinks that /forums is a WordPress page when in fact it is not and is reading the ‘subheader’ in this case ‘Suggestions’ from the last custom post type.
If you create a new WordPress page called ‘Forum’ and add the shortcode [bbp-forum-index] to this page and replace ‘Forums’ on your nav menu with the newly created ‘Forum’ page you should see the title now as ‘Forum’
You could also ask for help over at the Nexus support forum http://wpadaptive.com/forum/categories/nexus
In reply to: Hidden or Extra capabilities of rolesIncluded with the plugin is a readme.html also other authors docs
http://justintadlock.com/archives/2009/09/17/members-wordpress-plugin &
http://justintadlock.com/archives/2009/08/30/users-roles-and-capabilities-in-wordpressAlso the support forum for the plugin is https://wordpress.org/support/plugin/members
In reply to: Weird permissions issue with admin panel.The correct links indeed are /wp-admin/edit.hp?post_type=forum etc, do you see the same behavior with all other plugins disabled except bbPress?
In reply to: Modifying Page Title in Forums ArchiveI’m not seeing this on any of my sites, can you post the URL to your site?
In reply to: 2.1 questions— ‘Topics Replied To’ User Profile Empty?
I don’t have or see a ‘Topics Replied To’ section under eg. /users/username, only ‘Subscribed Forum Topics’, ‘Favorite Forum Topics’ & ‘Forum Topics Created’…
— The ‘recent replies’ widget indeed in the old version did include recent topics in its output. Much of the widget query code has been rewritten so I would say now that the widget works as per design 🙂
I have created a ticket to enhance some of the widget options, if you have anything to add, please do.
In reply to: Forums Appear Below SidebarYou should be good to go by removing ‘clear: both;’ on line 15 of the bbPress CSS file
http://www.wvko1580.com/wp-content/plugins/bbpress/bbp-theme-compat/css/bbpress.css