On 4/1/2018 at 6:44 AM, Jonah0037 said:
But how did you get the users able to register on the website?
would be good to know, have the same problem.
On 4/1/2018 at 6:44 AM, Jonah0037 said:
But how did you get the users able to register on the website?
would be good to know, have the same problem.
On 4/25/2018 at 12:21 AM, latitude24 said:
Have to add the code to the stats data class I believe. Should be in the documentation
YES! YOU HAVE TO ADD IT.
People who are facing problems with the skin, please do refer the documentation once more. There might be something you would have missed.
Thanks mate :)
37 minutes ago, loganq said:
Hi guys,
I"m slightly confused. I followed the installation instructions. The first section says:
Which is what I did. Then I followed the instructions as per the documentation.php file.
- Created the sub domain
- Removed my original installation from the root public_html folder
- Uploaded a clean set of files for phpVMS V5.5.x into the sub domain
- Ran the update.php script and completed the necessary fields
- Moved/copied the iCrewLITE folder into public_html/(subdomain_folder_name)/lib/skins
- Made the config and table change
While logged in everything looks great, right until you log out. Then you get this:
So that leaves me with THEE question…what did I do wrong?
Hey! I am working on an update which should be up in a few hours.
But here is a quick fix :
Go to core > modules > Logout > Logout.php and in line 25 you should have “header(‘Location: ‘.url(’/’));”
Change it to the link you want to direct to, for example
To redirect the page to a module within the VA after logging out : “header(‘Location: ‘.url(’/’));”
To redirect the page to a URL outside the VA : “header(‘Location: https://www.myvahomepage.com’);”
Hope this helps
Sorry for the inconvenience
Leonard
UPDATE : v2.1 Released!
click here to download
Added Privacy Module
Edited Staff Module, changed way of functioning. No more SQL work needed.
Fixed bug on registration page - Showing only HTML
Fixed bug on registration page - reCaptcha
Styled PIREP Comments, PIREP View, and PIREP Edit pages aditionally.
Added conditional statements for Charts fetch.
Fixed StatsData::TotalHours(); => NaN error.
Updated iCrew LITE Usage policy
and alot more optimization and bug fixes. Please download the latest version and follow the instructions.
Read the documentation here : https://icrewsystems.github.io/docs/
Hello, I’m connected to the site but I’ve the message who appears and it’s impossible to load the web page.
this is the message : Loading up for an awesome experience
Have you got a solution ?
thanks
Pifortif.
7 hours ago, pifortif said:
Hello, I’m connected to the site but I’ve the message who appears and it’s impossible to load the web page.
this is the message : Loading up for an awesome experience
Have you got a solution ?
thanks
Pifortif.
If you are using SSL on your site, follow this to get it working!
Hello, my problem it’s resolved but i need help for customing my web site were is all files for configure and disigned th web site please.
Sorry for my bad english i’m french.
pifortif.
11 hours ago, pifortif said:
Hello, my problem it’s resolved but i need help for customing my web site were is all files for configure and disigned th web site please.
Sorry for my bad english i’m french.
pifortif.
Check your PM.
Good afternoon, friends, I would like to congratulate the developers who are currently facilitating the creation of new projects.
My question is about how we can change the header on our page, how to change the color of the theme for an image?
Hey buddy, thank you for your appreciation.
Styling the skin is really simple. I’ve included this in the documentation, but just in case you missed it.
"To change your theme, just simply go to lib > skins > iCrewLITE > layout.php and on line ‘79’ theme-indigo change the “indigo” to your desired theme.
For your login background screen, for this release, you have to change it in each of the login_xyz.php and registration_xyz.php in the style tag."
Hope this helps!
13 minutes ago, LeonardIGO4036 said:
Hey buddy, thank you for your appreciation.
Styling the skin is really simple. I’ve included this in the documentation, but just in case you missed it.
"To change your theme, just simply go to lib > skins > iCrewLITE > layout.php and on line ‘79’ theme-indigo change the “indigo” to your desired theme.
For your login background screen, for this release, you have to change it in each of the login_xyz.php and registration_xyz.php in the style tag."
Hope this helps!
thanks for the reply, this information I had already read, I would like to know how can I change color to image, instead of being the color of the theme being an image
Alright. That is actually pretty defined in the skin’s css files. It’s a very long process to add a new color all together, but I’ll tell you a quick work around.
lib>skins>iCrewLITE>css>themes. Go there and select a color which you think will be the least preferable and open that theme-xyz.css
You’re going to find some css code with lots of “#” values. Those are called hex codes. So to change a color, you need to just replace the hex colors.
To get a hex colors, go to Google and search for hex color picker.
The best way is to Google the color given in the theme first, and then replace it (just so you know which color you’re changing)
I understand that this is a bit long to follow up, but this would be the best that I could do for now. Hope this helps
Regards
On 6/30/2018 at 12:56 AM, loganq said:
Hi guys,
I"m slightly confused. I followed the installation instructions. The first section says:
Which is what I did. Then I followed the instructions as per the documentation.php file.
- Created the sub domain
- Removed my original installation from the root public_html folder
- Uploaded a clean set of files for phpVMS V5.5.x into the sub domain
- Ran the update.php script and completed the necessary fields
- Moved/copied the iCrewLITE folder into public_html/(subdomain_folder_name)/lib/skins
- Made the config and table change
While logged in everything looks great, right until you log out. Then you get this:
So that leaves me with THEE question…what did I do wrong?
Hi I would like to say thank you for all your hard work im loving this, i am also having this issue, i have read the documents to the letter and managed to get the logout page header pointed to the login page with “header(‘Location: ‘.url(’/login’));” but for example
if someone is not a member and just visits the website to look around they see http://prntscr.com/l8jvoe there are no menus or login or anywhere to click, also once logged in how do i get to the admin part of it ? ie if i have admin powers and nobody else ?
thanks again for all your hard work..
Wazza
Hello,
I am getting an issue as well. I have installed phpvms and the skin, but now I am getting this error:
Notice: The template file "/home/buskeitc/virtualairline/pilots//lib/skins/iCrewLITE/header.tpl" doesn't exist in /home/buskeitc/virtualairline/pilots/core/classes/TemplateSet.class.php on line 248
and on the bottom
Notice: The template file "/home/buskeitc/virtualairline/pilots//lib/skins/iCrewLITE/footer.tpl" doesn't exist in /home/buskeitc/virtualairline/pilots/core/classes/TemplateSet.class.php on line 248
Also there is no CSS or any format. Check here: http://virtualairline.buske-it.com.ve/pilots/
Any ideas?
On 10/21/2018 at 12:12 PM, Booagce said:
Hi I would like to say thank you for all your hard work im loving this, i am also having this issue, i have read the documents to the letter and managed to get the logout page header pointed to the login page with “header(‘Location: ‘.url(’/login’));” but for example
if someone is not a member and just visits the website to look around they see http://prntscr.com/l8jvoe there are no menus or login or anywhere to click, also once logged in how do i get to the admin part of it ? ie if i have admin powers and nobody else ?
thanks again for all your hard work..
Wazza
yes this is my problem too , help us pleaseeee :((
On 10/21/2018 at 2:12 PM, Booagce said:
Hi I would like to say thank you for all your hard work im loving this, i am also having this issue, i have read the documents to the letter and managed to get the logout page header pointed to the login page with “header(‘Location: ‘.url(’/login’));” but for example
if someone is not a member and just visits the website to look around they see http://prntscr.com/l8jvoe there are no menus or login or anywhere to click, also once logged in how do i get to the admin part of it ? ie if i have admin powers and nobody else ?
thanks again for all your hard work..
Wazza
Hey Wazza,
It’s nice to hear you’re enjoying the skin. This skin, is made for VA’s which use the ‘dashboard portal’, meaning only members with a valid login ID and password can access the contents of the VA. This is pretty much why i insisted the devs to install it on a subdomain like icrew.yoursite.com.
Now that i see this is an issue, I am in the idea of developing a Front end theme too. Let’s see where it takes us. If you have any freeware theme in mind which would be great for your VA, or if you have any suggestions to add, please go ahead.
Regards
On 10/26/2018 at 6:30 PM, bbuske said:
Hello,
I am getting an issue as well. I have installed phpvms and the skin, but now I am getting this error:
Notice: The template file “/home/buskeitc/virtualairline/pilots//lib/skins/iCrewLITE/header.tpl” doesn’t exist in /home/buskeitc/virtualairline/pilots/core/classes/TemplateSet.class.php on line 248
and on the bottom
Notice: The template file “/home/buskeitc/virtualairline/pilots//lib/skins/iCrewLITE/footer.tpl” doesn’t exist in /home/buskeitc/virtualairline/pilots/core/classes/TemplateSet.class.php on line 248
Also there is no CSS or any format. Check here: http://virtualairline.buske-it.com.ve/pilots/
Any ideas?
Hey, can you try checking if the skin is active? Go to Admin Center > General Settings > Skins and check if it’s using icrew.
Regards
Hi,
thanks for the reply.
It is active. I had disabled it, since it did not work, in order to do some work on the site.
I have enabled it again. The error still exists. Feel free to have a look.
Cheers
Does any one know how i have managed to break this ?
thank you in advance
Some how double posted sorry see above.