louse101
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Turning wordpress into a printable documentYour best bet would be to Google for a print related plugin. https://www.lesterchan.net/portfolio/programming.php may give you an option. Look down the list for WP-Print.
Forum: Fixing WordPress
In reply to: PermissionsYeah I’ve emailed. No response yet. I’m hoping someone knows the solution as it appears to be a simple problem that I’ve just not encountered before.
Forum: Fixing WordPress
In reply to: PermissionsWell this is a dedicated server. There’s only one website hosted on it. I’m positive all I need to do is figure out how to the domain to be the user so when I CHMOD my files to 755, it recognises the domain as BEING the user.
Annoying, because it’s probably so simple.
Forum: Fixing WordPress
In reply to: Advanced problem – image uploadNot particularly. The site’s constantly in use. Are you not aware of any solutions that don’t require server swaps?
Forum: Fixing WordPress
In reply to: Advanced problem – image uploadCorrect,vkaryl. I’m glad you understand the fix I’m in. Thanks also, samboll, though I think you must be wonderfully lucky!
Curiously, uploads worked fine on my previous host. Because I did a manual migration (literally copying all web files from the old host to the new, then manually creating the DB to import the backup file into), I’m thinking that maybe something is set to work with my old server, and therefor is causing an error with my new one.
Sadly a long set of Google searches prove only that most people are content with using 777, even in some cases in spite of warnings about security. Doesn’t help us! =(
Forum: Fixing WordPress
In reply to: Advanced problem – image uploadYeah, I’d tried that several different ways. As soon as I revert back to 755 the uploads fail, giving the “The uploaded file could not be moved to .” error message.
Forum: Plugins
In reply to: inline-uploading.php – important image questionI’m sorry. I think I may be wasting more of your time pondering this problem than I’d spend manually inserting a tag. I’ll let this topic die. Thank you for your thoughtful advice on this and the other topics.
Forum: Plugins
In reply to: inline-uploading.php – important image questionI’ll try to be a little more specific by being a little less complicated..
We upload an image using the upload form on the Write/Post page. We then send it to the editor as a thumbnail that is linked to the full-size image. WordPress generates the HTML for the image when it sends the thumbnail to the editor.
What I want to do is add a tag inside the HTML it generates. The HTML would include the IMG tag, the TITLE tag and the A HREF tag. I want to include one more tag in this circumstance.
I really hope this is clearer to understand.
Forum: Plugins
In reply to: Automatically adding code into img tagI decided to leave the title tag in for that very reason actually.
Any idea about inserting the rel=”lightbox” tag though?
Forum: Fixing WordPress
In reply to: quick question regarding the_authorAh thank you. Though I’m looking for a bit of code that will display an image, or any HTML, that changes for each author.
Look at a particular post on my site:
https://www.techsmessage.com/2006/10/06/but-i-dont-want-a-ps3-i-want-a-wii/
The ‘Editors Insights’ image only appears on posts made under the Articles category, as opposed to the News category.
I’m looking to have another image below that one, and it’ll change depending on the author, and like the ‘Editors Insights’ image it’ll only be visible on Articles.
Forum: Plugins
In reply to: Automatically adding code into img tagBump. Anyone have any ideas with this?
Forum: Plugins
In reply to: inline-uploading.php – important image questionBump. Anyone have any ideas with this?
Forum: Plugins
In reply to: Automatically adding code into img tagI solved half of the problem. I needed to edit a section in inline-uploading.php’.