Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

Viewing 25 results - 6,626 through 6,650 (of 6,773 total)
  • Author
    Search Results
  • #54323
    Trent Adams
    Member

    Let me understand this. The blank screenshot issue is because you have to take a screenshot of your template and add it to your theme folder. Double check the name of the default theme, but I think it works if you create a screenshot and call it screenshot.png.

    As for the by and name of the template, that is derived from the information at the top of your style.css. If you edit file in your theme directory, it will show up. If you don’t have a style.css in your theme and are using the default theme’s style.css, download it as is, change the information at the top and upload it to your theme directory.

    I think that is all the troubles you are having at first glance.

    Trent

    #54322
    Jim S.
    Participant

    So, let me add a new wrinkle – I’ve just installed Desmond, and the default theme works just fine. I’ve tried uploading a couple of other themes to the my-templates directory but all I’m getting are blank screenshots next to the word by in the Presentation menu. Heck, I’ve even applied the plugin solution that Trent supplied, still without any success. Any ideas on why these templates aren’t showing up?

    #54376
    Nate
    Member

    See this.

    #1377
    flaerpen
    Member

    Hello, I’ve upgraded to Desmond now, yay :D

    But i can’t get my theme to work, i’m getting the message “Theme not found. Default theme applied.” when i try to change theme to both my own and kakumei!

    I’m trying on my localhost and made a new fresh install into another directory, but i still can’t get it work :S

    #54211

    On a related note, if you cannot use even the default theme and no thumbnails appear in your Presentation admin panel, try looking at this topic:

    https://bbpress.org/forums/topic/700

    #54309
    Trent Adams
    Member

    Maybe clear your browser cache because I can see the default theme on your forums perfectly.

    Trent

    #1376
    pfdebate
    Member

    I upgraded to Desmond and I am trying to use the default them (Kakumei) and the theme is not being applied. The theme thumbnail file does not display in the admin panel eitehr.

    http://forums.pfdebate.com/

    Thanks!

    UPDATED BY MODERATOR:

    The solution to this problem can be found farther down the page:

    http://bbpress.org/forums/topic/700#post-4254

    #54210
    spencerp
    Member

    Thanks for the reply Trent.. :) Yeah, you have a good point there! I guess I was just tired of too many dang folders in the forum’s root directory lol.. =P

    Oh well.. when I do the actual upgrading here, I’ll re-add that folder and such.. ;)

    spencerp

    #54209
    Trent Adams
    Member

    That path works as well, but /my-templates/your-theme/ is recommended. If nothing else, to make upgrades easier as you just drag the entire contents of the upgrade download to your server without fear of overwriting a theme that you have in bb-templates (which could easily happen if not careful). This could not happen if it is in /my-templates/

    Trent

    #54208
    spencerp
    Member

    I’m assuming this path works just as good right?

    /root directory/bb-templates/your-theme/

    That’s what I am doing at the present time, w/o the latest upgrade though of course.. =P I’ll get on updating it here soon.. just wanted to wait until ALL the dang commits were really over lmao.. =P

    spencerp

    #54221
    zapata
    Member

    It’s the default theme… all righty mdawaffe is here… thanks… I’ll update this and let you guys know…

    Will the bbPress-WP Integration be working?

    #54218
    Trent Adams
    Member

    What is your theme name….we can fix this in a hurry for you! Is it the default theme now?

    Trent

    #54207
    macwise
    Member

    Yes, this worked great for me. I thank you all!

    #54206
    dss
    Member

    * edit *

    i wasn’t logged in as the keymaster admin. so nevermind.

    amazing!

    Thank you!!!

    #1367

    Or maybe you see “Theme not found. Default theme applied.” in the Presentation Admin panel.

    Your custom templates must go into a subdirectory of

    my-templates/. Like

    my-templates/my-hot-theme/

    This is new in bbPress 0.8.

    http://bbpress.org/documentation/themes/

    #54204

    Please don’t put anything in bb-templates! This will be problematic for you later.

    Put your templates in a subdirectory of my-templates/ :)

    Check out https://bbpress.org/documentation/themes/

    #54203
    macwise
    Member

    Awesome…didn’t know this was an upgrade for this version. But I love it…

    #54202
    Trent Adams
    Member

    I didn’t know you could drop the folder into my-templates as well. Interesting…that might be a better solution! Thanks for the 411. Does it need to be a complete folder then or just changed files? I didn’t even bother testing that out! ?

    Trent

    #54201
    so1o
    Participant

    the theme system in the 0.8 version is a little different from the 0.75 version. this is an upgrade.

    put the theme files in a folder and drop that folder in the bb-templates or my-templates directory.

    #54200
    Trent Adams
    Member

    With 0.8, we still use the my-templates and my-plugins directories. What you need to do is create a directory for your theme that you have and put it in the my-templates directory:

    /root directory/my-templates/your-theme/

    Then, what I did was copy all the files from the default theme into my directory folder that I hadn’t changed to make a complete template folder. For example, if you changed only style.css, header.php, front-page.php and footer.php, then copy the rest of the files from the default template into that folder as well.

    Once you have all those files in your theme directory, go to the admin => presentation => and pick your theme! It works pretty slick. You may want to take a snapshot of your theme and upload it so that the admin area knows which one it is! Uploading a snapshot with the name screenshot.png should do the trick!

    Trent

    EDITED NOT TO START CONFUSION!

    #1366
    macwise
    Member

    hmmm…I must have missed something. When I uploaded desmond, it went back to the default template. I have re-uploaded the “my-template” and “my-plugins” folders, nothing. I even went so far as to rename bb-templates, and it threw some errors. Any ideas what I’ve done wrong?

    #54133

    In reply to: Unique Style Sheet?

    macwise
    Member

    Once again, I think this is done by default. WP has its theme and content. bbPress has its theme and content.

    As usual..more details.

    I am really trying to use elements from wp on the bb side, such as sidebar…so I’m calling

    <?php get_sidebar(); ?>

    on pages like this one:

    http://babyquestions101.com/forum/

    However, I have so many questions as to how to handle the login box in sidebar…Should it:

    – Go to BBPress login/register page always (wp or bb)

    – Go to WP login/register page always

    – Go to respective login/register pages depending on which side the click originated?

    Then, depending on that configuration, redirect questions ensue.

    I know this is probably a matter of preference, but I’m indifferent, and wondering what will overall be the best solution for the user. Any suggestions will be greatly appreciated.

    – Login Redirects to last visited page

    It seems to me that if you are integrated, both bbPress and WP use the wp_users table in the database so wherever you login will be redirected to the last visited page (as both programs do this now). It is easy to have th login in the header.php of your template in bbPress and just adding the login box to WP in sidebar also has login on every page.

    I have already made a tweak to the redirect in wp-admin to go back to the homepage in wp. I did this because it was redirecting to the profile.php page when a user logged in, instead of to the last page they were visiting. Is that the default behavior, or did I miss something? I am on wp v.2.0.5, so maybe something has changed in version 2.1 which changes this behavior?

    Ron

    #54132

    In reply to: Unique Style Sheet?

    Trent Adams
    Member

    – Login Redirects to last visited page

    It seems to me that if you are integrated, both bbPress and WP use the wp_users table in the database so wherever you login will be redirected to the last visited page (as both programs do this now). It is easy to have th login in the header.php of your template in bbPress and just adding the login box to WP in sidebar also has login on every page.

    – Display selective content based on which side the user’s on (bb vs wp)

    Once again, I think this is done by default. WP has its theme and content. bbPress has its theme and content.

    – I seem to be having some issues with relative paths? (Actually, I think I may have just figured this out, and I may just be dumb)

    Relative paths are easy to figure out, we can go into this more if you didn’t get it.

    – Some other thing I’ll ask about in 7 minutes or less, I’m sure…

    Shoot. That is what we are here for.

    Trent

    #54089
    ardentfrost
    Member

    One day I plan to add options such as these to an admin interface, but for the time being, you just gotta do it by hand.

    Of course, the trick to that is pulling out the information. get_profile_info_keys seems like it should pass you back an array of those values and you can just get them out of there, except I haven’t attempted to use that function and since it doesn’t ask for any information about the user you’re interested in, I don’t know how to tell you to get the information from that seemingly useful function.

    Which takes us to my personal favorite method: SQL commands. You’d be searching through the table bbprefix_usermeta (mine is bbpress_usermeta). Setup a SQL call like this:

    $result = $bbdb->get_results("SELECT * FROM $bbdb->usermeta WHERE user_id = $id");

    where $id is the id of the person you’re interested in and $result is the object that the person’s data will be loaded into.

    Then to access the information, you’d simply call it like this (like, for the example of where the user is from):

    $result->from

    You can echo that to have it printed or whatever you want done with that information. A quick glance at the database tells me that you can call this information (and what it means):

    “from” = location

    “occ” = occupation

    “interest” = interests

    “bbpress_title” = the title, custom or default

    You’d have to make a subroutine in bb-memberlist.php in the my-plugins directory to get $result, then use the information in memberlist.php.

    Sorry I can’t do more for you than this, but I used information from the table I had already gotten results from for ease in my current release. I could have added more stuff, but then some people might not have wanted them plus it’s easy to add or subtract from information users put in when they sign up and blah blah blah…. one day I’ll make it nice via the admin panel, but for now, good luck :)

    #54001
    Null
    Member

    Hmm it should have entries, something went wrong there.

    If you can, delete the bb_menu table.

    Then in phpMyAdmin:

    CREATE TABLE bb_menu (

    set varchar(50) NOT NULL default '',

    item varchar(50) NOT NULL default '',

    page varchar(50) NOT NULL default '',

    location varchar(50) NOT NULL default '',

    order int(9) NOT NULL default '0',

    PRIMARY KEY (set,item)

    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

    If your current bb_menu already has these values, you wont have to recreate it. But better save then sorry…

    Now fill the table:

    INSERT INTO bb_menu VALUES ('active', 'Forums', 'index.php', 'front-page', 0)

    INSERT INTO bb_menu VALUES ('active', 'Search', 'search.php', 'search-page', 1)

    INSERT INTO bb_menu VALUES ('available', 'Statistics', 'statistics.php', 'stats-page', 0)

    Now refresh the admin page. This should fix it. Not sure if I gave the right syntaces to use in phpMyAdmin, but you get the idea :)

    ps. If you didn’t use the bb_ prefix, you should change this…

    ps2. And leave out the @

    ps3. This is the beta so it has some errors that are fixed in the final release (after bbPress 0.8 is out)

Viewing 25 results - 6,626 through 6,650 (of 6,773 total)
Skip to toolbar