| Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Abdool
Black Core Federation Black Core Alliance
0
|
Posted - 2012.11.21 21:51:00 -
[1] - Quote
Cyerus,
Thankyou very much for your continued work on this mod !
Two issues I'd like to report back to you on.
01 The first is with the cronjob script. It doesn't work unless I've applied the default forum style, prosilver. I've chosen to use a custom style called 'LanParty'. The following is the error I get back from the cronjob script.
Quote: FILE: (not given by php) LINE: (not given by php) CALL: msg_handler()
FILE: [ROOT]/includes/functions_template.php LINE: 63 CALL: trigger_error()
FILE: [ROOT]/includes/template.php LINE: 437 CALL: template_compile->_tpl_load_file()
FILE: [ROOT]/includes/template.php LINE: 224 CALL: template->_tpl_load()
FILE: [ROOT]/includes/functions.php LINE: 4842 CALL: template->display()
FILE: [ROOT]/myCron.php LINE: 356 CALL: page_footer()
02 The second issue is with the fittings bbcode. Apparently it requires TWO full carriage returns after rigs to show up on the graphical fitting diagram. If more or less than two lines are made, the drones do not appear. It's also case sensitive which is a little too unforgiving ... perhaps the case sensitiving is too hard to implement. But it took me a few minutes to figure out why a "10MN MicroWarpdrive II" wasn't recognized. (For those who can't see the issue, it's actually a "10MN Microwarpdrive II", hint: small w)
|

Abdool
Black Core Federation Black Core Alliance
0
|
Posted - 2012.11.22 02:02:00 -
[2] - Quote
Quote:Your second problem comes from using a different template. You'll have to manually change some of the files in order to make that template work with the EVE API mod. A guide on how to let AutoMOD install the changes for you can be found here; http://phpbbandbbcodes.com/viewtopic.php?f=7&t=945 These forums aren't working for me atm. I guess I have to register an account to view the link you provided.
[quote[ If you want to do it manually, follow these steps instead. First you need to unpackage the EVE API AutoMOD zipfile and open the install.xml in a browser. Scroll down to the files containing changes inside the styles-folder, and manually add them into your template. [/quote] I don't quite follow this explination. There is no file called "install.xml" that comes with AutoMOD. There is a file called "install_mod.xml" ... is this what you're referring to?
If I scroll down (and the file is quite small so there isn't much scrolling involved) I don't see anything of use.
Can you quote the areas I'm supposed to copy from and be specific about what files in the 'template' I'm supposed to paste into? |

Abdool
Black Core Federation Black Core Alliance
0
|
Posted - 2012.11.23 23:28:00 -
[3] - Quote
http://phpbbandbbcodes.com/viewtopic.php?f=7&t=945 These links are acting buggy in chrome so I went to http://phpbbandbbcodes.com and did a search for AutoMod Found Re: Using AutoMOD to install onto other styles
Following the tutorial I've got the cron job to work using the custom PHPBB style. BUT The registration page for new users no longer includes the EVE API information for first registration. Any suggestions?
Thanks! |

Abdool
Black Core Federation Black Core Alliance
0
|
Posted - 2012.11.25 00:19:00 -
[4] - Quote
Abdool wrote:http://phpbbandbbcodes.com/viewtopic.php?f=7&t=945 Following the tutorial I've got the cron job to work using the custom PHPBB style. BUT The registration page for new users no longer includes the EVE API information for first registration. ugh.
I've been asked by AutoMOD to edit the contents of 6 files:
overall_footer.html overall_header.html posting_buttons.html ucp_profile_reg_details.html ucp_register.html ucp_avatar_options.html (ERROR: file not found)
Any suggestions? I'm wondering at this point if I should try a different sytle (is this style immune to conforming to your mod?) It's based on SUBSILVER and not PROSILVER ... does that have any bearing on my difficulties?
On a lark I decided to choose a different theme. One based on a PROSILVER style. Guess what? AutoMOD patched it without any errors, now the CRON works OK and the registration page works OK. Might be worth it to include this FAQ documentation ... Problem solved. \o/ yay! |

Abdool
Black Core Federation Black Core Alliance
0
|
Posted - 2012.12.01 16:44:00 -
[5] - Quote
Reoccuring issue I'm having ... not certain what could be causing it.
symptoms:
- Member joins forums, passes API check with minimum CAK, 8388672 - Member successfully moved into 'Alliance member' group - When autoAPI CRONJOB is run user is removed from Alliance member group - title of 'Invalid EVE API key.' applied to account
facts:
- When autoAPI script is run manually, user is NOT removed from alliance member group - when I click on user account and resubmit (check) their API, it comes back green lit - The format of their API is the following: http://www.bc-f.info/images/forums/forums_api_example.jpg
guesses:
- Should character be set to 'ALL' or the specific character ? Both are accepted at registration, but I'm wondering if 'ALL' is what's causing these recurring issues. |

Abdool
Black Core Federation Black Core Alliance
0
|
Posted - 2012.12.03 16:20:00 -
[6] - Quote
Peter Powers wrote:a few issues: b) during the registration process it should display a link for creating the api keys with a preset that allows to register
This may be a helpful workaround for you. Look up the file: /languages/en/ucp.php
I stripped out all the information in the top section labeled "// Privacy policy and T&C" and replaced it with an img url that links to the custom CAK mask. Example: http://bc-f.info/forums/ucp.php?mode=register |
| |
|