Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 14,476 through 14,500 (of 32,503 total)
  • Author
    Search Results
  • #131633
    mchelles
    Participant

    No if I use that code, no 404. To clarify, the 404 is when you click on the “View Posts” Link, not the profile page itself. I think I need a loop to call the author ID, which is where I am getting stuck.

    Thanks for any ideas you may have!

    #131390
    Stephen Edgar
    Keymaster
    #131385
    IPBri
    Participant

    I have tried to upgrade my install of bbpress from 1.0.2 to 1.2 (so I can migrate to the plugin version) several times now and I only get a white page. I verified my versions…

    Wordpress 3.5.1
    PHP – 5.3.3
    MySQL – 5.1.61

    I disabled all my bbpress plugins, copied over all the files, made sure my template files (custom theme) and my bb-config.php file were still there. I only get a white page after the upgrade. Page source says there is zero code in the page. I have seen other posts with this problem, but have not seen a resolution to the issue.

    Am I missing something?

    #131381
    horiamar
    Participant

    I tried to use the bit of code postet here above by Anointed.
    I put it in the functions.php file of my buddypress theme.
    It didn’t have any effect…

    On the other hand, I found a plugin that does the job, but just partially:
    https://wordpress.org/extend/plugins/orbisius-bbpress-enhancer/
    (Orbisius bbPress enhancer)

    This plugin works fine, but it allows me to change only the COMMENTS authors, not also the REPLIES authors.

    (forums in bbPress consist hierarchically in: FORUM > TOPIC > COMMENT > REPLY)

    I Would be grateful if any coding specialist among you would tell me what to do with the codes above, to get them working (for comments AND replies).

    #131367
    hariharakumar
    Participant

    I have installed bbpress forum on my blog http://www.geekspage.org/ , created new forums and topics. I can view topics and forums, but i cant see forum index page.

    I have created a new page with name Forums to see if it works, but it didnot help.

    Used the shortcode [bbp-forum-index] it works on other pages but it did not work on Forums page. I have created a test page and used the shortcode it works fine, here is the test page link test. Shortcode didnot work on Forums page, here is the link forums

    I dont know what to do please help me.

    #131360
    Lynq
    Participant

    Do you still get a 404 using this code: http://pastebin.com/i6g8VCE4

    venom_
    Participant

    Hi! I have solution of this problem.
    Open file `/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php` and find there this lines of code:
    `
    function bp_core_set_avatar_constants() {
    global $bp;

    if ( !defined( ‘BP_AVATAR_THUMB_WIDTH’ ) )
    define( ‘BP_AVATAR_THUMB_WIDTH’, 50 );

    if ( !defined( ‘BP_AVATAR_THUMB_HEIGHT’ ) )
    define( ‘BP_AVATAR_THUMB_HEIGHT’, 50 );
    `
    Just replace 50 to required size.

    P.S. Sorry for my English…

    #131255
    #131247
    Stephen Edgar
    Keymaster

    There is a new shortcode and widget for bbPress stats in the upcoming bbPress 2.3

    #131243

    bbPress search has been implemented from scratch in bbPress 2.3 release. The new search does not piggyback off of WordPress search (which is what happens when you add the code above) and works extremely well.

    Version 2.3 is actually in RC1 right now and is very stable, so you could upgrade to that and it would give you the new search feature.

    bbPress 2.3 – Release Candidate 1

    My recommendation would be to give 2.3 RC1 a whirl. Of course since it is RC1, do a backup before upgrading 🙂

    #131116

    In reply to: space after last topic

    You need to edit that page where you are using the shortcode. Below it you likely have a bunch of empty lines (delete those) which are being converted to empty paragraphs.

    #131111

    Dunno why that wouldn’t work.

    Threw this code in firebug and it works just fine.
    `table.forum-table tr.odd td {
    background:red;
    }`

    #131064
    clickmac
    Participant

    https://wordpress.org/ and see this guide in installing it https://codex.wordpress.org/Installing_WordPress

    and you can get live help here just sign up and post in the forums

    #131058
    Nazaire
    Participant

    I’m wanting to edit the css of bbPress to tweak the appearance of my forums, specifically the font size. I’m running WordPress 3.5.1, bbPress 2.2.4, and using a twentytwelve-child theme. My forums are at

    I found the “bbPress Custom CSS File” plug-in but according to the description I do not need it.

    ** This plugin is for bbPress 2.1.x. If you are using bbPress 2.0.x please upgrade. If you are using bbPress 2.2, read below.**

    bbPress 2.2+: As of bbPress 2.2 this plugin is NOT needed. bbPress will auto-detect the CSS file if it exists in the right location.

    Copy the CSS file from wp-content/plugins/bbpress/bbp-themes/bbp-default/css/bbpress.css to wp-content/themes/[yourtheme]/bbpress.css.

    Following the instructions above I have copied the bbpress.css file from the bbpress plugin’s css folder to “wp-content/themes/twentytwelve-child/bbpress.css”. When I go into the WordPress dashboard under appearance-edit the bbpress.css is available for editing.

    So assuming I have the bbpress.css file in the right place (if I don’t please instruct me where I need to put it for editing), which line of code in the bbpress.css file do I need to edit to change the font size on my forums.

    Any assistance in this matter will be greatly appreciated. Thanks.

    #131056
    fencer_x
    Participant

    Ah wait — nope, just a trick of the eye.

    It seems changing the permalink structure gave me two similar looking addresses:

    website.com/forum (a page I made using the shortcode into the top page of the forums)
    website.com/forums (the default top page, linked in the breadcrumbs and unable to be altered)

    So the problem persists, just with a different name :/

    #131054
    fencer_x
    Participant

    What I mean to say is I can access my forum via two routes: website.com/forum (a page I made the forum top using the shortcode) and website.com/?post_type=forum

    website.com/forum has a sidebar I set with the recent topics and comments widget–I can manipulate this just fine and am glad to have it as the forum top.

    website.com/?post_type=forum has a sidebar I CANNOT manipulate for some reason (even though I can alter it in the admin settings–it never takes) and displays a strange “Archive | time” title in the title bar.

    The only way you can get to website.com/?post_type=forum is via the breadcrumbs–but I don’t want people accessing it via the breadcrumbs or at ALL. I need to either be able to remove it altogether or fix it to allow the sidebar to be manipulated and the title to display properly.

    #131036
    redheadkelly
    Participant

    I would like to change the word Forum to the word Discussion in my entire bbPress instsall.

    I followed the directions in a post on the BuddyPress site. http://codex.buddypress.org/developer/customizing/customizing-labels-messages-and-urls/

    I used POEdit to create a .po file an a .mo file containing my desired changes & I uploaded it to the wp-content/languages directory.

    It doesn’t work. Is there something else I have to do somewhere?

    Thanks.

    #131034
    kraigg
    Participant

    I’ve been testing the latest bbPress 2.3-rc1 and BuddyPress 1.7 beta2, and I noticed that the subscribe to topic link and “Notify me of follow-up replies via email” checkbox no longer appears. “Favorites” appear as normal, but not “Subscribe”.

    I had a look at the code inside bbPress/form-reply.php and bbPress/form-topic (http://jsfiddle.net/kraigg/jVvzv/) which calls bbp_is_subscriptions_active. It seems that the conditions aren’t being met, and so the subscribe link and checkbox no longer appear. If I remove the If statement from the code, the subscribe link and checkbox appears on the page again, but I’m afraid it might break something else later down the track.

    I was logged in as the administrator and viewed an open topic. I also looked inside Dashboard > Settings > Forums and verified that the checkbox “Allow users to subscribe to topics” was ticked.

    Is there a fix for this? Should I add this as a new Trac issue?

    #131025
    mferris2
    Participant

    Greetings, I would really appreciate some help on getting by bbpress plug-in to work. Currently I cannot see my forums or topics when I click on preview or view page from the admin panel nor can I view the discussions on my website when I click on the title from the “Forums” page I created. I can see the forums and discussions on the “Forums” page (used the shortcodes)they apparently link to now where :)Working with WP version 3.5.1 and bbpress version 2.2.4.

    Reading the other forums I have tried the following:
    1. Switched to twenty-eleven and twenty-twelve theme, doesn’t make a difference.
    2. Gone to permalinks and saved, again, no change.

    Any help would be appreciated, please see the link to the site below.
    http://hsg.trg-learning.com

    #131006

    In reply to: I just don't get it

    jetsoftworx
    Participant

    i have a page called /forum that has the shortcode to display the forum index. When I click on a item it will go to that post. In the breadcrumb there will be home->forums->post, clicking on /forums takes me not to /forum where my shortcode is located but to the hard coded thingy that is defined in the plugin setup? So I have to mess around with trying to make templates just to get it working with my theme, when it just seems that if you make use of shortcodes for the operation of the forum, it would be compatible with ALL themes more or less. Is that a correct assumption?

    As it stands now, I don’t think I will be able to use this plugin because I do not have the time to workout all the different things just to make it work with my theme. I really should not be complaining for something that is free to the community and it is not to diminish the great work of the developers, this is not my intent. After fiddling for days trying to get this to work correctly, I just came to the conclusion that maybe it would be better if shortcodes where used exclusively for the functionality of the operations, then all of these sorts of problems should become non existing.

    if I could have a page called /forums that would override the /forums settings defined in the plugin then that would work, but how can you tell wordpress to do this? I looked and tried different things, but it all becomes way more work then it seems it should be when a shortcode would do the trick. Any way, I am curious to know how other people are getting bbPress to work properly with their themes. I am open to suggestions, ideas and thoughts.

    Oh, one thing I did was to setup a redirect from /forums to /forum (forum index shortcode) and that seems to be working so far. Not sure yet what side effects maybe lurking as a result. So far so good. But when I sit back and think about it, what keeps coming to mind is… why? Why should I even have to do something like this??

    Thanks

    Jarrod

    #131002
    clickmac
    Participant

    you don’t need to to use shortcodes,
    its already into your page

    see
    http://www.yourdomain.com/forums

    and its their already

    #130991
    maggieymae
    Participant

    I finally found a widget manager that works! It is called widget context. It allows you to use wildcards such as forums/*
    It works so well I no longer need to use the shortcode.

    #130987
    maggieymae
    Participant

    Sorry- I didn’t see your reply earlier
    Yes the BBpress widgets work nicely.
    The issue is that I want to decide which widget shows on which page.
    I have tried numerous widgets and when the forum pages show, they are all messed up. They fill in with the forums only all scrunched together.

    I’ve als tried putting the shortcode in a page and that has helped when assigning widgets except for when on the “forums” part of the breadcrumb after entering a board. It goes crazy.
    sitename/forums/etc

    I found one custom widget plugin that makes a widget “drag and drop” page in the editor for each page and post editor area but the person that will be using this will have a difficult time using it. When using that plugin if I make all the forum widgets to be the default setup and just add/subtract widgets per page – it won’t show the craziness.

    I don’t think I can describe this any better. It just looks like craziness and it isn’t in the forum widgets… The forum contents fill up any available widget on the sidebar even if the widget isn’t “assigned” to the forum and it is only when following the breadcrumbs AFTER being in a board.

    #130976
    Gettinitdone
    Participant

    It seems the focus on member roles has taken away from the structure of the forums made with bbpress.  It would make sense to me to develop forum structure and information availability.

    This could be accomplished by having the ability to create a forum and lock the locations of topics.  By code and visually as they appear on the site.

    I think limiting ability to make topics or replies for each each individual post when created by admin, would develop forum content more efficiently than limiting abilities for individual users.

    In other words.  Rather than limiting abilities by access level.  Is there currently a way to lock forums and topics the way they are?

    In other words.  When I develop the forum as an administrator, can I limit the ability of all users to contribute to those posts?

    I think a more even balance can be achieved, between content contributed by admin, and relevant information contributed by users, if the admin can limit users ability to alter the structure of the forum.

    #130975

    Topic: URLs issue

    in forum Installation
    Anonsetowarzyskie
    Participant

    I switched from phpBB to bbPress recently thanks very much in part to a script found in these forums.

    Now, many of the existing posts contain links to each other in the old phpBB format /topic.php?t=123. Since the topic IDs have stayed the same in the conversion process, I’d like to use ModRewrite to automatically redirect to the new /topic/123 URL scheme. I’ve tried the following in my .htaccess, but it doesn’t appear to work. (Admittedly, my knowledge of ModRewrite is shaky at best.)

    RewriteEngine on
    RewriteRule ^/forums/viewtopic.php?t=([0-9]+)$
    /forums/topic/$1 [R]

    (In the real code there isn’t a linebreak on the second line.)

    Does anyone have any advice?

Viewing 25 results - 14,476 through 14,500 (of 32,503 total)
Skip to toolbar