sproke
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Increase Max Upload size with WP 2.1?I don’t have a direct answer, but have you tried a file-sharing site like 4shared.com ? I really like 4shared because you can choose what folders and folders you want to share, and also you can allow people to upload to to a particular folder. I know this isn’t ideal, but might be an idea.
If you go to your FTP programme, and go into the folder where your uploads are stored, ask your programme to view the ‘Owner/Group’ (in FileZilla this is View > Remote List View > Owner/group)
What you will find is that when you upload via FTP, the ‘owner’ of the file is different to when you upload via WP. For some reason, WP uploader can only view directories and files that it has uploaded itself, not via FTP. Don’t ask me why lol
Forum: Requests and Feedback
In reply to: e-commerce plug-inYou don’t have to pay $350 for the Gold Version, it’s only NZ$15. I had lots of problems with it to, but they’ve just released a new version which is heaps better. You don’t really need to upgrade to gold, just stay with the lite and you’ll be rite (lol – lame I know)
Forum: Plugins
In reply to: 404 error with address masks & static front pageI realised I hadn’t pointed my forwarding address to the right place.
Forum: Plugins
In reply to: Photopress not reading & writing to directoryHi, has anyone got some help for me please?
Forum: Plugins
In reply to: Donation Tracker plugin or websitethanks nerrad. Very helpful ??
Forum: Fixing WordPress
In reply to: cannot upload files from adminI’m having a problem with photopress (2.02 & 2.05 – two different sites) not uploading to the directory created, even though all the settings are right, CHMODS and pathnames. I have no idea why it is happening. I’ve uninstalling and installing again, clearing the cache each time, but I just can’t fix it.
PLEASE HELP! am a little desperate, as want it to be easy enough for my Mum to do by herself!!
Thanks in advance!Forum: Plugins
In reply to: Donation Tracker plugin or websiteThanks for the link, however I don’t think that it does. Perhaps I didn’t explain myself properly lol. I don’t want to track the people donating. I want to be able to input the number of $ collected, and then the plugin will create a table or image that will show how much e.g.
300 | |
250 |—-|
240 |—-|
230 |—-|something like that but in an image format.
Forum: Fixing WordPress
In reply to: Slow in Edit Post (how to deactivate post-preview)Hey there, just letting you know that I came across this and thought “perfect”! I’ve activated it, and it works like a charm. Thanks so much for this! It saves me so much time, and bandwith space!
Forum: Plugins
In reply to: Allow users to edit font attributes in commentsAlso tried this:
// 'ul' => array(), 'font' => array ('color' => array()),
(all on the one line)Forum: Plugins
In reply to: Allow users to edit font attributes in commentsHey thanks so much for your help. I tried and I tried, and I revised and I tried again, but nothing has work.
This is what I’ve tried:1)
// 'ul' => array(),
'font' => array('color' => array()),
);2)
// 'ul' => array(),
'font' => array ('color' => array()),
);3)
used font tags in the comments instead of the pick a colour in the WYSIWYG editor from editormonkey.Anymore ideas?
Forum: Plugins
In reply to: How do I edit what HTML is allowed in comments?Just to make it a bit easier for people who don’t really know what they’re doing (like me till I figured it out) this is the code that I have used:
$allowedtags = array ('a' => array ('href' => array (), 'title' => array ()), 'img' => array( 'src' => array(), 'alt' => array()), 'abbr' => array ('title' => array ()), 'acronym' => array ('title' => array ()), 'b' => array (), 'blockquote' => array ('cite' => array ()),
Hope this helps
Forum: Fixing WordPress
In reply to: Displaying HTML tags in commentsI’ve just been playing around with my kses.php file and have managed to get images to work in my comments. I am now after font size and colour.
I am using editormonkey to control the comments and it’s working great: now I would just like to have commenter be able to control the font size and colour. I added what Viper007Bond said to add, but I couldn’t get that to work.
Any suggestions?
here’s the part of the code taht I edited$allowedtags = array ('a' => array ('href' => array (), 'title' => array ()), 'font' => array('color' => array()), 'img' => array( 'src' => array(), 'alt' => array()), 'abbr' => array ('title' => array ()), 'acronym' => array ('title' => array ()), 'b' => array (), 'blockquote' => array ('cite' => array ()),
Forum: Plugins
In reply to: adding img into ksesI’ve tried doing this, but it doesn’t seem to work. I keep getting an error.
Has anyone got this to work, and can put up a txt part of their kses.php please?
Forum: Plugins
In reply to: Plugins Used Plugin?Ah ha! I worked out what I was doing wrong… didn’t have the “eval() Content” ticked. *makes mental note* remember to do that.
And for others that are having trouble with the page, this is it for listing:
<?php displayPluginsAsList() ?>