Lorelle
Forum Replies Created
-
Forum: Plugins
In reply to: Need plug-in for contact form that allows attachmentsTake a look at User Levels instead of a comment form, allowing registered users to upload images. That might be more helpful.
Forum: Fixing WordPress
In reply to: How to make blog for more persons with own pages?Also, check for the different multiple blog plugins which may help.
Forum: Fixing WordPress
In reply to: Plugin messed up database?First, get rid of the blogs of the day plugin and see if that fixes everything.
Second, how did you install it?
And check with the plugin author’s website as he is really helpful and has a lot of fixes already there for users.
Forum: Plugins
In reply to: Abstract out loginProbably. You can also setup the usernames and passwords to be the same as the ones they are using in the existing system, to make life easier.
Forum: Themes and Templates
In reply to: Admin panel and dark themesYou can Theme your WordPress Administration Panels. There are a lot of them, but it is important that users know 1) they are entering a “restricted zone”, and 2) if they ask for help outside of your little world, they have a context that we, the helpers, can relate to. Other than that, go ahead.
http://codex.wordpress.org/Creating_Admin_Themes
http://codex.wordpress.org/Adding_Administration_Menus
http://codex.wordpress.org/Using_Themes/Theme_List#Admin_ThemesForum: Plugins
In reply to: Way to permanently apply the <!–more–> tag?There are a variety of ways. http://guff.szub.net/the-excerpt-reloaded is the Excerpt Reloaded Plugin which will help you customize your excerpt. That would be the easiest method.
If that doesn’t work. Come back and ask again and we’ll come up with other alternatives.
Forum: Installing WordPress
In reply to: author description on top of author pageHave you looked at creating a custom author page at Author Templates? That might help you.
Forum: Plugins
In reply to: Ultimate Tag Warrior – non-english tags problemThe author of this plugin is very responsive and helpful. Please contact her directly for information on this.
Forum: Fixing WordPress
In reply to: How to link to category list in a different directoryHow about manually? Just type in the link to wherever you want it.
<a href="/wordpress/index.php?cat=42">Category Name</a>You can learn more about manual linking on Linking Posts, Pages and Categories on the Codex.
Forum: Themes and Templates
In reply to: edit free-site templatesIf you are using wordpress.com or any of the WordPressMU driven sites, you cannot edit your Themes. If there is a problem with the Theme, contact the host through the Feedback link at the top of your Admin Panels. If you want to add a feature, then you can suggest it, but special features aren’t available yet. They may be soon.
If you want the ability to edit and manipulate WordPress, you got to do as you’ve just been told – buy space from a host and download and install the full version of WordPress, available for free from the DOWNLOAD link at the top of the screen.
Forum: Fixing WordPress
In reply to: Host WP d/b & docs on different site (not directory)It’s more complicated than that. And what if one site goes down, crippling the other. This is very strange.
You might find information on this in the article on Moving WordPress.
Forum: Themes and Templates
In reply to: Why my sidebar show belowThere are instructions here that may help you figure out what is wrong with your sidebar.
Begin by fixing the more than 175 validation errors. You have a lot of stuff in your sidebar and the whole layout has been messed with, probably trying to change the wrong parts of your style sheet, but you have bigger problems to fix.
First, clean up the errors, and then use the information in the above article and Finding_Your_CSS_Styles to find the styles that need to be changed to accomodate all the stuff in the sidebar.
Forum: Fixing WordPress
In reply to: Content length problem in postsThen there is probably something wrong with your Theme’s design or something else. Your post entry can be HUGE, covering dozens of physical pages in length. But something else is causing your Theme to time out. Validate your code to make sure there are no errors, and test it on other browers and on a PC to see if the problem is consistent. And provide a link to your site and we’ll take a look, too.
Forum: Fixing WordPress
In reply to: >.< “smilie” unable to do in commentsFor information on how to use and add to smilies in WordPress, see Using_smilies.
Forum: Plugins
In reply to: public postingI don’t understand what you are trying to do. Do you want to have users on your site posting to your site? Do you want to change the administration panel Theme to make it more simple to accomodate these users?
Can you be more clear?
And while you are at it, see User Levels for more information.