Forum Replies Created
-
In reply to: bbPress Codex – lolz
More delays, I guess. Read this –
https://bbpress.org/forums/topic/call-for-testers-on-the-09-branch-and-10-trunk#post-58347
In reply to: hooking a function makes mysql query to return emptyI tried adding it to the Extends section and gave my own URL in place of Plugin URI. I thought the next page would allow me to submit it or something. How it is done?
In reply to: call for testers on the 0.9 branch and 1.0 trunkI think Sam doesn’t work for Automattic anymore. Check this link : http://www.wptavern.com/forum/bbpress/860-future-bbpress-undecided.html
Moreover he isn’t listed here too : http://automattic.com/about/
In reply to: User Activity & Topics StartedReplace the code from the default theme in your code and then try.
Its been 20 months since #784
Here are the queries I wrote which will take care of different bbPress table prefixes too :
http://blog.ashfame.com/2009/09/show-post-count-topics-started-bbpress/
In reply to: How to add Forum name to Latest Discussionah.. thats what I said. Good will come to use someday.
In reply to: How to add Forum name to Latest Discussionforum_name() requires you to pass the forum_id to it. one way of doing is to get the forum_id for the topic_id and then call it. in other words create a function which takes topic_id as argument and do a mysql query to find out the forum_id & then call it.
I don’t think there is a bb-template function which can do that. you can try coding it. its easy enough.
How does using
$wpdb
&$bbdb
differs from using$results=mysql_query($query);
?In reply to: Removing brackets in .adminIts here #1164 & fixed here : https://trac.bbpress.org/changeset/2349
You can fix it by making those changes in your file.
In reply to: Removing brackets in .adminThey will be fixed in upcoming versions. Its reported in the Trac now. Till they are fixed, bear them & it should not be hard as regular users don’t see them
Didn’t get what are you trying to do.
Are you trying to move the forums list to your sidebar or what?
Try cutting the php code out of your theme to the place where you want it.
In reply to: bbPress Codex – lolzI was able to login using the forum’s login credentials.
Here is my profile : https://codex.bbpress.org/developers/ashfame/
In reply to: change Display nameGo to your profile and click on Edit in the profile menu
In reply to: Links in the Header.Didn’t get anything.
Put the code in between backtick (`) characters. You can find the key above of Tab
In reply to: Adding links in Header.Add more like this
<li>Page1</li><li>Page2</li><li>Page3</li><li>Page4</li>
In reply to: Google AnalyticsThat’s totally upto you!
Use the same code which is in WP to track the whole site as one or a different code to track the forum separately.
In reply to: Adding links in Header.I have replied to your email. Please check it and let me know.
In reply to: Mail me after postWhat about the regular users who are subscribed to the thread (posted atleast once) ? Is there a solution rght now?
In reply to: Installation: Fatal Errormake sure you don’t have spaces before & after php tags in your config file
In reply to: Errors After Pure InstallPossibility is that you missed out something as the tutorial works flawlessly. You can always integrate at a later date. Whats the problem now? To integrate just fill all the values mentioned in the tutorial on the WP integration options under the Settings option.
In reply to: Adding themes to bbPress.Instead of uploading to bb-templates folder, create a folder my-templates in the bbPress root and upload the theme to my-templates folder.
Then you can activate it under the Appearance options.
If you face issues, then fix out their permisison issue by following this tutorial : http://blog.ashfame.com/2009/09/fix-my-templates-my-plugins-folder-not-working-bbpress/
In reply to: Installing bbPressIntegration is not mandatory. It can be useful if you want site wide login sync and share users among WP & bbP. You can use the same database. No plugin is required for integration.
I replied to your email but it seems to have some problem so I sent you a mail via your contact form too.
In reply to: Plugin Idea: Flaming Topic Pluginexactly
In reply to: bbpress.org/forums statusI doubt that too but I am wondering if that didn’t work out
In reply to: Basic integration screencastJust flush your cookies