Home › Forums › RaidPlanner Discussions › General discussion › hi !
hi Taracque !
Finally a forum 🙂
hope new versions will be released soon ! can’t wait :/
thanks for your work
There IS a new version, download it from here: https://github.com/Taracque/RaidPlanner/archives/master
thanks for this update, lots of bugs fixed but there is still a bug where the popup window still has a bottom scroll bar :/ that’s a bit annoying.
The bottom scrollbar is highly depends on template used. It’s mainly a CSS issue, I need to know what template are you using.
im using Rockettheme Dominion ( joomla 1.7 )
http://demo.rockettheme.com/jan10/
Add 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.
thanks a lot !
🙂 worked
but i was wondering, how can i increase the width ? and what the utility of the History field on the popup ? ( right bottom )
I dont know how History feature works :/
Which width you want to increase? History field is store EQDKP formatted Raid Export, which can be saved to raids, and later it can be displayed (that info contains loots, etc)
the width of the popup
its seems to be 750px, i’d like to make it 900px.
For the history feature i just completely removed it cause i’m using your RaidPlanner for another game :p thanks
EDIT : thanks it works 🙂
Modify the core files of raidplanner is not a good idea, but ofc. you can do it. However, instead of
The modal dialog size is defined in com_raidplanner/views/calendar/view.html.php file in this line:
JHTML::_(‘behavior.modal’, ‘a.rpevent’, array(‘size’ => array(‘x’ => 750,’y’ => 500)));
But instead of hacking the sources yourself, you should provide ideas what needs to be changed, to make raidplanner usable for other games as well.
ok thanks, gonna give it a try.
u mean : u want me to give u ideas for what need to be changed to make RP usable for everyone ? ok lets spam “Feature request” section 🙂
Comments are closed.