simmonsstummer
Forum Replies Created
-
Forum: Networking WordPress
In reply to: default theme plugin and settings in multisiteThank you.
I was wondering if ther’s some more code support for the plugin. I already set the default theme but i need to hide the plugin and theme settings page for the network.Maybe i can do that with a “only front end” plugin… but it does’n convince me..
Speaking again about the theme i would like to hide (or simply not make available for all) the main site theme..
Forum: Plugins
In reply to: [BuddyPress Album] [Plugin: BuddyPress Album] code only for the owneri was tryng to do something like that… where user_id is the user logged in and the owner_id is the owner of the image… but seems it doesn’t find the owner…
<?php if ($user_id == $owner_id) { echo 'questa è una tua foto.'; } else { echo 'questa non è una tua foto'.$user_id; } ?>
Forum: Alpha/Beta/RC
In reply to: Multisite problems with RC3Open up the apache confgi file and in the vhost entry for that domain, put:
AllowOverride FileInfo Options
the command I gave above is to *force* the htaccess into being read
so I can’t do it….or not? i don’t think my host will change this for me..
Forum: Alpha/Beta/RC
In reply to: Multisite problems with RC3……
i do not have the “power” to do that….my hosting make this things by his own…if he wants..may i change something in my .htaccess to make it works?
this is mine:RewriteEngine On RewriteBase /blog/ RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L]
Forum: Alpha/Beta/RC
In reply to: Multisite problems with RC3the permalinks works properly…
but this seems like the problem i had on my local web-server when i didn’t know how to enable “override all”.
my site is:
https://www.risorsegeologiche.com/blog/
and all the sites(that doesn’t works) are under that folder
for example
https://www.risorsegeologiche.com/blog/prova/the strange thing is that i’m not able to see the backend too(of the subsites).
Forum: Alpha/Beta/RC
In reply to: Multisite problems with RC3i still have this problem.
All the things that i tryied in local with my ubuntu server make me understand that maybe is not my fault..but of my hosting..
i can create the subsites in subdirectory but when i try to visit them or go to the backend i receive a 404 the page cannot be found.but i think that the problem could be that my hosting is windows.
there’s a way to make it works?thank you.
Forum: Alpha/Beta/RC
In reply to: No Backend for multisitesok solved
was the .htaccess fileForum: Plugins
In reply to: [Plugin: Maintenance Mode] Stay away from this the maintenance mode pluginhello!
i’m not able to access to my feeds…..
always in Maintenance-mode….why?hey?????’ why noone answer me!!??pleasee
i need help