abhideydas
Forum Replies Created
-
Forum: Plugins
In reply to: authentication in wpyou can use your internal authenciation system instead…
Forum: Fixing WordPress
In reply to: SQL/DB Errorwhat’s the error? what you have above is an SQL query…
Forum: Plugins
In reply to: guest blogginguse a contact form plugin. the post will be emailed to you and you can choose whether or not to publish it. alternatively use can create a username/password and make it public. visitors will login with that and submit their articles for review.
Forum: Fixing WordPress
In reply to: How to add a html snippetif you just want to insert some HTML code like
<strong>This is bold text</strong>, then simply type in the code if you are not using the rich text editor. if you want to show the code the use<in place of < and>in place of >. the rest remains the same.Forum: Fixing WordPress
In reply to: Permalink: i do not know how to create an htaccess filejust change the category base to whatever you want. and i don’t understand if you want to show people that you know it all, then why not set up a test system first and build your application before putting it up before the public!!!
Forum: Fixing WordPress
In reply to: Submission formuse Ryan Duff’s contact form plugin: http://ryanduff.net/projects/wp-contactform/
Forum: Fixing WordPress
In reply to: creating subdirectorygo to Options>Permalinks and set up the clean URL. then the page http://ishimmer.net/?page_id=7 can also be called by http://ishimmer.net/about/ mimicking a real directory.
Forum: Fixing WordPress
In reply to: Subdomain Email Problemare you trying to use a mail address like [email protected]? that may not be supported by all hosts.
Forum: Requests and Feedback
In reply to: Image Directory Problem Uploadingdon’t get discouraged, we are here to help. in some servers directories created within a writable directory may not be writable by default. if its not too much of a trouble disable ‘Organize my uploads into month- and year-based folders’ in the Options>Miscellaneous Page and make the permission of the directory in which you want to upload 777.
about the creation of the thumbnail, the name of the thumbnailed image is usually thumb-image.jpg where the name of the original image is image.jpg. please check whether you are accessing this image or not for some strange reason, WP dosen’t do it automatically.
Forum: Fixing WordPress
In reply to: Displaying custom banner?depends on the theme. what theme are you using?
Forum: Fixing WordPress
In reply to: creating subdirectoryit appears that you are not using clean URL’s in permalinks. turn on clean URL’s and make a page called About. the rest will be handled by the almighty wordpress.
Forum: Fixing WordPress
In reply to: Newbie RSS Helpfor some reason your syndication system is not working. may be you should try uploading wp-rss and wp-rss2 again.
Forum: Requests and Feedback
In reply to: Image Directory Problem Uploadingmay be you should try making your directories writable by CHMOD’ing them to 777. load a FTP program, right click on that directory, choose the CHMOD option and change the permissions.
Forum: Fixing WordPress
In reply to: No Trackbacks or Pingswhat errors are you getting?
Forum: Fixing WordPress
In reply to: View Site: views Index of parent directory NOT index.phpor you can put this in your .htaccess file:
DirectoryIndex index.php