Manish
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can Permalink be just /%postname%Thanks , but where does WP 2.1 store these rewrite rules ? In database ? or txt file ?
Forum: Plugins
In reply to: WP Photo gallery plugin with tagging feature?hey even I am looking for such a photo gallery. Lets hope someone will come up with a nice answer.
Forum: Fixing WordPress
In reply to: Can Permalink be just /%postname%Thanks for all the help but I was wanting to look at the coding / technical aspect of permalink structure. I dont see anything being written in .htaccess file, so probably wordpress is using database to redirect url requests. If I know what its doing I might be able to find the answer for my question regarding validity, security and safety of using just /%postname% as custom permalink.
Forum: Fixing WordPress
In reply to: Can Permalink be just /%postname%What happens if there is more than one post with same slug. Also can you point me to some article where its explained how wordpress generates permalinks.
Forum: Fixing WordPress
In reply to: Show posts except from few subcategoriesAny help ?
Forum: Fixing WordPress
In reply to: Multi-category & sub-category navigationHi I am also looking for something similar. I need to post
subcategory 1 ( name and description )
1 post from this subcategorysubcategory 2 ( name and description )
1 post from this subcategory
.
.
. and so on.Forum: Fixing WordPress
In reply to: wp_list_bookmarks helpI am using <?php wp_list_bookmarks(‘categorize=0&title_li=&title_before=&title_after=&before=&after=
‘); ?> but I get <li id=”linkuncat” class=”linkcat”>- before the list starts. How can I avoid that.
Forum: Themes and Templates
In reply to: wp_list_bookmarks, a little problemEven I want to do the same rsolci. Pls do let me know if u cud find any solution to your problem.
Forum: Requests and Feedback
In reply to: Image classSince I didnt get any response, I thought of playing around with some PHP code myself. ( I am using WP 2.1 )
To some extent I managed to satisfy myself by making “Send to editor” button automatically add class=”imgleft” to the img tag it inserts in the post.To do this, I opened the upload-js.php file ( its in wp-admin folder ) and inserted class=’imgleft’ ( note single quotes ) in the 3 <img tags just before they close i.e />
Here is how they looked after modifications.
h += “<img src='” + ( this.currentImage.thumb ? this.currentImage.thumb : this.currentImage.src ) + “‘ alt='” + this.currentImage.title + “‘ width='” + this.currentImage.width + “‘ height='” + this.currentImage.height + “‘ class=’imgleft’ />”;h += “<img src='” + ( this.currentImage.thumb ? this.currentImage.thumb : this.currentImage.src ) + “‘ alt='” + this.currentImage.title + “‘ width='” + this.currentImage.width + “‘ height='” + this.currentImage.height + “‘ class=’imgleft’ />”;
h += “<img src='” + ( ‘thumb’ == display ? ( this.currentImage.thumbBase + this.currentImage.thumb ) : ( this.currentImage.srcBase + this.currentImage.src ) ) + “‘ alt='” + this.currentImage.title + “‘ class=’imgleft’ />”;
Now add class imgleft in the style.css file ( or whatever css file u r using )
Upload it to the proper folders and thats it. Do make backup of these files before making any changes.
Now when you insert an image by clicking “Send to Editor” button you will see class=”imgleft” attribute already added.
Now if someone can help me in adding an option (radio buttons ) to select the class I want to add in this tag
Forum: Fixing WordPress
In reply to: What is the “correct” way to add extra line-breaksEven I am facing similar problem with 2.1 Are the moderators working on this ?
Forum: Requests and Feedback
In reply to: Image classThanks for the links but what I wanted to convey was something different. I understand we can have different classes in style.css and call them in the img tags whereever required. But that has to be done manually, editing each img tag in the post after pressing “Send it to Editor” button and writing class=”someclass” in them.
I just wanted a simple addon so that this option can appear in the iframe where we select the thumbnail option etc. foe the image. So that when the button “send to editor” is pressed we have an img tag with class attribute already displayed. The options can be as described in my first message.
Forum: Fixing WordPress
In reply to: Messed upwhooami sorry I was actually searching with wrong keywords. Thanks for the help !!! Problem solved my changing wp-options in Mysql. Thanks ??
Forum: Plugins
In reply to: Need someone to write me custom plugin/codeHi,
I am looking for a coder who can customize WP as per my requirement. Pls post a message here with contact details.
regards,
Maky.