mcavoy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Allow Different Authors of Different Levels to Edit PostsNevermind. I figured it out. If anyone else is interested, the two codes above need to be edited to the following:
Line 359:
|| ($author_data->user_level >= 8) ) {Line 398:
if ( $user->user_level >= 8 || $user->user_level >= 8 || $user->ID == $other->ID )Forum: Fixing WordPress
In reply to: popup comments url targetI’d like to know where to put that as well. Do you insert the target=_blank into your index or the wp-comments-popup.php file? And then where would you insert that?
Forum: Themes and Templates
In reply to: meta got small!You can edit the font and font size in your css file. I used that template once and was able to copy the font from your other “categories” into meta and archives.
Forum: Themes and Templates
In reply to: Alas…I got it up, now how do I do this?You will need to edit your wp-layout.css file. Go to this site for information on how to do it.
https://www.tamba2.org.uk/wordpress/
You can edit the Kubrick template with the above directions as well.Forum: Fixing WordPress
In reply to: Comments stopped e-mailingI’ve had the same problem, but it magically starts sending them again. I would bet the same would be for your site.
Forum: Fixing WordPress
In reply to: Banning CommentersMacmanx, I have not updated as I didn’t see a need to. There didn’t seem to be many options that I felt would be useful over what 1.2 currently has. I will check it out again though.
Thank you for your tip.Forum: Fixing WordPress
In reply to: Banning CommentersNevermind. It was called a blacklist and I found it in the hacks section. Sorry for the post.
Forum: Your WordPress
In reply to: Ready for the abuse :)Nice looking site, though I wonder why a Republican would use the same font as the New York Times for a header.
Forum: Plugins
In reply to: will anyone..Is there a way to ban a certain person from making a comment? I searched the support forums and was unable to find a relevant post. Thank you in advance.
Forum: Installing WordPress
In reply to: No css on title page, just formsYour admin page should not contain an extra css. It is the default design from WordPress. You can change it, but I would not recommend doing so.
Your page is up and if you were able to click on Options in an admin menue, it would appear that you installed it correctly.Forum: Fixing WordPress
In reply to: clickable images in postYou could just insert image, highlight the entire thing and then make it a link. I know this is an elementary way of doing it so I’m not sure if this answers your question. I did want to try to help though.
Forum: Themes and Templates
In reply to: Styling PingsForum: Fixing WordPress
In reply to: Help with top title areaThat all depends on what you do. I left two links to help you learn how to code css in your first post.
Forum: Fixing WordPress
In reply to: Help with top title areaThe “problem” is with your template. The template you have is the default WP template and it has set the title bar to stop at the start of the menu. Nothing is wrong with this setup. You can change it, but you will have to change where your menu appears.