Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

Viewing 25 results - 6,601 through 6,625 (of 6,778 total)
  • Author
    Search Results
  • #54548
    marky
    Member

    I noticed there are a lot of changes to the default theme in this security update. My custom theme was heavily based on the default; will I somehow have to locate and propagate these changes to my custom theme? Or were the changes merely cosmetic?

    Trent Adams
    Member

    You can define the parameters like the cookie name and domain, so you should be able to do what you want here. There is already functions though that can do things if a user is logged in. For example:

    <?php if (bb_current_user_can('write_posts')) : ?>
    DO SOMETHING
    <?php endif; ?>

    This has it so if the user is logged in and can write posts (default member) then do something or put in a piece of code.

    Hope that helps.

    Trent

    #1477
    ccmve
    Member

    I can’t use a custom these after upgrading to 0.8.1.

    Under the presentation tab it lists my custom theme, but with this URL:

    http:// forum.mybbpress.com/bb-admin/themes.php? theme=C:\WWW\PUBLIC\forums.mybbpress.com/ bb-templates/mytheme/&_wpnonce=36ec0251eb

    How can I eliminate the extra slashes and the reference to the absolute path?

    The default theme is working, and it works great, but I’d like to be able to use my custom theme again!

    #54547
    Trent Adams
    Member

    I don’t know if I fully understand. You have your own template in /my-templates/kakumei2/ and that is all you should have to do. If that is your ‘bug free’ version of default theme, then you don’t have to copy over the default theme to /my-templates/ as it is the constant one that changes (hopefully bug free) into /bb-templates/kakumei/ and you shouldn’t worry about that one. Just the templates that you work on or change in your /my-templates/ directory.

    Trent

    #54341
    ccmve
    Member

    I’m having a similar problem.

    I’ve uploaded my custom theme to /my-templates/mytheme

    The default theme is in /bb-templates/kakumei/

    The site is working fine, but I see this error: “Theme not found. Default theme applied.” And I cannot switch to my custom theme. The reason is in the URL to the custom theme in the presentation>themes panel:

    http:// forum.mybbpress.com/bb-admin/themes.php? theme=C:\WWW\PUBLIC\forums.mybbpress.com/ bb-templates/mytheme/&_wpnonce=36ec0251eb

    Obviously that URL won’t work. I’ve uploaded both plugins above. Neither worked. How do I fix the URL to mytheme?

    #53925

    In reply to: post or reply by email

    fel64
    Member

    While it sounds like somewhat useful functionality, I don’t want it – if it was enabled by default in bbPress, I’d even want to turn it off. Anything that means users can just visit once, know that they’re going to get any answers and never have to come back is that you’re going to get a lot of users who do just that. I would much rather they check regularly, sometimes see something that catches their eye and hang around … It just sounds like a feature that hinders a community building up. :/

    #55007
    Fakey
    Member

    Oh no, quite the contrary. The results are shown fine too. The problem is when the titles are show a local variable $topics is created:

    <?php
    foreach ( $titles as $topic ) :
    $count = $topic->topic_posts;
    ?>

    This is all fine and dandy, but, as you can see, $topic is a local variable and won’t be any use further down the page when the code checks whether results have been returned or not.

    I hope I’m making myself clear. Let me reiterate just for kicks: The title results show up fine, but the php code prints “No results found.” as well. Just change $topics to $titles in the following code in the template file “search.php”:

    <?php if ( !$topics && !$recent && !$relevant && !$users) : ?>
    <?php _e('No results found.') ?>

    <?php endif; ?>

    #55006
    FCB
    Member

    So i think the database field title is not included in the search ?

    Fakey
    Member

    After a search for a word that appears only in the topic title (but not the tags, nor post content) the results are listed, followed by:

    No results found.

    This is because the if statement is looking for the local variable $topics, instead of the correct variable $titles.

    It’s a small fix, but I didn’t know how to post on the bbPress bugtracker.

    #1467
    AphelionZ
    Participant

    How difficult would it be to create a plugin that allows users to be able to post under different names for different posts? They could have a maximum number (let’s say 5) of options, and they could select at post-time with their default name pre-selected.

    #54008
    intellivision
    Participant

    Null, I couldn’t get this to work. I experienced the same issues as suleiman. I looked at your SQL, and found some errors involving your column names: you’re using mySQL keywords as column names, like “set”.

    I tried

    CREATE TABLE bb_menu(

    sett varchar( 50 ) NOT NULL default ”,

    item varchar( 50 ) NOT NULL default ”,

    page varchar( 50 ) NOT NULL default ”,

    location varchar( 50 ) NOT NULL default ”,

    orderr int( 9 ) NOT NULL default ‘0’,

    PRIMARY KEY ( sett, item )

    but still got an error:

    MySQL said: Documentation

    #1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 7

    Notice I changed “set” to “sett” and “order” to “orderr”. I think you’re on the right track tho. Let me know if I can help further. I’ll check this thread periodically because I’d like to see this plugin work.

    #1436
    linickx
    Participant

    I’ve seen lots of posts requesting this functionality, but couldn’t find any plugins. Well I’ve had a go at porting Jeff Moore wordpress plugin, not all bbcode tags work as the markup isn’t allowed by default within bbpress, but it’s a start !

    Download Here.

    Blog Post.

    #54740
    phery
    Member

    just in case you’d like to move the hottags to the top:

    seperate #frontpage and #hottags in the css and change the pos. from absolute to relative.

    #52306
    netsleds
    Member

    I do have the template files in /my-template/ folder (I even put them in the default template directory too), I am using mod-rewrite, and when I initially set up the pm plugin, the database did not install, so I grabbed the query from the bb-privatemessage.php file to create the bb_privatemessage table and when I ran the query it gave me an error with the “message” column saying

    “#1074 – Too big column length for column ‘message’ (max = 255). Use BLOB instead”

    So I set it to BLOB and Even tried LONGTEXT. I don’t see if it would make a difference or not, but maybe that is why?

    #1420

    Topic: Login Error

    in forum Troubleshooting
    marky
    Member

    If you visit http://bbpress.org/forums/bb-login.php and use the top-most login form (the one in header.php), a recursive redirect occurs, which displays an error message in Safari. (I haven’t tested it in other browsers.)

    This happens in all bbPress installations using the default template (and a few other templates that include the login form in the header). Is there a way to avoid this situation?

    #1412
    jazbek
    Member

    Hi,

    I have a fairly default install of bbpress here:

    http://www.asianamericanmedia.org/discuss/

    … using the default the default kakumei theme. I noticed that if you click the little double-right-arrow next to “New topic in this forum” on an empty forum page, it gives a 404 error. The link is pointing to /discuss/topic/#postform, and I have pretty permalinks on.

    What is this link supposed to point to?

    Note: I just noticed the same problem on this support forum too! If you go to the ADD NEW topic page, there is a little double arrow next to the header “Add New Topic”, pointing to http://bbpress.org/forums/topic/#postform – which also results in a 404. What gives?

    #54381

    flaerpen,

    Could you try on your localhost version two of the plugin you tried?

    https://trac.bbpress.org/attachment/ticket/575/path-to-url.2.php

    (Download link at the bottom.)

    First delete the first version of the plugin you have installed.

    #54254
    Sam Bauers
    Participant

    it appears the patch only mods the default template so assuming I have to make those changes manually

    That’s right.

    probably could edit the patch file by hand, but I have already modded some of those files in my theme… no package available of the modded files?

    Modding the patch file would be difficult, sometimes patch can work out what to do when the files it’s patching are modified (i.e. the line numbers are different).

    The easiest thing to do is start from scratch with a fresh 0.8 install, patch that, then add your customisations. Following the default template after patching, you should be able to work in categories to your custom theme.

    Are there any more planned releases between 0.8 and 1.0? which I believe I read somewhere is the planned formal release with this incorporated… Roadmap shows 1.0 next but it may not be current…

    The roadmap is current. The 1.0 milestone has a ticket against it for this. That doesn’t mean it will necessarily make it into that release.

    #54252
    mrpapasworld
    Member

    A couple more questions on this… it appears the patch only mods the default template so assuming I have to make those changes manually… probably could edit the patch file by hand, but I have already modded some of those files in my theme… no package available of the modded files?

    Are there any more planned releases between 0.8 and 1.0? which I believe I read somewhere is the planned formal release with this incorporated… Roadmap shows 1.0 next but it may not be current…

    thanks…

    #54501
    Trent Adams
    Member

    I have done exactly what you are doing and cannot replicate this error with or without permalinks. What theme are you running and does it work if you only use the default theme? Are you using any plugins that are being displayed on the login page (as both login forms are displayed on that page)? Does your theme have login.php in it? If it does, what happens when you remove it for the default one?

    Anyone else seeing this error by logging into the top form on login.php?

    Trent

    #54380
    Trent Adams
    Member

    When I read your post the first time I missed that you put localhost and that is the problem. Anything before 0.8 you cannot install it on a localhost because there are some issues with it.

    https://trac.bbpress.org/ticket/573

    I would imagine you are running this on 0.8 though. The double slashes on the local server would be the issue. Maybe the address wrong on config.php or your setup? There are quite a few people with successful installs on localhost with 0.8.

    It must be a setup issue, but really glad to hear that it works where it is really important, on the web.

    Trent

    #54379
    flaerpen
    Member

    Okey.. I tried to upload it to my internetserver and it works. You can’t try this on your own localhost.. Bad i think..

    #54378
    flaerpen
    Member

    is there someone who can help me?

    #54107
    Sam Bauers
    Participant

    so1o, I’ve created a new version of the plugin (let’s call it 1.2 beta 1). I haven’t committed it yet, I wanted you to review it. It covers these issues:

    • Integrated visual-support-forum plugin features as options in admin
    • Added admin action to upgrade database instead of running on plugin load
    • When default status is “unresolved”, topics with no status set now show in the “unresolved” view
    • Sticky topics that are unresolved now show in the “unresolved” view

    Download here for now:

    support-forum.1.2.zip

    #54497
    master5o1
    Participant

    OK…I’ve figured that in the <link> for stylesheet it only has http:/forum5o1 ( http:/ not http:// )

    yet in config.php it has http://forum5o1.awardspace.com not http:/

    and all the links have http:// …

    So I have no idea :S

    This only happens when a deisgn is “activated” so i will cause it to go to default (which is what i did before to make me think that it got fixed).

Viewing 25 results - 6,601 through 6,625 (of 6,778 total)
Skip to toolbar