Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 30,851 through 30,875 (of 32,432 total)
  • Author
    Search Results
  • #54918
    spencerp
    Member

    What I did was, followed this guide here:

    http://www.phileplanet.com/archives/2006/08/how-to-setup-ssh-on-windows-xp/

    Reference links:

    http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/xp-wont-run.html

    http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

    http://www.chiark.greenend.org.uk/~sgtatham/putty/

    I login to my domain with START > RUN > CMD >

    plink mydomain.net

    -will give your user and ask for passphrase.. enter passphrase.. hit enter

    -it will give you server prompt thingy.. I type and hit enter: ls

    -will show you what’s on your domain’s root, then type and hit enter: cd public_html (which changes you to the public_html directory)

    -then I type and hit enter: ls

    (will show me everything in the public_html directory..)

    -then type and hit enter: cd forums (changes you to the forums directory folder)

    -then I type and hit enter: ls (shows me everything in forums/ folder)

    -then I run this line command:

    svn co http://svn.automattic.com/bbpress/trunk/ .

    Only thing is though, if you already have folders/files in there, you’ll have to delete everything EXCEPT the my-templates/, my-plugins/ .htaccess, any special plugin files outside the my-plugins folder, and config.php files. Before running the SVN CO line command..

    I also tried doing this:

    svn co http://svn.automattic.com/bbpress/trunk/ . –force

    Which should FORCE file overwrites within that directory, however, it won’t work on a svn checkout… Not sure why though, but.. if you follow basically what I said above, you should be ok… =/

    You should be good to go then… I hope this helps.. Good luck!

    spencerp

    #54278
    spencerp
    Member

    Oh ok, that makes sense. ;) Just curious though, should the database query that we had to run, be reversed, or..anything in the database that needs changed?

    I’m guessing that nothing major was really changed in the database, so no real worries of anything being screwed up, correct? Thanks for your reply Sam.. :)

    /So I guess this means I won’t have to worry about styling the “Gathering theme for bbPress” with Forum Categories in mind.. ;)

    spencerp

    #54414
    lonemadmax
    Member

    Yep, and with its same name. For example, put kakumei.zip in bb-templates/kakumei/ This was in the README :-), though maybe a bit hidden. Now it has its own section to be easier to spot, and there’s a one-liner to build all the zips in bash.

    Also, a bug and a security issue (hopefully) corrected in the new version.

    #53826

    In reply to: k2 for bbpress

    Alex
    Member

    Very sexy theme! I love K2, I love bbPress, and now I love this theme!

    For that added *thang* you could try and inject some FamFamFam, just as K2 has, and they would look like twins. :P

    #55166
    Alex
    Member

    Nice clean theme :)

    – Make “login” button same height as text-boxes

    – Change link colours in footer, cannot read the “BBPRESS” link for example.

    – I like the blue RSS logo on the right sidebar, but it seems cut off on top and bottom?

    Overall, I like it!

    #52758
    zeug
    Member

    Actually I’ve got a standalone javascript that does everything the WP plugin does … except load buttons to automate the code. And I’ve had it working in several BBPresses since mid last year. Add the js call in the header and it will load any simple href link to mp3, flv, mov etc. in a player.

    I’ve been meaning to get around to modifying the WP plugin for BBPress since the official release, it’s on my todo list when I get to upgrading my BBPress installs for several WPMu’s. That’ll be a while yet though and I’ve yet to acquaint myself with BBPress plugins, is there a good quicktags plugin I can check out for starters?

    #51972
    fel64
    Member

    Brilliant – works straight away again and has all the options I wanted. Thanks. :D

    #55144

    In reply to: Themes in Firefox?!?

    chrishajer
    Participant

    This is a problem with the path to the CSS, check the source:

    http :// vindicationdurotan.combbpress/bb-templates/kakumei/style.css

    That backslash should not be there. There have been a couple threads about this lately:

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

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

    IE can deal with the backslash but FF cannot. Once you correct that slash problem, things will look fine in FF.

    #54276
    spencerp
    Member

    Sam, just curious, is there going to be a new patch for this added soon? After last big SVN Commit, the patch719 didn’t work, it gave bad merge errors or whatever?

    I’m going to have to delete all my current forum files and folders.. re-svn it all up. Then, wait until a new Forum Categories patch is made sigh. I just wish this Forum Cat was implemented into the trunk soon, and updated as need be… Wouldn’t have to worry about this all the time lol.. =P

    spencerp

    master5o1
    Participant

    ok…i have kinda worked out my own fix that’s a lot messier than pravins…just printing from the send mail function.

    The password works and yeah…

    I have the password printed at the top of the page but that’s ok..:P

    #50266
    Pravin Paratey
    Participant

    They are line numbers.

    Index: register.php

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

    tells you the filename.

    http://www.dustyant.com/articles/running-bbpress-on-sourceforge

    That link has the patch file without wrapping.

    master5o1
    Participant

    ok…i upgraded the timezone thing and it’s fixed.

    :)

    master5o1
    Participant

    I have user-timezones plugin…

    admin-add-user

    allow-images

    bb-avatar

    bb-memberlist

    bb-post-count

    bb-privatemessage

    display-name

    forum-moderators

    forum-restriction

    onlinelist

    private-forums

    since-last-visit

    summon

    user-timezones

    (.php)

    that’s everything in my my-plugins folder :)

    flatworm
    Member

    It works. Thank you very much.

    I can’t belive it, so i will doublecheck.

    It did look for some coolforumexample.

    :)

    #54412
    lonemadmax
    Member

    New version, same link.

    Changes:

    • Box/reminder/no box option expires with the session.
    • Micro comments in the plugin file, to make changes (esp. removing things) a bit easier.
    • Download link for the themes with the zip, both in the box and in the screenshots page.

    The zips have to be added manually. Hey, just like the themes themselves. It’s better that way, as an automatic creation would make them available and thus you’d be redistributing them, so you’d better check the license. OK, it’s just a cheap excuse to avoid the work :-) I may add that functionality for the admin (create/rebuild/delete zip links in the screenshots page when the admin loads it), but it’s low in my general TODO list. So, until a new bug is found or another good idea pops up that is easy for me to implement, consider it a final version.

    Also, keep in mind that the users can fake cookies and I don’t check their values. I don’t know how much of a risk it is for this case, nor how to solve it (yeah, I could check that only letters appear in the values).

    #1501
    macwise
    Member

    Hello all,

    I seem to have stumbled on another oddity I can’t solve…my user registration times are based on GMT, not on Pacific time as I have configured in the bbpress config.php file, as well as the wp Admin->Options page. I have added the following php script to a page to detect the server time.

    <? print date("F d, Y H:i:s", time())?>

    The time returned is the correct (Pacific) time, (-8 GMT). Any suggestions where else I can look, what else to try?

    #55132

    In reply to: Plugins DB

    ardentfrost
    Member

    Yeah, I IM’d Trent to let him know a little while ago. He’s like my liason to the powers-that-be ;)

    #1499

    Topic: Plugins DB

    in forum Plugins
    Jim S.
    Participant

    Just a note – the plugins database at bbpress.org/plugins seems to be offline. Leastwise, I can’t get to it to look at or download any plugins. I keep getting an error:

    Cannot select DB

    Just thought I’d make mention of this so someone can fix it. It’s been offline for most of the day.

    #54411
    Null
    Member

    I suggest to add a zip of the theme in that theme folder for now, so we can use this download button. Future realease can have this zipping later (if needed at all).

    The download button would be plain wicked :)

    #55127
    chenchen
    Member

    hi bbolman, this is just what i’ve been looking for… great! thanks so much.. best of luck to u! ;)

    #1497
    chenchen
    Member

    Hi! :) i have successfully installed bbress to my site integrated with wordpress. Now, i have another question? can we make it possible to make the forums(the entire bbrepss forums) exclusive only for members? what do i need to do? thanx! :)

    #1496
    stuboo
    Member

    I have bbpress and wordpress running independently on the same domain but am having some encoding problems with bbpress that I didnt have on my local server.

    As an example . . .

    the…?

    Shows as . . .

    the…?

    I am sharing some of the same header information between my bbpress install and my wp theme, but I don’t know enough about encoding to know if that’s the problem.

    Thanks,

    Ryan

    #54409
    fel64
    Member

    Why not have the server zip the theme every time a theme is added? Minimises work on all sides.

    Very nice work. I especially like the don’t show for … settings. It feels very professional. :)

    #54408
    lonemadmax
    Member

    Download button that will (on click) download the theme currently viewing (even grater if it would zip the theme folder and offer it for download on the fly)

    Good idea! I’ll work on that. I don’t know if zipping on the fly would be nice on the server. I think it’d be better that the admin adds the zip each time he adds a theme. But that’s more work for the admin :-) so I don’t know.

    Remove the Show theme button. Just selecting it in the ddlb should be enough to switch (or some explainetion of how to do this, cause I want to use it without that button)

    You can remove it by deleting the lines that generate it. Line 139 – 142 in cookie_themes.php (that is, from var but = ... to f.appendChild(but);). I put it before adding the “submit on change” stuff, and then I left it just in case the new thing didn’t work. When I tried it yesterday on MSIE, it didn’t work there, you had to use the button. But it may be just my MSIE with paranoid configuration.

    #1487

    http://bbpress.org/plugins/topic/37

    This will hopefully fix the following issues.

    • This user is a bozo: "1" in the edit profile page.
    • Slashes getting added to some quote marks (" -> ") in posts.

Viewing 25 results - 30,851 through 30,875 (of 32,432 total)
Skip to toolbar