-
Posts
8151 -
Joined
-
Last visited
-
Days Won
39
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Posts posted by Nabeel
-
-
Yeah, don't worry about that. Some of that update code doesn't "click". As long as the version in the settings matches the latest I have.
-
Thanks Alex!
I was looking into the possibility of different languages, but since there are templates, they can be translated by whoever needs. But if I offer it natively in the future, I'll be sure to let you know.
-
Hey there,
Is there an error message? What happens?
Can you also sign your name please
Thanks
-
Thanks for the ideas guys, and welcome aboard!
I'm looking into exams - it would be somewhat complicated to integrate into ranks, and not all VAs will use them. But perhaps they can be tied into a separate system for ratings, where a certain rating can only be achieved with a certain rank. However, this won't be coming for a while, I'm still considering it.
Welcome messages, emails for ranks, etc, I like those ideas! I will add them to my list when I revise it this week.
As for downloads, I'm working on something. A few things are under wraps still
I have a few surprises up my sleeve.
Statistics, those are also coming. I'm revamping alot of backend code in the admin panel, since it's a bit of a mess. Once those are done, alot of improvements to stats, etc are coming into the picture, along with financial information. I'm prototyping that information.
Also, a simple Weather system that shows METAR/TAF of the departure/destination airports + alternative airports in route.Those are included if you look at a schedule page.
Updates will be spaced out more now, since work is picking up and I get less time nowadays to code. But rest assured, I haven't forgotten.
Also, if you guys can sign your names, that would be great. I like to know everyone at least by name.
-
Odd, not seeing that on my test site.
In your core/local.config.php, what's your SITE_URL line?
-
Thanks my friend!
-
Hahaha.. yes, the good ol' days. I remember when you were king for having a 17" CRT. Needed a team to carry it
-
Interesting... what page is that on? The image certainly does exist.
Did you make any changes to the map templates? (route_map.tpl)?
-
Total profit? I'm building those functions in, including cost per flight, passengers per flight, cost, you know, basic financials.
Those numbers, not yet, I'm gonna be shortening that to the hundreth place
-
Haha, I usually stick to 970 width, that's well for 1024 maximized.
-
Nice, faked the POST so it error'd... nice. BTW, your page overflows sideways, so I have to scroll over
-
In that case, using skins... almost no PHP needed:
-
I suppose you could, but why? You can skin/customize the entire site to look however you want/modify any templates as well.
-
under the include 'core/codon.config.php';
Template::Set('extrafields', RegistrationData::GetCustomFields()); Template::Set('allairlines', OperationsData::GetAllAirlines(true)); Template::Set('allhubs', OperationsData::GetAllHubs()); Template::Set('countries', Countries::getAllCountries());
Then
Template::Show('registration_mainform.tpl');
-
Ahh yeah, the dropdowns won't work, because the template variables need to be set. The reason I do that is because I may change stuff on the backend, etc. But if you want to know how to set those, It's 5/6 lines of copy/paste
-
Maybe, but I doubt it's cause of the holidays.
Haha, yeah, but I'm glad it's taking off now, I really appreciate all the feedback. Wait till I finish these next round of updates
-
Hey thanks guys! I'm glad people are starting to use it and find it useful. And I like it when people are helpin each other out! Maybe it's the holidays ;D
-
Yeah someone pointed this out to me last night, another bug. Le-sigh.
I'm gonna take a look and see if it's a quick patch, I'll post it up. But since right now the guts are lying open it may take a few.
-
Yup, the names have to be the same, it checks the local skin folder first to see if it's there, otherwise it'll go to the default.
I've seen some people make a custom .php page with stuff, but the problem is, it'll forward back to the one within the system.
You can include the registration form like:
Template::Show('registration_mainform.tpl') (I think that's what it's called... lol), instead of re-doing the entire form, so
<head> <title><?php echo $title ?></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <?php include 'core/codon.config.php'; Template::Show('core_htmlhead.tpl'); ?> </head> <?php Template::Show('core_htmlreq.tpl'); ?> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> .... <?php Template::Show('registration_mainform.tpl'); ?> ...
Maybe that helps? I need my coffee
-
just do
include 'core/codon.config.php';
-
Yup np. I'm revamping a ton of backend code. I've eliminated about 10 function calls so far on the backend. I'm revisiting alot of code and changing things up.
-
Change it to .php, not .html, and include core/codon.config.php at the top of the file.
-
Ignore it, the versioning code needs to be changed, but don't worry about it
-
I am looking into it, may be difficult though, since there are alot of factors, including OS (wget, unzip, unavailable or differe from one system to another), host settings for external url fopen() etc, but I'm going to look into it
General Feature Requests
in Off-Topic Banter
Posted
I won't use it just yet in the offical, once the text and localization is finalized, then we can step through and do it, but I saw in your screenshot before you did the admin panel. Looks great. However (you're gonna kill me!), in this next build all of the templates have changed for the admin panel (I changed around how it works). After this build, it won't change much, and then we can go from there.
For the front-end, if you can zip up those templates and add them into the Addon forum for whoever needs them, that'll be excellent.
Thanks!