snoogly
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I increase height of admin mceEditor textarea?Thanks! So easy!
Forum: Fixing WordPress
In reply to: Trying to tweak comments.phpSweet. Yes indeed I want those users to see comments on those specific posts, I just didn’t know how to list them properly. But thanks to you, I do now!
This is great, as at last I can pull my course on presentation skills out of Moodle and into WP.
The reason I need to tweak the comments.php, is that I upload videos of students’ speeches – and other students write comments about them. The trick is that I need them to write their comments ‘blind’, without reading comments written by other students. The only people who can read the comments are me (the teacher), and the student who’s speech is being commented on.
Thanks again patricioqb
Forum: Fixing WordPress
In reply to: Trying to tweak comments.phpThanks to patricioqb I think I will be able to do what I want by matching userid’s to postid’s.
Something like this would do it – but how should I correctly list the 5 pages? Commas don’t work, and neither does ‘or’.
<?php if($user_ID == 1 || $user_ID == 2 && $post->ID == 5,7,10 ,11,12: ?>
Can a WP/PHP guru tell me how to correctly list those 5 pages?
Thanx
Forum: Fixing WordPress
In reply to: Trying to tweak comments.phpYes, the problem is the large number of pages involved ~ 50. Easy to tweak comments.php for one 1 page/1 user, but not for 50 pages and 10 users!
Forum: Fixing WordPress
In reply to: Confused! I need search results to appear in archive.php, but how?Yes, I could just copy it over to search.php, but I am trying to simplify everything by using archive.php for as much as I can.
OK ??
Over the next month or so I will start setting it up at epressing.net
I will post news here when it is up and running!
Forum: Fixing WordPress
In reply to: Moving wordpress installation to a different serverThat’s a good tip vkaryl. Where does one find fantversion.php ?
Forum: Fixing WordPress
In reply to: Custom error pages?would you care to share the link to the page you found?
??
Forum: Fixing WordPress
In reply to: Need help modifying files: how to display comments to one user only?I would still love to know if this can be done!
Forum: Fixing WordPress
In reply to: Manage | Comments questionIs there a plugin that can do this?
Forum: Plugins
In reply to: Possible to list names of all people who have posted a comment?Fantastic! What a great resource!
Forum: Themes and Templates
In reply to: Customising Comment Submission Error PageI too would like to see some improvements in this area, Surely not a stupid question!
Users (rightly) expect more than the primitive error reporting of WP.
Forum: Fixing WordPress
In reply to: Any alternative to the way WP reports comment form errors to users?Oh, that’s a shame.
Forum: Fixing WordPress
In reply to: I need info about new user roles/ID systemHelp! I am really desperate to get some info on user’s roles under WP2. It is listed as ‘new feature’ , but as much as I hunt on the codex or the WP site, I can find no info about it.
Forum: Fixing WordPress
In reply to: Using .htaccess for protection, but asked for password twice.All is well now. With the help of my hosting company (Dreamhost) I changed a setting in the CP to automatically redirect any ‘https://www……’ arrivals at the site to ‘https://…’ address. The htacces file was seeing ‘https://www.sitename.com’ and ‘https://sitename.com’ as two different addresses, and asked for a password to access each of them.
Though WPress is not to blame for this, I have only ever had such an experience with a WPress site.