Search Results for '\"wordpress\'
-
AuthorSearch Results
-
January 29, 2010 at 8:54 am #84431
In reply to: Misty Morning Theme
Michael
ParticipantSorry, my bad. That’s the WordPress theme. I will try find it for you now.
January 29, 2010 at 12:46 am #83837In reply to: Create bbPress Thread from WordPress Post using RSS
kevinjohngallagher
MemberMay i suggest that this NOT be a BBpress plugin but rather a WordPress plugin. It seems like a cURL post might be a better solution, and alot less hassle than an RSS feed parsing.
Just my two cents.
January 28, 2010 at 10:57 pm #32954Topic: Misty Morning Theme
in forum Requests & Feedbackjosh16
ParticipantWhat happened to it? I found the WordPress theme and liked it but I can’t find the matching forum theme now because bbShowcase was shut down. Does anybody still have the original zip file? I also looked through this topic but had no luck.
January 28, 2010 at 7:45 pm #83797In reply to: New bbPress and WordPress integration
Sander B
MemberAmazing website!
Or in Dutch:
Ziet er echt heel erg goed uit. Dit is maar weer een goed voorbeeld van hoe makkelijk bbPress en WordPress aan te passen zijn naar wens!
January 28, 2010 at 5:29 pm #84382In reply to: @ links (mentions)
Gautam
MemberThe code you wrote would make the script echo all the usernames in the source code. Think if there are hundreds of usernames or a user database like that of wordpress, which has thousands of usernames, will you echo all of them? And try to match each of that with javascript!?
January 28, 2010 at 7:52 am #84396In reply to: New: Smilie Pack for 'bbPress Smilies'
Michael
ParticipantI found the smilies here: http://pinvoke.com/
They seem to be a remake of the default WordPress ones – the others were just from all over the web. I plan to make my own set one day, once I have more experience in Icon Design.
Glad you like the compilation.
January 27, 2010 at 5:56 pm #84402In reply to: First site using BBpress and WordPress
Michael
ParticipantYou’ve done a decent job with creating the bbPress theme to match your WordPress theme – now you should take a browse through the plugin gallery and make it look better.
I highly recommend bbCumulus, bbPress Topic Icons, Allow Images, Project Honey Pot (for Spam protection), and MyViews. Someone might highlight some other important ones – those are all I can think of at the moment.
January 27, 2010 at 5:30 pm #32942Topic: First site using BBpress and WordPress
in forum Showcaseeryx010
MemberThis is my first real attempt at making a site using wordpress and using bbpress for the forums. Please take a look http://englishchile.com. Any feedback positive or negative will be appreciated.
thanks
January 27, 2010 at 2:50 pm #84367In reply to: @ links (mentions)
Gautam
MemberReplying to kevinjohngallagher’s post (maybe its in spam, but I got an email notification as I am subscribed to topic):
1) Making “@” links is cool, and very “twitter generation”, even if its not something that’s totally globalised yet. But the “@” link is not pointing at what you’re replying to. We’re faking the functionality without the reasoning, which in the end will just confuse users.
On Twitter, you post on your profile page. People read it on their feed, and reply on their own Profile page. So a link to “@kev” goes to the page where “kev” has written his post. That’s the point of it, to link to someone’s post.
Here, we’re making the link “@kev” go to “/profiles/kev/” for the user to not see the post. That’s exactly the opposite of the purpose of the “‘@” linking system

