Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 14,101 through 14,125 (of 26,846 total)
  • Author
    Search Results
  • #113086

    In reply to: HTML Code

    LIB53
    Member

    Users do not have the capability unfiltered_html

    https://codex.wordpress.org/Roles_and_Capabilities#unfiltered_html

    User a role editing plugin to enable that capabilty

    https://codex.wordpress.org/Roles_and_Capabilities#Resources

    This is unsafe, because users can write malicious code. I wrote a post asking about more details on modifying the capability at its core here:

    https://wordpress.org/support/topic/modify-unfiltered_html-to-allow-more-tags?replies=1

    Hopefully I can get some attention so there’s a safe halfway point where we can allow more html tags without rendering our sites insecure…

    #44124
    pparson
    Member

    Dear bbPress-Team and community,

    I’ve been trying to install the bbPress Plugin to my WP. I tried to do so on my local machine first, and all went fine. When I tried on my web server, everything went fine until I activated the bbPress-plugin in the wp-admin plugin section. WordPress responded with a blank (white) page, and afterwards, I could not even access /wp-admin/ (also responding with a blank screen). When removing the bbPress directory from the plugins directory, everything is fine again. /forums/ responds with the usual 404 in either case.

    Unfortunately, I do not have access to my server’s error logs. Do you have any ideas what could be the problem here? The major difference between my local machine and the web server is that the latter cannot connect to the outside world via http – maybe this is mandatory?

    Btw: I have double-checked the requirements, my webserver configuration seems to be okay for bbPress:

    Wordpress 3.3.1

    PHP 5.3.2

    MySQL 5.0

    I’d be happy about any hints which might help to trace down the problem.

    Thanks, best regards,

    Peter

    Ben Hayes
    Member

    Invalid header issues indicate you’ve installed the plugin incorrectly, or have an incomplete download.

    Hmm, OK. I downloaded the zip file from the bottom of https://bbpress.trac.wordpress.org/browser/branches/plugin and used that for the plugin, which gave me the error. Maybe Trac is not working how it should, or maybe I’ve not understood something. I’m more of a designer than a coder :) I will see if I can get my head around using Subversion to get the code instead.

    It’s possible to use the core templates, but it won’t really work the way you want it to. Why? Because when you view a single forum, you also want to view that forum’s topics. When you view a single topic, you also want to view that topic’s replies. A single flat loop isn’t enough to handle this behavior, no matter what you do.

    Right, OK. That makes sense. I hadn’t thought of that.

    I still think the whole setup is potentially quite confusing though – mainly having 2 theme locations I think is what throws me. Actually I noticed that in plugins/bbpress/bbp-themes/ it says in index.php “Do not put custom themes here or they will be overwritten”. So I know we’re not supposed to edit the theme in there. But it is still quite confusing that I can activate that theme from within the WP dashboard. This is quite unintuitive, in my view. Because we are encouraged to activate a theme that we are told we should not edit.

    varsitysmack
    Participant

    I’m working on a site that has an issue with the bbPress forums in internet explorer. What is happening is the text area for both replies and topics is not showing up when using internet explorer.

    The link to the forums is here: http://www. silverdoctors. com/sd-reader-forum/ (minus the spaces I purposefully put in, obviously).

    I think this is a javascript issue, but I’m not certain. I also don’t understand why it’s only occurring in IE and not in Firefox.

    I’m using WordPress 3.1.1 and bbPress Version 2.0.2.

    I have no other plugins other than bbPress activated.

    I did revert the theme back to 2012 and the issue was no longer present. If this is an issue with my theme, I understand this might not be the forum to ask the question if someone could delve into it to try to find the problem, but I’m stumped with the issue and am hoping some of the great bbPress minds can help me resolve the issue.

    Thanks for any advice anyone can give.

    #112980

    Time to dig in the code and look around. The /bbp-includes/bbp-template* files are a good place to start. :)

    bbPress’s template logic works almost identically to the way WordPress’s works, it just needs to do all the same things that WordPress does for specialized content. Just like WordPress has queries and conditions for posts, pages, categories, and tags, bbPress has them for forums, topics, replies, users, topic views, and front end posting and editing.

    In many ways, bbPress feels more complex because it is more complex. But, I can assure you, it’s built to the same standard and uses the same conventions as WordPress does.

    #108808

    Fixed in: https://bbpress.trac.wordpress.org/changeset/3841

    Thanks for reporting!

    #44118
    jaredvd
    Member

    I’ve installed bbPress on my wordpress-buddypress site.

    The forum base is: Forums

    when I install just bbPress, and use this as a base, I can navigate to http://www.url.com/forums and it displays the forums properly

    I also would like to add it to my navigation. I add a page titled “Forums” at http://www.url.com/forums and add it to my navigation menu list.

    then when I navigate to this page, it displays it as a default buddypress page, without the forums, it highlights it in my menu when it is the current page.

    I then add the shortcode: [bbp-forum-index] to the page.

    It still shows up in my navigation, and goes to the correct page when clicked, which now shows the bbPress forums. However it now does not highlight the “Forums” tab when it is on the “Forums” page.

    Is there an easier way to associate bbPress’s “Forums” with WordPress’s “Forums” so that it will display properly in the navigation menu?

    Thanks.

    Also when on my “Forums” page, the breadcrumb reads “homepage title>forums” I would like it to ready “Blog title>forums”. Any ideas how to do this?

    Edit: Turns out the “Forums” page only works properly in the navigation as soon as bbPress is deactivated. With bbPress activated, the “Forums” item in the navigation is not highlighted when the page is being viewed. Shortcode in or not.

    Edit: I’ve fixed the problem by making a custom template which adds the shortcode via <?php echo do_shortcode(“[bbp-forum-index]“); ?>

    Any ideas on the base slug modification?

    #110565
    Ben Hayes
    Member

    Just realised I probably need to try the 2.1 beta version.

    I went to the URL suggested above https://bbpress.trac.wordpress.org/browser/branches/plugin and downloaded the zip file. However, WP gives me an error saying “invalid plugin header”. Anyone know how to fix this?

    #43959
    Jord5i
    Member

    So I just started working with bbpress, and wordpress for that matter. Now I find the profile page not great, it shows stuff like subscribed topics / favorites topics / created topics. I don’t really want any of that.

    I have been digging through the files, but I am unable to find out what file actually outputs this, I have a understanding level of php, so I should be able to edit it, if I could just find it.

    Thanks

    #43897
    webismuk
    Member

    Hi All,

    I have set up bbpress through wordpress and it is working.

    I cannot see anyway to manage bbpress but that is on another thread, and the answer to that may solve this.

    The bbpress only comes with a Title, Comments and Tags

    I want to be able to add at least one other field for a Post

    URL for example

    Is this possible?

    Thanks

    D

    #44074
    AAShepAA
    Participant

    Where does it get put. I would like to offer that RSS feed to my users also.

    mike-acs-it
    Member

    Glad that you got it resolved. My problem was different as it happened just after install. Unfortunately, I got 0 help at all and could not find the answer myself, so I just decided to use Vanilla, which went much more smoothly and works very will with the embed WordPress plugin. Oh well…

    #44063

    Topic: Meta Boxes

    in forum Plugins
    rexgoode
    Member

    I am running bbPress 2.0.2 as a plugin on a WordPress 3.3.1 site. I have one forum. It all works great.

    I have a plug for WordPress that I created that adds certain meta boxes to blog posts. My plugin uses add_meta_box hook to accomplish this. The theme handles formatting the information at the end of the blog post.

    I would like to do the same for bbPress forums on the same site. The plugin doesn’t accomplish it. I would like to be able to add meta boxes on the New Topic form for the bbPress forum, preferably after the Topic Description box but would settle for at the end of the form.

    Ideally, I would like to just modify my plugin so that it works for blog and forums on the same site.

    Do you think it can be done?

    In case there are other alternatives than this approach, my goal is that for certain forums, I want users to supply certain information for each new topic. I would prefer to add form controls to the new topic form that would be required to complete the new topic.

    For example, I will have a forum where members can post information about upcoming events. I want them to be required to include in the new topic a date, time, location, etc. I would like to not leave it to them to remember to put these essential bits of information in. I want to make it so that if they forget, their topic will be rejected until they supply that information.

    Thanks in advance for the help.

    #112902

    Another detail – to get started creating your forum.php file, make a copy of for example your page.php or single.php file and rename it. Then style it however you want.

    Just don’t touch ‘the loop’ itself and especially the <?php the_content(); ?> query. Essentially your forums are just wordpress pages of a special post type and they will need to be called with those elements in the template just like any other post / page.

    #112901

    When you say ‘create a forums page in wordpress’ do you mean you go to Posts or Pages within wordpress to create a page titled “forum”?

    You will have much more control over the look if you create a custom template page that sits in your theme folder, called, “forum.php”.

    This post helped me 2 weeks ago when I was tearing at my hair over this problem:

    Understanding templating.

    In that template, you can add bbpress’ sidebar bits by grabbing the php from the bbpress templates and inserting them into your own.

    Hope that helps – let me know how it goes…

    #112900
    macauley86
    Member

    Hey, no problem. thank you for coming to my rescue :-)

    Yes, I did create a forum

    http://www.homeschoolagora.com/forums/

    The forum page shows up, but it’s treated like a blog page

    http://www.homeschoolagora.com/forums/forum/homeschool-legal-requirements/

    and puts the blog widgets in the sidebar instead of the bbPress login and forum-related widgets.

    I didn’t even have to create a Forums page in WordPress. The moment I installed bbPress, it created its own forums page, even though it did not appear in the navigation.

    Actually, when I do create a forums page in wordpress, it sort of takes over the bbPress-created one and shows nothing on the page. Only when I delete, does the bbPress forums page come back.

    That is why I’m not sure if I’m missing a step or two.

    I just installed the bbPress plugin from within WordPress and activated it, then created a forum, and put a few bbpress widgets in the bbpress sidebar.

    #112899

    Macauley86 – did you actually create a Forum or two in the Forums tab in WordPress? Nothing will show up till you do.

    Sorry in advance if I am oversimplifying your problem. :-)

    I think I’m having the same problem.

    The strange thing is that it *was* working up until this morning. In our case, we moved some folders around – we had an old folder of BBPress and it’s possible when we archived it things went wacky. There’s this in the bbpress.php file:

    /**

    * Note to Plugin and Theme authors:

    *

    * Do not directly reference the variables below in your code. Their names

    * and locations in the bbPress class are subject to change at any time.

    *

    * Most of them have reference functions located in bbp-includes. The ones

    * that don’t can be accessed via their respective WordPress API’s.

    */

    which might mean some strange paths were written into the core files. We deleted, and started again. I even went into the wp database to delete all the forums and topics we had made… no luck. A fresh install still turns up a blank page which makes me think there could be another old reference somewhere in the database interfering with things.

    Either that, or it’s some permalink voodoo.

    O mighty BBpress lords (John Jacoby?) I beseech you…. any advice for this dilemma?

    #44027
    ShadowXOR
    Member

    I’m in the process of setting up a new WordPress site. There is no urgency so I can wait if necessary, I’m planning to use BuddyPress most likely and bbPress 2.1. What’s new in 2.1, and is it recommended that I wait for it before installing bbPress? I don’t want to put a bunch of time into it then need to redo a bunch of work. Thanks!

    #44021

    Hi. I run a membership site, and the forums need to be private (for members only.) Lately, posts are showing up in Google. I set all forums to private, but now my members get a 404 when trying to access the forum.

    I know in previous posts plugins are alluded to to fix this. I’m a total newbie to wordpress, can you please advise which ones I need and how to implement these changes?

    Thank you SO much.

    #112953
    marques_uk1
    Member

    Thanks for the comments, I’d like my members to be able to upload an avatar via the profile edit option in my own BBPress forum. I don’t want them to see a WordPress profile, I’d like a simple upload section for the BBPress profile edit.

    I think BBPress is an excellent plugin but I think it should provide a way members can upload avatars.

    How do you upload avatars in this actual BBPress forum? Is there an option in profile edit?

    Many thanks

    #113036

    please help me?

    thanks

    glitsch
    Member

    Hi there,

    my wordpress lays here: httpdocs/mysubfolder/…

    My Problem is now, that after I logged In/out bbpress puts the subfolder too much to the URL in my browser:

    correct would be: http://xxx.xx/blend/forums/forum/blend/

    but the incorrect bbpress way: http://xxx.xx/blend/blend/forums/forum/blend/

    The “blend/” is too much!!! help me, what’s wrong with the redirection after login/logout? My Htacces in the root looks like that:

    RewriteEngine on

    RewriteCond %{HTTP_HOST} ^(www.)?heglandog.ch$

    RewriteCond %{REQUEST_URI} !^/heglandog/

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule ^(.*)$ /heglandog/$1

    RewriteCond %{HTTP_HOST} ^(www.)?heglandog.ch$

    RewriteRule ^(/)?$ heglandog/index.php [L]

    and inside the subfolder:

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /blend/

    RewriteRule ^index.php$ – [L]

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /blend/index.php [L]

    </IfModule>

    Thanks a lot for help!

    regards

    #44008
    devrimg7
    Member

    I’ve posted on wp forums is well but haven’t figured it out.. I’m using ‘User Avatar’ plugin on wordpress. The avatars show up on bbpress profile pages but no edit/upload fields in the profile pages.. How do we sort this out ? Thanks..

Viewing 25 results - 14,101 through 14,125 (of 26,846 total)
Skip to toolbar