sahdow
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Change global upload path for Multi SiteI’m editing everything myself. no users, I just don’t want to edit each site manually.
I know it’s a minor security issue, but I try to take every precaution possible.
I probably should have played around with multi site a bit more before launching the site. – but at least its my site and not a clients 🙂
Forum: Networking WordPress
In reply to: Change global upload path for Multi SiteThanks Andrea,
But a bit confused. AS3 seems to be flash related. I just want the media library to not be stored in the same location as every other blogger using multi site without having to manually edit each site created – basic low end security procedures.
P.S. Using Multi Site with manual creation only, not allowing peopler to create their own sites.
Forum: Requests and Feedback
In reply to: 2.8 Great Update! Syntax highlighing, not so greatDoh! clear cache and reboot fixes problem
Forum: Requests and Feedback
In reply to: 2.8 Great Update! Syntax highlighing, not so greatIt’s not working on all of my blogs. On the newer clean install it seems to work fine, but on some every time I click the turn off link, it reloads the page with the default item for the editor (ie Theme – style).
Then when I click on the page I want to edit the dumb thing gets loaded again… Anyone else having this problem?
Forum: Plugins
In reply to: [Plugin: My Page Order] Installed, but Doesn’t Drag & DropThanks for the post. For non technical people like myself (took me a while to figure out what to do with the code) here is where to insert.
Find: (around line 113 on mypageorder)
<script language=”JavaScript”>
jQuery(“#order”).sortable({
placeholder: “ui-selected”,
revert: false,
tolerance: “pointer”
});Replace with:
<script language=”JavaScript”>
jQuery(document).ready(function(){
jQuery(“#order”).sortable({
placeholder: “ui-selected”,
revert: false,
tolerance: “pointer”
});
});Forum: Plugins
In reply to: Need Plugin/Hack pull data to another domainTo Clairify domain 2 does not have a database.
But any feedback on how to pull the feed into an external website would b helpful. would prefer to do it in php. Not a programmer, but can tweak code once I figure it out.