Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 2,426 through 2,450 (of 11,589 total)
  • Author
    Search Results
  • #180180
    vivacityinfo
    Participant

    Hello adarshmadrecha,
    Greetings!

    Now I have used latest version of wp and bbpress but this issue is not resolved.

    I am sharing two links regarding this problem. In first link, latest created topic is showing. And in second link, previous created topic is showing. These topics are related with same group. But you can see in second link, wrong content and title are showing. Here content is overwriting of latest created topic.

    https://kombuchabrewers.org/groups/brewing-questions/forum/topic/commercial-juice-suppliers/ (latest topic)

    https://kombuchabrewers.org/groups/brewing-questions/forum/topic/moving-into-large-fermenters/
    (previous topic)

    Also, I am using two plugins regarding this, bbpress wp fix and bbpress wp fix2 on our website.

    Please review my message and help me regarding this problem.

    Looking forward for your response!

    Thanks & Regards
    Team vivacity

    #180136

    In reply to: Forum Layout

    thomasadamtaylor
    Participant

    Thank you for the quick response, I have done this. Okay so the first picture is the index of the forum and I want the exact same style with css

    The bottom pic is the latest post on the homepage of the website.

    visit Latest Post for the latest post section and for the forum index its Forum Index

    Thanks

    #180104
    #180102

    Topic: Forum Layout

    in forum Themes
    thomasadamtaylor
    Participant

    Hi guys, quick question – I am looking for to make a forum for our club and we want the separated like this and also the style of it:

    And also the latest post with the styles like this:

    Any help would be massively appreciated – Thank you

    devpaq
    Participant

    In the forum settings, it gives the option “Forum root should show” with the choices of “Forum Index” or “topics By Freshness”. How can I have the root show both – the listing of forums, and below it the latest topics?
    I know there is a shortcode [bbp-topic-index] which will show the latest topics, but I don’t know where I can put that to have it show on the forum root.
    Thanks

    #180078
    adarshmadrecha
    Participant

    Update WordPress to 4.7 and bbpress to latest 2.5.12.
    Also share your screenshot for others to figure out what is going on.

    #180061
    senatorman
    Participant

    The standaard BBpress searchfunction is very bad,slow, had no options to filter and it looks there is no development on this.

    A good searchfunction is so very important for a succesfull forumscript.

    After long searching and testing serveral search-plugin i’ve found a good working plugin.
    Fast, configurable and ajax.

    See the search-plugin in my live website http://www.opel-forum.nl
    I use the free version. The pro version has more options.

    This is the link to the plugin.

    #180050
    akgt
    Participant

    Ive installed the plugin but so far im getting error not found when i try to send a message or check my messages, with a bit of testing it seam to be having a conflict with my theme.

    can I use front end pm as a bbpress pm system instead ?

    #180049
    phil96
    Participant

    Hi, I’m having an issue with how bbpress displays on my website. Im using the divi theme with the latest bbpress plugin and wordpress version.

    The border is misaligned on the left and bottom (see link below). I have tried css to fix it but with no luck. I think its to do with the padding. Anyone know how to fix this?

    https://www.dropbox.com/s/fxizzkhjh285l4r/Screenshot%202016-12-23%2016.59.45.png?dl=0

    Thanks for any help!

    #180033
    pjbarry21
    Participant

    We’re still having this issue — even after updating WP to 4.7 and the latest version of bbPress to 2.5.12. It may be unrelated to the issue fixed in the latest release, but I’m not sure how we can even identify if it’s the same/related issue or something totally different. Any suggestions on what we can do to try to get this resolved (since the updates didn’t do it)? Thanks!

    AITpro
    Participant

    WordPress 4.7
    bbPress 2.5.12
    Site: https://forum.ait-pro.com/
    Custom bbPress/BuddyPress Theme & tested switching to WP Twenty Seventeen Theme
    Tried creating a bug ticket on trac, but was not allowed to login and do so.

    Issue: In previous versions of bbPress this code below worked fine in my Theme functions.php file. As of bbPress 2.5.12 this code is no longer working in my Theme functions.php file. I checked output and bbPress Core code and did not see anything obvious. Output was good. ie $role and $caps, but it appeared that the filter was not being processed in time when the Activity template loaded. So I moved this code to the BuddyPress /plugins/bp-custom.php file and this code works fine. So obviously this some kind of init or loading order type of issue. ie the filter is being processed too late.

    // bbPress Disable Topic Tags for Participants
    function aitpro_get_caps_for_role_filter( $caps, $role ) {
    	
    	if ( $role == 'bbp_participant' )
    		$caps = aitpro_get_caps_for_role( $role );
    
    	return $caps;
    }
     
    add_filter( 'bbp_get_caps_for_role', 'aitpro_get_caps_for_role_filter', 10, 2 );
    
    function aitpro_get_caps_for_role( $role ) {
    	switch ( $role ) {
    		/* Disable Topic Tags for Participants */
    		case 'bbp_participant':
    			return array(
     
    				// Primary caps
    				'spectate'              => true,
    				'participate'           => true,
    
    				// Forum caps
    				'read_private_forums'   => true,
    
    				// Topic caps
    				'publish_topics'        => true,
    				'edit_topics'           => true,
    
    				// Reply caps
    				'publish_replies'       => true,
    				'edit_replies'          => true,
    
    				// Topic tag caps
    				'assign_topic_tags'     => false, // Using false disables allowing Participants to create Topic Tags
    
    			);
    			break;
    		default :
    
    		return $role;
    	}
    }
    ToobHed
    Participant

    Any post or reply on any forum throws an error after a long time of trying to submit the post [an error occurred while processing this directive]

    The post or reply is successful, you can see it when you reload the page. When you make a post or reply and click submit, you can reload the page almost immediately and see that the post was made, not sure why it hangs so long and then shows [an error occurred while processing this directive]

    I have tried this with WordPress 2016 theme with the same outcome. It does not do this on my local development server. This is not a new problem but I have just updated to the latest version and it still happens.

    Wordpress 4.7
    bbPress 2.5.12
    BuddyPress 2.7.3
    Hosted on GoDaddyShared Hosting

    I don’t know if there is a way to get more info from the server, its go daddy shared hosting

    #180005
    vivacityinfo
    Participant

    Hello,
    Greetings!

    I am using bbpress plugin on my website. Before 1 month ago, we was facing one problem regarding bbpress topics then we have created ticket here. then we get the reply by your team member and he/she suggest me http://www.rewweb.co.uk/bbpress-wp4-fix/ plugin for it. then it worked for me. but after using it other problem was generating that latest topic content is overwriting on every topics in same forum . For solving this I have used http://www.rewweb.co.uk/bbpress-wp4-fix2/ plugin.

    But now both plugins are not working properly together.Here only one plugin can work at one time properly.

    Please guide me regarding this.

    Thanks & Regards

    #179991
    Dono12
    Participant

    I’m having this problem where a phantom link for the YouTube thumbnail is being shown in the excerpt portion of the Sidebar RECENT POST EXTENDED WIDGET. This phantom link, which is not clickable, takes you to the “video on YouTube” for that thumbnail.

    The weird thing is the phantom link is only being shown in the sidebar of the Buddypress Forums Plugin (BBP) page and nowhere else.
    I’ve tried the latest WP theme 2016, I’ve tried disabling all plugins, I’ve tried reverting back to older BBP Versions = (WHITE SCREEN OF DEATH) and I’ve tried digging through the codes for both plugin, got noooo where.
    I use the Automatic Featured Images from Videos plugin, to generate the YouTube Thumbnails. This plugin is also not the culprit. 🙂

    Please help, try a test version, see if the bug is a BBP plugin bug or a Recent Post Widget Extended plugin bug.

    Merry Christmas, if I don’t hear from anyone by then…. 😉

    #179990
    tinarrion
    Participant

    We have upgraded to the latest versions of WordPress (4.7) and BBPress (2.5.12). We are seeing javascript errors now for finding the BBPress.css in the Child Theme.

    http://insequence.online/wp-content/themes/flatbase-child/style.css/bbpress/bbpress.css?ver=4.7 Failed to load resource: the server responded with a status of 404 (Not Found)

    I have copied the BBPress folder into the root directory of the child theme, though the link above states it should be in a structure below the style.css. This cannot be done, is there somewhere I can modify where it is looking or do I need to do something different to get past this?

    #179966
    haddlyapis
    Participant

    If i go to the forum page http://www.apis.de/forum (then log in) and click on one of the two latest posts then bbpress/wordpress logs me out. If i press Ctrl + F5 then it logs back in. This does not happen when i click on a different post within the topics, but only on the two latest posts.
    Please advise

    Robin W
    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

    wpviva
    Participant

    I’m facing a problem related to forum topics. On the listing of forum topics, when I click on any topic in the list, it display the detail page of latest topic. URL is correct but show title and content of latest topic.

    WordPress version: 4.5.4
    bbPress version: 2.5.8

    #179900
    Pascal Casier
    Moderator

    What version of bbPress are you using ? Did you upgrade to the latest 2.5 ?
    Pascal.

    #179894
    Schoelje
    Participant

    Hi senatorman,

    My apologies for the late reply. I haven’t looked at this for quite some time and I haven’t tested it on any other situation/environment than my own.

    If you still need it: I usually use phpMyAdmin to export data to a csv file.

    #179892
    mohamedouqas
    Participant

    Hey Everybody .
    im using wordpress with bbpress plugin i can’t send followup emails or any other email except a new user notification email .
    my email tests and new subscription email works but any other email service does not( follow up or new topics email, new discussion … )
    wp-mail-smtp to test emails
    im using wordpress 4.6.1
    bbpress: 2.5.11
    Can you please help me solve this problem
    thank you

    inderdeepbajwa
    Participant

    I have the latest 4.7 version of WordPress and installed the latest bbPress plugin (updated 4 days ago).

    When I click on Forums->All forums, in the WP Dashboard, it shows me a full white blank page. Upon typing website.com/forums, it shows a blank page. The newly created forum link website.com/forums/forum/forum is also completely blank. I’ve tried this on two themes – Twenty Sixteen and Twenty Seventeen. Both showed blank page.

    I tried creating a new page and pasting [bbp-forum-index] but that gave me the following code as the result:
    {{ partial “head.html” . }}
    {{ partial “header.html” . }} {{ partial “sidebar.html” . }} {{ partial “post/header-cover.html” . }}
    {{ $paginator := .Paginate (where .Data.Pages “Type” “post”) }} {{ range $paginator.Pages }} {{ .Render “summary” }} {{ end }} {{ partial “pagination.html” . }}
    {{ partial “footer.html” . }}
    {{ partial “foot.html” . }}

    #179835
    #179800
    Stephen Edgar
    Keymaster

    Can you add some more details please?

    Does this happen if you do this yourself with a new test user?

    If you could add some reproducible steps like these:

    1. Create a new user testuser
    2. Add the participant role to testuser
    3. Signed in as admin I create a topic xyz
    4. Log out of admin, login as testuser
    5. Reply to topic xyz

    Actual Result:

    I see the reply author as….

    Expected Result:

    I expected to see the reply author as….

    #179771
    OFS
    Participant

    Hi,

    So we’ve tried everything & can’t understand why this area of a person’s profile isn’t showing the design of the theme.

    http://www.awesomescreenshot.com/image/1940542/c825d5493b4b28be3f483097398658d0

    It also produces a 404 status.

    We tested it on the 2015 theme & it didn’t work there either.

    Please help.

    Thanks

Viewing 25 results - 2,426 through 2,450 (of 11,589 total)
Skip to toolbar