vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - World of Warcraft Event Calendar (https://vborg.vbsupport.ru/showthread.php?t=145287)

Noxious 07-20-2007 08:26 AM

thats normally caused by your host blocking access to it, you will need to contact them and ask them if they can turn allow_url_fopen & allow_url_include to on

elricstorm 07-20-2007 07:52 PM

Noxious is correct. I find that more and more host providers provide "too much" php security and not enough flexibility. As I've mentioned before in previous posts, it's much better to find a provider that allows you to configure and maintain the php environment settings yourself.

ceox 07-21-2007 02:47 AM

Yep, I got em to fix it, working now. Also, it is intersting to know that the Char is case sensitive.

deathemperor 07-27-2007 06:10 AM

Thanks for making this hack, it is very nice.

I've modified the following stuff to make it more like a raid calendar:
  1. Add Image to the event like official wow raid calendar (live: http://www.holvn.org/forum/calendar.html?c=2)
  2. In the event display, the width of the columns are now rearraged correctly so it looks more beauty and easier to read.
  3. Change the link to the forum member info to the link to their official Armory data.
  4. Show the exactly talent points instead of hover, I thought it's easier cuz in IE there is not underline dots which makes users don't know that they have to hover to see talent point.
  5. Added Talent images for each build.
  6. Add Hybrid talent build. However at the moment I'm not sure which is considered as Hybrid, I'm just taking my gf's priest build as an experiment: neither of the 3 ways is larger than 33 => Hybrid.
  7. Replace none-70 race and character images with 70 ones since it's obvious that you can raid more than 5 men only if you are 70 (unless MC, BWL or old raids :P ).
  8. Fixed an error when you input the wrong character name and view the event by checking if $xml has data.
  9. Fixed a bug that won't allow you to edit your event calendar. Still need the similar fix for deletions.

I would suggest to have the ability to add "need" classes when creating an event, like 2 warriors, 1 shadow priest, 1 holy paladin, 1 mage etc. It would be better.

Again great hack !

Arachnis of HOL of Horde in Wildhammer ;)

Noxious 07-27-2007 12:39 PM

those changes sound nice, kinda makes me wish my php skils were better

elricstorm 07-27-2007 04:09 PM

Quote:

Originally Posted by deathemperor (Post 1302857)
Thanks for making this hack, it is very nice.

I've modified the following stuff to make it more like a raid calendar:
  1. Add Image to the event like official wow raid calendar (live: http://www.holvn.org/forum/calendar.html?c=2)
  2. In the event display, the width of the columns are now rearraged correctly so it looks more beauty and easier to read.
  3. Change the link to the forum member info to the link to their official Armory data.
  4. Show the exactly talent points instead of hover, I thought it's easier cuz in IE there is not underline dots which makes users don't know that they have to hover to see talent point.
  5. Added Talent images for each build.
  6. Add Hybrid talent build. However at the moment I'm not sure which is considered as Hybrid, I'm just taking my gf's priest build as an experiment: neither of the 3 ways is larger than 33 => Hybrid.
  7. Replace none-70 race and character images with 70 ones since it's obvious that you can raid more than 5 men only if you are 70 (unless MC, BWL or old raids :P ).
  8. Fixed an error when you input the wrong character name and view the event by checking if $xml has data.
  9. Fixed a bug that won't allow you to edit your event calendar. Still need the similar fix for deletions.
I would suggest to have the ability to add "need" classes when creating an event, like 2 warriors, 1 shadow priest, 1 holy paladin, 1 mage etc. It would be better.

Again great hack !

Arachnis of HOL of Horde in Wildhammer ;)

You have the ability to adjust the width of the columns through the options to whatever values you like. Talent numbers are okay but the ability to see what their "majority" build is, is often easier by seeing the build name. As for adding both build and talent numbers, I don't feel it's visually necessary. So, that won't be changing. I don't see the need to add a hybrid build as there is no set pattern for what is considered hybrid. Even people that are generally even in talents don't consider themselves hybrid.

#7 doesn't make sense to me. Not sure what you are saying here.
#9 doesn't make sense to me. Please elaborate and make sure it's occurring on a non-hacked version.

As for upcoming changes - once I complete the loot system I'm working on, I will be back to adding revisions to the calendar product.

Some of the revisions I will be adding will be:
  • Interface for adding events by type
  • Adding class maximums so that once the maximum class type has been reached, others are highlighted (queued). So you need 3 warriors and you get 5 signed up then the 2 latter are highlighted as queued.
  • Other fixes will be armory related

deathemperor 07-28-2007 01:22 AM

Hello elricstorm,

Don't get me wrong, the changes made was for my forum only, I didn't mean it must be implemented here.

About the width, I wasn't checking the vboptions. It was just me.
The number as for myself only is needed, because protection warrior doesn't all the time goes with 8/4/49. Just take armory for example, they have reasons to give out the number right ? ;) . The hybrid build wasn't my invention also. I made it because I saw the priest as Holy but it's Hybrid in the armory. There are conditions to judge if it's hybrid, we just don't know. This is just about talents so yes we say she's a hybrid priest if she has 28/33/0 of talent build.

#7: the images you use for each race and class are from wow forum which are used for under 60 characters. I just replace them with 70 level images.

#9: This is something I want this hack to be fixed because it is a serious bug when you have the hack enabled you won't be able to edit the event calendar, or delete or move. This is because in the plugin calendar_getday_event you check for the value of $vbulletin->userinfo['userid'], $vbulletin->GPC['response'], $vbulletin->['day'] if either of the 3 are null then print_no_permission();.

elricstorm 07-28-2007 02:16 PM

Quote:

Originally Posted by deathemperor (Post 1303562)
Hello elricstorm,

Don't get me wrong, the changes made was for my forum only, I didn't mean it must be implemented here.

About the width, I wasn't checking the vboptions. It was just me.
The number as for myself only is needed, because protection warrior doesn't all the time goes with 8/4/49. Just take armory for example, they have reasons to give out the number right ? ;) . The hybrid build wasn't my invention also. I made it because I saw the priest as Holy but it's Hybrid in the armory. There are conditions to judge if it's hybrid, we just don't know. This is just about talents so yes we say she's a hybrid priest if she has 28/33/0 of talent build.

#7: the images you use for each race and class are from wow forum which are used for under 60 characters. I just replace them with 70 level images.

#9: This is something I want this hack to be fixed because it is a serious bug when you have the hack enabled you won't be able to edit the event calendar, or delete or move. This is because in the plugin calendar_getday_event you check for the value of $vbulletin->userinfo['userid'], $vbulletin->GPC['response'], $vbulletin->['day'] if either of the 3 are null then print_no_permission();.

#7: If you have a copy of those image files and they are already labeled, go ahead and zip them up and put them here and I'll include them in the next release. I just grabbed an image package, not overly concerned with what levels the images were. However, if the 70s look better, then I'll be happy to use them.

#9: So the issue you are having is regarding editing/deleting the actual event calendar and not a particular event? If so, I'll check it out. Thanks.

elricstorm 07-28-2007 02:27 PM

#9: I tested editing/removing calendars and have no problems with events signed up or not signed up. I tested moving/editing/deleting individual and even recurring events on the calendar and have no problems moving/editing/deleting events whether they are ranged, recurring, or single. So, again, I'm not sure what you are talking about here. You might want to make sure you are not using a hacked version of my modification. Unless you can state exactly what happens when and where and I can duplicate it, I can't help ya.

Thanks.

ceox 08-02-2007 12:11 PM

A nice edit for the next release would be an ability to color code the event Title on the Calendar. It could have a legend or not. Just the ability to edit the title color would be great.


All times are GMT. The time now is 10:51 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01400 seconds
  • Memory Usage 1,755KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete