Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 9,151 through 9,175 (of 32,519 total)
  • Author
    Search Results
  • #160140
    joym
    Participant

    Hello all. I’m really hoping I can get some help here. I have been searching for days for a solution on this and it seems it should be a pretty easy fix.

    I have a few things I am hoping to accomplish:

    On the forum, I would like to redirect the profile links. Instead of, http://www.example.com/members/username I would like it to go to, http://www.example.com/profiles/username

    Also, is there a way to shortcode in the notifications porition of the bbprofiles?

    Thank you much!

    #160138
    joym
    Participant

    Hello all. I’m really hoping I can get some help here. I have been searching for days for a solution on this and it seems it should be a pretty easy fix.

    I have a few things I am hoping to accomplish:

    On the forum, I would like to redirect the profile links. Instead of, http://www.example.com/members/username I would like it to go to, http://www.example.com/profiles/username

    Also, is there a way to shortcode in the notifications porition of the bbprofiles?

    Thank you much!

    #160137

    In reply to: bbPress on Github

    Nicolas Korobochkin
    Participant

    Hm. I can’t use this link like a bower component (something not work). But I find https:// github . com/wp-plugins/bbpress.git – pretty good and working with bower and you can set up something like https:// github . com/wp-plugins/bbpress.git#2.5.6 to set up vertsion.

    #160131
    iampsp.com
    Participant

    check plugins ,but not problem.I guess I need to write code or function,Where is file of button`s code?

    #160128
    64scramble
    Participant

    As the title says, moderators of our forum can’t edit any posts, not even their own. When they try, they get:

    Reply To: Uneducated game shop staff

    Welcome to Grownups Gaming › Forums › Grownups Gaming › PC Gaming › Uneducated game shop staff › Reply To: Uneducated game shop staff Reply To: Uneducated game shop staff You can use BBCodes to format your content. It’s just a test, a game for us to play Add / Edit SignatureUpdate Signature Tags: Notify…

    Continue Reading

    The Feed Them Social Plugin offers system info as follows:
    Feed Them Social plugin version 1.7.3
    WordPress version WP 4.1.1
    Installed plugins
    Advanced Custom Fields by Elliot Condon version 4.4.1,
    bbPress Notices by Pippin Williamson version 1.0.1,
    bbPress – Report Content by Josh Eaton version 1.0.5,
    bbPress WP Tweaks by veppa version 1.3.1,
    bbPress by The bbPress Community version 2.5.6,
    Better bbPress Signature by Arun Singh version 1.2.0,
    BP Registration Options by Brian Messenlehner and Michael Beckwith of WebDevStudios, Jibbius version 4.2.5,
    BuddyPress by The BuddyPress Community version 2.2.1,
    Export User Data by Q Studio version 1.2.0,
    Feed Them Social (Facebook, Instagram, Twitter, etc) by SlickRemix version 1.7.3,
    GD bbPress Tools by Milan Petrovic version 1.7,
    Invite Anyone by Boone Gorges version 1.3.7,
    Quick Chat by Marko Martinović version 4.13,
    Simple eCommerce by Niaz Showket version 2.2.3,
    Twitch TV Embed Suite by Plumeria Web Design version 2.0.7,
    Twitter by Twitter version 1.0.1,
    WP Hide Admin Bar by Web Outsourcing Team version 2.0,
    WP Mobile Edition by Fabrix DoRoMo version 2.2.5

    Server Environment
    PHP Version 5.5.20
    Server Software Apache/2.4.9 (Unix)
    WP Max Upload Size 64 MB
    WP Debug Mode No
    fsockopen fsockopen is ON
    cURL cURL is installed on this server

    The website is http://www.grownupsgaming.net

    If you need access to the Forum, or anywhere else on the site, email me and I will give you the test login I’ve been using. I’ve tried all combinations of site permissions with forum moderator, but all get the same result.

    Thanks in advance

    #160127
    Robin W
    Moderator

    bbpress does not delete any area from which it is importing.

    But I would strongly suggest that you have a good backup of the SMF forum before you start, and that when you have migrated, you run a test site for your new WP setup

    https://codex.bbpress.org/creating-a-test-site/

    #160125
    Robin W
    Moderator

    If you haven’t already, suggest you contact your host provider for a backup.

    Deactivating the plugin should not take down your site – sounds like the site bugged whilst deactivating.

    Whether you run bbpress or not, if your site is that busy, the you really need a development/backup site – suggest you invest time in creating one see

    https://codex.bbpress.org/creating-a-test-site/

    #160107
    iampsp.com
    Participant

    hello guys,I install bbpress an create child theme for it and work good,only problem is Post Formatting option not work,if active this option not show bbcode buttons and hide teaxtarea border,now what`s my problem,please if need use function or action help me,i am programmer and I know php code.
    thanks for help.

    #160106
    xxmesoxx
    Participant

    Wanted to avoid triple posting, but can’t seem to edit.

    I have found the problem and managed to get the migration to work. Within the Kunena3.php file, there is a single line with a hardcoded jos_ prefix in it. I changed that to my dbs table prefix and the issue was solved.

    #160105
    Robin W
    Moderator

    not a quick php answer.

    looks like css might be the way to go

    Twenty Fifteen, no sidebar

    but you want it specifically for forums (although not sure how they’ll navigate out again).

    forums use

    #bbpress-forums as the css tag, so maybe combine that with the code abiove

    #160098
    Devilfish85
    Participant

    Thanks Robkk. I’m afraid that code didn’t fix it completely, however it gave me the missing piece to figure it out.

    I had previously added a bit of found code to override my theme putting bullet points before everything in bbpress. Using your suggestion, I added the text indent to that code bit and it worked. The final solution for anyone else who finds this:

    #main-content #bbpress-forums ul ul li, #main-content #bbpress-forums ul li {
    margin: 0px;
    text-indent: 0px;
    list-style: none outside none;
    }

    #160093
    Robkk
    Moderator

    try this

    #bbpress-forums #page-container ul li {
      text-indent: 0;
    }
    #160089
    Devilfish85
    Participant

    Hey everyone. I’m not the most css savvy yet, but I can usually chase down a problem after a while… not this one, it seems. Why is my text outside of the margins on the left side? I’ve already had to add a snippet of code to my theme’s style.css to take care of some strange bullets, but the text was misaligned before doing that as well I think. Thanks for your advice.


    http://www.tampere-hema.com/?forum=test-forum

    #160087

    In reply to: Full width forum

    Robkk
    Moderator

    your theme is missing some body classes , or i cant find any.

    if you find out the post id of this particular page and try

    .postid-(yourpostid) .pure_content {
      float: none !important;
    }
    #160086

    In reply to: Full width forum

    gezginrocker
    Participant

    That’s strange. When I look at the style.css, I can see the code here.

    I tried it in different browser as well but didn’t work I also tried width: 100% !important;

    #160084

    In reply to: Full width forum

    Robin W
    Moderator

    I’ve just looked and the code I suggested is not there, have you taken it away again?

    I tested it on your site and it worked.

    Are you sure you reloaded then site afterwards – some browsers remember style.css’s so the changes don’t always seem to have taken unless you refresh them, or shutdown/restart the browser.

    #160080

    In reply to: Full width forum

    Robin W
    Moderator

    add this to your style.css

    #bbpress-forums {
    width: 700px !important;
    }

    Functions files and child themes – explained !

    #160076
    Robin W
    Moderator

    no sorry – I can see nothing wrong with the code – it seems fine, so don’ know why it is doing this.

    as long as you have tried

    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 twentytwelve, and see if this fixes.

    which you say you have, then can you list all the forum settings in dashboard>settings> forums in case there’s something in there.

    #160074
    wplove3268
    Participant

    <img id="bbp-converter-progress" src="" style="display: inline;">

    #160073
    wplove3268
    Participant

    I’m in the process of importing a phpBB forum into bbPress and found, during the import, that there was a broken image icon where the “progress” image should be.
    Indicated in the code like this:

    I’m importing a very large forum and it would be nice to know where I am in the process.

    Any idea of why that would not be displaying correctly? I am using bbPress 2.5.6 with WP 4.1.1

    #160068

    In reply to: Tittle

    Robkk
    Moderator

    usually its just copy loop-forums.php into your child theme in a folder called bbpress and edit this

    <li class="bbp-forum-info"><?php _e( 'Forum', 'bbpress' ); ?></li>

    but since you have bbpress in another language maybe edit the .po file??

    using something like Poedit might help if that is the case.

    and also how to create a new one in this page for different forum topics.

    well what exactly are you going for , show recent topics sitewide below that??

    #160051

    In reply to: Sorting by freshness

    Robkk
    Moderator

    @gnulikeaboss

    Topics will display the most recent activity

    yes

    but you can’t click the ‘Freshness’ text/link to have it SORT

    bbPress does not have table sorting like this below example

    http://codepen.io/jakestuts/details/tGpju

    it doesnt even have a tabled layout anymore , its all lists

    i bet someone could develop this for you though

    go post a job at http://jobs.wordpress.net/

    #160040
    teamoo
    Participant

    Hey @Robkk – I added the code you provided to my child theme’s functions.php. At that point I was able to search my entire site, including the forum, with the main search. And if we cannot figure out what the problem is with the forum search that may be my only option.

    But I’d like to keep the two search functions separate at the moment. @robin-w any idea what steps I can take next to get my forum search working? The plugins/theme don’t seem to be the problem at the moment after testing.

    Thank you both very much for your help so far!

    Robkk
    Moderator

    i think this does what you want.

    add_filter( 'bbp_get_single_forum_description', 'ja_return_blank' );
    add_filter( 'bbp_get_single_topic_description', 'ja_return_blank' );
    function ja_return_blank() {
        return '';
    }
    #160016

    In reply to: Style Keeps Reverting

    Robin W
    Moderator

    @dragonfighter

    sorry the first should have been a link

    Functions files and child themes – explained !

Viewing 25 results - 9,151 through 9,175 (of 32,519 total)
Skip to toolbar