poole3003 Posted June 2, 2014 Report Posted June 2, 2014 i have added some modules to my VA and i have installed all the files in to the correct place and i get a error in the admin centre like hub/sidebar_hub.tpl and i get them on a few things any help people Quote
Shepred Posted June 2, 2014 Report Posted June 2, 2014 We will need a bit more information than that. Which error did you receive? Which module did you install? Where else did you get the error? Quote
poole3003 Posted June 2, 2014 Author Report Posted June 2, 2014 i have install a dew like the hub trasnfer and trainging centre and aircraft module and the all say that error in the admin centre when i click on the and there is nothing on the side bar and i only get the error on the admin centre Quote
poole3003 Posted June 2, 2014 Author Report Posted June 2, 2014 if you have teamview im happy to show you on ther as well as skpy my skype id is etihadvirtualceo Quote
Administrators simpilot Posted June 2, 2014 Administrators Report Posted June 2, 2014 If you are using a version of phpVMS that uses the .php template extensions, which I am guessing as this is what happens with modules, you will need to open the module file and find the line similar to the one below and change it accordingly. public function HTMLHead() { $this->set('sidebar', 'template.tpl'); } to public function HTMLHead() { $this->set('sidebar', 'template.php'); } Quote
poole3003 Posted June 2, 2014 Author Report Posted June 2, 2014 do you have teamsviewer so im lost as all the files were renamed as .php Quote
poole3003 Posted June 2, 2014 Author Report Posted June 2, 2014 i really cant find that were you mean lol Quote
Administrators simpilot Posted June 2, 2014 Administrators Report Posted June 2, 2014 Look in your modules controller file. /admin/modules/MODULE_NAME/MODULE_NAME.php Quote
poole3003 Posted June 2, 2014 Author Report Posted June 2, 2014 that is right the filie is called hubtransfer.php and in that is a php file Quote
Administrators simpilot Posted June 2, 2014 Administrators Report Posted June 2, 2014 Ok, open the file, look for the code similar to what I posted, change it, and save it. Quote
poole3003 Posted June 2, 2014 Author Report Posted June 2, 2014 thanks now i am in the right folder i have an other question i have a few pictures how do i make them into slide with the php code as i have tried wowslider and it doesnt work Quote
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.