epiktet
Forum Replies Created
-
Forum: Plugins
In reply to: [Football Pool] Install extension plugins on multi-site instanceI think the problem is that the plugin extensions can’t be installed like a regular plugin. They are PHP files that need to be uploaded and apparently it’s hard to find the right location in a multi-site instance.
According to the person in charge of the WordPress instance in our company, it’s also not secure to just zip the PHP file and install via the WordPress installer.
So I guess I’m stuck here – thanks for your help!
HP
Forum: Plugins
In reply to: [Football Pool] Avatars missing in rankingAfter copy and pasting the code into a file and uploading it to /wp-content/plugins folder, I get the following fatal error when trying to activate the plugin:
Parse error: syntax error, unexpected T_FUNCTION in /xxx/xxx/public_html/worldcup2014/wp-content/plugins/football-pool-avatar.php on line 11
Line 11 is: add_filter( ‘footballpool_ranking_ranking_row_template’, function( $template, $all_user_view, $type ) {
I’m not a PHP pro, so any help is appreciated.
Thanks!
Forum: Plugins
In reply to: [Duplicate Theme] No themes in dropdownYes, there is a working dropdown that includes all the installed themes (“Select theme to edit:”).
Forum: Plugins
In reply to: [Duplicate Theme] No themes in dropdownHi,
unfortunately I don’t have FTP access to the server, so it’ll take a bit to get the error log. WordPress is current, version 3.7.1.
Thanks, HP