Search Results for 'code'
-
Search Results
-
I had this functionality in my phpBB installation before I switched to BBpress,. A friend of mine wrote me a piece of code which does essentially the same thing. Don’t ask me to extend it. I’m not a programmer.
What does it do:
It will automatically replace keywords and link them to a page you have specified.
Example use:
Deep linking to affiliate products or articles on your website.
How to install it:
1) Open the file “Text2Aff.php”. Specify the keywords and links.
2) Upload it the folder “text2aff” to “my-plugins” folder.
3) Log in to your admin panel and activate the plugin
Version: This is version 0.1 and has been tested with BBpress 1.02
Planned:
Would be great to have some sort of admin panel to manage the keywords and urls. Moving this into the database. You are welcome to extend it. Any comments appreciated.
Credit: Jason from http://www.sourcegps.com
Download URL:
Topic: WordPress Integration
I know there’s a few threads on WordPress integration, whereby WP and bbPress share users in the database. But I was thinking of doing it another way, prior to launching my site, and wondered if others had done it.
Basically, I would turn off registration for WordPress. No users can register using WordPress, ever. Instead, the registration process is just handled by bbPress.
What I would then need to do, is have a bbPress login in the header of my WP blog. The comments for a post in WP would be handled by bbPress. I would probably have to create a bbPress thread manually, then link to it from the WP post, or somehow integrate it into the WP post.
Is it possible to include a bbPress thread in a WP post, if you know the thread id? I would probably tie the thread id to the relevant post using a custom field in WP, then grab it in my WP template.
Does this make sense? I hope so.