Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 11,576 through 11,600 (of 32,504 total)
  • Author
    Search Results
  • #147940

    In reply to: PM button in posts

    varma
    Participant

    @shpitzyl

    The final code seems to be not working. Still getting the blank username in the compose window.
    I think you need to have a href on the a tag there to work?

    If any one can solve this that would be great.

    Thanks

    #147925
    Jon Christopher
    Participant

    Another twist for those of us that use Mandrill — $do_not_reply is used for both the to address and the from address. In order to get around Mandrill requiring the from address being legit and on file I first had to change $do_not_reply to be my main Mandrill address, which in turn addressed every single email to my actual email address instead of one that is intended to go nowhere.

    I made another edit and customized the From address in $headers and all is well, but it’d be great to have both be separate filters for cases like this where the from address needs to be legit.

    #147924
    obinyc
    Participant

    Here are my forums as they currently are: http://zimbabwe-today.com/forums/

    Sorry to be the simple one here but I am really not seeing what I am supposed to do to get the sidebar in the forum. I installed BBpress WP Tweaks and added the BBpress login widget but I am not seeing anything. What am I supposed to do next? I created a bbpress.php file but I don’t see what code I should put in it that references the sidebar that I will be using. Is it some variation of this: <?php if (!function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Page Sidebar’)): endif; ?>

    Please let me know.

    Thanks

    #147923
    BuddyBoss
    Participant

    The solution lies in : wp-content/plugins/bbpress/includes/common/functions.php

    Currently it is this : $do_not_reply = '<noreply@' . ltrim( get_home_url(), '^(http|https)://' ) . '>';

    Needs to be: $do_not_reply = '<noreply@' . str_replace("www.","",ltrim( get_home_url(), '^(http|https)://' )) . '>';

    I got this issue on my server w the latest bbPress update. I believe the most recent ticket will fix it in the next update, but this is what we did internally and it’s working.

    #147919
    Steven
    Participant

    @netweb

    Yes, I did both. 2618.4.diff would not affect me though. I did verify the email address was correct in the Mandrill dashboard, noreply@connections-pro.com, but they were still being rejected.

    I made sure to deactivate two plugins I’m using to make sure they were not inferring just incase they need to be updated to work correctly with the bcc change.

    Those plugins were:
    https://wordpress.org/plugins/bbpress-custom-reply-notifications/
    https://wordpress.org/plugins/bbpress-new-topic-notifications/

    I saw that both @jchristopher and @sudar mention they had to hardcode an email address that wpMandrill knows about. I’m wondering if I need to use one of the new filters to change the noreply address to a real valid address for wpMandrill to send the email without rejecting it. If I could figure out what they did to resolve their issue, but use a filter instead of hard coding it, that seems like it would solve my problem in a update safe way.

    For now I’m still using the functions.php file from 2.5.3 (I have 2.5.4 installed).

    What I mean by previous method is, in 2.5.4, notifications are sent as a “group” bcc was as in 2.5.3 it was one email per notification (right?).

    #147917
    yoshimitsu1234
    Participant

    I just added that code to custom css file. Doesn’t work.

    #147912
    Stephen Edgar
    Keymaster

    Thinking on this some more, as it is a client site I presume it has it’s own domain name.

    Is the clients domain name being used for the notifications with 2.5.1?
    eg noreply@example.com

    As you pointed out above that both the site URL and home URL use www and your emails are showing using the Bluehost’s subdomain box557.bluehost.com so is your site and home URL’s http://www.box557.bluehost.com?

    And for completeness did your last test use changeset r5409 and 2618.4.diff?

    Robin W
    Moderator

    yes, start with

    bbp additional shortcodes

    This list the last 5 topics across all the forums, and your friend should be able to crack it open

    the end function

    function rw_display_topic_index_query( $args = array() ) {
    		global $show ;
    		$args['author']        = 0;
    		$args['show_stickies'] = true;
    		$args['order']         = 'DESC';
    		$args['posts_per_page'] = $show ;
    		return $args;
    	}

    just needs an extra parameter to get the right forum,

    If you get him to also look at

    wp-content/plugins/bbpress/includes/common/shortcodes

    he’ll find some useful code to do that

    #147885
    JBBoY
    Participant

    Hi!

    I’m searching for a bbproles field in the wordpress/bbpress database but with no luck. In wich table and row are they stored? What I want to do is create a form who change the user role if an “update user role code” facilitated by forum admin is correct.

    Thank you very much in advance for your replies. 🙂

    #147876
    GuillaumeR
    Participant

    Hi,

    I work on a WordPress Theme with bbpress integration and the user account are linked with the forums. But the Avatars are not working properly.
    If the users use facebook connect to create their account, bbpress use their facebook avatar, whether they change their account avatar or not. I want to customize code to make sure bbpress always use the user account avatar but I can’t find where is the logic behind this.
    Can you give me some elements as to where I need to make modifications?

    Thanks!

    #147873
    Robin W
    Moderator

    Agree it would be useful, and could be coded, but there are many calls on the developers time (I’m not a developer).

    #147872
    Robin W
    Moderator

    Is there any way to completely skip the forums index? I don’t see why I would need multiple forums when I can have 1 main forum with different topics.

    Yes you can skip the forum index, just create a page and put one of the shortcodes on it

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

    In your case you’d use

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

    #147869
    Stephen Edgar
    Keymaster

    Ha! Confirmed, will add an updated patch shortly….

    It strips all the ssssssssss’s so even https://sssseanwes.com/ becomes @eanwes.com 😉

    #147867
    seanwes
    Participant

    Changeset 5409 fixed it for me.

    However, I still have the following issue:

    My website is seanwes.com. Notifications are now coming from noreply@eanwes.com (notice no ‘s’).

    I have the proper address hardcoded in the mean time.

    #147865
    gd0g
    Participant

    I am running a number of plugins however I have checked another install and when I update to 2.5.4 my Forums tab disappears in admin??

    Plugins I am running below…. on 3.9.1 wordpress

    Admin Menu Editor Pro
    Deactivate | Edit | Settings | License

    Lets you directly edit the WordPress admin menu. You can re-order, hide or rename existing menus, add custom menus and more.
    Version 1.93 | By Janis Elsts | Visit plugin site | Check for updates
    Select Akismet Akismet
    Settings | Deactivate | Edit

    Used by millions, Akismet is quite possibly the best way in the world to protect your blog from comment and trackback spam. It keeps your site protected from spam even while you sleep. To get started: 1) Click the “Activate” link to the left of this description, 2) Sign up for an Akismet API key, and 3) Go to your Akismet configuration page, and save your API key.
    Version 3.0.0 | By Automattic | Visit plugin site
    Select bbPress bbPress
    Activate | Edit | Delete

    bbPress is forum software with a twist from the creators of WordPress.
    Version 2.5.4 | By The bbPress Community | Visit plugin site
    There is a new version of bbPress available. View version 2.5.4 details or update now.
    Select BuddyPress BuddyPress
    Deactivate | Edit | Settings | About

    Social networking in a box. Build a social network for your company, school, sports team or niche community all based on the power and flexibility of WordPress.
    Version 2.0.1 | By The BuddyPress Community | Visit plugin site
    Select Emma & Zoho Emma & Zoho
    Deactivate | Edit

    Synchronize gravity form data into emma and zoho through API
    Version 1.0 | By Stephin Nadar
    Select Emma & Zoho Update or Add Emma & Zoho Update or Add
    Deactivate | Edit

    Send gravity form data into emma and zoho through API
    Version 1.0 | By Stephin Nadar
    Select Goals Goals
    Deactivate | Edit

    Nice Goal Plugin.
    Version 1.0 | By WP-Lokal | Visit plugin site
    Select Gravity Forms Gravity Forms
    Settings | Deactivate | Edit

    Easily create web forms and manage form entries within the WordPress admin.
    Version 1.8.8 | By rocketgenius | Visit plugin site
    Select Import Users from CSV Import Users from CSV
    Deactivate | Edit

    Import Users data and metadata from a csv file.
    Version 1.0.0 | By Ulrich Sossou | Visit plugin site
    Select Multi Plugin Installer Multi Plugin Installer
    Deactivate | Edit

    This plugin can install multi plugins at once click
    Version 1.1.0 | By Nishant Jain, rahulbrilliant2004, tikendramaitry | Visit plugin site
    Select Post Expirator Post Expirator
    Deactivate | Edit | Settings

    Allows you to add an expiration date (minute) to posts which you can configure to either delete the post, change it to a draft, or update the post categories at expiration time.
    Version 2.1.3 | By Aaron Axelsen | Visit plugin site
    Select RSS Shortcode RSS Shortcode
    Deactivate | Edit

    Makes it easy to display an RSS feed on a page
    Version 0.2 | By Joost de Valk | Visit plugin site
    Select Splash Plugin Splash Plugin
    Deactivate | Edit

    “Splash Plugin” is a Word Press plugin that allows you to display static and dynamic tabs on the left and/or right side of your website. They are non-intrusive and a fun way get attention. You have control on how the tabs will look using our built-in tools or our pre-designed tabs.
    Version 4.0 | By SplashPlugin.com | Visit plugin site
    Select User Avatar User Avatar
    Deactivate | Edit

    Allows users to associate photos with their accounts by accessing their “Your Profile” page that default as Gravatar or WordPress Default image (from Discussion Page).
    Version 1.4.11 | By Enej Bajgoric / Gagan Sandhu / CTLT DEV | Visit plugin site
    Select User Role Editor User Role Editor
    Settings | Deactivate | Edit

    Change/add/delete WordPress user roles and capabilities.
    Version 4.14 | By Vladimir Garagulya | Visit plugin site | Changelog
    There is a new version of User Role Editor available. View version 4.14.1 details or update now.
    Select White Label CMS White Label CMS
    Deactivate | Edit

    A plugin that allows you to brand wordpress CMS as your own
    Version 1.5.2 | By http://www.videousermanuals.com | Visit plugin site
    Select WP101 WP101
    Deactivate | Edit

    WordPress tutorial videos, delivered directly in the WordPress dashboard.
    Version 2.1.1 | By WP101Plugin.com
    Select WP Project Manager – Frontend WP Project Manager – Frontend
    Deactivate | Edit

    Frontend functionality for WP Project Manager
    Version 1.2.1 | By Tareq Hasan | Visit plugin site
    Select WP Project Manager – Sub Task WP Project Manager – Sub Task
    Deactivate | Edit

    Time tracker add-on for WP Project Manager
    Version 0.1 | By weDevs | Visit plugin site
    Select WP Project Manager – Time Trakcer WP Project Manager – Time Trakcer
    Deactivate | Edit

    Time tracker add-on for WP Project Manager
    Version 0.1 | By weDevs | Visit plugin site
    Select WP Project Manager PRO WP Project Manager PRO
    Deactivate | Edit

    A WordPress Project Management plugin. Simply it does everything and it was never been easier with WordPress.
    Version 0.5.3 | By Tareq Hasan | Visit plugin site
    Select wpsc Support Tickets wpsc Support Tickets
    Deactivate | Edit

    An open source help desk and support ticket system for WordPress using jQuery. Easy to use for both users & admins.
    Version 4.5.1 | By wpStoreCart, LLC | Visit plugin site
    There is a new version of wpsc Support Tickets available. View version 4.7.2 details or update now.
    Select wpsc Support Tickets PRO wpsc Support Tickets PRO
    Deactivate | Edit

    A professional add-on for the wpsc-Support-Tickets system for WordPress. Adds many professional features.
    Version 3.0.3 | By wpStoreCart, LLC | Visit plugin site

    #147862
    obinyc
    Participant

    Here are my forums as they currently are: http://zimbabwe-today.com/forums/

    Sorry to be the simple one here but I am really not seeing what I am supposed to do to get the sidebar in the forum. I installed BBpress WP Tweaks and added the BBpress login widget but I am not seeing anything. What am I supposed to do next? I created a bbpress.php file but I don’t see what code I should put in it that references the sidebar that I will be using. Is it some variation of this: <?php if (!function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Page Sidebar’)): endif; ?>

    Please let me know.

    Thanks

    #147857
    Stephen Edgar
    Keymaster

    I just also added this to the docs https://codex.bbpress.org/import-forums/vanilla/

    #147851
    Stephen Edgar
    Keymaster

    I just saw your message in #bbpress IRC chat room

    The bbPress Vanilla2 importer does not support threaded replies out of the box, there are far too many plugins available for all the forum packages to try and support all the possible permutations and combinations these would cause.

    So that said, you would have to modify the importer to support the ‘ReplyTo’ Vanilla plugin, I just took a quick peek at the plugin and here you go, add the snippet of code here to the reply section or use the full file and replace your current bbPress Vanilla2.php file I added here and I think will do the trick.

    https://gist.github.com/ntwb/b9b3404400a79ebd5913#file-vanilla2_replyto-php

    Robin W
    Moderator

    Not a quick answer – how well are you able to code?

    #147845
    Robin W
    Moderator

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, switch to a default theme such as twentytwelve, and see if this fixes.

    and see

    Step by step guide to setting up a bbPress forum – Part 1

    #147844
    Robin W
    Moderator
    #147842
    Jon Christopher
    Participant

    It looks like the issue is compounded by

    // Setup the From header
    $headers[] = 'From: ' . get_bloginfo( 'name' ) . ' ' . $do_not_reply;

    as well. Mandrill complains that the format isn’t an email address and fails validation. Not sure if this is a change in the latest bbPress update but I had to modify that as well.

    Running a few tests, it looks like the new BCC setup continues to work as expected through Mandrill.

    rsg2
    Participant

    hello

    i have a wordpress site with bbpress installed. i have 3 subforums in bbpress. on the homepage of my wordpress site, i would like to list out those 3 forums with the lastest 5 posts from each.

    please take a look at this image:

    the styling doesn’t have to look like the attached as long as i can list out the individual subforums and 5 of its most recent posts.

    i have setup 3 columns with ability to put shortcodes.

    i tried using some of the shortcodes provided by bbpress with no luck.

    SOS please!!! i’m running out of options…lol

    thanks in advance,

    chris

    Stephen Edgar
    Keymaster

    Confirm the capitalization of the language setting is the same for all the files:

    e.g.

    • wp-config.php -> define ('WPLANG', 'he_IL');
    • bbpress-he_IL.mo
    • bbpress-he_IL.po

    Also make sure the bbPress translation files are stored in /wp-content/languages/bbpress/

    https://codex.bbpress.org/bbpress-in-your-language/

    Lexador
    Participant

    Hi,

    I have a problem with syntax highlighter in bbpress (plugin). Normaly, after I’ve used Crayon and paste the example code

    void loop()
    {
    digitalWrite
    }

    it generates in the background (if I switch to text mode)

    <pre class="lang:arduino decode:true crayon-selected">void loop()
    {
    digitalWrite
    }</pre>

    It works good for admin, but if somebody else (member) try to post a code, the tag </pre> disappears, so his code will be not highlighted and in the published post I can see the code and a part of Crayon’s tag like this

    <pre class="lang:arduino decode:true crayon-selected">void loop()
    {
    digitalWrite
    }

    I’ve noticed about restrictions in html-tags etc. but as I can see in formatting.php pre is allowed tag.

    What is the problem?

    Thanks in advance.

Viewing 25 results - 11,576 through 11,600 (of 32,504 total)
Skip to toolbar