Search Results for 'code'
-
AuthorSearch Results
-
May 21, 2010 at 4:27 pm #81681
In reply to: Forums as Comment engine?
kevinjohngallagher
MemberYeah for sure, I helped out with the original WordOfRaids back in the day and they do that, but they just manually link to a forum post ( i set up a custom field on WordPress, so they make forum and copy/paste into there).
I’m not against the idea, its just definitely not going to be “off the shelf”; and nor is the original poster’s ideal solution going to be easy to come by (where it all happens automatically, though if you had time and the need it’s v possible).
I sent slightly off topic (big shock) but this sort of thing depends on the usergroup immensely. people who play mmorpgs as an example are used to forums and doing things in front of others; where as say a Classical Music Magazine website/blog’s users might not be really up for entering a forum flame war. Sorry if i gave the wrong impression, I sometimes feel its better to manage expectations a little with bbPress, especially with all the wordPress “as a CMS that can do anything” stuff flying around
May 21, 2010 at 4:10 pm #88718In reply to: Installation doesn't work
kevinjohngallagher
MemberI follow the bbPress instructions and I get a blank page
Awesome. Please give us LESS information.
Don’t tell us the error on your server logs, don’t tell us at what stage you get the blank page. Just tell us “blank page” and we’ll magically guess

Is this what you guys look at all day long?
No, but we know how to be polite when asking for help.
But I’m going after the bubble-gum chewing crowd with BuddyPress and bbPress looked like something they would use
You can’t use them together in anyway. You either use bbPress or you use BuddyPress. Let me put it more simply, if you use BuddyPress in any way shape or form, bbPress won’t work.
its all about making money
Cool, then you can go for paid support

So if there are any folks here who want to help I’ll take the advice; if not I’ll be joining the folks who find bbPress out of date with no support
bbPress is out of date, but it has support. You’ll find you’d get better answers if:
1) You had manners – the words “please” and “thanks” work really well
2) You gave us actual information, like your error log, rather than just “blank page”.
Just to reiterate, if you’re using BuddyPress, your problem has nothing to do with bbPress! Nothing at all!
May 21, 2010 at 2:51 pm #88661In reply to: Posting date issue
zaerl
ParticipantWhat you mean with “posting date”? You haven’t posts in your forum. Do you mean that when you create a new topic it is automatically dated to 9 months ago? Or the values you obtain in
/bb-admin/options-general.php?how can I add a post or topic in the admin panel?
If you want to create a new topic just create it from the forum.
May 21, 2010 at 2:01 pm #88650In reply to: profile-menu needs its own division…
kevinjohngallagher
MemberAll good Rich mate

(am liking your akisnet plugin btw)
May 21, 2010 at 1:59 pm #88714In reply to: Installation doesn't work
kevinjohngallagher
MemberIf you’ve been using WP for 3+ years, maybe you’d have the know how to read that bbPress and BuddyPress are different things. I’d you’re using BuddyPress, you should head to the BuddyPress forums.
And just to be clear, cos you’ve not given a whole
lot of information: bbPress is a stand alone forum that you can add shared cookies with WordPress, but it’s not there our of the box.
So if you’re not using BuddyPress, feel free to come back with more info, a better attitude, and we’ll try and help

