Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 45,526 through 45,550 (of 64,511 total)
  • Author
    Search Results
  • #83763
    chrishajer
    Participant

    @uhclem – I think you have exactly the right attitude to be involved with bbPress. Some tips:

    1. Don’t modify any core bbPress files. Restrict your modifications to files in the my-templates and my-plugins folders. If you don’t have those folders, create them. They will be at exactly the same level as bb-templates and bb-plugins.

    2. To start modifying the look of your forum, make a folder inside the my-templates folder, call it whatever you want (something unique, but it doesn’t matter. Maybe it a filename with no spaces though, like newtheme.) Now, copy every single file from the kakumei folder into this new folder. Now open up style.css and change the line that says Theme Name: Kakumei to say something like Theme Name: Custom Theme by uhclem. This name can have spaces in it. It’s this Theme Name that will show up in your bbPress admin section when you go to select a new theme in the Appearance tab. The screenshot will be the one from kakumei, but that’s only because you didn’t change it yet. You can worry about that later. If your new theme name does not show up in the bbPress admin, you did something wrong.

    The files that end in .php are just like HTML files, but they are processed by the web server before sending to your browser. If you put just HTML into a file with a php extension instead of a htm or html extension, it will display just as if you had named it with html or htm. Try it.

    Now, you need to look through some of those existing php files and see what’s going on. You will see some plain old HTML but you will also see some stuff inside blocks that look like this:

    <?php do something(); ?>

    PHP code will being with a <?php and end with ?> – the stuff inside those brackets is PHP code that will be interpreted by the web server before sending it to the browser. Any PHP code in a file with a PHP extension will not be sent to the browser. It is processed, for good or bad. If you get a white screen, it means you probably have a syntax error in your PHP code.

    You can edit the PHP files with notepad, just as you did with batch files, but it’s better to use an editor with syntax highlighting, so you can see when you make a mistake in your PHP. Notepad++ is good and free on Windows. http://notepad-plus.sourceforge.net/uk/site.htm

    Once you get to that point, you can learn about all the cool things you can do with PHP and bbPress.

    #82547
    gerikg
    Member

    LizFilardi, doesn’t sound like it has to do with integration. Reinstall bbpress and test it out first before integrating.

    #82546
    LizFilardi
    Member

    This all works fine for me. However, I don’t get any emails from bbpress or wordpress, including new user passwords, password resets, comments, etc. I’ve checked out past forum posts about that topic, and the latest I could find was a year ago, including a topic in which Sam Bauer says that the problem has been solved by adding a solution to the core package in the latest version of bbpress. any reason why integration would interfere with emailing? (i didn’t test email anything pre-integration).

    #85341
    chengdu-living
    Participant

    I’m not an expert, but from what I’ve gathered, you’ll need to copy or duplicate some parts of your WordPress design into a bbPress theme. So they will look the same and there won’t be a noticeable transition between the two. Unfortunately there isn’t an automatic way to do this, each theme works differently. If you’re using a popular theme with a large community around it, you might be able to find someone who’s already made those changes and can share them with you. Good luck

    #33250
    kieranyo
    Member

    forum.cubeownersclub.co.uk/

    After getting progressively more annoyed at the amount of spam on our previous forum that ran on PhpBB and also finding out how frustrating it was to customise the look of it I decided to give bbpress a go.

    I’ve already built a few WordPress powered website so was already impressed by how it was built and how easy and intuitive it is to customise and extend so bbpress seemed like a perfect direction to take the new forum.

    It was very important that we kept all of the content and user base from the old PhpBB forum so I was delighted when I found a script on here to convert the PhpBB database into the new bbpress forum. The script wasn’t perfect though so after a bit of tweaking over 2 evenings I finally got it into a good state. There are still a few issues with broken links, images and smilies but slowly it’s being edited.

    I’ve installed quite a few plugins and have customised the look with a custom theme.

    Overall really impressed with bbpress and am even about to suggest it to a client. I hope it gains more traction as it’s a great platform compared to the other alternatives out there.

    #33249
    MrMister
    Member

    Hi everybody,

    I just installed bbPress including the whole integration process for sharing account information between WP and bbPress and everything works perfect so far. Now I am wondering: Is it possible to display the bbPress forum within my wordpress installation, like in the same place my pages and articles would usually load. Or does it have to load in a seperate window? Couldn’t find an answer to that in the Doc, hope you could provide me with an answer.

    Greetings and keep up the great work,

    MrMister

    is it safe to rely on these old plugins

    No.

    a new version, hopefully is coming soon

    It’s not.

    In honesty none of us know when it is coming, the “weekly” IRC meetings have not been taking place for the last 6 weeks, 1 bug in the last 3 weeks has been fixed and 20 are still outstanding, etc etc. Matt hasn’t been seen or heard of since threatening to leave the project.

    How will backwards compitability be in the future of BBPress

    It won’t.

    It is not an aim. Never has been.

    Will most of these standard functionality-plugins be built in

    No.

    Mostly because everyone’s definition of “standard” is “plugins i want”.

    I have used hours and hours to customize my Kakumei theme, and will all that work go to waste with a new version

    Some of it will, some of it won’t.

    Will it apply to the next bbpress themes at all

    From what i’ve seen in subversion, you won’t need to change to many things in your theme to make sure it is bbPress1.1 compatible. But you will probably have to make some changes – it is the nature of software.

    Or am I gonna have start all over again?

    It depends on your theme, plugins, and custom code.

    I doubt anyone will have to start all over, but some poeple will have more work than others.

    In your specific case, given your lack of coding abilities and reliance on the default theme, i doubt youi’ll have much coding to do – but it is likely that some things will have to be changed.

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

    I say this alot, but bbPress is not currently ready for use for people with no technical knowledge.

    Database setup, editing files and FTP are a minimum to get the defaults going.

    Some basic web development knowledge is needed to edit your theme.

    Slightly above basic knowledge is needed to edit any functionality.

    That is just where this software is and will be for a long time. I don’t say this to cause offence, i say this to save people difficulty.

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

    P.S. Marius,

    You also don’t have to upgrade.

    Almost all of the issues you bring us could have been solved easier if you were using bbPress0.9 :)

    #83760

    Ah GeoCities, how i miss all those animated GIFs :)

    Well mate, if you’re up for the challenge I’d start at something like http://www.w3schools.com/ (HTML, then CSS, then PHP sections). 9/10 it’s learning by doing and asking when stuck.

    Also, I’d strongly suggest installing and playing around with WordPress before bbPress. It’s not a requirement at all, but they’ve nailed the separation of Presentation, Data, Logic so it’s easier to know where to edit – while in bbPress it’s all still bundled in together most of the time – making it hard to know where to edit if you’re new.

    Effort will get you very far with bbPress though, it just needs to “click”. Don’t be a stranger :)

    Kev

    #85320

    In reply to: Is bbpress licenced?

    bbPress is licenced under a GPL licence.

    There is no licence that can force you to share any plugins or themes that you write. If you write it and want to keep it for yourself thats not against the bbPress licence.

    #33226
    kaderjan
    Member

    Hi guys,I’ve been thinking to build a commercial website with bbpress, is bbpress licensed? if bbpress’s code is licensed, how about plugin that I wrote,do I have to share it as well? pls advise, thanks

    #83759
    uhclem
    Member

    Thanx Kevin, I don’t feel you’re being anything but helpful. No sweat!

    Back before the beginning I used to hand code with a GeoCities website. And long before that I had a Vic20…I hate to admit it but I’m responsible for far too many of those useless Usenet ng’s that still exist (alt.worms.out.of.a.hot.cheese-log ,etc.) So I kind of know a little. Anyway, I’m not scared to break the interwebs. …Algore can just build another one.

    I could probably snag some code from somewhere, paste it *somewhere* and tweak it to work as I desire (or close to it), I just need to know where to do this.

    Like these “php” files; Where are they and how do I edit ’em? (with NotePad like a batch file?)

    I’m a 50+ year old bench jeweler but with a little help from kind folks I learn little bits of other interesting stuff. If I knew where/how to edit these files I’d chance messing up my bbPress board. I can always just make another one and stick it in the same directory on my server. The few people who have joined the various boards I’ve been testing out get a little panicky when everything changes all of a sudden , but they’ll get over it. :)

    Thanx!

    #85333

    In reply to: Changing display name

    jtrory
    Member

    As usual I seem to figure these things out on my own through dumb luck. :)

    For anyone as confused as me about this, what you need to do after logging in under Admin is to edit your profile and enter your desired display name as your first name. My problem was that I had left this blank when installing bbPress. If you save that and go back to the Edit panel you will now find that this name is included in the dropdown menu of available ‘display’ names.

    Honestly, I really love bbPress so far but it sure does make things unnecessarily complicated.

    #82101
    johnhiler
    Member

    If you give me keymaster access, I can run some quick tests for you? The site wouldn’t be affected for more than a few minutes…

    EDIT: Please don’t feel obligated in any way… if you’d rather not give access to a stranger, I completely understand! :-)

    Marius-
    Member

    Im having an ongoing help topic about a plugin. Infact, one plugin of many more – all made by _CK_. And I was starting to wonder, is it safe to rely on these old plugins, when this programmer has left the BBPress project, and a new version, hopefully is coming soon?

    How will backwardscompitability be in the future of BBPress. Will most of these standard functionality-plugins be built in?

    And how will upgrading BBPress take place? I have used hours and hours to customize my Kakumei theme, and will all that work go to waste with a new version? Will it apply to the next bbpress themes at all? Or am I gonna have start all over again?

    #82100
    Marius-
    Member

    well, thats impossible to point out… what shall I do?

    bare in mind that I use 1.02

    edit:

    Alright, to really put on an effort, I have tried to deactivate all plugins but the Polls. One by one, and all at once. Still no save-button.

    #82099
    johnhiler
    Member

    Wait a second, I just tested it on a 1.0 install and it worked!

    So it looks like it may be a configuration issue after all… maybe a plugin conflict?

    #82098
    Marius-
    Member

    That would the ideal thing, that “Send” button inlude the poll as well. But theres absolutely no way to include the poll during topic creation now.

    Did you scan with firebug? Cause I dont see the code for the save button anywhere in the php.

    #82097
    johnhiler
    Member

    Oh wait, I just checked it out in 0.9 and a “Save” button doesn’t appear there while posting either… but if you Submit the whole post, the poll does appear.

    I bet something changed in 1.0 so that that doesn’t work any more… sounds like the bug may be more than just a superficial missing button.

    #82096
    johnhiler
    Member

    Ah thanks for resetting it to default! Hmm, it definitely looks like an issue with the plugin/version compatibility. I also just tested it on a 1.0 install, and saw a similar issue.

    Your best would be to ask a programmer to take a look at the plugin and see if they can spot the issue! I bet it’s a pretty minor one, if everything else works except for that one button. :-)

    #82095
    Marius-
    Member

    Please re-read my edited post above. And yes, the word “Save” for saving. Its all default now.

    #82094
    johnhiler
    Member

    What do you have input under the option for “Text to show for SAVE button:”?

    You may want to try putting the word “Save” in there and resaving the settings… and seeing if that fixes things. Maybe it’s an encoding issue?

    #82093
    Marius-
    Member

    Johnhiler, the translation has nothing to do with it. In the admin panel, you can type in what you want there, it doesnt affect the functionality.

    The theme IS Kakumei. None of the code is touched, exept for some CSS colors.

    If you turn on Firebug, and you inspect the canclebutton, you will see that there seems to be no code at all for a save button present.

    I have reset the polls to default settings, just to prove that.

    You see at the plugins site here on Bbpress, that more users are having the same problem:

    https://bbpress.org/plugins/topic/bbpress-polls/page/3/

    There, user Michael888 says to me that version 1.1 of BBpress might include poll functionality.

    Is this next upgrade far away. Am I just wasting my time with this old plugin?

    #82092
    johnhiler
    Member

    Ah I see you’re using a translated version of the Polls plugin… did you translate the strings yourself?

    Two questions:

    1) If you switch to the English version, does the Save button appear?

    2) Did you get a chance to briefly change to Kakumei?

    #82091
    Marius-
    Member

    So tell me when you´ve done the testing and if you´ve found something out then…

    #64189

    In reply to: bbOrg?

    Pomy
    Participant

    @ kevinjohngallagher

    you should not try to become the father of bbpress..

    I want to kick your ass .. duffer

    bye bbpress

Viewing 25 results - 45,526 through 45,550 (of 64,511 total)
Skip to toolbar