Search Results for '"wordpress"'
-
Search Results
-
I have this issue on my theme “The current user is being initialized without using $wp->init()”, what I have seen on my theme, I was reading on google, but most of the post sais “disable debug mode”, well as a coder I know it is just for hide the error but is not a solution
I hop you could give me a hand on how to solve that
The tracer error is
# Time Memory Function Location
1 0.0503 151124 {main}( ) ../index.php:0
2 0.0940 185304 require_once( ‘…./wp-admin/admin.php’ ) ../index.php:10
3 0.1142 194292 require_once( ‘…./wp-load.php’ ) ../admin.php:30
4 0.1364 202428 require_once( ‘…./wp-config.php’ ) ../wp-load.php:34
5 0.2221 247748 require_once( ‘…./wp-settings.php’ ) ../wp-config.php:44
6 10.5487 37383376include( ‘…./wp-content/themes/laredchina/functions.php’ ) ../wp-settings.php:293
7 11.1273 38559980 current_user_can( ) ../functions.php:452
8 11.1273 38560008 wp_get_current_user( ) ../capabilities.php:1281
9 11.1273 38560096 get_currentuserinfo( ) ../pluggable.php:54
10 11.1274 38560484 wp_set_current_user( ) ../pluggable.php:102
11 11.1276 38561280 do_action( ) ../pluggable.php:37
12 11.1355 38566692 call_user_func_array ( ) ../plugin.php:406
13 11.1355 38566708 bbp_setup_current_user( ) ../plugin.php:406
14 11.1356 38566816 _doing_it_wrong( ) ../sub-actions.php:147
15 11.1363 38568004 trigger_error ( ) ../functions.php:3041Howdy,
I’ve setup a basic bbpress standalone site without wordpress integration. I love the simplicity using it strictly as a trader site. Is it possible to add the editor like the one here and where do I edit language such as “Add new topic” to make it “Add new post” ?
Thanks!
My wordpress is 3.6.1 version.
My bbPress is 2.4 version.
My Permalink setting is http://mySite.com/sample-post/.I`m Korean.
Problem is ..
I wrote a topic and save the topic.
The topic list is good.
But I can`t click the topic of Korean Title. (404 error)
Because the topic URL is http://ccnb.co.kr/forums/topic/%C7%D1%B1%DB/.In this site, I wrote a topic of Korean and can click the topic.
Help me please.bbpress 2.4
Wordpress 3.6.1Add toolbar and buttons – activated
Enable threaded replies levels – activatedPlugin:
bbPress Enable TinyMCE Visual Tab – activated
I’ve tried it directly activating TinyMCE from functions.php in the theme, and removing the plugin.TinyMCE buttons appear
I can write text in visual mode and forum, no problem.but
If I reply to another thread does not work correctante.
I can not write in visual mode, I do I can write in text modePlease, I can give my some solution?
If I disable the TinyMCE visual mode does work
Hello all,
I am running wordpress 3.61 with bbpress 2.4.
My readers often subscribe to topics and receive all email notifications when anyone posts in the topic.
Yesterday when I was posting it suddenly stopped sending email alerts to readers but just for my replies. Everyone else was getting them including me for all others. Later it started working all by itself again.
This morning the same thing happened. It just affected my replies as everyone else including me were getting everyones replies on that topic.
I searched for the problem and I just could not find it.
Then I looked at my replies to see if there was some connection between yesterday and today.
Then I noticed both times it was after I made 2 very quick posts in succession within a minute or so.
Is this some anti spam kicking in built into wordpress/bbpress. It cannot be my webhost as bbpress is using the same SMTP server throughout for all and teh email alerts carry on working for all, just they do not get any for any further replies I make in that thread for a while.
Any help appreciated as this is indeed intriguing.
Hello all,
My readers often subscribe to topics and receive all email notifications when anyone posts in the topic.
Yesterday when I was posting it suddenly stopped sending email alerts to readers but just for my replies. Everyone else was getting them including me for all others. Later it started working all by itself again.
This morning the same thing happened. It just affected my replies as everyone else including me were getting everyones replies on that topic.
I searched for the problem and I just could not find it.
Then I looked at my replies to see if there was some connection between yesterday and today.
Then I noticed both times it was after I made 2 very quick posts in succession within a minute or so.
Is this some anti spam kicking in built into wordpress/bbpress. It cannot be my webhost as bbpress is using the same SMTP server throughout for all and teh email alerts carry on working for all, just they do not get any for any further replies I make in that thread for a while.
Any help appreciated as this is indeed intriguing.
I am using bbPress Version 2.4 and WordPress 3.6.1. I am using the Twenty Eleven theme v1.6.
On my page http://www.deadfate.com/forums/ the cookie crumb says “About Us>Forums”. I want to change the ‘About Us’ to ‘Home’. The About Us already links to the homepage, but the text is wrong.
How can I change that?
Thanks in advance.
I’ve installed bbpress, WordPress 3.6.1 and 2.4 for bbpress, and when I goto open the forum i get this error “Fatal error: Class ‘WP_Post’ not found in D:\xampp\htdocs\wordpress-test\wp-content\plugins\bbpress\includes\core\theme-compat.php on line 375”
Anyone encountered this before and know how to fix it? I’ve searched the forums but came up empty.
Thanks!
I am using the latest install of wordpress, buddypress and bbpress as well as gravity forms. I am needing to place a Gravity From inside a private bbpress forum topic as this form is meant to be seen only by members of this private buddypress group. When using the typical “add form” button at the top of the edit topic page which adds the shortcode to embed the form it places the shortcode there but then the shortcode is the only thing that appears when viewing the topic, not the intended form. Is shortcode not the way to do this and if not what is the best way to proceed to allow only members of this private group access to this form?
Topic: Plugin interfearence
Hello, I’ve added a plugin into my wordpress (phpScheduleIt)and its interfering with this plugin. It is coming up with a message saying
Fatal error: Call to a member function add_query_var() on a non-object in /home/guildfor/public_html/wp-includes/rewrite.php on line 47
Any idea how I can solve it?
I have the latest virsions of WordPress and bbPress.
Wordpress 3.6.1, bbPress 2.4, Buddypress1.8.1 Site is http://www.thedoctorwhoforum.com
I’m using the visual TinyMCE editor on my bbPress Forum pages and also on my normal WordPress blog pages.
Some users have issues with spans and other code being copied in when they paste. I have been able to stop the pasting issue on the blog comments with the following code which added the paste plugin to TinyMCE:
function myformatTinyMCE($in) { $in['plugins'] = 'inlinepopups, paste, wordpress, wplink, wpdialogs'; $in['paste_text_sticky'] = true; $in['paste_text_sticky_default'] = true; return $in; } add_filter('tiny_mce_before_init', 'myformatTinyMCE' );However, it doesn’t affect TinyMCE on the Forums. They seem to be separate. I instigated the visual editor on the bbPress topics with the following code:
function bbp_enable_visual_editor($in) { $in['tinymce'] = true; return $in; } add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor');I’ve tried lots of different things, but I can’t seem to affect the bbPress TinyMCE the same way I can the blog TinyMCE.
For example, this didn’t work:
function bbp_enable_visual_editor($in) { $in['tinymce'] = true; $in['plugins'] = 'inlinepopups, paste, wordpress, wplink, wpdialogs, tabfocus'; $in['paste_text_sticky'] = true; $in['paste_text_sticky_default'] = true; return $in; } add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor');Anybody any ideas how to add paste to the plugins and possibly add paste_text_sticky etc as well? I’m a bit new at this.
Thanks.
Hello there,
I am tearing my hair out to try and change the with of this forum block (area in white) on my site. It is far too small and want it to be wider.
If one then clicks on “Traders talk forum” the width changes to a wider width.
If you then click on “Trading rules and motivation” it changes to a different width again.
How can I change the change the width of the area in white on all the forum blocks to be nice and wide?
I am using bbpress 2.4 and WordPress 3.61 with the picochic theme.
Any help would be greatly appreciated.
Thank you so much in advance.
Pal