oh and can i ask, after how long of using WordPress do humans stop making errors?? Glad you decided it was definately bbPress at fault and no possibility of anything else
May 21, 2010 at 1:48 pm #86038In reply to: problem with link users
mr-zee
Participantpost count plus solved my problems too. Thank you Zaerl
May 21, 2010 at 1:35 pm #88571In reply to: Preferred development tools?
paulhawke
MemberBoth PhpStorm and Netbeans 6.8 allow you to [ctrl | command] click on a method and jump to its definition. Its invaluable! There’s nothing quite like being able to click your way through the [bb | word]Press code and actually see what is going on. NetBeans is free to download and is a friendly full-featured IDE (great for the VisualStudio folks).
With the ease of code navigation in these tools, anyone interested in doing a “find in files” search for things like “add_action” and documenting what you find … as a way to help out the other plugin writers and bbPress coders?
May 21, 2010 at 11:50 am #88648In reply to: profile-menu needs its own division…
kevinjohngallagher
MemberMorning Dudes,
duplication of ID for a start…
Maybe you could have said that instead of just typing” seriously? “.
The container having an ID is fine, but inside I’d suggest using classes.
Why? It’ll be unique on the page therefore an ID is by far the better options (quicker use of CSS selectors, much easier for the DOM, and also allows better integration with any JavaScript or Client side CSS changes).
But if all that is in that div is that ul, then the div may not be needed.
Container DIVs (at one level of geneology) are very very useful.
It allows quicker/better DOM iteration, and allows for much more flexible theming especially if dealing with floats, placements (relative/absolute), and really helps with backwards compatibility. I’m all for minimalist design and code, and I know that there is a cry to avoid “divitus” these days, but really having 1 wrapper div to allow you play with margin/padding/width combination really shouldn’t be frowned upon. Especially in software that hardcodes so much into it’s core, and really doesn’t like outputitng IDs or Classes.
Mzimmers, I’d still suggest putting the DIV in your theme instead of the ‘core’, just because I do believe that we’ll be upgrading to a new release relatively soon (i.e. within 2010).
May 21, 2010 at 12:35 am #88670zaerl
ParticipantThe root folder is the folder where you have installed bbPress. You need to open the FTP program you use and create a
my-pluginsfolder inside the bbPress folder (if there isn’t already a folder with that name.) Once done this you must change that folder permission (write/read/exec) to 755 and upload theallow-images.phpfile inside it. Then open the plugin panel in the admin area of bbPress and activate the plugin.May 20, 2010 at 11:33 pm #34327CEThom
MemberI’m in the early stages of setting up a forum for students in my local area. Here is my progress thus far:
http://www.cabbagemedia.com/students/forums
I have a few basic questions.
1) POSTING PICTURES
I downloaded this plugin:
http://bbpress.org/plugins/topic/allow-images/?replies=29
But have absolutely no idea what to do with it. The instructions tell me this: “Add the
allow-images.phpfile to bbPress’my-plugins/directory.”But where is the directory? I can’t find it anywhere in my admin centre on the forum.
2) CHANGING THE LAYOUT
My admin centre only gives me two choices – green and blue. How do I change the layout entirely, ie. adding my own banner at the top?
May 20, 2010 at 10:45 pm #87761In reply to: Whoa! (bbPress.org 2.0 is live)
kevinjohngallagher
MemberFour little bugs with the theme:
1) Pagination duplication on Profile page:
http://www.kevinjohngallagher.com/bbpress_duplication_of_pagination.png
2) Pagination on Profile page:
Posts started will only appear/work on the first page. As soon as you move to page 2 or above, it says you’ve not started any ( haha, we all know I’ve started more than i should have ;-] )
3) bbPress Edit area:
http://www.kevinjohngallagher.com/bbpress_edit_area.png
It’s not been looked at in the slightest. Even teh default styles haven’t been applied.
4) bbpress Edit area:
If you write some code in a
<code>tag. and edit your post, bbPress now puts in<p>and<br />tags into your code on every line. If yuo’re syslexic like me and struggle with the small font, and edit code based posts a few times to remove errors, you get alot of added code.5) RSS feed:
The new RSS feed has new/added HTML. If you’re RSS reader is a mail client (say google or windows live mail) then it strips these extra tags, but if you’re not using an overly sophisticated RSS client, you see everything wrapped in a
<p>tag.From what I can tell, and this may be down to the latest trunk version rather than the theme, it appears to wrap each paragraph twice in the
<p>tags.Thanks to Noel or whoever at Automattic is working on fixing these, we apprecaite it
May 20, 2010 at 10:28 pm #88646In reply to: profile-menu needs its own division…
kevinjohngallagher
MemberWhat’s wrong with it?

Far too little of bbPress’s output comes with relavant IDs or classes for theming; and far too much of it is is hardcoded into the core rather than in the theme, or even a functions file etc.
May 20, 2010 at 9:52 pm #88519In reply to: I can't get Akismet working with BBpress
kevinjohngallagher
MemberOk, lets see what we can do here:
1) What version of WordPress?
2) What version of bbPress?
3) Are they integrated (share login cookies)?
4) Are they “deep integrated” (can call functions in the other program)?
5) Do you have the latest version of akismet on both WP and bbP?
6) What happens when you log in and post?
7) What happens when you log in and post as a new user (i.e. not as you)?
Are you using buddyPress?9) Have to tried disabling all plugins and trying again?
10) Are you using a premium (paid for) theme?
11) If so, have to tried switching to the default theme?
12) When you say things appear in your akismet que and then akismet
13) Are comments getting through akismet on wordpress?
I selected the check box next to “Create a page that shows spam
statistics” on the Akismet page. The page showed there was 26 post in the spam section.
I selected spam in the drop down box but the messages do not show up even
after I click on filter. I don’t know of any other way to get to the
messages to see if they are all spam
Um, is this on the wordpress side or the bbPress side?
May 20, 2010 at 6:05 pm #88615In reply to: Same avatar
leander8728
MemberNo i use an extern installation of bbPress. So not the integrated bbPress forum in Buddypress
But i think that i have enough info. Thanks!
May 20, 2010 at 5:51 pm #88613In reply to: Same avatar
leander8728
MemberYes i have done that

This is the result, i don’t have testing it. But when i have enough time i will do that: https://buddypress.org/community/groups/requests-feedback/forum/topic/wordpressmu-buddypress-bbpess-same-avatar/#post-55137
May 20, 2010 at 5:24 pm #88623In reply to: Music E-zine Forums
k.fallman
MemberThe contrast .. hmm.. pink on those colors – it hurted my eyes

