Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 3,476 through 3,500 (of 26,748 total)
  • Author
    Search Results
  • #194221
    Robin W
    Moderator

    ssv3 looks like it might be a wordpress theme – is this the theme you are using?

    #194220
    Milan Petrovic
    Participant

    You should determinr if the file is indeed malware, and then find where it came from. If you installed plugins only from WordPress.org, they should be safe.

    #194219
    smartplanhelp
    Participant

    I try to only do plugins that “seem” reputable. Stuff that has a strong number of positive reviews with recent updates and can be found under the WordPress list. Again, I am new though, so I still may be naive in thinking that makes them safe.

    #194212
    Milan Petrovic
    Participant

    This file is not part of WordPress, and it looks awful like a malware.

    #194208
    smartplanhelp
    Participant

    I am using the WordPress Twenty Sixteen theme. Does it matter that I did not create a custom theme?
    I’m new to WP, so I’m not saying it isn’t my fault. I just figured I should start here.

    #194206
    smartplanhelp
    Participant

    I believe my site was automatically updated to WordPress 4.9.8 today. I went to
    Appearance -> Customize, and I got a 505 Internal Error page. After a bit of
    digging, I found that bbpress v 2.5.14, when deactivated, makes this problem go
    away. When I enable the plugin again, the problem returns. When Deactivated the
    problem goes away again. Everything else seems to work fine except for the Customize under Appearance. Since this is isolated to bbpress, I figured I should notify you.

    #194203

    In reply to: TinyMCE Error

    Robin W
    Moderator

    my style pack plugin lets you choose this editor

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>topic/reply form and look down to the editors

    #194200
    Robin W
    Moderator

    rewrite rules
    This could be an issue with your rewrite rules. To fix this try resetting your permalinks. In your WordPress Administration Screens navigate to Settings > Permalinks, select a different permalink structure and save. Then select your preferred permalink structure and save again.

    or

    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

    #194176

    Topic: TinyMCE Error

    in forum Troubleshooting
    ross445
    Participant

    I’m trying to enable Visual Editor for my forum.
    I’m using this code – https://codex.bbpress.org/enable-visual-editor/

    However, it doesn’t work for me and i see this errors:

    jquery.js?ver=1.12.4:2 Uncaught Error: no such method 'instance' for autocomplete widget instance
    ...
    tinymce.min.js?ver=4711-20180425:2 Uncaught TypeError: Cannot read property 'refreshContentEditable' of undefined

    My bbPress version is 2.5.14
    Wordpress – 4.9.7

    Tried to disable all plugins, didn’t help..

    #194152
    machank
    Participant

    I would really prefer that TOPIC publishing/editing be limited to MODERATORS with PARTICIPANTS limited to REPLY publishing/editing etc. This seems like an widely useful adaptation but I don’t see how to do it, either within bbPress or using other plugins such as Members. bbPress 2.5.14, wordpress 4.9.7

    #194150
    jbulies
    Participant

    Hello, I would like you to help me, I have been testing bbpress because they told me to create a forum for the web of my work and I have a problem. When I create a topic and click on the edit button that brings bbpress, it redirects me to a page that does not exist or that is not activated, I suppose. For example, if the topic is called a test, it redirects me to *** / test / edit / I hope you understand me. Well, edit does not exist … I can edit the topic from dashboard of wordpress but the idea is that users who register and create a debate can edit it …
    The same thing happens to me when click on the username that created the topic and when click on merge . Those three links respond to a message from my website (page not found) edit, merge and the user.
    I can not show you the web link because it belongs to a private network.
    I’ve already tried disabling all the plugins, changing the theme and finally a wordpress mounted on my laptop to test and nothing.
    please help
    Jose Bulies

    #194129
    demonboy
    Participant

    Hi Milan, thanks for that. Funnily enough I’ve just left you a five-star rating on wordpress.org for your polls plugin!

    I saw your Thanks feature but am I right in saying it sends a personal message? I’m looking to display a Thanks button by the post which other users can simply click.

    #194094
    Robin W
    Moderator

    I would like to create a forum that is free for all to view but can only be contributed to by registered user of the website. So creating new topics and replying/commenting in the tread is only available to those who are registered. However anyone can read the thread and hopefully its contents will be searchable by google

    This is the default.

    If you set then forum to public, but ensure that anonymous posting is off

    dashboard>settings>forums>anonymous posting

    Then all can see, but only registered users can post

    bbpress just uses wordpress login, so any wordpress login will work, so logging onto the website also gives access to the forums

    #194093
    clutchbasketcbt
    Participant

    Hi all,

    I am new to wordpress and I am struggling to set up a forum on my webpage that has the features I want.

    I would like to create a forum that is free for all to view but can only be contributed to by registered user of the website. So creating new topics and replying/commenting in the tread is only available to those who are registered. However anyone can read the thread and hopefully its contents will be searchable by google.

    I am not sure if I need a specific plugin for this task or if the two I have attempted to do this with are adequate with better knowledge. (bbpress and Discussion Board)

    It would also be my preference for the user to log in to the website, rather than just the forum but I would settle for the latter if the former is not easily attainable.

    I would really appreciate any info that anyone has on the subject because I am not a web developer! Webpages look so simple before you find out what goes into them.

    #194089
    Robin W
    Moderator

    yes, install my style pack plugin

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>breadcrumbs

    and you can change what the root says and where it goes

    #194055
    quigley05
    Participant

    1. I created a new template file titled discussions-replies and discussions-subscriptions under my WordPress child theme.

    2. I placed within discussions-replies the following code:

    <?php
    /*
    Template Name: Discussions Replies Created
    */
    get_header();
    
    // Page options
    $header = ghostpool_option( 'page_header' ) == 'default' ? ghostpool_option( 'page_page_header' ) : ghostpool_option( 'page_header' );
    $height = ghostpool_option( 'page_header_height', 'padding-bottom' ) != '' ? ghostpool_option( 'page_header_height', 'padding-bottom' ) : ghostpool_option( 'page_page_header_height', 'height' );
    $format = ghostpool_option( 'blog_format' );
    $style = ghostpool_option( 'blog_style' );
    $alignment = ghostpool_option( 'blog_alignment' );
    $cats = ghostpool_option( 'blog_cats' ) ? implode( ',', ghostpool_option( 'blog_cats' ) ) : '';
    $post_types = ghostpool_option( 'blog_post_types' ) ? implode( ',', ghostpool_option( 'blog_post_types' ) ) : ghostpool_option( 'blog_post_types' );
    $orderby = ghostpool_option( 'blog_orderby' );
    $per_page = ghostpool_option( 'blog_per_page' );
    $offset = ghostpool_option( 'blog_offset' );
    $image_size = ghostpool_option( 'blog_image_size' );
    $content_display = ghostpool_option( 'blog_content_display' );	
    $excerpt_length = ghostpool_option( 'blog_excerpt_length' );
    $meta_author = ghostpool_option( 'blog_meta', 'author' );
    $meta_date = ghostpool_option( 'blog_meta', 'date' );
    $meta_comment_count = ghostpool_option( 'blog_meta', 'comment_count' );
    $meta_views = ghostpool_option( 'blog_meta', 'views' );
    $meta_likes = ghostpool_option( 'blog_meta', 'likes' );
    $meta_cats = ghostpool_option( 'blog_meta', 'cats' );
    $meta_tags = ghostpool_option( 'blog_meta', 'tags' );
    $read_more_link = ghostpool_option( 'blog_read_more_link' );
    $pagination = 'page-numbers';
    
    ?>
    
    <div class="sub-nav-container">
    	<div class="sub-nav-pagetitle">
    		<h1><?php the_title(); ?></h1>
    	</div>
    	<div class="sub-nav-about-menu">
    		<?php wp_nav_menu( array( 'theme_location' => 'sub-nav-discuss-menu', 'sort_column' => 'menu_order', 'container' => 'ul', 'menu_id' => 'sub-nav-discuss-menu', 'fallback_cb' => 'null', 'walker' => new Ghostpool_Custom_Menu ) ); ?>
    	</div>
    	<div class="sub-nav-extramenu">
    	</div>
    </div>
    
    <div id="gp-content-wrapper" class="gp-container">
    
    	<?php do_action( 'ghostpool_begin_content_wrapper' ); ?>
    			
    	<div id="gp-inner-container">
    		
    		<div id="gp-content">
    
    			<div class="gp-entry-content">
    				
    				
    <div id="bbpress-forums">
    	<?php do_action( 'bbp_template_before_user_replies' ); ?>
    
    	<div id="bbp-user-replies-created" class="bbp-user-replies-created">
    		<div class="bbp-user-section">
    
    <?php global $current_user; get_currentuserinfo(); $uid = bbp_get_current_user_id(); ?>
    <?php if ( bbp_get_user_replies_created( $user_id = bp_loggedin_user_id() ) ) : ?>
        <?php bbp_get_template_part( 'pagination', 'replies' ); ?>
        <?php bbp_get_template_part( 'loop', 'replies' ); ?>
        <?php bbp_get_template_part( 'pagination', 'replies' ); ?>
    <?php else : ?>
        <p><?php _e( 'You have not replied to any topics.', 'bbpress' ); ?></p>
    <?php endif; ?>	
    
    		</div>
    	</div>
    </div>				
    				
    			</div>
    			
    		</div>
    			
    		<?php get_sidebar( 'left' ); ?>
    
    		<?php get_sidebar( 'right' ); ?>
    
    	</div>
    	
    	<?php do_action( 'ghostpool_end_content_wrapper' ); ?>
    				
    	<div class="gp-clear"></div>
    	
    </div>
    
    <?php get_footer(); ?>

    In discussions-subscriptions template I inserted the following code:

    <?php
    /*
    Template Name: Discussions Subscriptions
    */
    get_header();
    
    // Page options
    $header = ghostpool_option( 'page_header' ) == 'default' ? ghostpool_option( 'page_page_header' ) : ghostpool_option( 'page_header' );
    $height = ghostpool_option( 'page_header_height', 'padding-bottom' ) != '' ? ghostpool_option( 'page_header_height', 'padding-bottom' ) : ghostpool_option( 'page_page_header_height', 'height' );
    $format = ghostpool_option( 'blog_format' );
    $style = ghostpool_option( 'blog_style' );
    $alignment = ghostpool_option( 'blog_alignment' );
    $cats = ghostpool_option( 'blog_cats' ) ? implode( ',', ghostpool_option( 'blog_cats' ) ) : '';
    $post_types = ghostpool_option( 'blog_post_types' ) ? implode( ',', ghostpool_option( 'blog_post_types' ) ) : ghostpool_option( 'blog_post_types' );
    $orderby = ghostpool_option( 'blog_orderby' );
    $per_page = ghostpool_option( 'blog_per_page' );
    $offset = ghostpool_option( 'blog_offset' );
    $image_size = ghostpool_option( 'blog_image_size' );
    $content_display = ghostpool_option( 'blog_content_display' );	
    $excerpt_length = ghostpool_option( 'blog_excerpt_length' );
    $meta_author = ghostpool_option( 'blog_meta', 'author' );
    $meta_date = ghostpool_option( 'blog_meta', 'date' );
    $meta_comment_count = ghostpool_option( 'blog_meta', 'comment_count' );
    $meta_views = ghostpool_option( 'blog_meta', 'views' );
    $meta_likes = ghostpool_option( 'blog_meta', 'likes' );
    $meta_cats = ghostpool_option( 'blog_meta', 'cats' );
    $meta_tags = ghostpool_option( 'blog_meta', 'tags' );
    $read_more_link = ghostpool_option( 'blog_read_more_link' );
    $pagination = 'page-numbers';
    
    ?>
    
    <div class="sub-nav-container">
    	<div class="sub-nav-pagetitle">
    		<h1><?php the_title(); ?></h1>
    	</div>
    	<div class="sub-nav-about-menu">
    		<?php wp_nav_menu( array( 'theme_location' => 'sub-nav-discuss-menu', 'sort_column' => 'menu_order', 'container' => 'ul', 'menu_id' => 'sub-nav-discuss-menu', 'fallback_cb' => 'null', 'walker' => new Ghostpool_Custom_Menu ) ); ?>
    	</div>
    	<div class="sub-nav-extramenu">
    	</div>
    </div>
    
    <div id="gp-content-wrapper" class="gp-container">
    
    	<?php do_action( 'ghostpool_begin_content_wrapper' ); ?>
    			
    	<div id="gp-inner-container">
    		
    		<div id="gp-content">
    
    			<div class="gp-entry-content">
    				
    <div id="bbpress-forums">				
    <div id="bbp-user-subscriptions" class="bbp-user-subscriptions">				
    				
    <h2>Subscribed Forums</h2>				
    <?php global $current_user; get_currentuserinfo(); $uid = bbp_get_current_user_id(); ?>
    <?php if ( bbp_get_user_forum_subscriptions( $uid ) ) : ?>
        <?php bbp_get_template_part( 'pagination', 'forums' ); ?>
        <?php bbp_get_template_part( 'loop', 'forums' ); ?>
        <?php bbp_get_template_part( 'pagination', 'forums' ); ?>
    <?php else : ?>
        <p><?php _e( 'You are not currently subscribed to any forums.', 'bbpress' ); ?></p>
    <?php endif; ?>
    				
    <br><br>	
    				
    <h2>Subscribed Topics</h2>				
    <?php global $current_user; get_currentuserinfo(); $uid = bbp_get_current_user_id(); ?>
    <?php if ( bbp_get_user_topic_subscriptions( $uid ) ) : ?>
        <?php bbp_get_template_part( 'pagination', 'topics' ); ?>
        <?php bbp_get_template_part( 'loop', 'topics' ); ?>
        <?php bbp_get_template_part( 'pagination', 'topics' ); ?>
    <?php else : ?>
        <p><?php _e( 'You are not currently subscribed to any topics.', 'bbpress' ); ?></p>
    <?php endif; ?>
    
    </div>
    </div>				
    				
    				
    				
    			</div>
    			
    		</div>
    			
    		<?php get_sidebar( 'left' ); ?>
    
    		<?php get_sidebar( 'right' ); ?>
    
    	</div>
    	
    	<?php do_action( 'ghostpool_end_content_wrapper' ); ?>
    				
    	<div class="gp-clear"></div>
    	
    </div>
    
    <?php get_footer(); ?>

    3. I then created two new pages with WordPress under their parent named “Discussions”, one page titled Replies and the other Subscriptions. I then assigned each page to their proper template that I just had created.

    4. Now when I load the pages, the code is asking for a current user, however it ignores and shows on Replies all replies made by all users; on Subscriptions it shows that the user has made NO subscriptions, even though they have.

    #194054
    Robin W
    Moderator

    access wont help.

    I am trying to replicate your situation on my test site, where I have tools that do lots of things for me.

    So what I need is how you get to make https://obeii.com/discussions/replies/ do what it does.

    for instance

    create a page called x in wordpress, put this in it
    put the template file in folder y called z.php

    ie all the steps I need to recreate the issue. I can hopefully fix.

    #194053
    quigley05
    Participant

    Hi Robin,

    Not quite sure I understand the question. The template names are mentioned within the code I provided and they are located in a page I’ve created in the WordPress backend, not one that is already provided within Buddypress or BBpress.

    Would it be at all helpful to receive access to my backend? Hope this was helpful.

    #194027
    Robin W
    Moderator

    this is a support forum for bbpress which ruins under wordpress, so if you are not wordpress then your thread is irrelevant 🙂

    #194019
    Robin W
    Moderator

    I cannot say – that would require access to your sites files, database and admin, and I suspect your users PC – and well beyond any free help.

    all I can say is that wordpress is used on 74 million sites, and bbpress just uses wordpress logon, nothing more.

    #194016
    rasmusandesther
    Participant

    I have queried this in with the WordPress support and as expected they say it is a BBpress issue.

    So who is right?

    #194013

    In reply to: Odd slow-query

    Robin W
    Moderator

    not directly, but bbpress does call wordpress functions via wp_query, and suspect this is the result of one of those.

    #194012
    Robin W
    Moderator

    will depend on what exactly you want but this might be what you need

    Private groups

    #194008
    Robin W
    Moderator

    bbpress just uses wordpress login, so at best this is a wordpress issue, so suggest you log it there

    Welcome to the WordPress.org support forums

    #194006
    Robin W
    Moderator

    that’s not what the text you quoted says – she states that it is an old username.

    Anyway this is a wordpress not bbpress issue, and is highly likely that it is user pc/browser/cookie/remember me issue.

    Wordpress powers 10% of the internet, if this happened then it would be a major security issue for the whole of the internet 🙂

Viewing 25 results - 3,476 through 3,500 (of 26,748 total)
Skip to toolbar