Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 7,626 through 7,650 (of 26,877 total)
  • Author
    Search Results
  • #160819
    Robkk
    Moderator

    @danajoy2008

    alright as long as the favorite/subscribe links are black then grayish on hover in Firefox , then my code is working fine.

    as for your cache issue make sure to contact other support to help you will this.

    your hosting support and also wordpress.org support should help.

    Support Forums

    and maybe installing the CCleaner program on your CPU will help remove some of chromes internet cache.

    And if you figure out a configuration for the cache function on your site , make sure the setting have it to not having any Admin user and logged in user not have cache since this is usually recommended.

    #160804

    Topic: New Message symbol

    in forum Plugins
    Linksquest
    Participant

    Dear,

    I always used SMF on my Joomla website, but now i have a new website build with WordPress and i house bbPress. But i have a problem.

    If someone post a new topic or new message, i saw i small icon to let me now that i have a unread message in that topic.

    But in bbPress i don’t see it, how can i fix this? My website is http://www.linksquest.nl

    #160798

    In reply to: SMF Import to bbPress

    curvemeister
    Participant

    Another script – this one cleans up the messy duplicate attachment references to the same media entry that were left behind, should you happen to re-run the older version of the script. Hopefully
    you will not need this, but I certainly did after developing the script and running it dozens of times! – Mike
    ===================================================================================
    //php_removedupes.php – clean up after running older version of script multiple times.
    //Mike Russell
    //
    <?php
    require( ‘wp-load.php’ );
    require( ‘wp-admin/includes/image.php’ );
    global $wpdb;

    echo “version 1.0\n”;

    $chunk = 100; //posts at a timea

    //utility functions

    function dumpguids($children)
    {
    foreach($children as $child)
    echo “$child->ID $child->guid\n”; flush();
    }

    //remove the %20’s from the supplied guid
    function fixguid($guid)
    {
    return str_replace(“%20”, “”, $guid);
    }

    for($kerchunk = 0; true; $kerchunk++) {

    //Get the next group of posts.
    $args = array( ‘offset’=> $kerchunk * $chunk,
    ‘numberposts’ => $chunk,
    ‘post_type’ => array(‘topic’, ‘reply’)
    );
    $posts = get_posts($args);
    if(empty($posts))
    break;

    foreach($posts as $post) {
    //echo print_r($post); flush();

    //get all attachments for this post.
    $children = get_children( array (
    ‘post_parent’ =>$post->ID,
    ‘post_type’ => ‘attachment’,
    ‘numberposts’ => -1
    ) );
    if(count($children) < 2)
    continue;
    //echo count($children).” attachments for $post->post_title\n”; flush();

    //sort the guid’s, ignoring %20 added by the SMF attachment script
    usort($children, function($a, $b) {
    return strcasecmp(str_replace(“%20”, “”, $a->guid), str_replace(“%20”, “”, $b->guid));
    });
    //reset the parent field of all the extra attachments with matching guid’s, keeping the last one.
    //this leaves orphaned meta rows, which can be cleaned up later by standard WordPress
    $deleted = 0;
    $unique = 0;
    $n = count($children);
    for($i=0; $i<($n-1); $i++) {
    if(fixguid($children[$i]->guid) == fixguid($children[$i+1]->guid)) {
    //echo “delete dupe “.$children[$i]->post_title.” from parent “.$children[$i]->post_parent.”\n”; flush();
    $wpdb->delete($wpdb->posts, array(‘ID’ => $children[$i]->ID));
    $deleted++;
    } else {
    $unique++;
    }
    }
    }
    echo $kerchunk * $chunk.” posts scanned\r”; flush();
    }
    echo “done\n”;
    ?>

    Robkk
    Moderator

    @pazzaglia1

    you are running into a couple issues.

    As for some users i can see their profile leads to a 404 too.

    create me an Admin account and send me the login details by email so i can see what plugins you are using , if there is a code snippet causing an issue, your theme , or something else.

    when im done helping you , you can delete the account.

    Contact

    #160732

    In reply to: Can I do this?

    Robkk
    Moderator

    @ebunny3k

    are you talking about categories/subforums like this.

    #160722
    Robin W
    Moderator

    ok, Rob’s the css guru, but why not try my plugin

    https://wordpress.org/plugins/bbp-style-pack/

    which will let you style the hyperlinks (no. 5 in forum index styling)

    Otherwise come back and we’ll help further

    #160705
    Robin W
    Moderator

    good set of questions!

    bbpress uses WordPress registration for forum users, so they will integrate nicely.

    There are widgets within bboress that allow for login and registration

    With forums set to public, then anyone can see forums, but only logged in users can ‘participate’

    Users can change their email in the profile section

    two queries

    5. Once registered, every time the user visits again login will be required to participate in the forums.

    This will be the case, unless they use the remember me function, but in effect that is the same as it is a logged in person. There are plugins to prevent remember me if you want to disable eg
    https://wordpress.org/plugins/remember-me-controls/

    7. The user will have to be allowed to unsubscribe.

    They cannot delete themselves, they can just stop using. They can of course send the admin a request to be deleted, and then the admin has the choice of deleting all content for that user, assigning it to someone else, or just blocking that user so that the content remains under their name.

    slinkydink
    Participant

    Hi there, could someone help me figure out where to stop my bbpress topic and breadcrumb links from defaulting to target=”_blank”?

    When I’m on my forum archive page — or anywhere else on the site — everything is fine, but once I start navigating to topic pages, all of the links start popping up in new windows: http://pafoic.org/forums/

    I’m running WordPress 4.1.1 with a Customizr Pro child theme, and bbPress version 2.5.6

    I feel like the solution should be somewhere in plugins > bbpress > includes > topics but I’m just not finding it. Any help would be much appreciated. Thanks!

    #160680
    Robkk
    Moderator

    @andrew55

    You could hire a coder at any freelance website like http://jobs.wordpress.net/

    But yeah like you said its not a huge issue.

    #160673

    In reply to: Admin Area

    Robkk
    Moderator

    that was 7 years ago when bbPress was not a WordPress plugin.

    just use any normal WordPress theme.

    search bbPress compatible WordPress themes in google to find one that should would work great.

    or search bbPress in the wordpress add new theme area in the backend of wordpress.

    This plugin will help styling bbPress on any WordPress theme though.

    https://wordpress.org/plugins/bbp-style-pack/

    #160657
    Robkk
    Moderator

    As long as you use quality plugins for image upload for bbPress like this one you should be fine.

    https://wordpress.org/plugins/gd-bbpress-attachments/

    hosting images elsewhere should help on server disk space though, well unless you have a CDN.

    Robkk
    Moderator

    @garrett-eclipse

    there are likely other people who have posted a topic like this one from 3 years ago.

    you can try the code the user placed below for the bbPress custom post types and see if it works.

    https://wordpress.org/support/topic/why-does-blog-become-current_page_parent-with-custom-post-type

    #160649

    In reply to: Admin Area

    Robkk
    Moderator

    @chicco30

    go to appearance > themes then click the add new button and either search the wordpress theme repository or upload a theme

    #160643

    In reply to: Admin Area

    Robkk
    Moderator

    bbPress doesnt have a specific admin area for itself, it basically just uses the existing WordPress admin area.

    you can,

    create all the forums in the backend.

    create some topics/replies in the backend but for me its better to do it frontend.

    go to the settings menu go into the bbPress settings by going to settigns > forums in the backend of WordPress.

    manage users in the backend.

    use the addditional tools in the tools section, its named forums.

    use the moderation and blacklisting settings in settings > discussion.

    if you need help trying to find something else reply back.

    Robkk
    Moderator

    BuddyPress should have this feature , bbPress is also compatible with BuddyPress.

    https://wordpress.org/plugins/buddypress/

    #160636
    jayd94
    Participant

    I tried with twentyfifteen and it still looks the same. Im not sure if i understand it clearly, but if yes, then: If i set it not equal then in the breadcrump it will show the bbpress’s virtual page for the forum root-and in the url also, and not my real wordpress forum page i created with shortcodes.

    #160632
    jayd94
    Participant

    yes, like so shortcodes

    And this is how it looks on the page now page view

    But setting the forum root to be the wordpress page clearly makes the problem, before it looks just perfect.
    (down below if images dont appear)

    #160627
    Robin W
    Moderator

    the same as my wp page’s slug

    by which I think you mean you have a WordPress page called say ‘forum’ with the slug of ‘foforum’ with the [bbp-forum-index] in it?

    #160626
    jayd94
    Participant

    Sorry if i wasn’t clear. So my problem basically is: BBpress has the forum root option, that i set the same as my wp page’s slug. It works, forum is shown on the wordpress page, and the url is okay, and the breadcrump is also okay.–>but setting the root to show forum on my wp page also breaks my [bbp-single-forum id=xxx]-shortcodes—-it seems to now show up on the page as if it was this shortcode:[bbp-forum-index] instead of each and every one of my[bbp-single-forum id=xxx] shortcodes.

    #160622
    grosbouff
    Participant

    I just made one, check it out !

    https://wordpress.org/plugins/bbpress-votes/

    Allow users to vote up or down to topics and replies inside bbPress, just like you can on StackOverflow for example.

    bbPress Votes screenshot

    #160621
    DanaJoy2008
    Participant

    Hello!

    First: I’m using WordPress 4.1.1 running The Thinker Lite theme. I’m using bbPress 2.5.6 and my site is artintheblood.net.

    I would like to change the color of the hyperlinks that appear in posts on my forum. For example, I’d like to have them be blue. I went in yesterday in hopes of doing that, but when I made the changes via the bbPress style pack (which is completely brilliant), ALL of the links were changed. The topic titles, user names, everything.

    Is there a way to only change the color of links that appear within posts? Or is this just a lovely pipe dream that exists in my head?

    Thank you so much for any advice you can offer!

    #160615
    Sam Rohn
    Participant

    any kind of wordpress/bbpress or other website that has open public registration needs very strong anti spambot protection, i use a few different plugins, but some spammers still get through sometimes, no one plugin will get them all…

    these 2 work well together, but a few bots etc will still slip though, search this bbpress forum for more anti-spam info

    https://wordpress.org/plugins/wangguard/

    https://wordpress.org/plugins/stop-spammer-registrations-plugin/

    sam

    #160614
    mglasser
    Participant

    Our phpbb3 forum was migrated to a brand new WordPress installation with bbPress installed (not BuddyPress). It was done by a consultant, so I am not sure how much of the code was custom vs a phpbb3 migration tool.

    We got the private topics to show to Participants by using the plugin “Capability Manager Enhanced” and allowing the read_private_topics and read_private_replies. This now allows Participants to read the private topics, but also allows them to see Hidden forums. They cannot see the content/topics of the forums, but they can see the hidden forum titles.

    The remapping to default was done with the repair tool. It had no impact, except to require me to go back and reset the handful of users that were not set to Participants.

    The big question that seems unresolved in many threads is whether Participants are supposed to see Private topics/replies, or if that is a misprint in the documentation? Why would we have to use the Capability Manager Enhanced plugin to do what the docs say should happen by default.

    Garrett Hyder
    Participant

    I wasn’t able to pinpoint the cause so I’ve opened with WordPress support here;
    https://wordpress.org/support/topic/custom-post-types-make-blog-menu-item-the-current_page_parent?replies=1#post-6775056

    Cheers

    #160607
    Robin W
    Moderator

    I’d suggest you upgrade to latest wordpress, not to fix this issue, but because you leave your site more open to attack by using old software.

    Onto your problem…if profiles are viewable by non logged in users – can you post a link to the forum so that we can see the issue

Viewing 25 results - 7,626 through 7,650 (of 26,877 total)
Skip to toolbar