Search Results for '\"wordpress\"'
-
Search Results
-
Hello,
I have some problem on my site, the preview of my theme don’t work correctly. When I in WP_DEBUG_LOG limited to 128 Mb I have this results :
Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /var/www/virtual/xy.com/htdocs/wp-includes/functions.php on line 3547
Reading more at this problem :
Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
I have been getting this message from 2 years ago and I have been reading all the related posts and Q&As from time to time, but it seems that this problem is not resolved yet. I sure that this is a bbPress issue or the issue of Customize template/function for wordpress. Because I have tested with no plugin, so it’s not the case of conflicting plugin and I used WordPress default themes(Twenty Fourteen & Twenty Fifteen).
My wordpress version is 4.1 & my bbpress version is 2.5.4.The most important thing is that message is only shown on the admin’s ‘Customize‘ page.
I’m developing my own theme, so I want to fix it without disabling WP_DEBUG config.Topic: Smaller content in replies
Hi,
I have problem with replies. Text and avatars are smaller than topic (c. 1px). In addition, there is a space at the top. http://bahn.dopravni.net/?topic=pokusI’m using:
WordPress 4.1
Czech for WordPress
bbPress 2.5.4
bbPress Enable TinyMCE Visual Tab
GD bbPress ToolsThanks for help.
Can I just say, whilst bbPress is a great SSO solution for those wanting to hook up their WordPress with a forum, it is very difficult to get it going how you like it. There is virtually no decent documentation going over anything except the basics.
I am trying to achieve something relatively simple, however have had to resort to editing the actual plugin itself in an attempt to get it working how I’d like it to be.
What I am trying to do, is edit the freshness part of bbPress. What do I mean by that? Well, I am trying to edit the following:

