Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

Viewing 25 results - 5,251 through 5,275 (of 6,778 total)
  • Author
    Search Results
  • #90965

    Hello.

    I’m back with a few results, both good and bad, but mostly bad; in fact – disastrous. It might be just me, but I find modifying kakumei much more difficult then wordpress’ default theme (twentyten). My skills, on a scale from 1 to 10, are at about 3, but everything that’s changed from the default in wp (except the header and footer jpegs), to what you see here now were made by me.

    So, this is what I have at the moment: http://i896.photobucket.com/albums/ac166/nobody5973/post.png

    http://i896.photobucket.com/albums/ac166/nobody5973/prelogin.png

    I got round my last issue, by placing the header.jpg in a branding div, which came before a colophon-header, containing the login and my returntosite. For the time being, the header and the footer can stay as they are.

    My current issue needs, I guess, a different topic, since it has to do with the forumlist table.

    #90908

    In reply to: bbPress Plugin is Born

    I think what I might be confused about, is if bbPress as it is today is close to exactly what it should be, what would you want it to do 2 years from now that wouldn’t add more bloat or slow it down?

    bbPress0.9 is as good as any forum software out there, save for 2 things. Moderation and the Admin section. It’s crazily fast, secure, and extentable. It’s let down by lack of actions/filters, default theme and documentation.

    bbpress1.0 is 50% slower and breaks alot of plugins but has some more hooks and an Admin section. Moderation is still the big thing, as is the default theme.

    A clear out (archiving) and rethink of the plugin section and the creation of a new theme would make it very very useable.

    Additionally both have also been let down by the layout/use of this forum, which makes finding information difficult; and a plugin section that doesn’t work.

    Basically, all the feature requests we recieve, all go over the same ground – and can be covered by plugins. Most are covered by plugins (in a 90%) sort of way. With everything in Limbo there is no need to take things to the n-th degree.

    From an honest to goodness Project management point of view, bbPress can be where we need it to be within 9 month – a year. But that time grows as we add more features (that we already have as plugins grrr) and less bug fixes.

    So yeah we could fork it as is. But given Matt’s current desire to berate us (both the people here and the software) in public at Wordcamps, and his latest more… evangelistic approach to publicly taking umbridge at anyone he doesn’t like or disagrees with him; he makes the envornment out there relatively difficult to consider moving into, while intentionally hampering our efforts here.

    If today, it’s good; then let’s fix up what we have to put out a solid 1.1 stand-alone, and when shift gears to focus on 1.2 as the plugin milestone.

    Dude, we’re trying.

    I mean, i know you know that :)

    But in order for that to happen, we need the head honcho or “he who wont talk to us, only about us in keynote speeches”. All Keymasters, all of those who package things up and can edit the website… AutoMattic. The same folks who’re scrapping us for you.

    I hate this looking like an US vs. THEM scenario, it just polarises people, and looks childish. But in honesty, “we” didn’t put ourselves in this holding pattern.

    Additionally, putting out a solid 1.1 standalone will be tough and time consuming. We’ve 13 months of bugs, we’ve 13 months of backPress changes and potential changes in 3 releases of WordPress to contend with; there is going to be alot of bugs found in testing – and with Jane telling people that bbPress in its current implementation isn’t going to even work the WordPress.org forums and Matt telling people not to use the software we’re are hemmoraging people.

    Hi I have customised the default theme as to make it match the rest of my site but I am having a major problem getting this page to look right http://www.supporttheanimals.co.uk/bbpress/topic.php?id=3 as you can see all the posts are towards the bottom of the page, could anyone tell me which section of the CSS of files I need to edit to fix this.

    Also as a not so important but just an annoyance thing, if you navigate to another part of my site you will notice that the BBPress theme doesn’t quite match the rest of my site, mainly I think due to an error on my part with setting up the margins and padding but I can’t for the life of me find that solution either so if anyone can spend a moment or two to maybe let me know what I have done there too please?

    If you need any of my code please don’t hesitate to ask you can contact me here or via email colin @ supporttheanimals.co.uk (without the spaces).

    Kind Regards

    Colin

    Founder of Support The Animals

    http://www.supporttheanimals.co.uk

    #90810
    crobinson18
    Member

    Here is the complete error message (Dashboard:Appearance) AFTER changing from WPMIMIC to wpmimic:

    Theme not found. Default theme applied.

    Current Theme

    Warning: implode() [function.implode]: Invalid arguments passed in /home/content/68/5318568/html/bb-admin/includes/functions.bb-admin.php on line 1180

    by

    All of this theme’s files are located in the “” themes directory.

    #90809
    crobinson18
    Member

    OK, so at least I’m not crazy! By the way, I’ve tried this on multiple computers but only using Internet Explorer.

    When I rename the theme folder to all lower case (WPMimic to wpmimic) – I get the error message “Theme not found. Default theme applied.” Am I missing something?

    Thanks for your time!

    Chris R.

    #34725

    Some time ago I came across markItUp! – a markup editor written as a jQuery plugin. It can be attached to any textarea, providing editing interface to it. The best thing is that it that interface can be totaly customized and there are many sets that are ready to be downloaded, among which is a bbCode set.

    I’ve been using _ck_’s bbCode toolbar plugin but it lacked buttons for adding colors and changing font-size, so I decided to swap it for markItUp. It turned up quite nicely and the code is dead simple. Here it goes:

    First, download markiItUp, along with the necessery bbCode set

    http://markitup.jaysalvat.com/downloads/download.php?id=releases/latest

    http://markitup.jaysalvat.com/downloads/download.php?id=markupsets/bbcode

    http://markitup.jaysalvat.com/downloads/download.php?id=addons/bbcode/colors

    * the color set is seperate by default, so you’d have to merge it to the bbCode set later

    Upload the downloaded files to a directory on your server (my choice was my-plugins/scripts) and include them in your template. You can do that using bb_head in functions.php of the theme (bbPress 1.x) or as a mini plugin (bbPress 0.9.x)

    /*
    Plugin Name: markItUp! for post form
    */
    function mark_it_up_init() {
    echo '
    <!-- markItUp! scripts -->
    <script type="text/javascript" src="' . bb_get_option('uri') . 'my-plugins/scripts/markitup/jquery.markitup.js"></script>
    <script type="text/javascript" src="' . bb_get_option('uri') . 'my-plugins/scripts/markitup/sets/bbcode/set.js"></script>
    <script type="text/javascript" >
    jQuery(document).ready(function() {
    jQuery("#post_content").markItUp(mySettings);
    });
    </script>
    <!-- markItUp! stylesheets -->
    <link rel="stylesheet" type="text/css" href="' . bb_get_option('uri') . 'my-plugins/scripts/markitup/skins/simple/style.css" />
    <link rel="stylesheet" type="text/css" href="' . bb_get_option('uri') . 'my-plugins/scripts/markitup/sets/bbcode/style.css" />';
    }

    add_action('bb_head','mark_it_up_init');

    * Or you could just add that code to your header.php (without the PHP function wrap-up).

    And last but most important – include jQuery before markItUp! in your template. That is best done using <?php bb_enqueue_script('jquery'); ?>

    You can see it in action on the forum that I manage:

    http://comicsbistro.net/forum/?new=1

    Hope that this will be useful to someone :) Cheers!

    #90844

    Hi Scott,

    Just been through this with my WorldCup Fansite Forum after the final on Sunday night, so I’ve a few things to throw your way. I’m sorry about the slow and pedantic manner of this post too; but if it’s this or close yoru forum, we’ll just get through it!

    My gut feeling is that this is a plugin and/or host issue. So lets see what we can do here:

    First, lots of boring questions I’m afraid:

    Is your website using WordPress at all?

    If so, have you set up “deep integration”?

    Did you do the installing/setup yourself?

    Second, ask your host if they’re intentionally throttling you or if it’s automatic?

    If it’s happening, ask them what the issue is (I doubt they’ll give you a huge run down but might find a specific issue you didn’t know was the ‘biggie’)

    Third, Make backups

    Copy a back up of every plugin and your theme on your hardrive somewhere, then log into bbpress and deactivate them all (apart from akismet) and change to the normal default theme.

    Fourth, delete all of the plugins and themes.

    Fifth, Tell your users

    Write a post (then sticky to font) about how your website is going through an “upgrade” and in order to get the latest most secure most awesome software installed you’re having to accept the default theme for half a day.

    Sixth, Lets have a look at those SQL queries.

    Open up your bb-config.php file and add the following line before the database connection stuff (at around line 33):

    define('SAVEQUERIES', true);

    Seventh, edit your footer

    open up your footer.php in (my-templates/kakumei/) and add this to the very bottom:

    if (bb_current_user_can('administrate'))
    {
    global $bbdb;
    print_r($bbdb-&gt;queries);
    }

    Apologies for this, but that last line is going to have something that looks like “-&gt;” in it. Please, make this into “-” and then a right arrow (usually shift+period). It’s a bug here on this forum – should be fixed soon.

    Eight, load your forum.

    At the bottom of your homepage you should see a big list of stuff, which will have lots of SQL commands.

    This is a list of all the SQL commands that load, in order, along with the time taken to execute.

    Do any of them look to be taking longer than the others?

    Copy and paste this list into a text file and save on your desktop (there will be about 15 SQL commands with a few lines around them).

    Nine, recount.

    Log into your admin area and go to Tools.

    Select ONE checkbox at a time and hit “RECOUNT ITEMS”.

    Do this for all checkboxes going down the list.

    Ten, load your forum (again).

    Repeat Step 8.

    Compare the results betwen the two text files.

    Have any of the “times” come down?

    Are any of them above 0.1 seconds?

    Are any of them betwen 0.5 and 1 second?

    #57174

    In terms of going forward as a standalone piece of software, yeah, it effectively is.

    But the software you have and you can always use, and if it works for you, go for it. I, and all others here, are in the sme boat, and the basics of bbPress are quite brilliant.

    I’d be suprised if you should have to change “localhost”, but if there’s no emails comign through from your goDaddy account at all, and you’re using the default mail(), then it’s at their end :)

    Good Luck

    #57171

    That makes sense.

    You shouldn’t really need to change anything, thats the joy of the default mail() function. I’m not sure what drove you to make the changes in the first place (this 3+ year old thread isn’t the best place to get data, alot has changed since 2006).

    I’d get rid of whatever changes you made, and then test on WordPress.

    If that fails, then it’s off to the WordPress support forum for some help.

    host said that it’s a script error and they can’t help

    Did they happen to give you the error? that will help the WordPress folks sort it quicker

    #90787
    adammurphy
    Member

    Yes that’s a good point – didn’t think of the FTP.

    Plugins:

    admin add user

    allow images

    bb-wysisyg editor

    force login

    hidden forums

    wordpress integration

    The problems I had on the main site:

    My host are insisting that they didn’t touch it, and I certainly didn’t, so I’m not sure if it’s been hacked, or it’s some sort of database glitch or what. On the WP site, all of the categories were reset to “uncategorized” which, for a site running comicpress, which is category-based, was a bit of a disaster. Just as I was panicking, it seemed to find the categories again, and reset the site to 6th July (which I assumed was them rolling back altough they insist they haven’t). I also noticed the category order plugin giving the following error:

    WordPress database error: [Can’t create/write to file

    ‘/tmp/#sql_e93_0.MYI’ (Errcode: 22)]

    SHOW COLUMNS FROM wp_terms LIKE ‘term_order’

    WordPress database error: [Duplicate column name ‘term_order’]

    ALTER TABLE wp_terms ADD term_order INT( 4 ) NULL DEFAULT ‘0’

    Again, if this suggests anything to you, or I can provide any more info, I’d be most grateful,

    Adam.

    #34662
    sureshdrim
    Participant

    Hello All.

    I have one more problem with avatars.I have set read,write and execute file attributes on avatars folder through FTP with “apply to all files and subdirectories” option selected.At this stage avatars are displayed properly.But in case a new user uploads his picture or existing user changes his picture,file permission are automatically reset to default due to which avatar is not displayed coz of 403 Forbidden error.So I have to set these permissions again and again.

    Is there any permanent solution for this ?

    Please help.

    #34659

    Topic: bbPress Themes

    in forum Themes
    ian.forest
    Member

    Are there any websites anywhere offering premium themes for bbPress? I’ve looked around and they all look pretty standard and not so great.

    The default one is nice, but I do like the one used on this website but I doubt that is available anywhere.

    So, premium themes anyone?

    #34656
    nacclan
    Member

    Just a quick question. I have installed bbPress and I use the Blue theme but I would like to change the white background to a dark gray so the whole page looks the same.

    I edited the style.css in the kakumei and found the ‘fff’ color for white and changed it but the large header text is black (default) and looks bad. Is there a main style I am missing to change this so It looks correct?

    I would like to completely customize it to the site to blend it in.

    Any help is much appr.

    #84541
    worklife
    Member

    I am having the same problem you had when you installed bbPress. The install went well with a message of 1 error and then notified me that “Installation was successful” and I received the Welcome and Login email. However, when I try and login, it defaults to the “install.php” and gives me the message: “bbPress is already installed.”

    Can you help?

    #90478
    _ck_
    Participant

    I’ve been talking about this for years.

    The “performance” tag has a few gems in there I’ve written over time.

    bb-benchmark will also show you all the queries via the same method and a few other details, unfortunately the newest version is not in the plugin section right now because of how bbpress.org is broken.

    Part of the problem on the WP side is many times the plugins do not set their options to autoload (and have a whole bunch of options). I believe bbPress 1.x now has the same problem (it was avoided in 0.9 but re-introduced with backpress).

    I have a mini-plugin somewhere for 1.x to load all options with one query.

    Some setups can take hours to get the queries down, it’s exhausting

    Next you should notice that WP 3.0 + bbPress 1.x takes nearly 1 megabytes of code per instance and in some cases won’t even run on shared hosts because it goes over the PHP ini default setting of 32MB during runtime.

    If you are using a tag cloud, my “hot tags plus” will cache the complex query for the tag cloud and all rendering becomes static.

    ps. the real answer is not to do deep integration – just make a clone theme for bbpress, it’s worth the effort – the good thing about that is if WP is down, bbpress can still run

    #34634
    rajada
    Member

    I’m relatively new to this, so bare with me…

    I’ve got a WordPress site integrated with a BB Press forum (one login for both) and I have created a my-plugins directory in my base directory and the permissions on it is 755 numerically. Even though I believe everything is set up correctly, and the forum itself works absolutely perfect, a total of 0 of my installed plugins show up on the administrative plugins list (default ones show up still). If I am not mistaken, someone mentioned that BB Press is not a plugin in itself, but the directory is in fact in my plugins folder.

    In other words, I install my BB plugins to:

    ftp and website address stuff…/wp-content/plugins/bbpress/my-plugins

    Every file in my-plugins is 755, and no one else seems to have this exact problem when they use plugins. So does anyone know what exactly is going on?

    WordPress version is the most up to date one, I’m using the default green theme (for the forum), and these should easily be compatible plugins.

    #90451
    ethanthekiwi
    Participant

    During the bbPress install it told me that I had to create a bb-config.php file and upload it to the root directory. I just copied the text, created the file and dropped it in without looking at it (I am not very familiar with php yet). Here is what it looked like on my server before:

    &lt;?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’, ‘bbpress’ );

    /** MySQL database username */

    define( ‘BBDB_USER’, ‘root’ );

    /** MySQL database password */

    define( ‘BBDB_PASSWORD’, ‘There was a password here’ );

    /** 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’, ” );

    ?&gt;

    There were no spaces on or before the first or last lines. This is what it looked like (aside from me removing the password). I noticed the ‘put your unique phrase here’ deal and went ahead and filled those in following the instructions in the comment before it. Then I went to the page again and go the same error.

    @chrishajer

    I didn’t set the server up, but I believe it is a VMware WordPress application http://www.turnkeylinux.org/wordpress. I am afraid I don’t know where the php error log would be. The warnings are on the page itself not in a popup or anything. The url of the page with the warnings is mysite.org/bbpress/bb-login.php. I hope that helps.

    #90415
    Ben L.
    Member
    &lt;?php
    /*
    Plugin Name: My Profile Keys
    */

    function my_profile_keys( $a ) {
    $a['my_key_id'] = array(
    true, // Required
    'ID number', // Label
    'text', // Type
    '', // Value
    '' // Default when not set
    );
    return $a;
    }

    add_filter( 'get_profile_keys', 'my_profile_keys' );

    Untested, but should work. (Change the lt thing to a less than sign – the bbPress.org forums have some kind of glitch).

    _ck_
    Participant

    The directory is above site root by default but you can put it anywhere if you don’t care about security. The way WP does it is completely insecure on shared servers. Any chmod 777 folder under the webroot is a beautiful target for evil hackers.

    A small percentage of people still seem to have problems with the install routine that is supposed to run upon activation and create the table. I had to use a workaround because of a bug with 0.8 and IIs users but that may break it for other people, especially with 1.0

    you can try replacing the bb_register_activation_hook line with the conventional line that might finally be working correctly under 1.x

    bb_register_plugin_activation_hook(__FILE__, 'bb_attachments_install');

    Keep in mind I have not updated bb-attachment in over a year due to a lack of donations, so feel free to write your own. Keep in mind whatever you write will not be compatible/necessary with the eventual version of bbpress that runs as a WP plugin.

    Hey Kevin,

    Thanks for your help. It was the permissions. All is working fine now.

    First, check you’ve uploaded the theme to the right place.

    If i physically go to the theme files, they’re not there on your server.

    http://jeffreydeanmorganunlimited.com/community/bbpress/my-templates/mistymorning_bb/style.css returns a 404 error.

    Second make sure that you’ve got the permissions of the folder set correctly:

    The permissions of the my-templates folder should be 0755. Same for the folder the theme is in as well. Files in the theme folder should be 0644

    Shout back if that doesn’t fix it.

    I just installed bbpress and it seems to work with the default theme. When I tried a couple of other themes the formatting was lost.

    This is what it looks like:

    http://bit.ly/acst7R

    I installed the themes as zip files into the mytemplate directory.

    Could anyone help me with figuring out what is wrong?

    Thanks!

    #90145

    How lovely of you to say. Especially after all those lovely things you’ve said about bbPress over on the BuddyPress forum. You are truly too kind.

    WP3 and bbPress play really nicely in my experience.

    So far, 29*** upgrades to WP3 done, and 4 have had issues above the usual ultra-minor things. Most of those have a bbPress forum attatched, 2 of them use deep integration and there’s a definate hit in loading but it plays real nicely.

    There is 1 new issue with Deeply Integrated WP3/bbP1 install, and thats with regisrtaion but: 1) there was a patch by Zaerl on the day this was found and 2) if you’re using a WP/bbP integrated website you should use WP for registration anyway.

    ***6 of those sites were running either a nightly or RC version anyway.

    =======================================================================

    To Specifics:

    I didn’t ask about BuddyPress because the Original Poster was kind enough to give us the URL in question, so I can see for myself it’s not a BuddyPress issue (i do actually make the effort).

    Given that WP3 has been out for a week, and we’ve had very very very few people telling us of integration issues (deep or normal), I’m quietly confident that there are few new integration issues. Previously we’ve had alot more posts in the last 4 WordPress upgrades – even in the first week.

    And as for my short question in reply… It’s important information. Its really difficult to give up time and effort to help out here when people can’t actually tell us what’s going on, or gone wrong. You’d be amazed at how simply the really intelligent folks here can solve the most complex of issues (and I’m def not one of them) once given actual information.

    If you come on these forums asking for help with a problem, make sure you say:

    • bbPress version:
    • Are you using default theme:
    • WordPress version:
    • Are you using default theme:
    • Are WP/bbP integrated:
    • Are WP/bbP Deep Integrated:
    • Using BuddyPress:
    • Using WordPressMU:
    • Using WordPress3 Multisite:
    • Is there an error message:
    • What is the error message:
    • What PHP version is your server on:
    • Did the issue occur as you installed something for the first time:
    • Did the issue occur after an upgrade:
    • What plugins are you using:
    • Are you using a paid for theme that came with special instructions:
    • What is the URL:
    • Can you include a screenshot along with a description:
    • Did you follow any specific tutorial?

    99/100 by giving us as much of the information as possible, someone here will be able to help.

    Is this correct or a bug?

    There is option 3: Human Error!

    #34557
    cmunns1
    Member

    shows up on latest discussion page:

    Warning: strtotime() [function.strtotime]: It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘America/Los_Angeles’ for ‘PDT/-7.0/DST’ instead in /Library/WebServer/Documents/wordpress/_bbpress/bb-includes/functions.bb-formatting.php on line 327

    I also can’t login as keymaster for some reason. Any thoughts on this? Password recovery doesn’t work either.

    WimTibackx
    Member

    Hello Burlesona,

    I’ve used vanilla (1.x) before but vanilla 2 was new to me. I’ve just checked it out briefly, but while I think using a framework (like Garden or others) to build a custom website, I don’t like the idea of using a framework to build a sort of webapplication (not sure what it should be called) which can be extended itself. (Then you’re actually building a mini-framework onto a framework)

    Although the idea of using the MVC-pattern sounds interesting. It might be usefull for the theme stuff, although it isn’t a “go” yet.

    Furthermore there is a difference between Garden and my to be fork of backpress. My fork would function as a basic cms. If you only need a simple website, you could go with my fork + the default included plugins. My blog and forum plugins would be just plugins. Garden however is a framework, it can do nothing on its own. It needs a layer (here : vanilla) on top of it.

    As for your integration problems, you could try to integrate vanilla and wordpress untill you find something better?

    However, the bbpress forum might not be the best place to have discussions about stepping off bbpress or forking it.

    Thanks for the tip,

    Wim Tibackx

Viewing 25 results - 5,251 through 5,275 (of 6,778 total)
Skip to toolbar