Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Create Wordpress Plugin/Widget with Vanilla Module
fonchi
New
Hi,
I don't know if this is the right place to post this.
I would like to make a plugin so I can use the "me.php" user/notifications bar inside Wordpress. Being it a Widget, Plugin or inside the theme.
Do you know how can do it?
Thanks for your support
Tagged:
0
Comments
http://vanillaforums.org/module/memodule
http://vanillaforums.org/module.json/memodule
You would still need to load the associated resources.
You could load it dynamically with javascript.
grep is your friend.
Hi x00, thanks for the reply.
Sorry I'm such a noob in this, but I don't know how can I do it.
I want this bar in my wordpress theme so the users don't need to be inside the forum to see their notifications.
Thanks for your help
To my knowledge, there is no readymade solution for this yet, so this will require coding skills.
Basically, what @x00 said
Add this to your wordpress' javascript:
This might help:
http://codex.wordpress.org/Using_Javascript
create the container where you want the box to go in your wordpress template:
Now you need to add these resources:
/applications/dashboard/design/style.css
/js/global.css
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Note Bleistivt's solution the forum and the wordpress site need to be on the same domain to work.
grep is your friend.
Thanks for your guidance.
I'll work on it. I think this could be of interest to some vanilla users.
I hope I can figure it out.
That would be really nice. Hope you'll make it.
I can't get this to work.
I have the site locally (www.site.dev/forum) but if I use the url: www.site.dev/forum/module/module, it leads nowhere.
Read the comment again carefully and compare what you actually did. It is called the MeModule .
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
I'm sorry, that's what I meant... there's nothing in that URL. @vrijvlinder
Maybe you are not using url rewriting? In that case it is /forum/index.php?p=module/memodule
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
That's it. Thank you @Bleistivt.
I'll keep trying