Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 18,726 through 18,750 (of 32,518 total)
  • Author
    Search Results
  • #95158

    That’s a bug. I experienced it once before and thought I’d fixed it so might be a regression of some newer privacy handling code. Will check it out. Go ahead and create a trac ticket for it and I’ll close it when it’s resolved.

    #105387

    In reply to: hello!!!

    Hi Bryan. Looks like you just registered here a few seconds before posting this. Giving you the benefit of the doubt that you’re not spam. Welcome to bbPress.org. :)

    #100287

    In reply to: hello!!!

    Hi Bryan. Looks like you just registered here a few seconds before posting this. Giving you the benefit of the doubt that you’re not spam. Welcome to bbPress.org. :)

    #105385

    Thanks that solved it.

    They shouldn’t just sticky your post they should sticky a medal on your chest :)

    #100285

    Thanks that solved it.

    They shouldn’t just sticky your post they should sticky a medal on your chest :)

    #95155

    @ricardouk – Gautam’s got it a little backwards. It means that if your existing WordPress theme *DOES NOT* have add_theme_support( 'bbpress' ); in its functions.php file (or anywhere else) that bbPress will attempt to fill in the missing template files on its own with a default set of CSS rules.

    For example, for themes that do not *explicitly* say “yes I have bbPress template files” bbPress will still attempt to work it out for you. Say you purchased a theme from StudioPress which doesn’t come bundled with any bbPress template files for forums, that’s okay. When you visit a single forum or single topic, bbPress intercepts the request and serves up a default template that looks like a forum or topic. :)

    In other words, do not use add_theme_support( 'bbpress' ); unless your custom theme has a “/bbpress” folder that has the necessary files that bbPress expects to be there.

    me too….my forums don’t work at all. I get this weird code:

    $bb->custom_user_table = ‘wp_users’; $bb->custom_user_meta_table = ‘wp_usermeta’; $bb->uri = ‘http://intranet.kki.org/school/social/wp-content/plugins/buddypress/bp-forums/bbpress/’; $bb->name = ‘ Forums’; define(‘BB_AUTH_SALT’, ‘put your unique phrase here’); define(‘BB_LOGGED_IN_SALT’, ‘put your unique phrase here’); define(‘BB_SECURE_AUTH_SALT’, ‘put your unique phrase here’); define(‘WP_AUTH_COOKIE_VERSION’, 2); ?>

    whenever I try to start a forum

    me too….my forums don’t work at all. I get this weird code:

    $bb->custom_user_table = ‘wp_users’; $bb->custom_user_meta_table = ‘wp_usermeta’; $bb->uri = ‘http://intranet.kki.org/school/social/wp-content/plugins/buddypress/bp-forums/bbpress/’; $bb->name = ‘ Forums’; define(‘BB_AUTH_SALT’, ‘put your unique phrase here’); define(‘BB_LOGGED_IN_SALT’, ‘put your unique phrase here’); define(‘BB_SECURE_AUTH_SALT’, ‘put your unique phrase here’); define(‘WP_AUTH_COOKIE_VERSION’, 2); ?>

    whenever I try to start a forum

    #95153
    Ricardo
    Participant

    Hi Gautam, i tried it on the 4 themes i previously used with wordpress and it didn’t work.

    Added:

    add_theme_support( 'bbpress' ); to the theme functions, will wait for further developments,

    The themes i used are minimalist and simplistic without “fancy stuff”, i can’t help with coding but if you need any testing just let me know.

    #95152
    Gautam Gupta
    Participant

    Ricardo: You should put that line in your WordPress theme’s functions.php. Note that some themes might still not display it properly.

    #105260
    Gautam Gupta
    Participant

    You also need to install this plugin in WordPress and it would tell you what you need to add in your wp-config.php.

    #100160
    Gautam Gupta
    Participant

    You also need to install this plugin in WordPress and it would tell you what you need to add in your wp-config.php.

    #95149

    A few last minute gifts are now in the bbPress plugin.

    First, shortcodes. Now you can insert forums and topics into blog posts and pages. This is awesome because it will let you insert a river of forums or replies anywhere that the_content(); is used and shortcodes are supported.

    Second, theme compatibility. This one is huge, could use some testing, and is potentially a game-changer. If you’re not using a theme that actively supports bbPress by setting add_theme_support( 'bbpress' );, bbPress is going to serve up its own default set of templates and styling from whatever is set as the theme compatibility layer (which defaults to bbp-twentyten.) There is a little more work to be done here, but so far it’s working a treat.

    As a plugin developer, theme compatibility with new features is something I’ve wrestled with for a really long time, and recent changes in WordPress core have made this easier. For BuddyPress and now bbPress, this is years in the planning stages, and I’m really happy, excited, and proud that it’s in and loosely working. :)

    #38254

    Topic: Facebook LIKE Plugin

    in forum Plugins
    JamesLaFleur
    Member

    2147483647 seems to be the problem! !!

    It seems if you have a facebook ID or AppID larger then 2147483647 it Reverts to this in the DB… And causes MANY Problems being that the way the plugin is written you cant EASILY change the Facebook ID… I had to go into Mysql and do it manually.

    It seems this is a problem that the FACEBOOK CONNECT plugin had the same issue.

    RE:

    http://bbpress.org/plugins/topic/simple-facebook-connect/changelog/

    “Version 1.0.2 (2011-03-28)

    Users with a Facebook ID >= 2147483647 would not work properly due to PHP limitation in intval() function. Fixed.”

    As with this other fb plugin- hopefully we can fix this problem. I started manually insterint the correct ID’s via SQL but its not the best hack and it doesnt stick for more thne 24 hours.. i have to keep re-editing the db in that are..

    HELLP! :)

    JL

    #95145
    wildkyo
    Member

    Going to be cleaning up the trac tickets for the plugin over this weekend and uploading a 2.0-alpha-1 to the WordPress.org plugin repository in the next few days. This should make downloading, installing, and updating the plugin easier for everyone now that it’s ready for more testing.

    Hell, yes!! :D

    bryzo
    Member

    @Komodo Island

    You could go through the theme code manually and attempt to find where the spam links or are located, or you could grab the clean code from the link that Ashfame provided.

    Here is the location of the spam links: header.php

    #95143
    Gautam Gupta
    Participant

    JJJ: Yeah, getting close. :P

    Bryan: As easy as uploading a 2-line edited script and clicking a few next buttons. ;)

    #105312
    Gautam Gupta
    Participant

    Right, multiple databases are not supported. :)

    #100212
    Gautam Gupta
    Participant

    Right, multiple databases are not supported. :)

    #105311
    Anonymous User 7670885
    Inactive

    To be honestly i’ve try just one time with root privilege (local webserver – with wampserver) but maybe is caused by different database.

    I can try to move in one database and run again ;)

    #100211
    Anonymous User 7670885
    Inactive

    To be honestly i’ve try just one time with root privilege (local webserver – with wampserver) but maybe is caused by different database.

    I can try to move in one database and run again ;)

    bryzo
    Member

    Not entirely sure where this post should go, so I placed it here.

    I setup bbPress along with WordPress to make WordPress the master. However I would like to use the bbPress profile instead of the WordPress profile, but I can’t find where in the code to enable that. Any ideas?

    #105308
    Anonymous User 7670885
    Inactive

    I’ve try in my local machine.

    After first run (user convention) it caused an error and table remain with *_tmp in name (now i not remember specific error – tomorrow i’ll try to run again and publish more detail).

    Instead if i go directly to forum all seems to be converted (no error) but all topics (first post) is empty and to see i need to save again (forum and topic – otherwise i can’t see – yes, i’ve run recount but problem still remain). Finally, all category results like a “forum” (and all forums like child forum).

    If you glad tomorrow (sorry but now i can’t) i can provide localserver access and you can try directly ;)

    #100208
    Anonymous User 7670885
    Inactive

    I’ve try in my local machine.

    After first run (user convention) it caused an error and table remain with *_tmp in name (now i not remember specific error – tomorrow i’ll try to run again and publish more detail).

    Instead if i go directly to forum all seems to be converted (no error) but all topics (first post) is empty and to see i need to save again (forum and topic – otherwise i can’t see – yes, i’ve run recount but problem still remain). Finally, all category results like a “forum” (and all forums like child forum).

    If you glad tomorrow (sorry but now i can’t) i can provide localserver access and you can try directly ;)

    #95139
    Anonymous User 7670885
    Inactive

    @Gautam: ok :/

    PS: I’ve try converter (in trunk) but i’ve found many problem with it (is in trunk – maybe you already know all – i don’t know).

    Anyway, i hope in a future plugin to convert topic (with replies) in wordpress articles (with comments). It’s very important for a good conversion of my actual website.

Viewing 25 results - 18,726 through 18,750 (of 32,518 total)
Skip to toolbar