Search Results for '"wordpress"'
-
Search Results
-
Hi, I have added the shortcode on my main forum page http://www.apis.de/forum to implement the Prisna Google Translator. This displays a drop-down list of languages to choose from. The problem is that it only translates that page and if i click on a forum topic, it reverts back to the website language.
The advice from Prisna is to create a WordPress category for the forum. But I can’t do this, as BBpress doesn’t seem to provide this option on the topic pages.
Any ideas?Hi.
•I would like to create a forum whereby non members can view new member posts only but not the replies
• I would like only paid members to be able to write new posts/questions
• I would like to add paid membership levels to access functions: being to able to post/ask a question and be able to contribute/comment plus read admin replies.
• I would like to restrict/control topic categories/tagsI can use either optimizepress member or another membership plug in as per recommendation. Preferably a low cost starting point.
I hope my question makes sense! Thanks.
Hi,
Before I begin, please don’t lecture me on why I should always use the latest WordPress version – let’s just say that I’m very well aware of all the usual arguments, but I’ve got a mountain of much better reasons why I don’t want to ‘upgrade’. And 3.7+ get all security updates anyway.
Anyway, I am currently successfully running 2.5.10 on WordPress 3.7.19. In the release notes for 2.5.11 you updated the minimum requirements from 3.6 to 4.2, and on the plug-in page specifies 4.7! Why does such a minor point release require such a huge jump in requirements? The only issue I have with 2.5.10 is the 3.8+-style icons (which would only require a minimum of 3.8 anyway).
Moving forums to a subdomain, the user database is shared with main website but that’s all.
Trying to get forums moved in to a clean install but I’ve been trying for many hours with no success.
have used Tools->export for forums, topics, replies.
Then Tools->import on the new site.The admin panel forums area shows all the topics correctly, forum name, amount of replies, names, etc.
The topics area also looks correct, names, amount of replies etc.
The replies area show which topic they are a reply to.But when I go to the front end, none of it is connected. No topics in forums, no replies to topics. But the forum and the topics do say “X amount of topics in this forum” etc.
Try the “Repair forums” and do those 1 at a time and it just makes things worse.
Then nothing is linked, topics have “no forum”, and replies have “no topic” etc.
Any help please?P.S. Regarding importing large files, if anyone is having problems:
I had to split the xml files as despite all my php.ini maximum file upload size, maximum script memory, and httpd.conf timeouts being set REALLY high (like 500MB and 1 hour!!) I just cannot complete the imports of files 50MB. So used this and now they are importing when split under 5MB ->
http://www.hongkiat.com/blog/split-large-xml-for-wordpress/Visit our active support forum Weaver Support Forum for our theme to see our brand new plugin
Weaver for bbPress in action on a real site.This site not only demonstrates how an active bbPress support forum can work, it also demonstrates how our new plugin Weaver for bbPress can be used to create a great looking site with the amazing styling and other features provided by the plugin. The support forum is running on a standard WordPress theme (our own Weaver Xtreme) using Weaver for bbPress options with absolutely no extra CSS or PHP coding required. This example uses a green based design, but the plugin has subtheme options to support virtually any existing WP theme.
I am very pleased to announce the release of my new plugin called Weaver for bbPress available for download from WordPress.org at Weaver for bbPress
This plugin makes bbPress essentially a turnkey install. Not only does it provide a collection of great looking bbPress themes that blend with about any WP theme, it includes many other essential options to control Forum and List layouts. It has enhanced features for both Participants and Moderators that makes running a forum much easier. And no custom CSS or PHP coding required!
Read the longer description on the plugin page, or visit our very active support forum for our theme, Weaver Xtreme to see this plugin in action on a real site: Weaver Support Forum.
Hello,
My website: http://www.yorkregiontutoring.com is showing the WordPress Dashboard on the top left when a participant is logged in. And when you do click on the wordpress graphic on the top left for example, it asks you to create a page..etc. How do you disable this?
Does everyone just have this turned on by default on their websites?
Furthermore, I don’t want to just disable the top bar as I want people to be able to see their user icon and click on the it and access shortcuts within the top bar if needed.
Thank you
DianaA common error after installation of BuddyPress from within the WordPress admin panel is to not set pretty permalinks. If you fail to do this then all of the links in the header will return 404 errors.
To fix this problem, enter the WordPress admin panel > Settings > Permalinks – set to any configuration other than the default configuration. The mod_rewrite must be enabled on your server for pretty permalinks to work.
Since I’ve installed some plugins, bbpress 2.6 beta 2 doesn’t allow me to login to wordpress admin console. After entering login and password nothing happens.
However, if I move bbpress folder from plugins I can login again. If I move it back or reinstall – can’t login to wordpress again.Topic: bbpress private message
Hey,
I need a button to send a private message to a user. My thoughts:
I have here a function from Robin to show the first and lastname
add_action (‘bbp_theme_after_reply_author_details’, ‘rew_display_user_details’, 20);function rew_display_user_details () {
$rew_id1=bbp_get_reply_author_id() ;
$rew_id2 = get_userdata( bbp_get_reply_author_id());
echo ‘<div class = “rew_display_user_details”>’ ;
echo $rew_id2->first_name ;
if ( bbp_is_user_keymaster() ) echo ‘ ‘.$rew_id2->last_name ;
echo ‘</div>’ ;
}?>
I have the Plugin front end pm. In the documentation stand it is possible with that
Where must a paste it in the function?
regards
Topic: Problem translating
Hi, I am trying to translate the frontend section of my forum, but I can only translate parts of it. Here’s a screenshot :

As you can see, I can translate the top sentence, but I cannot translate the form part. I even tried to manually edit the php files without success (reverted to default files after).
I am using Loco Translate for editing my translations and my wordpress language is correctly set because I can translate some parts. I also can see the sentences in the Loco Editor but event after changing them, they do not change in the frontend.
I hope I have given enough informations.
Thanks
