Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'codes'

Viewing 25 results - 951 through 975 (of 1,701 total)
  • Author
    Search Results
  • #137036
    #136889

    In reply to: Delete Sidebar

    ACEkin
    Participant

    For a page you write, you can choose the type of layout you want given that your theme offers that. However, bbPress runs on a page created on the fly, three is no page called “forums” unless you create one and then use shortcodes to bring up the forum.

    Every theme has a CSS file which can be edited within WordPress. Go to Appearance/Editor and your theme CSS should load. I edited my theme’s CSS and added the code I gave in my previous post.

    #136803
    briantoronto
    Participant

    Hello

    On the site I am working on (not yet live) we are using BBpress Forums integrated with a Buddypress installation. Both the Buddypress Group and associated BBPress Forums are marked Hidden.

    Users with Group Role as Member can properly see the Forums when viewing directly.

    The issue comes to when we try to have users view the Forums via Short Code.

    Only those with a Group Role of Moderator or higher can see the forum via Short Code.

    WP is 3.6, bbPress 2.4, BuddyPress 1.8.1

    #136676
    Martyn_
    Participant

    Agree it could do with an overhaul. A single widget that can be flexibly configured to show and link exactly what you want would be a real bonus. Similarly for the shortcodes. Even better if it could cover WP posts and replies using an identical structure/layout.

    an ideal widget would have

    – number of things
    – sort by: topic creation, freshness, popularity/views, popularity/replies in last X days
    – show/link OP author
    + include date [x]
    + include avatar [x]
    – show link most recent
    + include date [x]
    + include avatar [x]
    – present as table or list
    – extract OP
    – extract latest
    – [shrtcodeable]

    I don’t see the need for a list that has replies (with dups per topic) as thats better handled as an activity stream.

    #136658
    dot
    Participant

    Wordpress 3.6, using theme Twenty Eleven
    BbPress 2.4 (Just updated this morning, though I had the problem with the previous version as well)
    Only other active plugin: Error Log Dashboard Widget 1.0.2 (showing no PHP errors)
    Several other plugins are installed, but deactivated while trying to debug this issue.

    I have the following text on a single page:

    
    Here is the shortcode for the single forum: [ bbp-single-forum id=39 ]
    
    [bbp-single-forum id=39]
    
    Here is the shortcode for all forums: [ bbp-forum-index ]
    
    [bbp-forum-index]

    The single forum does not display. The forum index does display. I have confirmed that the index is the correct number via the admin forum view. Here is a link to a screenshot. Here is the link from the forum page, showing the forum id: http://[domainremoved].org/wordpress/wp-admin/post.php?post=39&action=edit (Obviously, clicking it won’t work, because it requires a log-in, but this is to confirm that I’m finding the forum index correctly.)

    Here is the forum: http://[domainremoved].org/forums/forum/pta-board/
    Here is the page it is linked from, showing where the shortcodes do not work: http://[domainremoved].org/pta-board-2/
    (Note: I have added spaces between the shortcodes so you can see the text that I used, then repeated the shortcodes without the spaces to display the forums.)

    I feel like this should be some really simple user error, but given that I have double-checked the shortcode syntax and the forum id, deactivated all other plugins, and chosen the Twenty Eleven theme, I can’t figure out what it could be.

    ETA: Wow, that was fast— my page got slammed with spam comments within minutes of posting the links here. I have removed them for now. If a support person needs them to diagnose the issue, I can give them out then.

    #136623

    Topic: bbPress

    in forum Troubleshooting
    n4ce
    Participant

    The newest version of bbPress has caused a couple of my sites plugins/short-codes to display incorrectly. The plugin in question is Cookie Law Info, it appears to remove it format i.e. no button image and text not centred etc. Also the short-codes for my elegant themes, theme do not appear to be displaying correctly either.

    #136420

    In reply to: Membership counter

    Stephen Edgar
    Keymaster

    That site is the old bbPress 0.9/1.x version… The bbPress 2.x plugin does not support number of or users online.

    For the other stats you can use the bbPress shortcode [bbp-stats] To display the forum statistics on any page or the widget for your sidebar.

    #136404
    jezza101
    Participant

    I wanted to enable a WP shortcode I have written within bbpress, it seems the common way to do this is to use do_shortcodes($content) on the post, this works fine and I’ve seen it in a number of published plugins.

    The problem with this is that it enables all shortcodes including the bbpress ones such as login, stats etc. In fact a number of published plugins suffer from this issue (oops).

    The best solution I’ve come across is using the whitelist plugin:
    http://wordpress.org/plugins/bbpress2-shortcode-whitelist/

    But I was wondering if anyone had any other ideas?
    Could a new bbpress action for registering shortcodes be added? Then any plugin author just has to register their own new one and not have to worry.
    My other idea is to do a find/replace on “[” before my do_shortcodes call, switch them to something else, and then switch them back after, but leaving my own shortcodes unchanged.

    Anyone else had this prob? Anyone using a plugin that hasn’t taken this into consideration?! (try adding a bbpress shortcode to a post and seeing what happens!)

    #136349
    strangelife
    Participant

    Hi,

    A couple of reasons why the shortcodes won’t work.

    1. Make sure the bbpress plugin is installed an activated.
    2. The theme strips out the any use of shortcodes in the write panel.

    Have you tried using the shortcodes in the “Text” panel rather than the “Visual” box?

    ~ Matt

    Morgensonne
    Participant

    Hi John James,

    Thank you for this information. Good to know.
    The Codestyling Localization plugin really seems to be very strict. I do not need it necessarily. Anyway, I work better with the poedit.

    Morgensonne

    The warning in Codestyling Localization is too strict. Both bbPress and BuddyPress allow for loading translation files in the core languages location: wp-content/languages and as a result, do not call load_plugin_textdomain but instead load_textdomain with the correct filters.

    Does the CS plugin allow you to override their error reporting? I remember that plugin being pretty robust.

    #136343
    Ocelot0526
    Participant

    On this page http://codex.bbpress.org/shortcodes/ they say “To use any of the shortcodes simply insert the desired shortcode into any WordPress page.”

    So far I’ve tried these three

    [bbp-forum-index]
    [bbp-single-forum id=1]
    [bbp-topic-index]

    nothing happens except they show up as text. Why?

    #136225
    JKrueger
    Participant

    Thanks for the info on the short codes. It has taken forever to find that info.

    Alright, I took and created two pages, “Register Page” and “Lost Password Page”. I published them both and put the URL’s in the appropriate spot in the widget. Then I go to the site and test out the register page and enter my information. When I click register it says, “User registration is currently not allowed”. What do I do from here???

    #136219

    In reply to: Import Forums error

    Stephen Edgar
    Keymaster

    Cool… Done… Just download again via the link up there ^^^.

    If there are any others hanging about let me know or any other text, paragraph, images etc BBCodes I will add them all in for bbPress 2.5

    #136183

    In reply to: Import Forums error

    Stephen Edgar
    Keymaster

    Hmmm… It should work… http://regexr.com?3621e

    Can you find a post with either a [QUOTE] or [MENTION] BBCode to see if these have been converted to <blockquote> which will help work out if any of the BBCodes are being converted to HTML.

    Anand
    Participant

    The site is now up and will be (i hope).

    Thanks in advance.

    Check the urls:
    http://www.wpavenue.com/support/ &
    http://www.wpavenue.com/forums/

    Both have the same shortcode. But the results are different!

    Anand
    Participant

    Yes, I know. That’s really a bad luck. I will update the thread whence the site will become online.

    However here is a screenshot of the forum index. http://img713.imageshack.us/img713/3991/fy0l.png

    I also asked this question in StudioPress forums. (Earlier i thought the problem was with Genesis themes)

    Xevo
    Participant

    Both pages turn up a 404 from hostgator.

    Anand
    Participant

    Hello all,

    I wonder how (& why) bbPress is rendering same shortcodes in different ways? Actually, I am unable to identify the problem.

    Even after disabling all the plugins do not have any role in the broken forum.

    You may take a look on
    http://www.wpavenue.com/forums/ <–This one is broken and “forums” is forum’s base slug.
    http://www.wpavenue.com/support/ <– This works fine

    Both of the above urls are “page” having exactly the same code.

    Other than the missing html structure (on the /forums, forums/topic-tag/docs/, /forums/users/example/) everything is fine.

    The theme is working with twenty-ten. twenty-eleven and twenty-thirteen. But broken with Genesis 2.0 (with sample and custom child theme0) and hybrid themes.

    Waiting for a reply!

    #136103
    Stephen Edgar
    Keymaster

    Try accessing example.com/forums instead

    Also to get the forums on your front page of WordPress setup a custom page and add a shortcode:

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

    #136081
    bigboytony09
    Participant

    Hi,

    I’m currently trying to use the shortcodes:
    [bbp-register]
    [bbp-login]

    For some reasons, these plugins don’t appear on the bbpress forum pages but works perfectly fine on any other page.

    Am I missing something?

    Thanks.

    Tony

    #136080

    In reply to: Confused

    Anonymous User 5853594
    Inactive

    You could create a page and call it “help”. Using the bbPress shortcodes you can show the forum index on that page.

    You can change the slugs in the settings page (Settings>Forums). There you can change the base slug to “help”, so that all topics show up under /help instead of /forums.

    Just make sure that you don’t get conflicts between your pages and the slugs.

    #136018

    In reply to: Adsense Plugin

    tinfoiler
    Participant

    It just appeared when the plugin was activated and nowhere else. It doesnt seem to affect anything as the ad codes i have added are appearing in the forums and in the correct locations specified.

    Edit: I dont know what this notification message means.

    #135342

    In reply to: Color my forums

    yguvvala
    Participant

    Hi Tecca,

    That didnt work. changing this codes doesnt reflect any changes on my forums page. in my Godaddy account i am changing this under

    webroot / wp-content / plugins / bbpress / templates / default / css / bbpress.css

    if you think am editing wrong file please let me know.

    #135341

    In reply to: Color my forums

    Tecca
    Participant

    In your bbpress.css file, change the background of each of these:

    .entry-title {
    background: red;
    }
    
    #bbpress-forums div.odd,
    #bbpress-forums ul.odd {
    background: yellow;
    }
    
    #bbpress-forums div.even,
    #bbpress-forums ul.even {
    background: green;
    }

    Just change those color names to hex codes to make them look a bit better.

Viewing 25 results - 951 through 975 (of 1,701 total)
Skip to toolbar