So what I wanted it to do, was display the actual Topic Title. It makes sense, because as default – what has updated? What thread was last updated without having to drill into the forum?
I also found it bizarre that the title was added within the title tag of the freshness, really? Can we just have some sort of option to allow us to change how things are layed out, or at least create some documentation on how to actually change this without editing the bbPress plugin files (which is what I have had to resort to…)
My question is, how can I change what is displayed there? Surely there’s a better way around it that doesn’t involve hacking my way through the plugin files.
Which bbPress file actually changes this? Like I say, absolutely no documentation on what each file does – it is just guesswork………………
If I am missing something I apologise, but after looking for countless hours I just decided to edit the plugin source to achieve half of what I wanted – still doesn’t help as I would like to change the location of the author picture and time edited and I am not editing the plugin for those.
Am I being stupid?
If anyone would like the most recent topic name within the forum to display on the index, you can edit the Plugin source code directly like so:
if ( !empty( $time_since ) && !empty( $link_url ) ) $anchor = '<a href="' . esc_url( $link_url ) . '" title="' . esc_attr( $title ) . '">' . esc_html( $time_since ) . '</a>'; else $anchor = esc_html__( 'No Topics', 'bbpress' ); return apply_filters( 'bbp_get_forum_freshness_link', $anchor, $forum_id, $time_since, $link_url, $title, $active_id );Find that chunk of code within bbpress/includes/forums/template.php and change to the following:
if ( !empty( $time_since ) && !empty( $link_url ) ) $anchor = '<a href="' . esc_url( $link_url ) . '" title="' . esc_attr( $title ) . '">' . esc_html( $title ) . '</a>'; else $anchor = esc_html__( 'No Topics', 'bbpress' ); return apply_filters( 'bbp_get_forum_freshness_link', $anchor, $forum_id, $time_since, $link_url, $title, $active_id );All we have done here is changed the $time_since to $title. Now you need to re-add the $time_since variable in there somewhere, which is a pain because you may not want it right after the thread title (like myself…)
Topic: Avatar padding issue
Hello! I am new to bbpress. I have just made a new site for my clan and I decided to try out WordPress for the first time. Anyway, I’m going to try and keep this short for you guys. So, I have uploaded a theme and right off the bat there was an issue with the padding between the user’s avatar and username display.
Example:
I have plenty of experience with CSS and I’ve been looking through my FTP files to figure out where this issue is occurring but I can’t seem to find it. I would love to get some direction, or possibly a code to add somewhere in my CSS to fix this. Thanks!
I am very new to BBPress deployment. One of my client wants me to fetch Topics or discussions of a particular forum or all forums with in a category and display it on the homepage. The only way I can add it on the home page of my site in the current wordpress theme I use is through a custom widget (“text widget”). Can any one help me with the php code to do the same. Also help me on what I need to do inorder to fetch all topics under a particular category, irrespective of the forums to which they belong.
Is there a plugin to do the same or an external widget which I need to install in the form of a plugin.?
If I am not wrong, I assume that the following is the structure of a BBpress forum.
Category >> Forum (Sub Category) >> Topics (Discussion)
Eg: Software >> Apple >> A simple topic or discussion on iPhone.Warning: require(/home2/e559246/public_html/wp-content/plugins/bbpress/includes/forums/template.php) [function.require]: failed to open stream: No such file or directory in /home2/e559246/public_html/wp-content/plugins/bbpress/bbpress.php on line 310
Fatal error: require() [function.require]: Failed opening required ‘/home2/e559246/public_html/wp-content/plugins/bbpress/includes/forums/template.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home2/e559246/public_html/wp-content/plugins/bbpress/bbpress.php on line 310
This has crippled my site! When can we expect it to work with WordPress 4.1
I am running bbpress 2.5.4 on WordPress 4.0.1.
I am using bbpress as a private discussion board for each of my life coaching clients. Utilizing “bbP private groups”plugin by Robin Wilson, I basically assign each user to a private group that only them and I are a part of. I then create a Private Forum which I assign as only visible to their private group. Then I am able to have a thread of conversations by topic under each person in which we can respond back and forth.
A couple of my clients are having difficulties when posting replies. It seems that their longer replies are cutting off content when they submit a reply. I have tested and posted extremely long replies, so it is not a length problem. They say that they do not get logged out and the reply submits regularly. But when the page loads, only a portion of the reply is there. I am thinking it may be timing out and only saving what they typed up to a certain time?
Any idea as to why this is happening would be helpful.
Topic: BBpress tinymce
Greetings from Alabama,
I am completely new to bbpress buy not WordPress. The problem I am having is the editor leaves alot to be desired and I have search the forum but solutions seem to be out dated. I have tried multiple plug ins but none seem o mimic the wordpress editor.looking through the example forums I found one that looked close
from http://tamrielfoundry.com/forums/
Is there a tutorial I can follow to achieve this.
Hey again,
Running into some trouble customizing my bbpress forums via the bbpress.css file in the my child theme. Iβm unsure if the pathway is incorrect, or maybe the intro to the file itself is incorrectly formatted. I do, however, know I was able to enqueue the custom loop-forums.php correctly with the functions.php properly pathwayed.
So, the pathway to the bbpress.css file is default>css>bbpress.css
In my childtheme, I have the bbpress.css file located avada-childtheme>css>bbpress.cssHowever, whenever I add code into the bbpress.css file after the
`/*
Theme Name: Avada-childtheme
Theme URI: Your website if you donβt intend to publish a separate site just for your theme
Description: A brief description of your child theme
Author: Jonah Hollis
Author URI: http://www.animusesports.com/
Template: Avada
Version: 1.0.0
Tags: whatever tags you might want to use for your child theme
*//* =Theme customization starts here
βββββββββββββββββββββ */
it corrupts the bbpress forums and breaks them. When I delete the file, the bbpress forums resume normal functionality. For the purposes of example, Iβll leave them broken.Any help is appreciated. Thanks!
http://www.animusesports.com/forums/
WordPress 4.0.1
bbPress 2.5.4-5380Experienced paid bbPress programmer needed for bbPress 1.1 enhancements on WordPress 3.4.1 site.
Contact moderators@kurzweilai.net.