Forum Replies Created
-
In reply to: AdityaNaik.com
I know avatar.. Its kinda harsh.
Sorry – but I am still trying to fix the IE css.. so i have put that up as a placeholder till i fix the css for IE.
In reply to: Plugin: Forums Moderatorsif you dont assign a moderator to a forum then only key master can moderate the forum..
In reply to: OpenID for bbpressIf you integrate bbpress and wordpress.. you can use openID plugin for google on bbpress as you will be sharing the users from wordpress on bbpress..
In reply to: Theme Questionyou can also try css switching..
create three stylesheets and let users select which one they want.
In reply to: AdityaNaik.comright..
if you are already using the theme from wp you wouldnt need the theme integration..
In reply to: Plugin: Private Forums v4.0the problems should be fixed in the trunk..
get the trunk version here..
https://bbpress.org/plugins/topic/12/page/2?replies=39#post-479
@Null good idea.. i’ll see what i can do..
In reply to: AdityaNaik.comaah.. bandwidth smandwidth! i love the way i love .. lol!
i didnt check the number queries.. i am using caching which caches dynamic pages to static and then serves it. i wouldn’t sweat it.
In reply to: AdityaNaik.comI am writing a series of posts details all the integration that i have done.. here is the first installment
http://www.adityanaik.com/integratepress-part-i/
Thanks
Yup
In reply to: post permalinktry..
post_anchor_link();
In reply to: AdityaNaik.comIn reply to: AdityaNaik.comjust like my other websites.. i have this thing for ie6.. but i should put some thing up for IE6 though..
In reply to: Plugin: Plugin browser for bbPressi dont see any plugins in the list either.. i dont have any other plugin except this one..
am i doing something wrong!
In reply to: Custom fieldsand you can catch this field in
bb_post.php
action to process the post.In reply to: let’s build a poll plugin!I think WP Poll is a good one to port..
In reply to: Plugin: Private Forums v4.0version 5.0
forum restriction can be set for each forum individually
also filters search and rss feeds
In reply to: BB moderation hold plugin, mysql errorI fixed this and have updated the plugin.. thanks for reporting
In reply to: Help With Template Integrationhey prosam
your doctype is wrong!
try this
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN”
“http://www.w3.org/TR/xhtml1/DTD/ xhtml1-transitional.dtd”>
the table is left aligned coz its not in the cente div add that and you should be good to go.
IE doesn’t care what you write in there but firefox is deligent!
In reply to: Feeling Gray Themethanks!
In reply to: bbpress futureAlthough bbpress does not want to become a bloated forum software, it would always evolve to enable capabilities to be added via plugins. As and when requests come in for features, it would be evaluated on the basis of whether it needs to be in a core or as a plugin – and if it needs to be a plugin, hooks will be provided for plugin developers to built *any* feature.
cheers!
In reply to: adityanaik.comI will be releasing that theme in a couple of days.
In reply to: adityanaik.comuse the sort_tag_heat_map filter.. search for it in the forum, you’ll find a code example somewhere here
In reply to: REQ: idea plugin like at the WP-siteits a good idea to have an idea forum (duh!). but i think its a little premature. bbpress is still in its infancy – actually i should says its still a fetus.
once we have a major release and a stable community, that would be the next logical step.
In reply to: Redirect error on login at bbpress.orgIn reply to: Novice Headache with WP & bb IntegrationIn reply to: Create a new Custom Page (Like WordPress)?macwise..
if you are ok hacking the code.. create a page contest.php in the root forum folder
add
require_once('./bb-load.php');
on the top of the page. and write whatever code you want in the page.. that should create a static page with bbpress functions..as far as rewrite is concerned.. im not 100% sure but i think multiviews will automatically translate
/contest.php
to/contest/
. test it and see.