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.
Plugin dont show quote
![loliserver](https://pbs.twimg.com/profile_images/704124010292883456/g8UEpoTE_normal.jpg)
Vanilla: Version 2.2rc1
Plugin works fine but don't show the Quote.
0
Comments
Thanks for trying my plugin!
Could you reload the page, open the browser console (press F12), switch to the network tab and then hover a mention?
![](https://us.v-cdn.net/5018160/uploads/editor/bi/xo32very5vd5.png)
It should look like this in Chrome:
Check if there are any errors.
Alternatively you could send me a link to your site.
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
I was also testing this plugin in 2.2rc1 with Boostrap theme and baseline theme and there is some strange behaviour:
When page is at top (no scrolling down) the tooltip does not appear. See below
![](https://us.v-cdn.net/5018160/uploads/editor/2n/zfoap9rselxb.png)
When you scroll the page a little bit down, the tooltip does appear and the class tooltipster is created. See below:
![](https://us.v-cdn.net/5018160/uploads/editor/ze/1zysd2xdxoo2.png)
Behaviour is both in Bootstrap theme and Baseline theme
@jackmaessen this is not a bug and unrelated to the problem of @loliserver
The tooltip doesn't show if the post is fully visible in the viewport because that would be redundant.
However it should still hightlight the post. Bootstraps post style has a higher specificity and overwrites that, so you could add:
...or animate it for an even stronger highlight:
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Is localhost sorry
I have bootstrap theme.
Do any errors appear in the console tab?
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
No errors,
Are you using the latest version?
I can't debug your localhost, sorry. If you decide to try it on a public vanilla install though, pm me a link.
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
I'm using Vanilla: Version 2.2rc1, ok I will try to install this on my host.
The plugin folder was not properly defined.
It shows up without a name and this error. Van 2.1
Just extracted it and put it in plugin folder.
for vanilla 2.1.x
change line 3 to
$PluginInfo['quotemention'] = array(
and line 12 to
);
the plugin requires php 5.4 as written because it has short array notation.
you should upgrade to php 5.4 and you will have less issues like this.
plugin requires php 5.4 as written because it has short array notation.
you could try (no guarantees)....
you may also need to change 52,56,72,78,79,89,93,94,106,108,109,113,114,118,119 in class.quotemention.plugin.php
you will see either a [ or a ]
replacing the
Bleistivt - just tried your plugin. pretty slick.
This is a really nice plugin, works great on my computer (vanilla 2.1 and php 5.5), I just needed to adjust line 3 and 12 to make it work in vanilla 2.1.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
OK, thank you for the great help. On my Ipage settings I found a place (While trying to figure out the direct connect) a place to switch PHP to 5.6. Right now it's at 5.3.
If I switch this, will the new PHP read the old also as not to cause issues with things I already set up?
If so, I will change the code as you suggested.
Thank you again for the help.
Mike.
One more thing, there is no options for 5.4. It goes 5.3, 5.5, 5.6
by switch - you mean switching php.
you would need to try it and test. you "probably will not have issues" but it is impossible to answer your question or guarantee it.
as far as the plugin itself, I don't think you need to change anything regarding the plugin, if you run vanilla 2.2 and php 5.4 or greater.
I use 5.5 and haven't run into problems on my system.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Thank you for the help. I made the switch and don't notice any issues. change line 3 and 12 and now it shows up with no errors, the options work, but the quote button does not show up in post. Van 2.2 will have to wait, took your advice and downgraded. Thank you again.