Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'codes'

Viewing 25 results - 601 through 625 (of 1,701 total)
  • Author
    Search Results
  • #160628
    jayd94
    Participant

    Yes exactly, forum named page with the slug foforum, but on the page i dont have any [bbp-forum-index], i have my forum built up by [bbp-single-forum id=xxx]-shortcodes-tho momentally because of the break these shortcodes gives the result as if i had [bbp-forum-index] instead of [bbp-single-forum id=xxx]. so if i have 3 of [bbp-single-forum id=xxx] shortocdes under eachother, then it results as if i had 3 of [bbp-forum-index] shortcodes.

    #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.

    #160604
    jayd94
    Participant

    [bbp-single-forum id=460] im using this momentally, but i`ve tried more codes that did the same.
    The link works good as i rewrote the forum root to the wp page`s slug-http://rohamjelvenyek.com/foforum/kategoriak/altalanos/regi-penzek-foruma-az-okortol-napjainkig/

    #160592
    jayd94
    Participant

    Hello!
    My problem is :
    I set my forum root matching with the wp page slug i created for main forum page, named it: ´foforum`.

    It works, the root is now the wp page, but it breaks all the bbp shortcodes that i am using on the page, it seems to display forum index instead of each single forum displayed, so everywhere there is [bbp-single-forum id=xxx], it shows all the forums-as ifd it was the forum index shortcode.
    Thanks,
    Daniel

    #160585
    jayd94
    Participant

    hey!
    It wokrs for me also, root is good, but it somehow breaks my shortcodes, instead of displaying single forum, all my single forum shortcode shows forum index shortcode.

    #160434
    Chad R. Schulz
    Participant

    I’m building a discussion board site that won’t use the standard bbpress forum interface. Forums will be embedded in individual post/pages with shortcodes. And all forum-type URLs will redirect to the appropriate post/page.

    So no one will have access to the normal forum structure/hierarchy. Will I still need to create categories/sub-categories/forums for the individual forums?

    This site may eventually have hundreds of forums and I’m looking to provide the best possible performance.

    Any help welcome, Thanks.
    Chad

    #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

    #159971
    Robkk
    Moderator

    they use the regular WordPress registration

    which is http://example.com/wp-login.php?action=register

    or you can put the bbPress shortcode [bbp-register] into a page for a frontend form

    here is the rest of the supplied shortcodes

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

    #159897
    Robkk
    Moderator

    why did you use echo do shortcode on these two lines , they are not shortcodes , its just header text.

    <?php if (!is_user_logged_in()) echo do_shortcode ('<h2 class="mve-form-title">Zo te zien is hierover nog niets geschreven...<br><br>Geregistreerde leden kunnen een vraag stellen aan de community.</h2>') ; ?>

    <?php if (is_user_logged_in()) echo do_shortcode ('<h2 class="mve-form-title">Zo te zien is hierover nog niets geschreven. Stel je vraag aan de community.</h2>') ; ?>

    but the topic you lead to there was a fix , i just edited for your search results page.

    i did test everything out , saw the issue , and resolved it with this function.

    add_filter( 'bbp_current_user_can_access_create_topic_form', 'custom_bbp_access_topic_form' );
    function custom_bbp_access_topic_form( $retval ) {
    
    	if ( bbp_is_search_results() ) {
    		$retval = bbp_current_user_can_publish_topics();
    	}
    
    	return $retval;
    
    }
    #159890

    In reply to: couple of questions

    Robkk
    Moderator

    you have a link to your dissuasion board already in your menu

    i mean if you didnt put the shortcode into that page already , the forums should show up every time you hit it.

    use this shortcode

    [bbp-forum-index]

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

    other than putting the shortcode

    usually when visiting a site the forums archive is usually yoursite.com/forums.

    so use the links part in the menus section and add a custom link

    #159888
    Robkk
    Moderator

    here is the list of all bbPress shortcodes

    codex.bbpress.org/shortcodes/

    you could develop/hire a developer to use something like this

    <?php wp_get_current_user(); ?>

    codex.wordpress.org/Function_Reference/wp_get_current_user

    an alternative would be to use #3

    codex.bbpress.org/layout-and-functionality-examples-you-can-use/

    #159879
    Robkk
    Moderator

    there is a topic form shortcode which is listed here, it does as you describe.

    [bbp-topic-form]

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

    for the button , search through the forums im sure ive said this before

    its somewhere in this topic

    How to make similar bbpress forum to QuicSprout one?

    #159839
    sharlene_c
    Participant

    Like Dropbox https://www.dropboxforum.com/hc/communities/public/questions
    we would like to include a button at top right of forum page to post a question or idea.

    Topic options would be provided as a dropdown list for the user to select from.

    The user would provide title of question or idea and more details if required.
    Title and topic would be required fields, more details would be optional.

    Like this: https://www.dropboxforum.com/hc/communities/public/questions/new

    Is this possible with shortcodes or can some tell me how to accomplish this. Our wordpress version 4.1.1 and bbPress version is 2.5.6

    Thanking you in advance for any help

    #159812
    Robkk
    Moderator

    @drsarf

    sorry i forgot about your topic

    in page is kind of hard to do since there is usually multiple forums.

    the only thing i can think of is maybe outputting the shortcode in a template

    like so <?php echo do_shortcode("[shortcode]"); ?>

    but then since there is multiple forums you will need multiple shortcodes for each slider.

    which would require you to use a bunch of if statements for each forum.

    i suggest go to http://jobs.wordpress.net/ and see if a developer can do this for you.

    #159752
    Robkk
    Moderator

    bbPress doesnt output shortcodes use something like this

    https://wordpress.org/plugins/bbpress-do-short-codes/

    #159643
    Robkk
    Moderator

    use the bbPress shortcodes

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

    [bbp-single-forum id=$forum_id] – Display a single forums topics. eg. [bbp-single-forum id=32]

    this plugin will help you out find any posts ID

    https://wordpress.org/plugins/reveal-ids-for-wp-admin-25/

    go to forums>all forums and you should see the ids

    #159498
    Robkk
    Moderator

    are you using shortcodes in templates or pages??

    #159434
    Robkk
    Moderator

    there is no shortcode for recent replies

    you could try this??

    https://wordpress.org/plugins/amr-shortcode-any-widget/

    you could follow this tutorial to create a recent replies shortcode , i tried it and i didnt get the results i wanted before

    http://www.daggerhart.com/bbpress-recent-replies-shortcode/

    other things you could do is use get template part, then make a shortcode for a template

    https://codex.wordpress.org/Function_Reference/get_template_part

    you could do some custom query in a new template , put a custom sidebar in the template and place the widget there.

    then if you want follow this tutorial to use get_template with a shortcode

    kovshenin.com/2013/get_template_part-within-shortcodes/

    spespam
    Participant

    Hello,

    What is the shortcode to display the recent replies in a page instead of a widget ? I want the appearance of the recent replies to be just like in a widget (that means a simple LIST), so none of the shortcodes here (http://codex.bbpress.org/shortcodes/) corresponds to my request.

    Thank you for your help.

    #159331

    In reply to: Image code question

    Mizagorn
    Participant

    I am looking at why the ‘img’ shortcode is making URLs have encoding in them so that the browser will not load an image.

    Anyway, the shortcode code is in bbcodes.php in lines 487-502. That might get you started, but I don’t think that has the part where it actually generates the “src” and “alt” tags.

    What I usually do is use “Inspect Element” in FF or Chrome, find the class or ID for the element, then use grepWin to search for that within the WP code files. That would work only if you have FTP’d the files to your local rig, though.

    #159228
    Nicolas Korobochkin
    Participant

    I’ve posted the long article about this question on my blog with source codes, examples and screenshots (on Russian language): https://korobochkin.wordpress.com/2015/02/10/rukovodstvo-po-sozdaniju-stranicy-registracii-v-multisajte/

    #159217
    Pewit
    Participant

    If I add an image with a caption using the tinyMCE editor it generates the code below which is displayed properly in the WP editor and if I preview the post from outside the forum.

    [caption id="attachment_683" align="alignnone" width="300"]<a href="/wp-content/uploads/2014/08/IMG_0089.jpg"><img class="size-medium wp-image-683" src="/wp-content/uploads/2014/08/IMG_0089-300x225.jpg" alt="An image description" width="300" height="225" /></a>My image caption[/caption]

    However, once the post is added to the forum, I get the image but the caption codes are ignored.

    [caption id="attachment_683" align="alignnone" width="300"]
    <my image here>
    My image caption[/caption]
    

    I have tried switching Themes to Twenty Fiifteen and Twenty Thirteen but the problem persists.

    My site here
    WP Version 4.1.1
    BB Press Version 2.5.4

    #159141
    Marion Peterson
    Participant

    Unfortunately, deactivating all plugins did not help. I did not test a default theme.

    If I create a child theme and install the bbpress codes, will I still potentially have a problems with this, or will this no longer be an issue then?

    #159129
    Robkk
    Moderator

    the bbcodes notice i think you can turn that off in the plugin your using, i think its gd bbpress tools.

    you can remove the unrestricted html notice with some CSS if you want its only displayed to Admins/Keymasters only, so its not that big of a deal.

    you can use this PHP code to remove the notice above the topics/forums

    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 '';
    }
    Alice Kaye
    Participant

    Hi guys!

    I was wondering if it was possible to remove the info boxes from within forums. One of which announces how many topics have been created recently, with an avatar, and the other says “You can use BBCodes to format your content,” etc. etc, though that may be something from a plugin (for all I know).

    Example: http://screencast.com/t/zo2nX63Q

    Any help, especially on the blue box at the top, is so, so appreciated! Thanks!

Viewing 25 results - 601 through 625 (of 1,701 total)
Skip to toolbar