Taracque
Forum Replies Created
-
AuthorPosts
-
Taracque
MemberWell that’s a bug, I’ll fix it in the next commit. Leave the field empty, that should work, and it will be the 100% legal solution. Thx for the feedback.
Taracque
MemberWhy you edit raid planner files? Every update will remove your modifications. If you turn off CSS file, then raid planner css is not loaded, and you can add your own definitions to your template’s css file, in that case and update will not kill you.
But you can find the modifications here:
https://github.com/Taracque/RaidPlanner/commit/5d118044ea7dabec851c7c4fa57054d57d86e939Taracque
MemberThat has been fixed in the latest version. Download it from github.
Taracque
MemberMembers can’t create their own chars. Instead they can assign existing characters to themselves. To do this you have to enable the RaidPlanner plugin in the joomla administration interface. (Extension / Plugin Manager search for User type plugins, and enable User – RaidPlanner Plugin)
This plugin adds 3 fields to user profiles:
Characters, Calendar secret, VacationCharacters can be inserted in the Administration interface (or can be downloaded from WoW Armory), and users can enter their own character to the Characters field, which will automatically links the character(s) to the user. (check: http://taracque.hu/raidplanner/faq/#joomla_16_char_assign )
Taracque
MemberYou can change the colors for roles in the administration interface
Raidplanner / Roles
All roles has 3 colors defined
Body, Header and Font
Body and Font are used in the table, put “transparent” into (without quotes) the body color field.Taracque
MemberAdd this line to the end of template.css file (can be found in templates/rt_dominion_j15/css folder )
#sbox-content .rt-container { width: 750px !important; }
And this will fix your scrollbar problems.
Taracque
MemberThe bottom scrollbar is highly depends on template used. It’s mainly a CSS issue, I need to know what template are you using.
Taracque
MemberI’ve fixed this! Download the current version from github!
Taracque
MemberPlease post PHP version what you are using. This error indicates that RP can’t download the guild data from Armory.
Did you setup you guild informations? (Administration interface / Components / RaidPlanner , then Options button on upper left) Please also post your guild details.Taracque
MemberIn your case cb_main, cb_vacation and cb_calsecret are playing. (class is downloaded from the roster)
I don’t see the those fields using the guest logon, and vacation should be text as well, since it defines a from to range (or more ranges). I’ll test this config tomorrow.Taracque
MemberI guess you are using a <5.3 version of PHP.
Download the latest version from github, I've fixed this!Taracque
MemberShit, I copied the wrong line here, but fixed the right one in the source. The right one is:
if ((MooTools.version >=’1.3′) && (typeof(SqueezeBox)!=’undefined’)) {
Taracque
MemberOk, I found the bug, there’s a typo in raid planner.js
Instead of
if ((RE_VERSION.test(MooTools.version)) && (typeof(SqueezBox)!=’undefined’)) {
there should be
if ((RE_VERSION.test(MooTools.version)) && (typeof(SqueezeBox)!=’undefined’)) {
(I missed a “e” in the name of Squeez*e*Box)
It’s fixed on GitHub now, thanks for the report.
Taracque
MemberCan you please tell me how your characters field defined in CB? (Type, name, and in what format are you storing the chars?)
I’ve written a plugin for CB, which keeps CB and RP fields in sync. Download if from here:
http://taracque.hu/downloads/plug_raidplanner.zip
Install and enable in CB’s Plugin Management interface. You should setup the field names in the configuration window of the plugin.
Please post a feedback!-
This reply was modified 10 years, 10 months ago by
Taracque.
Taracque
MemberThere IS a new version, download it from here:
https://github.com/Taracque/RaidPlanner/archives/master -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
Recent Comments