Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '+.+default+.+'

Viewing 25 results - 5,476 through 5,500 (of 6,788 total)
  • Author
    Search Results
  • #84640
    chrishajer
    Participant

    Take a look at the DirectoryIndex here:

    http://www.thecollegehunt.com/avatars/

    This file comes up fine when you click on it:

    http://www.thecollegehunt.com/avatars/default.png

    This one gives a 403:

    http://www.thecollegehunt.com/avatars/suresh.jpg

    The permissions or ownership between those two files are different. default.png is fine. Be sure your other images have the same ownership and permission and it will work.

    #84688

    I’m assuming your bbPress forums folder is on a separate domain than the buddyPress install? It’s not in the ‘default’ /forums location, right?

    Correct, standalone bbPress is installed on a subdomain (forums.mydomain.com) and obviously the group forum is activated within buddypress (mydomain.com/forums) as well. All share the same bb tables; so group discussions can be carried on via a more direct forum feel with extra bells and whistles.

    How the heck have you gotten BuddyPress’s activity stream to work with an external bbPress install?

    There is a plugin for BuddyPress called bbGroups (uses xmlrpc) but is outdated. I had to update the code for 1.2 due to the activity stream changes. (and i need to update once more since 1.2 RC1) – the XMLRPC is not ideal but does carry over the hidden/read-only and who has access. (i’d probably code it to access the db directly – but it works for my testing)

    Seems redundant to have 2 forum interfaces but this allows “outside” forums which may not be appropriate for setting up a group.

    But at some point BuddyPress 1.2 now expects the dates in GMT while standalone bbPress 1.0.2 must insert the timestamp on a topic/post differently. (I just haven’t had the time to sift over the code to figure it out yet)

    #84687
    grassrootspa
    Member

    @etiviti:

    Glad you brought this up. How the heck have you gotten BuddyPress’s activity stream to work with an external bbPress install? (I’m assuming your bbPress forums folder is on a separate domain than the buddyPress install? It’s not in the ‘default’ /forums location, right?)

    I’m been unable to get the bbPress activity to show up in the BuddyPress activity stream even when the bbpress install is located in the /forums location.

    This whole ‘groups’ vs. ‘forums’ thing is driving me nuts.

    Grrrr…when people post questions about bbPress working with BuddyPress on the BuddyPress forum it seems like they always send up back here!

    #84651

    In reply to: Enable Avatar

    chandersbs
    Member

    This should be in bbPress by default, the ability to upload your own avatar picture.

    I know you can achieve this via plugin, but honestly, it was a nightmare for me to get this working.

    Any webmaster that isn’t really tech savvy or doesn’t have the time to figure this out, will just leave it.

    #84636
    sureshdrim
    Participant

    Hello Chrishajer,

    I checked php info by above mentioned method.I found no temp folder so I created a folder called “tmp” in root directory.It worked.Now I am able to upload avatars to “avarars” folder in root directory.

    But picture is not displayed after uploading.It gives message “Your avatar has been uploaded.” But its not displayed instead a blank box is displayed replacing default avatar.

    I checked this error in google chrome by using “inspect element” context menu..the error says: ” 403 Forbidden “

    Here is the link to plugin I am using : https://bbpress.org/plugins/topic/avatar-upload/#post-219

    Plz help !!

    #84578
    chrishajer
    Participant

    Are you using any plugins?

    Have you tried with the default theme?

    #84597
    chrishajer
    Participant

    Something is wrong with your theme if it works with the default theme. I’m sure if you look carefully you will find it.

    #32994
    thion
    Member

    I’ve updated my bbPress to 1.0.2 and I’ve noticed I can’t update my user profile anymore. On default theme, there there’s no problems, but on my custom theme problems do exists. More than that, I can’t see administration section in profile edit, but on default theme I do see it.

    What have changed since 1.0.0 that might caused such problem? I can’t see any different things in default theme that would be missing in my custom theme…

    #84591

    In reply to: BBPM Problem

    paulhawke
    Member

    I installed the plugin, deleted the table … then walked through rebuilding the database from what I saw in the code. The following SQL is an export of my bb_bbpm table direct from mySQL. If you run it, you should get PMs back up and running.

    CREATE TABLE IF NOT EXISTS bb_bbpm (

    ID bigint(20) unsigned NOT NULL auto_increment,

    pm_title varchar(100) collate utf8_unicode_ci NOT NULL,

    pm_read tinyint(1) NOT NULL default 0,

    pm_from bigint(20) unsigned NOT NULL,

    pm_to bigint(20) unsigned NOT NULL,

    pm_text text collate utf8_unicode_ci NOT NULL,

    sent_on int(10) NOT NULL,

    del_sender tinyint(1) NOT NULL default 0,

    del_reciever tinyint(1) NOT NULL default 0,

    reply_to bigint(20) unsigned default NULL,

    thread_depth int(10) unsigned NOT NULL default 0,

    pm_thread bigint(20) unsigned NOT NULL,

    PRIMARY KEY (ID),

    KEY pm_to (pm_to,pm_from,reply_to),

    KEY pm_thread (pm_thread)

    ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci ;

    #84523
    chrishajer
    Participant

    @petroski. Those my-templates and my-plugins folders are needed, it’s where you put your templates and your plugins (not the ones included with bbPress.) As I mentioned, they are being created with incorrect permissions and that issue has been resolved in ticket #1139.

    They didn’t used to get created on installation, you had to create them yourself. Then they were being created but with the wrong permissions (0750 by default.) Now, after ticket #1139 is resolved the directories will be created with 0755 permissions. You need them if you want to install any plugins or use your own template.

    #84182

    In reply to: Thanks plugin

    paulhawke
    Member

    Great feedback, thanks!

    I’ll modify the plugin so that if you’ve already voted I’ll have it take away the voting link.

    I’ll also look at writing out a list of who has voted “thanks”, but by default that output will be turned OFF. You will need to enable it via the admin interface.

    Is anyone running this plugin on the 0.9 branch of code? I see no reason why it shouldnt function, but someone has asked if it does. If someone can give me a yes / no on that I’ll amend the “Requires version” tag accordingly.

    #32986

    Hi, Just downloaded and installed wordpress and bbpress with the intention of integrating them. Having gone through the three steps I got a minor error – it couldn’t create the first forum – but completed the installation. When I put in the URL address of bbpress it simply told me that ‘bbPress is already installed’. i noticed it defaults to ‘http://tokrates.net/bbpress/bb-admin/install.php’

    Any ideas?

    Chris

    #84468
    paamayim
    Member

    Oh, i think I found, defaults.bb-filters.php

    #32965
    jcharles
    Member

    Tonight I tried to install bbPress, following the detailed instructions from the following screencast: http://bbpress.org/forums/topic/basic-integration-screencast. I’m running the newest version of wordpress and downloaded the newest version of bbpress as well.

    I set all the database options based on the settings in my wp-config file and then ran into a snag. I couldn’t figure out if I needed to rename the default “bb_” database prefix to what my database prefix was “wp_” or leave it as the default “bb_”. I was planning to complete the integration route, so I changed the prefix to “wp_” thinking it would just add a few tables to my current SQL datbase. I also had a weird hostname, ” $_ENV{DATABASE_SERVER}” so I added that in the bbPress config hostname space.

    I then went through all the other screens and bbpress said it installed with a “minor errors.” message. Unfortunately, I closed the screen in error and didn’t note the specific error.

    Once I closed, I went to the site and while the article names we there, clicking on them resulted in a 404 error. In addition, I couldn’t log-in to my admin (said I didn’t have permission.) At this point, I assumed I did something wrong and deleted the “forums” folder, and restored my database.

    I’d really like to use bbPress instead of Simple:Press because I heard it’s faster and fairly easy to customize. Any ideas on what went wrong? Is there a better set of instructions someplace?

    Also, should I keep the prefix bb_ or change it to wp_?

    Any help is appreciated. I’m pretty new at all this!

    Jerry

    #83130
    lividinstruments
    Participant

    hmm. I have changed all my permissions to 755 and it is still not showing? Any suggestions?

    http://blog.lividinstruments.com/forum/my-plugins/bb-attachments/icons/default.gif

    #84396
    Michael
    Participant

    I found the smilies here: http://pinvoke.com/

    They seem to be a remake of the default WordPress ones – the others were just from all over the web. I plan to make my own set one day, once I have more experience in Icon Design.

    Glad you like the compilation. :)

    #32947

    Topic: Theme of bbpress.org

    in forum Themes
    Mike
    Member

    Hello,

    I really like the theme that is using in bbpress.org. I recently install new bbpress for my Singapore Silverlight User Group http://forum.sgsug.org/ but the default theme of my site looks a bit different from here.

    Where can I download the theme that is using in bbpress.org?

    Can someone or me create the theme that exactly like bbpress.org if there is no theme available on the net?

    #81440

    Having the same problem, believe its due to being on an .asp server. there is some sort of setting to change to search for .php naturally the server is searching for default.aspx or something like that and you need to change this setting.

    The settings have to be changed per folder apparently, im yet to work out how to do this though.

    Anyone got any ideas would be greatly appreciated, been going at it for a week now still no fix

    regards,

    Chris

    #84321

    In reply to: Parse error on install

    chrishajer
    Participant

    line 19 in the default bb-config.php is the database username. Can you look at the file and see if it’s missing a quote or had an extra quote or something? A syntax highlighting editor is a big help here since it will show with highlighting is the syntax of that PHP file is correct or not. vim is good on Linux. Notepad++ is good on Windows. I don’t use a mac to know what works well there.

    #76932
    chandersbs
    Member

    thanks for the help chrishajer, but that code is not working, instead it returns an error :S

    @michael if i hate the option, i’d have all items published less than 24 hours ago, show like this:

    22:35 → Apoplectic sluit contract met Mexicaans promo bedrijf af
    22:22 → Nieuwe video HIM online

    As you can see, only Hour and minutes.

    Articles older than 1 day, would be displayed as this:

    23.01 → Apoplectic sluit contract met Mexicaans promo bedrijf af
    22.01 → Nieuwe video HIM online

    As you can see only day and month.

    Sadly i can’t seem to fix how the timestamp should look. another issue i’m facing is that its showing a different time in that list than the website has, its not picking up the default local time as it should.

    The second server configuration, I have tried on is::

    PHP5 (more info) 5.2.12 (default)

    MySQL 5 5.0.82

    #84200
    chengdu-living
    Participant

    BTW I tried what was advised in this thread: https://bbpress.org/forums/topic/bbpress-broke-when-i-changed-the-url but it just displayed the code on the actual live forum page

    Here is my bb-config.php included the added part at the very bottom:

    <?php
    /**
    * The base configurations of bbPress.
    *
    * This file has the following configurations: MySQL settings, Table Prefix,
    * Secret Keys and bbPress Language. You can get the MySQL settings from your
    * web host.
    *
    * This file is used by the installer during installation.
    *
    * @package bbPress
    */

    // ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for bbPress */
    define( 'BBDB_NAME', 'justchar_wrdp5' );

    /** MySQL database username */
    define( 'BBDB_USER', 'justchar_wrdp5' );

    /** MySQL database password */
    define( 'PASSWORDWASHERE' );

    /** MySQL hostname */
    define( 'BBDB_HOST', 'localhost' );

    /** Database Charset to use in creating database tables. */
    define( 'BBDB_CHARSET', 'utf8' );

    /** The Database Collate type. Don't change this if in doubt. */
    define( 'BBDB_COLLATE', '' );

    /**#@+
    * Authentication Unique Keys.
    *
    * Change these to different unique phrases!
    * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/bbpress/ WordPress.org secret-key service}
    *
    * @since 1.0
    */
    define( 'BB_AUTH_KEY', 'put your unique phrase here' );
    define( 'BB_SECURE_AUTH_KEY', 'put your unique phrase here' );
    define( 'BB_LOGGED_IN_KEY', 'put your unique phrase here' );
    define( 'BB_NONCE_KEY', 'put your unique phrase here' );
    /**#@-*/

    /**
    * bbPress Database Table prefix.
    *
    * You can have multiple installations in one database if you give each a unique
    * prefix. Only numbers, letters, and underscores please!
    */
    $bb_table_prefix = 'bb_';

    /**
    * bbPress Localized Language, defaults to English.
    *
    * Change this to localize bbPress. A corresponding MO file for the chosen
    * language must be installed to a directory called "my-languages" in the root
    * directory of bbPress. For example, install de.mo to "my-languages" and set
    * BB_LANG to 'de' to enable German language support.
    */
    define( 'BB_LANG', '' );
    ?>

    $bb->uri = 'http://www.chengduliving.com/bbpress/';

    #32894
    NiksE
    Member

    I can not understand which files from this plugin and where exactly I have to insert them?

    Now I’ve displayed all the files on the server in the folder my-plugins!

    Should I have to move any files to other directories?

    “Don’t Forget!

    If you haven’t already done so: upload the files in the “additional-files” directory to the following locations.

    * avatars/ – directory to the location specified on the admin page, rename if neccesary.

    * avatars/default.png – default avatar image into the directory created above.

    * avatar-upload.php – bbPress root directory.

    * my-templates/avatar.php – your my-templates/my-template-name/ (or bb-templates/kakumei/) directory.

    #32886
    kehlers
    Member

    Does anyone else get this error in the forum when you have upgraded to PHP 5.3.0? I know this is due to many deprecated features in this version of PHP. Does a recent version of bbPress correct it?

    Strict Standards: Creating default object from empty value in /<<pathname>>/forum/config.php on line 15

    jaqdesign
    Member

    I apologise in advance if I come across as a newb – in a lot of ways, I am!!

    This morning I tried to install (and integrate) BBpress at http://www.serenespirit.com.au, which is running WordPress 2.9. The WordPress side of things was working perfectly until this, so I am lead to believe that BBPress is the most obvious culprit of my problems now, but I have also posted an urgent HELP to the good people on the WordPress forum.

    Anyway, long story fairly short, I went through the BBPress install / integration following the instructions at http://bbpress.org/forums/topic/wp-integration-coockie-does-not-work#post-61969. I got to the end of it, tried it out, and it didn’t work. I figured I have missed something, so instead of going back over it step by step I deleted BBPress from the server, updated the cookies on WP using the wp.config file, and reset the cache in my browser.

    Here’s where the panic sets in – suddenly, I couldn’t view any of the PUBLIC pages and posts in wordpress (including the home page!) unless I was logged in, either as Admin or another user. EVERY page and post results in a 404. To add insult to injury, I now can not delete or change the status of ANY post or page (I.e from public – private), although I can edit the content.

    I have been through the WP forums with a fine comb, tried deleting the WP .htaccess file, resetting permalinks to Default, deactivated all my plugins and reset the AUTH keys in wpconfig a half dozen times, nothing is working.

    The only thing I can think of is that something very screwy is going on with the DB, but not knowing enough about it I am really hesitant to start playing with it any more. I understand this really needs to be fixed within WP, but I thought since this only started after my attempt to install BB SOMEONE here might have an idea of even something else I could TRY. I am at a loss, and this is a client’s live website!!

    PLEASE HELP!!

Viewing 25 results - 5,476 through 5,500 (of 6,788 total)
Skip to toolbar