but maybe thats because im getting old ?
May 20, 2010 at 4:35 pm #81677In reply to: Forums as Comment engine?
kevinjohngallagher
MemberThis is certainly possible with some custom code, though the real question remains as to why you want it. Given the WordPress comment systems have a far greater “forum-ness” about them these days (pagination, avatars, html/bbcode, wyswig threading etc etc). What would be the advantage to your users of having the same content in two different places on your website?
In fact, wouldn’t it be easier to just theme your wordpress to make your comments bigger and loko more forum like (maybe even removing the actual article on page 2 of the comments?)?
On one of my wordpress installs, the blog-post only appears on the initial page and with no comments, and all the comments are handled under “www.website.com/blog-post/comments” so they have their own pages with more space etc. It works really well for that site in a place where I couldn’t have used bbPress due to it’s complete lack of moderation.
May 20, 2010 at 2:20 pm #87760In reply to: Whoa! (bbPress.org 2.0 is live)
chrishajer
ParticipantThis topic has been derailed and I am going to delete the off-topic posts.
The design of bbpress.org will not be made available for download, that I know of. It didn’t happen with the last design, but there were many duplicates created.
If you would like to download the latest version of bbPress for testing, you will find it here:
https://trac.bbpress.org/browser/trunk
There is a link at the bottom center to “Download Zip Archive”, but I believe if you do that backpress does not get installed.
If you can install with subversion, you won’t have any trouble like that, as all externals are installed at the same time.
svn co http://svn.automattic.com/bbpress/trunk/ ./bbpress/Will install the latest trunk version by subversion into a directory called bbpress.
May 20, 2010 at 8:48 am #88607In reply to: Same avatar
Rich Pedley
MemberI’m not familiar with the setup, but yes if you have bridged your WPMU & bbPress installations then it should be fairly easy to do.
Find where the avatar is stored in WP and then use that information on the bbPress side to extract the data and produce the code for the avatar.
May 19, 2010 at 10:14 pm #88568In reply to: Preferred development tools?
kevinjohngallagher
MemberCoding:
I’ve found NotePad++ to be quite invaluable in the past year or so.
I’ve use both Komodo and the PHP plugin for Eclipse in the past; but frankly once you use Visual Studio and intellisence, i find half-assed IDE’s to just annoy me. Thats purely personal ofcourse, but it’s lead me to keeping the NotePad++ installer on my USB stick just incase i have to work somewhere on the move (how sad is that???).
Somethign else that won’t endear me to anyone, when outputting tables or visually formatted HTML, Dreamweaver makes life so much easier. I can’t count the amount of time i’ve saved by churning some HTML out on Dreamweaver and then just finxing the code with one or two saved Reg-Ex’s.
FTP:
Filezilla
Images:
Fireworks is still awesome. I thankfully haven’t had to touch Photoshop for any theming in years and years. I’ve not tried the latest version of GIMP, but it’d have to be something special to overtake FireWorks.
UML / Process / User Flow
I use Visio.
Edit: Ok I realise that i’ve just mentioned both Adobe and Microsoft products, so i expect the comments to come flying in
Night all!
May 19, 2010 at 6:30 pm #88589In reply to: Can You Lock Your bbpress Forum?
Rich Pedley
MemberHaven’t found a built in method.
One other problem you have is users already logged in. I’m not sure there is a way to automatically log them out.
Not sure I can easily code anything for this, but if you ever do get a solution it would be worthwhile letting other know how you managed it.
May 19, 2010 at 6:30 pm #88588In reply to: Can You Lock Your bbpress Forum?
honestscott
ParticipantThanks!
For the time being I have renamed the log-in and register files in the root folder.
I try them (log-in/register links) and I get url not found, but it seems like some of the old members are still logging in and PMing me…weird, huh?
I am not a coder by a long shot, I just want to close my forum, yet make it totally readable.
May 19, 2010 at 3:53 pm #88565In reply to: Preferred development tools?
Gautam Gupta
ParticipantI use Komodo to code + Filezilla to upload, though Komodo can automatically connect to FTP and edit the files there but it hangs while doing that.
May 19, 2010 at 3:45 pm #34312Topic: Preferred development tools?
in forum Pluginspaulhawke
MemberPurely a matter of taste – and a chance for everyone to weigh-in with their own opinion without anyone being “wrong” – what’re your preferred development tools when dealing with PHP, and more specifically, with WordPress / bbPress code?
In my day-job I live and breath Java code and use JetBrains IntelliJ IDEA, which itself doesnt support PHP out of the box but a sister product from JetBrains (was called “WebIDE” and now I think is “PHPStorm”) does an exceptionally good job of supporting development in PHP. I was also pleasantly surprised and find myself occasionally using NetBeans v6.8 too. Both development environments allow very fast cross-referencing of methods. Both tools mirror local development remotely – handling the upload/download of changes.
If I’m not in an IDE, then it’s TextWrangler on my Mac or UltraEdit on a PC, uploads handled using FileZilla.
May 19, 2010 at 7:08 am #88418In reply to: the rise of pay-only bbPress themes
Sam Bauers
ParticipantIf someone takes your GPL work then modifies and sells it, that is not against the terms of the GPL provided they distribute it under the same GPL licence. That means that anyone who has the modified source code (and every purchaser should have it) can redistribute it for free again (under the GPL license).
If they are distributing the themes under a different license, then they are breaking the terms of the GPL.
If they are compiling or obfuscating any part of the program and not making the source code available to those they have distributed it to, then they are breaking the GPL.
-
AuthorSearch Results