Search Results for '"wordpress"'
-
Search Results
-
Topic: topics.php on line 943
hi, i just downloaded and trying to set up a bb press.
then i had error. it says
Warning: sprintf(): Too few arguments in …/blog/wp-content/plugins/bbpress/includes/admin/topics.php on line 943
line 943 is
`// Topic submitted
8 => sprintf( __( ‘Topic submitted. <a target=”_blank” href=”%s”>Preview topic</a>’, ‘bbpress’ ), esc_url( add_query_arg( ‘preview’, ‘true’, $topic_url ) ) ),`does anyone know how to fix this ?
WordPress (Version 4.7)
Hi,
I noticed textarea for newtopic description is generated using bbp_the_content function. I.e., not available in form-topic.php site specific copy.- bbPress 2.5.11
- WordPress 4.6.1
- site (internal)
If this is worth your time, how do I add placeholder attribute in the following list, without breaking the upgrade mechanism? I mean if it is a five minute job for any of you. Otherwise I can spend my own time to work around it using css… it’s nagging me that you all would not have forgotten to allow for this …reasonably important thing… I think.
function bbp_get_the_content( $args = array() ) { // Parse arguments against default values $r = bbp_parse_args( $args, array( 'context' => 'topic', 'before' => '<div class="bbp-the-content-wrapper">', 'after' => '</div>', 'wpautop' => true, 'media_buttons' => false, 'textarea_rows' => '12', 'tabindex' => bbp_get_tab_index(), 'tabfocus_elements' => 'bbp_topic_title,bbp_topic_tags', 'editor_class' => 'bbp-the-content', 'tinymce' => false, 'teeny' => true, 'quicktags' => true, 'dfw' => false ), 'get_the_content' );Here is what I am trying to do, i.e., add the words “… and a short description of the topic here.” in the blue area.
_________
Create a new conversation topic using the form belowEditing — Apparently, the image didn’t show. Here is the link, if you like
https://drive.google.com/open?id=0B1Jr2Alfov9eZVVhT2U0dGRDQVVWeVE0WGh4OTZ1QW50RFdRThank you!
Topic: Fetch different avatar
So I am using bbpress alongside buddypress. This is great because running a little gaming community, it is awesome having the ability to use the widely know traditional forums as bbpress offers them while adding some great social features brought by buddypress.
Now I’ve done my research and figured out that bbpress relies on the wp profile informations (since well wp and bbpress work great together). Aside of that, there is some synchronisation between buddypress and wp profile informations.
What I’d like is be able to use only one avatar for both plugins. bbpress fetches the wp profile avatar while buddypress as one on its own. So my idea is to fetch buddypress’s image when displaying the user’s avatar on the forums.
I tried to search for documentation on this and didn’t find much. I ended up digging the plugin code and stumbled upon, while looking in the /plugins/bbpress/includes/users/template.php file, bbp_current_user_avatar() which uses bbp_get_current_user_avatar() that calls get_avatar() with the desired size and user id.
So I guess the obvious step is telling bbpress to look for the buddypress profile image rather than use this get_avatar() function, which I suspect is fetching the wp profile image.
But I am stuck here, mainly because I am new to wordpress, also to php. I should be able to sort myself out with some indications (how and what to use) or even some pseudo code.
I want to do this because I want people to not use their wp profile (there is not much there anyway) and rather go through their buddypress profile only.
Thank’s in advance for any help.
I just did the WordPress 4.7 update and noticed that the links to BBPRESS topics and replies are no longer in the menu.
Has something changed?
Hi all,
I have this site
http://www.analisidelsangue.net with bbpress forum here(about 5k users and 20k post and replies)
After switch to wordpress 4.7 I don’t see more the replies of forum in my backend
I’m using HHVM instead of PHP 7.0– if I use PHP 7.0 all works properly.But I’d like to use HHVM because my blog is faster
Please can you help me in some way?
thnkx a lot
alessandro From italy
