[wp tool-tips] Fitting wp-tool-tips to bbpress
-
Hello.
Is there a way in which I can adapt this plugin to bbpress?
The plugin contains three files:
wp_tooltip_plugin.php
wp_tooltip_script.js
wp_tooltip_style.css
Now, I think that the .js and .css do not need any tempering with, only the .php.
I would like to attempt the conversion on my own, but I need some information though. On top of that, the plugin is written in Spanish, not that it should matter that much I guess.
This is what I would like to know:
1. The bbpress equivalents for these variables (I’m translating them with Google):$post_content, $Instance, $toothpick (??). I think I can figure out the rest.
2. Filters: for wp the_content
3. Action: for wp head.
4. Function: get_option(“siteurl”).
At the moment the plugin gives me no error, but also no facility.
Regards,
Bob
- You must be logged in to reply to this topic.