Forum Replies Created
-
In reply to: Preferred development tools?
Another thing I like about Komodo is that it has the same UI as of firefox, can install extensions and do many things similar to that of FF. BTW, it can also do regex find/replace in files which is really useful. Do check its features list – http://www.activestate.com/komodo-edit (the paid version has more).
In reply to: Whoa! (bbPress.org 2.0 is live)Just noticed that there’s a new features page! – https://bbpress.org/about/features/
In reply to: bb_new_topic_link() doesn't work in view.phpThat is because you can’t a create a topic specially for that view. For eg. there is a view like topic with no tags, will you specially not enter any tags in the topic? Or a view added by Support Forum plugin – Support Topics old than 2 hours and not resolved, can you create a topic to specially fit in that view?
In reply to: Whoa! (bbPress.org 2.0 is live)BTW, I fixed everything in the clone I made.
In reply to: Preferred development tools?If only I could have Visual Studio’s “goto method” feature in Notepad++ I would be set forever!
Komodo has a goto feature, just right click the function press goto and it will take you where the function is defined.
In reply to: Preferred development tools?I 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.
In reply to: bbPress 1.0.2 not finding my-templatesTry renaming kakumei folder and see if bbPress still displays that or not.
In reply to: threads to show in their forum permanentlyJust make the topic a normal sticky, don’t stick it to front (which is called as super sticky).
In reply to: subscribe to topic or reply notificationYou may install the trunk version of bbPress (it has that feature in-built) or install this plugin by _ck_ – https://bbpress.org/plugins/topic/subscribe-to-topic/
In reply to: Using login_form from bbPress on a WordPress siteYou can use
is_user_logged_in()
WordPress function for that, like:<?php
if ( is_user_logged_in() ) {
// Logged in HTML here
} else {
// Login form HTML here
}
?>The solution suggested by Pelle would work, but would add a lot of load on your blog.
In reply to: bbPress 1.0.2 not finding my-templatesPlease paste the first 8-10 lines of your theme’s
style.css
here.Please download the plugin again and upload it properly in the plugins directory. As you can see on the trac, there is an includes folder in the plugin – https://plugins-dev.bbpress.org/browser/after-the-deadline/tags/1.6
In reply to: Merging tagsYes, just go to the tag page and there would be something called “Merge Tag”, write “roundabout” there and press Merge.
In reply to: Keymaster/administrators can no longer delete tagsDid you upgrade the forums recently? I have posted a solution to that on my blog – http://gaut.am/2009/12/tags-not-getting-deleted-in-bbpress/
In reply to: New TopicHere it is:
bb_new_topic_link( array( 'text' => 'YOUR TEXT HERE' ) );
In reply to: Whoa! (bbPress.org 2.0 is live)I like this theme more than the previous one..
IMO, trunk is more stable than 1.0.2, except for few small bugs introduced with subscribe to topic and anonymous posting features.
In reply to: Whoa! (bbPress.org 2.0 is live)Oh, so I would have to stop making it..
In reply to: Whoa! (bbPress.org 2.0 is live)Well, I have some part of it live on my test forums – http://forum.gaut.am/ (I think I won’t be sued for copying the design.. lol.. I will release it after I have finished it.)
There are many pages still which need to be changed on this site like profile, profile edit, favorites, views, etc.
I have made some changes like pushed the search box up (on the left side of login bar), made a function for generating topic table (it becomes easier to tweak if a change is needed in the table), and another function for generating feed box in sidebar.
In reply to: Whoa! (bbPress.org 2.0 is live)Published about it on the bbdevel blog – http://bbdevel.wordpress.com/2010/05/05/bbpress-website-gets-a-new-look/
In reply to: new website doesn't work properlyIt was uploaded a just few hours ago, so we must wait some time until everything becomes fine.
In reply to: Whoa! (bbPress.org 2.0 is live)Like this design a lot, and nice to see you back _ck_
I think mdawaffe uploaded the new theme made by Sam, he also fixed some bugs.
In reply to: Welcome Back _ck_Warm welcome!
Glad that you came back
That is because of the throttle permission, and it has no name. Check – https://trac.bbpress.org/ticket/1202#comment:3
In reply to: What's the CMS for bbpress's plugins page?It’s an old version of bbPress (probably 0.8 or 0.9).