Search Results for 'updated'
-
Search Results
-
Topic: Core change
Just changed 10 minutes ago. Almost all of the bbpress files updated. (Still functioning well.) Is this normal?
Example:Greetings all ye WordPress gurus,
This is pertaining to the site http://www.dentistrytoday.info ( made in drupal 6.34 )Drupal 6.34 is now outdated. Support for Drupal 6 has been withdrawn and furthermore drupal development is expensive.
So I have decided to migrate the forums from drupal to some other CMS. I also want to move away from Drupal since I find Drupal development is expensive.
To migrate the site from drupal to some other CMS I have some queries.
My queries to this esteemed forum.
1. Which CMS is the best for a discussion forum?
2. I want to migrate to a CMS which is easy to use, mobile friendly, responsive and easy to modify and refine.
3. Plenty of developers must be available for the forums for that particular CMS so that maintaining, refining and upgrading the forums can be done at a reasonable cost.
4. The CMS must get updated automatically. Will the phbBB forum get updated automatically? I am told that wordpress sites get updated automatically. Will the forums made in wordpress get updated automatically?
5. We want conduct all activities on the forum that are usually done on educational sites like webinars, email newsletters, email newsletters with case presentations, blogs etc.
6. If we migrate it to wordpress forums what kind of security precautions shoud I take, pre and post migration. I am told that wordpress sites are more vulnerable to hacking than Drupal sites.
7. Besides the forums must be secure and if possible I want to have the registration form without a captcha challenge.
8. My staff must be able to take offline and online backups of the site easily.
9. Can wordpress forum can support forums of bigger sizes (80,000 forum articles and 30,000 users). Also which plugins will be better for users and forums so that their updation does not affect the live site once it is launched.Hope to see a lot of responses and many thanks in advance for the same.
Regards,
Dr. Veerendra DarakhTopic: preg_replace /e modifier
After upgrading to PHP 5.5 and running a compatibility test on a site, it has flagged the use of a deprecated modifier being used in preg_replace functions.
These occur on lines 1149 and 1150 in file /includes/admin/parser.php1149 | ERROR | preg_replace() – /e modifier is deprecated in PHP 5.5
1150 | ERROR | preg_replace() – /e modifier is deprecated in PHP 5.5Could you please let me know the best way to replace the code with the preg_replace_callback function and let me know if this is likely to be updated in a future patch as this can be seen as a security concern.
Thank you
Topic: BBPress Menu
Hi, I have the Whoop theme and its designed to use bbPress but the menu shows ALL categories under one menu in a row. Including sub categories. I want to change it so it only shows the parent categories as currently there are at least 30 items in the menu.
Is the below code what needs to be change and if so can you help me out by doing this? I don’t even want the menus collapsible. Just at link for each main category and thats it.
<div class="whoop-forum-cats-list"> <ul class="whoop-forum-cats-list-inner"> <?php $forum_id = bbp_get_forum_id(); $forum_args = array( 'posts_per_page' => 100, 'post_type' => bbp_get_forum_post_type(), 'order' => 'ASC' ); $forums = query_posts( $forum_args ); foreach ($forums as $forum) { $link = get_permalink($forum->ID); if ($forum->ID == $forum_id) { $class = 'active'; } else { $class = ''; } ?> <li> <a class="<?php echo $class; ?>" href="<?php echo $link; ?>"> <div class="forum-cat-text-wrap"> <?php echo $forum->post_title; ?> <div class="forum-cat-last-updated"> <?php echo bbp_get_forum_last_active_time( $forum->ID ); ?> </div> </div> </a> </li> </ul>
Hi,
We had an old website (old.wattlet.fr/forums) with an existing forum. I’ve tried to import it to our new website http://www.wattlet.fr/forums. The bbpress version on the old website has been updated to 2.5.9. I’ve used the import feature under tools/forum, but surprisingly there are no options to select bbpress 2 from the dropdown list. I just see bbpress1.This selection doesnโt use the same table. Currently it is using wp_posts tables. Did I miss something? What Iโm trying to do seems to be so simple !Luc
Im hoping someone can help… Im using bbpress/buddypress theme and my support is not helping at the moment. They have a 24-48 hour window..
Half the site is 404 errors. My theme uses/recommenced rtmedia, I updated it and all went wacky. Only thing working Is the forums!
Now I had many plugins going but shut Every single one down except bbpress/buddypress. Even required theme plugins. Ive even deleted 90% of them and still cant fix the issue…
I know this is not my ‘support’ Im just at wits end and cant fix it, Im reaching out hoping someone can help… I can pay. We have 200+ members, while not a lot its a lot for us as we are so new.
We’ve been half down for about 8 hours now…
Its an adult content site so I dont know if I can/should post a link here… I can give admin, etc.
This is the theme Im using.
http://themeforest.net/item/kleo-next-level-wordpress-theme/6776630
I have the same exact problem:
Cannot modify headers. Parameter 2 to be array, null given in …/plugins/bbpress/includes/common/functions.php on line 1446
My pages/posts can be updated/published, but I get a blank white page with this error each time I update.
Hi,
I just installed on a test domain WordPress, bbPress and WPML. All are updated to the latest versions. I don’t use any other plugins and the theme is also the default one, Twenty Sixteen.
I setup 2 languages: german as default and english. So the URLs are like this.
website.com
website.com/enI posted some topics in bbPress in both languages and I can see them per language, which is what I want. On the german version I see only the german posts and on the english version I see only the english post.
Of course, a problem may be with the bbPress slugs settings. I cannot translate them but I can live with them.
What I noticed is that when I go to profile and try to see the “Topics Started”, “Favorites” and “Subscriptions”, I see only a message that I don’t have any of those, although on the main Profile page shows that I have started 11 topics.
That might be also a problem because it counts the topics from both languages. But I can live with that also, for the moment.
I switched the languages and I made english default. After doing this, everything worked fine in english but not anymore in german, because german became the second language.
Basically, I can see the “Topics Started”, “Favorites” and “Subscriptions” only for the default language.
Only “Replies Created” show up for both languages.
I also attached some screenshots.
I also changed the theme from Twenty Sixteen to Twenty Fifteen and also Twenty Fourteen. Same problem.
I setup another test website as WP Multisite, without WPML and everything works properly. I had to install another plugin to connect both languages. But I would like to use WPML and a single website, if this is possible.
I hope there is a fix for this. bbPress is the most used forum and WPML should be able to handle it.
Thank you very much for your time.
Best Regards,
AlinHi all,
I am running wordpress 4.5 and bbpress 2.5.8
Recently, one thread on my forum has started redirecting to the first page (not the last page) in the thread. Therefore once posted the user needs to click on the last page to see their post.
All other posts are fine.
I updated the permalinks, and ran all of the bbpress repair tools, but no change.
Any help would be appreciated!