lazy123 Posted May 16, 2017 Report Share Posted May 16, 2017 (edited) Hello guys. I'm new here. So, I've started work for TEMPLATED.co design. It wasn't good at all for phpVMS. And today, it has completed. I hope you like it. Any comments/critics/etc. will be helpful for me. Let me know if I've made any mistakes. Quote Preview online : http://tiwil.tk/phpvms/ NB : If you're using Nabeel's phpVMS, download the urbantpl.zip. If you're using SimPilot one, download the urban.zip. Don't forget to read readme.txt file. It's useful file to read. This design can't open with www. Idk why. But I think, who people now days use www? Thank you. Download link : http://www*datafilehost.com/d/0f774e30 (Don't forget to change * to .) Edited May 26, 2017 by lazy123 Quote Link to comment Share on other sites More sharing options...
mattsmith Posted May 24, 2017 Report Share Posted May 24, 2017 Download link? Quote Link to comment Share on other sites More sharing options...
Moderators ProSkyDesign Posted May 25, 2017 Moderators Report Share Posted May 25, 2017 (edited) On 2017-5-16 at 0:01 PM, lazy123 said: Hello guys. I'm new here. So, I've started work for TEMPLATED.co design. It wasn't good at all for phpVMS. And today, it has completed. I hope you like it. Any comments/critics/etc. will be helpful for me. Let me know if I've made any mistakes. NB : If you're using Nabeel's phpVMS, download the urbantpl.zip. If you're using SimPilot one, download the urban.zip. Don't forget to read readme.txt file. It's useful file to read. This design can't open with www. Idk why. But I think, who people now days use www? Thank you. 1.-jquery conflict 2.-To open the page with www, you should edit the local.config (add www. in SITE_URL) and add a rewrite condition to .htaccess Edited May 25, 2017 by ProSkyDesign Quote Link to comment Share on other sites More sharing options...
lazy123 Posted May 26, 2017 Author Report Share Posted May 26, 2017 (edited) On 5/24/2017 at 8:23 PM, mattsmith said: Download link? Oh no, I forgot to attach a files. I'm so sorry. I will update my post. Sorry for late post. 23 hours ago, ProSkyDesign said: 1.-jquery conflict 2.-To open the page with www, you should edit the local.config (add www. in SITE_URL) and add a rewrite condition to .htaccess 1. I didn't edit anything about javascript. So I don't know what is the problem XD. 2. Okay then, it should be everyone solution to open www. Thank you. Edit : For option number 2, if I edit local.config and add www., it will cause problem. It's up to the developer want to use it or not. Maybe anyone can edit it for me :D. Edited May 26, 2017 by lazy123 Quote Link to comment Share on other sites More sharing options...
Moderators ProSkyDesign Posted May 28, 2017 Moderators Report Share Posted May 28, 2017 On 2017-5-26 at 6:21 AM, lazy123 said: Oh no, I forgot to attach a files. I'm so sorry. I will update my post. Sorry for late post. 1. I didn't edit anything about javascript. So I don't know what is the problem XD. 2. Okay then, it should be everyone solution to open www. Thank you. Edit : For option number 2, if I edit local.config and add www., it will cause problem. It's up to the developer want to use it or not. Maybe anyone can edit it for me :D. Open .htaccess and add this: RewriteEngine On RewriteCond %{HTTP_HOST} ^[^.]+\.[^.]+$ RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [L,R=301] and edit core/local.config.php in SITE_URL in stead of http://tiwil.tk/phpvms/ put http://www.tiwil.tk/phpvms/ Regarding jquery error is cause about a conflict with the jquery of phpvms and with the version of the jquery of your template. That errors could bring problems with the "No route passed", bid deletion, search flights, etc. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.