Search Results for 'bbpress'
- 
		
		Search Results
 - 
		
			
Topic: RSS links not working
I’ve installed my BBpress forum and it all seems to be working great with the exception of the RSS links which just go to a 404 page. I think this forum was doing the same thing last time I tried – does anyone have a fix?
Thanks in advance for your help.
Hi,
I am in the proces of making a nice menu plugin. It has al the features like drag & drop etc etc. This works great. Now I want pluginbuilders, who have made a plugin and use a new page like the memberlist plugin, to be able to easy add their page to the menu.
I would like to do something like this (dont mind the wrong syntaces, its for some easy explaining):
In my menu.php plugin page I’ve added something like:
function get_menu_pages ()
select $menu_titel, $menu_page from bb_menu where blablabla
I need 2 variables now: $menu_titel and $menu_page
A new plugin adds in its plugin page these variables:
Excample: memberlist plugin
$menu_titel = Memberlist
$menu_page = memberlist.php
This works, no problem so far, but what happens if in another plugin page is added:
Excample: FAQ plugin
$menu_titel = FAQ
$menu_page = faq.php
How will function get_menu_pages () react? Will it only get the first variable from the memberlist plugin, or will it get both, or will it simply crash. Is this even possible at all?
The reason I want to do it this way, is that plugin builders can easily add their page to my menu plugin by simply filling in the $menu_titel and $menu_page variables on their own plugin page.
Hope this makes any sence and if this doesn’t work, what solutions are there for this?
I’m able to successfully install the bbpress. I’m installing it in a subdirectory of my PUBLIC_HTML
directory. So I have:
public_html/bbpress
public_html/wp-content
public_html/wp-admin
etc.
I run domain.com/bbpress/bb-admin/install.php
Everything seems okay. Then I log in at domain.com/forums and bam!… nothing but Error 404 – Not Found.
I find it strange after I login I’m directed right to my WordPress template with the 404 error. Initially I tried integrating with WordPress, but now I’m trying to get this running very simply: no mod_rewrite, no integration, disabled any plugins that might be interfering (home page control), etc.
I uninstalled (dropped all bb_ tables) and reinstalled several times but same result.
Any advice?
 
 Anyway maybe i will change the code to do a double check.