Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'codes'

Viewing 25 results - 451 through 475 (of 1,687 total)
  • Author
    Search Results
  • #171865
    Pascal Casier
    Moderator

    Hi,

    Is this want you are looking for : http://www.rewweb.co.uk/bbpress-additional-shortcodes/ from @robin-w

    It’s INcluding, not EXcluding …

    Pascal.

    luisthegeek
    Participant

    Just went to log into my site which uses the bbp-login shortcode and it just shows me a blank page. logged in using the wp-login, checked the login page with the shortcode, the shortcode is still there.

    Also, the forums page is all blank as well. no forums are showing. Go to forums > all forums, they are listed there.

    Tried Chrome and IE. Same issue on both.

    #171515
    kieranw7261
    Participant

    Hi there

    Its bbP shortcodes by Robin Wilson.

    Many thanks for any help.

    Tristan
    Participant

    I’ve been searching for a solution on this for hours, to no avail, and it seems like such a simple thing:

    All I want to do is have my website show other users’ basic info when I click their name in a forum post.

    For example, if I write a forum post, another user should be able to click on my name and see the profile info that I’ve added to my profile in the backend–e.g. “Contact Info” and “About Yourself” (email address, website, biographical info)–on a page on my site.

    Right now, when they click on my name, or when I click on another forum user’s name, it sends to our 404 page.

    What gives? Pretty much any site I’ve ever used that has multiple users allows you to click their name to see their bio. It seems insane that WordPress/bbPress doesn’t have this basic feature. And I haven’t even been able to find a plugin or any kinds of codes to make this happen. I’ve found all kinds of plugins that allow you to add additional user fields (like social media info) or prettier front-end login pages, but nothing that just displays another user’s contact/bio info.

    Thanks in advance for your help.

    #171304
    The_Desperate
    Participant

    Hey guys,

    First of all, thank you so much for making this very cool forum plugin for everyone to use!
    I do one question, and I’ve just spent a few hours studying the archives and looking for answers, but the thing is… I haven’t really understood any of them. I don’t know anything about child themes, I have no idea how to look for specific codes, although of course I am able to implement changes to a code once I’ve found it. I’ve tried looking for a plug-in for changing the font size, but failed.
    Now, my question would be: Is it possible for somebody who knows close to nothing about the matter to actually do it? I’m running version 2.5.8. My WordPress version is 4.4.2.

    My forum URL is http://lutrinians.com/forums/

    All I can see under Plugins > Editor is:

    Plugin Files

    bbpress/bbpress.php
    bbpress/license.txt
    bbpress/languages/index.php
    bbpress/index.php
    bbpress/includes/index.php
    bbpress/humans.txt
    bbpress/templates/index.php
    bbpress/readme.txt

    Also, I am not using any programmes to edit the codes, just doing it in the browser.

    Many thanks in advance!

    #171250
    terranova23
    Participant

    Hi there,

    I’m helping a client resolve an issue with their bbPress Activity Stream. Their website has many online classes that are kept separate from each other, and their wish is to have the Activity Stream only show activity that is relevant to the forum a user has access to, and keep info from other forums private (they are using MemberMouse to restrict access). I did some research on here and on Google and found several threads that talked about similar issues, but wasn’t able to find any solutions.

    The site uses the latest version of WP (4.4.2) and bbPress (2.5.8) and is located at http://www.themysticdreamacademy.com/

    I thought the bbPress Activity Stream Shortcode Plugin would do the job, so I installed that and did a quick test, but I’m getting this error: Fatal error: Call to undefined function bp_has_activities() in /home/myst1cadm1n/public_html/wp-content/plugins/bp-activity-shortcode/bp-activity-as-shortcode.php on line 102

    If that issue could be resolved, we may be all set since we can set up shortcodes to display different streams for different forums. Otherwise, we’d like to know if there’s a way to limit the Activity Stream to only show content the user has access to.

    Finally, my client is also concerned about the default forums page, which shows a listing of recent topics from all forums and is visible to anyone who finds it: http://www.themysticdreamacademy.com/forums/ Users who aren’t logged in aren’t able to click any of the links, but they are still concerned about privacy. Is it possible to make this page private so only logged-in admins can see it? Or can it be removed somehow?

    Thanks for your time,
    Rory

    #171168
    Pascal Casier
    Moderator

    Hi,

    Check out the bbpress shortcuts on https://codex.bbpress.org/features/shortcodes/
    Under the ‘Topics’ header you will probably find what you need.

    Pascal.

    mauryg
    Participant

    @membershipsite101
    Don’t know if we are talking about the same problem. It seems like your site is using a different HEADER template for the Welcome page. Also noted that the Welcome page is a subpage of the HELP page, not of the FORUMS page. Are you using bbpress shortcodes for this? You might want to check the bbpress settings page and see if the slugs are set correctly.
    But anyway, I looked at your site and I noticed that the bbpress.css file was being loaded from the bbpress plugin directory, not from the theme directory.
    Did you in fact copy the template.php file you want to use into the theme directory and rename it bbpress.php? I also strongly suggest copying the bbpress.css file into the theme directory as well so you can make changes to the bbpress styling easily.
    Hope this helps.
    Maury

    #171073

    In reply to: adding forum to a page

    Robin W
    Moderator

    just put

    [bbp-forum-index]

    in to the page

    other shortcodes that might interest you

    https://codex.bbpress.org/features/shortcodes/

    #170805
    Robin W
    Moderator

    if you are into coding, then download my plugin

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

    and look at

    /includes/shortcodes.php

    where I create a shortcode that uses a different template

    You could create a new version by using that code as a base

    #170781
    antonv
    Participant

    I use the traditional forum outputting as well as shortcodes in posts.

    Now I want to differentiate the output format, but both the shortcodes and standard output use the template content-single-topic.

    How can I test if the template was included from bbpress/includes/common/shortcodes.php so that I can apply different styling.

    #170731
    Pascal Casier
    Moderator

    What theme do you use ? Can you confirm that you have the same issues in a standard WP theme ?
    You don’t have any redirection plugins (like 404 Redirected) ?
    How do you show your topics ? Using a shortcode ? Do you have multiple shortcodes on the same page ?

    Pascal.

    #170637
    Robin W
    Moderator

    try

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

    ‘extras’ tab looks like it is close to what you want, or

    [bsp-display-forum-index forum= ‘2932, 2921′ breadcrumb=’no’ search=’no’] from the shortcodes in the style pack plugin may work for you

    Karthikeyan KC
    Participant

    This is really a bummer for lot of my users. After hours of research into the codes, I just found the ticket, addressing why <li> breaks the site (being an invalid HTML).

    Sorry for this bump(ish) post. Is there a temporary workaround or fix for this? For now, I’m planning on putting up a custom notice, advising the participants not to use </li><li> the wrong way.

    Also, I’m curious how bbPress (this forum) handles this.

    Edit: I think the issue is self-explanatory here.

    #170249

    Topic: Need advice

    in forum Installation
    DYTW
    Participant

    I am keen to create a forum for my 2 websites that have been in existence for over a year in order to entice visitors to hang around and engage each other on key topics that are very dear to me. I originally intended to use MyBB for my 2 websites World Of Leathers and CarBuyerSg but received advice from MyBB forum members that the current different WordPress themes on my websites are not suitable for MyBB and will likely conflict with it.

    I downloaded bbPress for both websites but didn’t dare to activate them after it crashed another website of mine that was a one Page website using the free So Simple Theme By Press75. The So Simple theme is one of the cleanest and most basic free WordPress theme available with really clean codes and meant for simple basic websites so I am now really afraid to activate it on my 2 websites that are using premium WordPress themes from Studio Press and Elegant Themes. Does anyone have any experience using bbPress for the Lifestyle Pro Theme by Studio Press or the Divi Theme by Elegant Themes?

    #170215
    Robin W
    Moderator

    no simple way to do this in your functions file, the bbpress widgets are pretty unforgiving in allowing you to tinker with them.

    two immediate choices – fork the widgets code into your functions file and rename it – requires some php and WordPress knowledge or
    Just amend it in the bbpress file – AND make a note to need to change it on bbpress upgrades.

    The latter upsets the purists, but it’s only codes and you can’t be arrested for changing code !

    #170115
    honestscott
    Participant

    Hi,

    I know I should be using the latest version of BBPress, but I can’t get it to import “correctly” and I don’t want to lose 7 years worth of posts.

    With that said, I am moving my installation to a new host, and I keep getting these error messages. I have done this before, and didn’t have any problems.

    So I am wondering why now?

    I have a screen shot of the error codes here: http://fasteddypublishing.info/bbpress-error.png

    I would really appreciate it if someone could help me figure if it’s something I am doing, or a problem with my new hosting server’s PHP.

    Thanks!

    Scott

    #170049

    In reply to: Forums List

    Robin W
    Moderator
    #170034
    Pascal Casier
    Moderator

    What I did at a certain moment was create a new page and use the [bbp-forum-index] shortcode (https://codex.bbpress.org/features/shortcodes/)
    Then in my Appearance/Theme Settings, I have set the homepage to this created page.

    Not sure if this is what you want…

    Pascal.

    #170005
    Pascal Casier
    Moderator

    Hi,
    Is it a public forum ? If so, can you share the URL ?
    There is probably not much that can be done for it from the bbPress side as you use the shortcodes, but maybe in CSS something can be done.
    Pascal.

    shades404
    Participant

    Hi Casiepa,

    Is this the “ultimate fix”?

    I changed the line but it does not have any effect. I also tried the “fix” by timsilva_ but that doesn’t work either. I revert back to 4.3.1, disabled all plugins but bbPress and the problem remains. Before the upgrade there were no problems.

    I’m using quite a lot of bbPress enhancement addons but i don’t think they interfere

    • bbP private groups 3.0.8<
    • bbPress Do Short Codes 1.0.3
    • ppPress Votes 1.1.0
    • GD bbPress Attachments 2.3.1

    Since Im a keymaster I didnt notice is but got complains from user there topics were gone. Also – they can actually create new topics and they are saved but they just cant see them. They got the imfamous “Oh bother!” message but the freshness information bar says they actually were the last that posted something.

    Now – if I make that user moderator everything seems to be working as it should – but hey – i dont want to apply that workaround.

    Our problem has something to do with the upgrade and I guess something to do with rights. The only rights-plugin being used is bbp private groups but people confirmed that that plugin is compatible..

    Also change the permalink to default – no effect aswell

    Please advice..

    #169895
    Robkk
    Moderator

    The default bbPress forum index shortcode works fine. And it does not have arguments for removing the search bar, and showing specific forums in the forum index only.

    You had some code that uses the shortcodes in the plugin bbp style pack.

    Here is a shortcode from the bbp style pack plugin.

    [bsp-display-forum-index forum= '2932, 2921' breadcrumb='no' search='no']

    #169710
    bschaich
    Participant

    Looks like bbpress codes are not computing if they appear on a front page.

    Reproduction:
    1. Make a new page and name it foo
    2. Enter the string “[bbp-forum-index]”
    3. Check the preview of page (Everything should work as expected)
    4. Save the page and publish
    5. Goto settings -> Reading and set the page “foo” as front page
    6. Call your site.

    What should happen is that nothing appears on the page, except its title.

    Versions: WordPress 4.3.1, bbpress 2.5.8
    Wordpress is running in MU mode. Dont know if this is really an issue.

    Man, this took me a million calls of that front page to get it. It might also have destroyed the structure somehow, as somtimes I had the impression that bbcodes did not work at all. This went away after using the restructure feature/tool.

    With best regards,
    Benny

    #169504
    bpakclac2015
    Participant

    Good day guys!

    I have the same issue with two forums; an English and a French one.
    When I shortcode to one from a page called up by a menu item, it displays fine, but when I do the same from another menu item(the French one) from another page, and shortcode to the other forum, then bbPress shows both of the forums.

    See it here.
    http://www.businessperformances.com

    #169387
    bschaich
    Participant

    All I want is a forum on the entry site of my wordpress and nothing else. I supposed that for this I need to make a page and use one of the bbpress shortcodes. BUT this does not work. No matter what I enter as a shortcode, I get back an empty page.

    I’ve seen some old entries that there is a “whitelist” plugin, but there is no mentioning anywhere on bbpress that this is needed -I don’t get it.

    Could anyone help here and enlighten me?

    Regards,
    Benny

Viewing 25 results - 451 through 475 (of 1,687 total)
Skip to toolbar