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)

elricstorm 06-25-2007 01:55 AM

Quote:

Originally Posted by Hyrel (Post 1274447)
Elric is evil! Just when I get one addon working he adds another to frustrate me =p

Ok, I have it just shy of being exactly the way I want it. I've added the column and header for the member's spec. All that is missing is adding the commands to actually make it pull the data from userfield22 and input it in the table.

I tried changing calendar_getday_event which seemed like it was part of the process but I either missed something or that is only part. This seemed a good point in which to ask for help before I mess something up ^_^

1.1.3 should not have to be changed at all. For the older version with non-armory data, you just have to designate what fields you are using in the vboptions section. It should be straightforward.

Yukino_AE 06-25-2007 03:27 AM

Quote:

Originally Posted by elricstorm (Post 1275792)
  1. Did you follow all of the steps outlined in the help file?
  2. What version of php are you running on your site?
  3. Do you have the curl library installed?
  4. Do you have fopen for URLs turned on?
  5. Are you running any calendar modifications other than this one?

Let's start with that for starters.

Yes I followed the steps. or at least i hope i did i read them all i think @_@ lol
php version 4.4.7
curl library... erm???
open for urls on ??? (sorry forgive me i'm kinda new to some of this. blah)
and no other modifications to calendar. this is the only one on a fresh install.

elricstorm 06-25-2007 10:56 AM

Quote:

Originally Posted by Yukino_AE (Post 1275842)
Yes I followed the steps. or at least i hope i did i read them all i think @_@ lol
php version 4.4.7
curl library... erm???
open for urls on ??? (sorry forgive me i'm kinda new to some of this. blah)
and no other modifications to calendar. this is the only one on a fresh install.

Go into your admincp>maintenance>view phpinfo and look through there and below the following sections:

Configuration > PHP Core

You should see..
  • allow_url_fopen On On

If this is set to OFF, that's your first problem and you need to talk to your host provider to have them change the php.ini file to allow it to ON. The parser uses file_get_contents to pull data from the xml file on the armory.

The second thing you should look for is under the following section while viewing the same file:

Section is named CURL
  • CURL support enabled
  • CURL Information libcurl/7.13.1 OpenSSL/0.9.7f zlib/1.2.2.2 libidn/0.5.15

If you don't see this then you have another problem and need to ask your hosting provider to install the curl libary which is a very common libary that everyone should have. Check that next. Also, make sure you read the troubleshooting section of the chm file.

Yukino_AE 06-25-2007 03:22 PM

Quote:

Originally Posted by elricstorm (Post 1276023)
Go into your admincp>maintenance>view phpinfo and look through there and below the following sections:

Configuration > PHP Core

You should see..
  • allow_url_fopen On On

If this is set to OFF, that's your first problem and you need to talk to your host provider to have them change the php.ini file to allow it to ON. The parser uses file_get_contents to pull data from the xml file on the armory.

The second thing you should look for is under the following section while viewing the same file:

Section is named CURL
  • CURL support enabled
  • CURL Information libcurl/7.13.1 OpenSSL/0.9.7f zlib/1.2.2.2 libidn/0.5.15

If you don't see this then you have another problem and need to ask your hosting provider to install the curl libary which is a very common libary that everyone should have. Check that next. Also, make sure you read the troubleshooting section of the chm file.

hi! thanks for the quick reply. i checked the sections you said. my allow_url_fopen is indeed set to on and the the curl section is enabled and shows the same curl info...

i'll go back and read the troubleshooting section again to see if i've missed anything but it looks like it's all correct.

elricstorm 06-25-2007 03:47 PM

Well that's great to hear. Try the steps in the .chm file one by one just to double check things and you might find out there is just one tiny thing wrong that's preventing you from using this. Otherwise, I'll continue helping you if you need help. It sounds like you at least have the backend configured properly so that's a giant step. :)

Yukino_AE 06-25-2007 08:35 PM

Quote:

Originally Posted by elricstorm (Post 1276215)
Well that's great to hear. Try the steps in the .chm file one by one just to double check things and you might find out there is just one tiny thing wrong that's preventing you from using this. Otherwise, I'll continue helping you if you need help. It sounds like you at least have the backend configured properly so that's a giant step. :)

LOL Yeah k, I'm a retard. Found my own problem. It helps when the wowcalendar_functions is placed into the includes folder and not the main forum folder. LOL

Oh geez. *sigh* Hahah. Thanks for all the help elric and the fast responses. I'll pay more attention to where I'm uploading stuff next time. LOL dur.

Hyrel 06-25-2007 10:39 PM

Oh no, everything is working great! I was trying to add in a new column for displaying the spec info. I have the column and row added to the table, but I need to add the code to have it pull the information from the userfield and display it in the table.

you can see here what I mean.

http://www.rivalnation.com/forums/ca...=2007-6-25&c=1

The userfield is already added, it's userfield22

elricstorm 06-26-2007 12:40 PM

Quote:

Originally Posted by Hyrel (Post 1276486)
Oh no, everything is working great! I was trying to add in a new column for displaying the spec info. I have the column and row added to the table, but I need to add the code to have it pull the information from the userfield and display it in the table.

you can see here what I mean.

http://www.rivalnation.com/forums/ca...=2007-6-25&c=1

The userfield is already added, it's userfield22

Look over the code I used for just pulling the level data in that mod. Mimic it for the new column. If you get stuck, just PM me and I'll help you along since I'd like to keep discussion topics in this thread related to the latest mod and not a previous one. But, I will definitely help you out with it.

Thanks,

elricstorm 06-26-2007 12:41 PM

If anyone is interested, I'm going to begin work on a third project for raid progression. Here's the URL for the discussion:

https://vborg.vbsupport.ru/showthread.php?p=1276906

louth 06-30-2007 01:03 AM

How would I go about changing the default font? Comic Sans MS is weak.

Awesome mod otherwise, keep up the good work.


All times are GMT. The time now is 09:14 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.01203 seconds
  • Memory Usage 1,752KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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