nakouzia
Member
Posted 1 year ago #
Hello,
I've installed wordpress for teachers in our school (one for each),
how to make these installations share the same themes and plugins folder...
I create an external folder for themes and plugins...
how to manage this issue
ex:
http://www.domain.com/webs/wordpress_intallation_1
http://www.domain.com/webs/wordpress_intallation_2
http://www.domain.com/webs/wordpress_intallation_3 .......
http://www.domain.com/webs/shared/themes
http://www.domain.com/webs/shared/plugins
nakouzia
Member
Posted 1 year ago #
how to do it
the themes and plugins are in:
/home/userxxx/webs/word_press_folder_installation/wp-content/themes
/home/userxxx/webs/word_press_folder_installation/wp-content/plugins
the shared folder for themes and plugins will be:
/home/userxxx/shared/themes
/home/userxxx/shared/plugins
SO when I add themes and plugins all the teachers can see these aditionas and can use them...
nakouzia
Member
Posted 1 year ago #
I tested Symbolic link on one user and it works
how to make a sybolic link from many folders to one link...
------------------------
I downloaded the Multi user version and I will make a test...
thanks
>how to make a sybolic link from many folders to one link...
Each symbolic link is created separately:
/home/user1/webs/word_press_folder_installation/wp-content/themes is a symbolic link to
/home/user0/shared/themes
/home/user2/webs/word_press_folder_installation/wp-content/themes is a symbolic link to
/home/user0/shared/themes
etc.
nakouzia
Member
Posted 1 year ago #