–> That’s basically the work of a reply plugin, not of a mentioning plugin. I also have future plans with the plugin like linking
#tag, etc. Even if I do something like that which you have mentioned, then a single user can make multiple posts, then which post will the plugin link to?2) The other issue is that Twitter names don’t have spaces, while BBpress / wordpress names can. So if i write “@Michael R Thanks for your reply”, how does the plugin know where the username ends? What if it finds a “michael” in the usertable, it will then link “@Michael” to “/profiles/michael/” and the message will read “R Thanks for your reply”. In Twitter, it parses at the first space; but we can’t do that here.
Oh that will also involve looping through queries until you find a match, so first for Michael, then for Michael R, then for Michael R Thanks etc. Ofcourse there could/should be a word/search limit – either way there is huge potential for database issues there. Imagine adding up to 5 sql searches, per “@” per post, per page load.
The initial solution, and i suppose this is for Gautam, is to make a search of the user table for all users who have posted on the topic being replied to, which should narrow it down considerably, though it should be noted that if you have “Michael” and “Michael R”, or any similar naming issues, the plugin will not know that…
–> That can’t be helped. The plugin first checks if that username exists, if not, then checks if that nicename exists. This will be also mentioned on the plugin page.
3) You are effectively allowing a user to search your database for anything you put after your “@” symbol. Now this one is a little bit of scaremongering, but we’ve all seen bad coding before. What if I write “@drop table wp_usermeta hi bob, how much fun would this be
“. There is a reason that we try to make sure we don’t take database queries from the user.–> 1) This is what is used to match the username – /[@]+([A-Za-z0-9-_]+)/, so there is no point of mysql commands going in there.
If you want to test the plugin (how it works), you are free to use this as sandbox – http://forum.gaut.am/
I have made some posts to test the plugin here.
January 27, 2010 at 10:49 am #84352In reply to: WordPress admin icons disappear
kjetilostereng
MemberIt seems like Safari decided to not show the icons due to old cookies or something – nonetheless the problem is solved.
January 26, 2010 at 9:22 pm #83461In reply to: WP Integration Issue
Paul Whitener Jr.
ParticipantAwesome, updating my files following these instructions:
corrected this as well as another issue I was having. Thanks!
January 26, 2010 at 7:14 pm #82033In reply to: New Theme For BBPress
arpowers
MemberThey’ve been tested in IE6 but not IE5.. (I don’t even know how we would test in IE5)
Yes, they can only be used with our WP themes.. we’ve had to hack the WP header.php to include bbPress specific stuff, there are also some bbPress options included in the WordPress themes.. (meaning we had to alter the WP themes)
I would like to give away a bbPress theme for free, but didn’t get any feedback on the thread we started about it.
It also seems like bbPress works best when with a WP theme.
January 26, 2010 at 7:11 pm #82468In reply to: WordPress to bbpress theme
arpowers
Memberyou can deep integrate and include the headers/footers from you WP theme.
Then hack the header of your WP theme to include the bbPress specific stuff
we’ve done it for our bbPress addons at PageLines.
Andrew
January 26, 2010 at 5:13 pm #82467In reply to: WordPress to bbpress theme
gerikg
MemberIt’s not straight forward. You can’t have a step by step instructions and have it work for every theme. That is why you never find anything. All the themes I made work with WP are different procedures.
January 26, 2010 at 4:58 pm #83460In reply to: WP Integration Issue
gerikg
MemberJanuary 26, 2010 at 3:01 pm #84351In reply to: WordPress admin icons disappear
kjetilostereng
MemberSome more investigation, and the icons does not disappear if I register a new user in bbPress, and log in to WP afterwards. As well, cookies doesn’t seem to work.
January 26, 2010 at 2:31 pm #32935Topic: WordPress admin icons disappear
in forum Troubleshootingkjetilostereng
MemberI’ve installed and integrated bbPress with WP for the first time, and user synchronisation seems to work perfectly. But for some reason, after i install bbPress and setup the integration, the icons in the WordPress admin disappears. I’ve checked that the png files are still in place, and this is the second time this has happened.
As far as I can tell it doesn’t affect any other aspects of the site, but still I’d really like to find out what’s going on.
Screenshot: http://s3.kjetilostereng.no/wp-icons.png
January 26, 2010 at 4:43 am #83769In reply to: no WP backend interface
Matias Ventura
MemberAre you referring to this plugin? Because that is not ready yet and not supposed to be downloaded: “Don’t install this, it isn’t ready.” bbPress remains being a stand-alone package for now (which you can download from here). It is planned to become a WordPress plugin though, and John James Jacoby started the initial process of porting it to the extensions platform of WordPress.
January 25, 2010 at 7:00 pm #84038In reply to: custom field for bbpress front-page main text
Lucian Florian
MemberThe plugin is located here: http://www.fldtrace.com/wordpress/bbpress-front-page-text-plugin
January 25, 2010 at 5:57 pm #32931Topic: Parse error on install
in forum Installationkipprsnak
MemberHi,
I have wordpress at the root, bbpress in a folder called forums. I had to specify a host for my provider, so I connected to the db, but the second step in the install results in a “unexpected T_CONSTANT_ENCAPSED_STRING” error on line 19 of the config file. I’ve looked at other references to this error and they seem mostly to be that someone mistyped something, but I’m using the one generated by bbPress. I haven’t typed anything at all. Has anyone else had this problem?
Thanks
January 25, 2010 at 5:02 pm #84283paulhawke
MemberI think there are a number of big architectural hurdles to get over. In WP I bind a given slug to a page on a 1-to-1 basis, and that’s what is used to resolve a given URL. If I have a forum I would want “virtual page slugs” where anything starting with (say) “/forum” is passed to my plugin for resolution of the rest. The URL processing in WP is messy (to say the least) and is a perfect example of the opposite of the “Open/Closed” OO design principle – “Closed to modification but Open for extension” – I imagine that a rewrite of that code would go a long way to improving WP itself.
If bbPress were hosted on a single page using a WP shortcode, then the entire GUI needs to be re-coded to run fully AJAX as the user will need to remain on that particular page.
January 25, 2010 at 4:50 pm #84295In reply to: I have decided to write my own WordPress Plugin
paulhawke
MemberOr, like me, you can grep the bbPress source for “do_action” and “apply_filter” to see what the code does. In any case, the code itself is the best documentation.
January 25, 2010 at 10:13 am #84282Olaf Lederer
ParticipantThe main difference is that new post are done on the website and not from the backend. Everything else looks a lot like wordpress. I’m sure if you create a wordpress theme which looks like a forum theme you can use wordpress as forum (except the new topic/post function)
January 25, 2010 at 9:29 am #84281johnhiler
MemberWhat do you mean Olaf?
January 25, 2010 at 9:15 am #84280Olaf Lederer
ParticipantSince bbpress is very similar to wordpress, a plugin is a good idea. This way you can publish longer forum posts in a much better way (just like a blog post)
-
AuthorSearch Results