@Piotr:
I think the "buttons with Flag, Quote, Awesome" etc. are jut for the paid/hosted version of Vanilla Forum...
A similar system is Yaga , or search for other Award plugins...
@ceeray said:
social integration does not enable for me:
I got around this by opening the social apps and changing the version number listed. e.g for facebook /plugins/Facebook/class.facebook.plugin.php on line 13 i changed what was there and placed in
Although this is a development release, I'm launching my site with it well I launching an android app as many have been asking for this for so long. I'll report back my findings on user usage. Just hope my server does go over with 14k member registrations from my social group.
Upgrade went very smoothly on my platform of LiteSpeed V6.7 and PHP Version 5.4.39. Only thing I found was that the Target_Blank plugin was breaking the Twitter embed functionality so I disabled that to make it work again.
One question - is it possible to list all the emjoi in the drop down list in the advanced editor? By default you can only see 12.
@Vivant said:
Oh - you just edit the manifest.php for the set you have loaded. Love the flexibility of this new plugin.
That will be overwritten on every update.
Better copy the manifest.php to your own plugin and hook into the emojiExtender like this:
public function emojiExtenderPlugin_init_handler($sender) {
$sender->addEmojiSet('moreemoji', PATH_ROOT.'/plugins/myemojiset/manifest.php', '/resources/emoji');
}
/!\ Seems like the only valid locale file name pattern now is "locale/xx.php" where "xx" is the language code.
As a consequence, all plugins and addons language files that do not adhere to this standard have to be renamed. No one of the developers here did name that files like that as far as I know. That's why I think it should be communicated when version 2.2 becomes official.
When I tried to run the setup on a none standard port I got this message and it won't continue.
< link rel="canonical" href="http://localhost:36942/index.php?p=/setup" />
< meta property="og:site_name" content="Vanilla on Azure" />
< meta property="og:url" content="http://localhost:36942/index.php?p=/setup" />
< script type="text/javascript">gdn=window.gdn||{};gdn.meta={"TagHint":"Start to type...","TransportError":"A fatal error occurred while processing the request. The server returned the following response: %s","TransientKey":false,"WebRoot":"http:\/\/localhost:36942\/","UrlFormat":"\/index.php?p=\/{Path}","Path":"dashboard\/setup","Args":"","ResolvedPath":null,"ResolvedArgs":"[]","SignedIn":0,"ConfirmHeading":"Confirm","ConfirmText":"Are you sure you want to do that?","Okay":"Okay","Cancel":"Cancel","Search":"Search"};
Any idea how to get it to run on a none standard port?
Deleting PM's on mobile devices (or using any buttons ) , remember that the screen for mobiles have no hover capacity, so you need to hit the button twice... same with drop downs ... the first hit acts like a select or hover on select, the second hit of the button , does the actual action...
Maybe I just didn't notice it before... But is this "Mobile Theme" thing a new addition? Because I am having some issues setting the mobile theme from the config.
@orangesmasher221 said:
Maybe I just didn't notice it before... But is this "Mobile Theme" thing a new addition? Because I am having some issues setting the mobile theme from the config.
It's always existed. Start a new discussion for help.
Comments
Looking good so far on http://test.audi-a2.nl Only thing I've noticed sofar is that the Quote sprite is not displayed when I use the Bootstrap Theme.
Edit: fixed that by adding
.ReactQuote:before {
content: "\f10d";
to the custom.css (I googled the \f10d, thats the Quote sprite, how/where can I find the other sprites ?) Thanks !
One more Q: how do I get the buttons below the post with Flag, Quote, Awesome etc ?
social integration does not enable for me:
@Piotr:
I think the "buttons with Flag, Quote, Awesome" etc. are jut for the paid/hosted version of Vanilla Forum...
A similar system is Yaga , or search for other Award plugins...
I got around this by opening the social apps and changing the version number listed. e.g for facebook /plugins/Facebook/class.facebook.plugin.php on line 13 i changed what was there and placed in
'RequiredApplications' => array('Vanilla' => '2.2b1'),
And it activated and works for me now
Although this is a development release, I'm launching my site with it well I launching an android app as many have been asking for this for so long. I'll report back my findings on user usage. Just hope my server does go over with 14k member registrations from my social group.
Upgrade went very smoothly on my platform of LiteSpeed V6.7 and PHP Version 5.4.39. Only thing I found was that the Target_Blank plugin was breaking the Twitter embed functionality so I disabled that to make it work again.
One question - is it possible to list all the emjoi in the drop down list in the advanced editor? By default you can only see 12.
Do you think that Vanilla could support some form of friendship role attach to members?
Oh - you just edit the manifest.php for the set you have loaded. Love the flexibility of this new plugin.
That will be overwritten on every update.
Better copy the manifest.php to your own plugin and hook into the emojiExtender like this:
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Thanks @Bleistivt
/!\ Seems like the only valid locale file name pattern now is "locale/xx.php" where "xx" is the language code.
As a consequence, all plugins and addons language files that do not adhere to this standard have to be renamed. No one of the developers here did name that files like that as far as I know. That's why I think it should be communicated when version 2.2 becomes official.
Did Deleting PM's on mobile devices get fixed?
Where is that bug filed?
I guess it was never filed:
http://vanillaforums.org/discussion/29924/cannot-delete-pms-on-mobile-devices
I have not encountered the bug, but I do not own an iOS device.
From the look of the screenshot posted in that thread, the
.Button
class needs:because if the style was unmodified, the rounded look is wrong.
But I have no means to verify any of this.
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
When I tried to run the setup on a none standard port I got this message and it won't continue.
< link rel="canonical" href="http://localhost:36942/index.php?p=/setup" />
< meta property="og:site_name" content="Vanilla on Azure" />
< meta property="og:url" content="http://localhost:36942/index.php?p=/setup" />
< script type="text/javascript">gdn=window.gdn||{};gdn.meta={"TagHint":"Start to type...","TransportError":"A fatal error occurred while processing the request.
The server returned the following response: %s","TransientKey":false,"WebRoot":"http:\/\/localhost:36942\/","UrlFormat":"\/index.php?p=\/{Path}","Path":"dashboard\/setup","Args":"","ResolvedPath":null,"ResolvedArgs":"[]","SignedIn":0,"ConfirmHeading":"Confirm","ConfirmText":"Are you sure you want to do that?","Okay":"Okay","Cancel":"Cancel","Search":"Search"};
Any idea how to get it to run on a none standard port?
Thanks
!!!! :O !!!! Sacrilege !!
Deleting PM's on mobile devices (or using any buttons ) , remember that the screen for mobiles have no hover capacity, so you need to hit the button twice... same with drop downs ... the first hit acts like a select or hover on select, the second hit of the button , does the actual action...
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Sorry, I don't know the bug filing process outside of asking here on the forum. That CSS fix totally did it though.
Maybe I just didn't notice it before... But is this "Mobile Theme" thing a new addition? Because I am having some issues setting the mobile theme from the config.
It's always existed. Start a new discussion for help.
I've filed this issue: https://github.com/vanilla/vanilla/issues/2864