By takien on
I wanna ask something.
Is it possible to change default theme path rather than /themes/ ?
thanks for the answer. :)
I wanna ask something.
Is it possible to change default theme path rather than /themes/ ?
thanks for the answer. :)
Comments
If you want to change the
If you want to change the naming convention, the short answer is no. If you want to upload your themes in another directory and have them still be read by drupal, you can do this by setting up the "themes" folder as a symlink to the other folder of choice. ex:
default path:
public_html/themes (symlinks to public_html/some/path/here)
uploaded themes to:
public_html/some/path/here
hope that makes sense (?) or answers your question.
---
I work here: Raincity Studios.com
I hang out here: Steve Krueger.com
---
I work at The Jibe Multimedia, Inc., a Vancouver Drupal eCommerce Web Agency.
thanks stevek for your fast
thanks stevek for your fast answer,
but i don't know how to run symlink in cpanel
You can run some code
You can run some code through a php file. Throw this in a file, maybe symlink.php, and put it in your public_html folder:
replace "accountusername" with your cpanel username and change the path/to/theme to make it according to wherever you'll upload your theme files/folders. Then all you have to do is access this file by going to http://yourdomainname.com/symlink.php and it will create the symlink that you need/want.
---
I work here: Raincity Studios.com
I hang out here: Steve Krueger.com
---
I work at The Jibe Multimedia, Inc., a Vancouver Drupal eCommerce Web Agency.
Error warning
I got this warning...
is this an error?
this would mean the folder
this would mean the folder "themes" already exists... which is does. You'll have to remove this in order for this to work.
WARNING: if the theme that you're using isnt located in the new folder, your site will "break" or won't load properly.
---
I work here: Raincity Studios.com
I hang out here: Steve Krueger.com
---
I work at The Jibe Multimedia, Inc., a Vancouver Drupal eCommerce Web Agency.
Permission denied
i have removed themes folder, it looks okay but the another error appears
hmm wierd, doesn't look like
hmm wierd, doesn't look like permissions are granted for you. Best bet is to contact your hosting provider and double check to see if you'd be able to create one.
---
I work here: Raincity Studios.com
I hang out here: Steve Krueger.com
---
I work at The Jibe Multimedia, Inc., a Vancouver Drupal eCommerce Web Agency.
ok. many thanks anyway sorry
ok. many thanks anyway
sorry if this little bit annoying :)
stevek, your drupal site is GREAT!! congrats!