Taracque
Forum Replies Created
-
AuthorPosts
-
Taracque
Member0.9.3 should fixes the permission problem.
There is a RaidPlanner setting which prevent Modal dialog usage. Have you tried that?Taracque
MemberFixed in 0.9.3
2016/04/05 at 15:10 in reply to: Cannot edit profile options if the Community Builder plugin is published #1813Taracque
MemberI think I’ve fixed it. Can you please check this version of plugin?
http://taracque.hu/downloads/plug_raidplanner.zip
(needs to be installed via Community Builder Plugin Installer)Taracque
MemberI guess that was some unwanted code in armory sync module. Try to update both RaidPlanner and RaidPlanner-wow modules if the problem still exists.
Taracque
MemberFor crossrealm characters use – as realm separator in character name.
So the correct name will be:
Jesia-Executus2016/03/31 at 17:12 in reply to: Cannot edit profile options if the Community Builder plugin is published #1791Taracque
MemberSorry guys, I’ve had several big changes in my life, what paused the development. I’m back now.
I’ll check this problem with CB.Taracque
MemberI’ve tested it with EasySocial v1.3.28, and it works for me.
The error what you have copied means that EasySocial Foundry is not loaded. Which version of ES are you using?
Alternatively you can try to install it manually. Zip the /3rd_party_plugins/easysocial/ folder, and install it using ES Applications installer.Taracque
MemberTry to add this lines to your template’s index.php file:
JHtml::_(‘bootstrap.framework’);
JHtml::_(‘bootstrap.tooltip’);just after the
defined(‘_JEXEC’) or die;
line, maybe that will help. But it seems, that the template css is not ready for tooltips, so it will not be perfect.
Taracque
MemberCan you send me a download link to your template? Somehow the bootstrap.tooltip code is missing from you site, I’d like to check if this is not a template issue.
Optionally you can try to add<script type="text/javascript"> jQuery(document).ready(function(){ jQuery('.hasTooltip').tooltip({"html": true,"container": "body"}); }); </script>
Just before the tag in your template, but that is an ugly hack. It should work without this.
Taracque
MemberUse any addon which provides EQDKP compatible XML export (like this one:
http://www.curse.com/addons/wow/mizusraidtracker )
Export raids from wow with the addon and store the exported XML file in the raid history.
Please check you timezone settings (both server, and current user)Taracque
MemberDo you have roles defined? When superuser (or event admin) edits an event, all signups will be delete where the role field is empty.
Taracque
MemberHistory is basically a storage where you can store almost anything with the raid. Originally it was planned to use with some AddOns output XML files, but afaik it is not used by anyone (if I remember correctly eqdkp addon can produce XML output files).
It’s really bad idea to overwrite component files. You should never do it. If want to change comething that you can’t make from css, create a folder in you template directory and name it “html”. In this directory create a folder called “com_raidplanner” and create an “event” folder in it. Put your customized default.php file here, and the updates will not affect you.
Members can change their status until the registration is not locked.Taracque
MemberPlease try to install this version: https://github.com/Taracque/RaidPlanner/archive/master.zip
and let me know if that fixes your problem.
(Don’t uninstal the current version, just install to over it!)Taracque
MemberCan you please try this version: https://github.com/Taracque/RaidPlanner/archive/master.zip
And please le me know it that fixes your problem. (Don’t need to uninstall the current one!) -
AuthorPosts
Recent Comments