richbate
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Theme Editorok, nevermind..
It turned up.it’s on domain.com/wp-admin/network/theme-editor.php
Forum: Networking WordPress
In reply to: Exclude folders from htaccess rewriteThanks very much,
I had to tweak things a little, but your comment certainly put me on the right track.
I had to exclude user/wiki from the rewrite set up in multisite, then direct to medwiki/user.RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
#exception added to allow user/wiki rewriterule
RewriteCond %{REQUEST_URI} !^wiki
# rewrite rule to get to /medwiki/user
RewriteRule ^(.*)/wiki(.*)$ /medwiki/$1/$2 [L,NC]
# 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]Thanks for your help, I’ll be back soon!
Forum: Networking WordPress
In reply to: Multisite – Registration emails not recievedThanks for your reply.
I fixed it by using
http://wordpress.org/extend/plugins/configure-smtp/screenshots/
and
http://wordpress.org/extend/plugins/email-users/Thanks again, gotta love this forum!
Forum: Networking WordPress
In reply to: Multisite – Registration emails not recievedwhen I go to http://dmblogs.ncl.ac.uk/wp-mail.php it says
“This action has been disabled by the administrator”is that normal?
how do I configure the email options?
everything seems fine on the dashboard settings..Forum: Networking WordPress
In reply to: Multisite – Registration emails not recievedregistered with new email, nothing…
I’ve just found this plugin http://wordpress.org/extend/plugins/check-email/
time for some reading..thanks for your time (again)
Forum: Networking WordPress
In reply to: sftp access for multisite usersHello again..
a lot of the students do know what they’re doing.. some more than me if I’m honest..
they use the server as their piece of webspace for various projects.There won’t be many takers, but some of them will require write access on their own folders. I’ve tried the upload url from site settings, but this doesn’t work in cyberduck. what would the path be to their folder?
is it possible to have them work on their folder without detriment to other sites?
Forum: Networking WordPress
In reply to: Tanzaku – blank page on multistiteresolved.
not sure what happened, but backed up & re-installed theme (tanzaku) all sites worked.
put modified style.css & header.php back in et voila!.Thanks for your help
Forum: Networking WordPress
In reply to: Tanzaku – blank page on multistitehttp://dmblogs.ncl.ac.uk now fixed, but previewing Tanzaku on test pages still shows mysterious grey box. http://dmblogs.ncl.ac.uk/test/
Forum: Networking WordPress
In reply to: Tanzaku – blank page on multistiteHello again!
Just checked the settings and both are set to display posts on front page. the only difference that leaps out is the permalink settings.
I’ve just set up a new site, left all settings as default, Hello World post shows on all except Tanzaku.
also, front page http://dmblogs.ncl.ac.uk has broken now.. previewing a new theme (twenty ten & basic maths & GRID 1.1) shows all posts as they should be..Forum: Networking WordPress
In reply to: blogs.dir emptyre-install fixed the issue.
it looks like it was a permissions problem. folder owned by root during set up.
Thanks for your help!Forum: Networking WordPress
In reply to: blogs.dir emptyI wouldn’t lose too much starting again.
only got multisite up and running properly yesterday.I’ve learned a lot in the last few months, but not everything, so my money’s on a botched install.
I’ll pop back up soon if V2.0 fails in the same way!
Thanks again
Forum: Networking WordPress
In reply to: blogs.dir emptycuriouser and curiouser..
now I’ve got
upload url = wp-content/blogs.dir/17/files
upload url path = wp-content/blogs.dir/17/files
file upload path = http://dmblogs.ncl.ac.uk/willduggan/filesstill broken.
as you rightly say, the folders and images (thumbs too) are being created http://dmblogs.ncl.ac.uk/wp-content/blogs.dir/17/files/2011/01/it’s strange that these aren’t created by the system.. can’t find much help on the above paths on the forums either.
every search does seem to bring up answer from you tho Ipstenu. thanks for giving up so much of your time!Forum: Networking WordPress
In reply to: blogs.dir emptyHi,
upload url path is empty!
upload path is “wp-content/blogs.dir/17/files”permissions are
drwxrwxrwx 4 root www-data 4096thanks for your time
Forum: Networking WordPress
In reply to: blogs.dir emptyThanks for the reply!
it ‘thinks’ the image is in http://dmblogs.ncl.ac.uk/courseblog/files/2011/01/test.jpg
I’ve had a look around mysql, but can’t find any mention of the file.no error thrown up sadly, I prefer those!
Forum: Fixing WordPress
In reply to: TANZAKU theme – Author’s name not showingHello,
sorry to jump on here.. which file do I need to edit to get the author name displayed?I can’t find it on any of the ph files included with Tanzaku..
thanks