Ronny
Forum Replies Created
-
Forum: Themes and Templates
In reply to: images for each categoryyeah there’s a plugin that seems to be what i’m looking for caalled category icons
http://devcorner.georgievi.net/wp-plugins/wp-category-icons/thanks a bunch. sometimes you just need a hint as to what to search for 🙂
Forum: Themes and Templates
In reply to: Changing the width of the default template for imagesi was having the exact same problem with kubrick and flickr images screwing up the sidebar.
what i did to get rid of the left and right “margins” in the kubrick theme was to just change the whole theme!
Forum: Themes and Templates
In reply to: Changing the width of the default template for imageslooks ok to me,
are you still having the problem?
Forum: Themes and Templates
In reply to: Kubrick Side appears at bottomok one easy way i found to solve the problem is to just change the theme to another one instead of trying to get kubrick to be something else.
one good example of a theme that you could base your new design on is the Steam theme. is has a wider central margin which hopefully will give enough space for the sidebar and main column to exist next to each other in all resolutions and browsers
Forum: Themes and Templates
In reply to: getting rid of “margins” at the left and rightok one easy way i found to solve the problem is to just change the theme to another one instead of trying to get kubrick to be something else
one good example of a theme that you could base your new design on is the Steam theme.
Forum: Themes and Templates
In reply to: getting rid of “margins” at the left and rightok i’ll try it out.
thanks.Forum: Themes and Templates
In reply to: getting rid of “margins” at the left and righthi thanks.
i do not wish to change the look of the margins, i want to get rid of them.Ronny.
Forum: Themes and Templates
In reply to: Kubrick Side appears at bottomok i figure it out. its probably the images from the “main post column” spilling over to the side bar area, forcing it to go down.
now it begs the question, how do i fix it?
i was thinking of increasing the width of the central column (of the post area and side bar combined), but i’m not sure how to do this.thanks.
Ronny.Forum: Themes and Templates
In reply to: Kubrick Sidebarhey there how exactly did you solve this problem?
i’m experienciing the same thing.
thanks.
Ronny.Forum: Fixing WordPress
In reply to: Display all link categories except…yeah i’m trying to do the same thing. using something like the wp_get_links(n) to NOT display a certain category. other than displaying the categories i do want individually. anyone have any way out?
its not too big a hassel to end the individual categories i suppose…but anything to shorten the code 🙂
Ronny.
Forum: Plugins
In reply to: Movie Database?just to bring the original question up again, is there any plugin to do reviews kottke (http://www.kottke.org/movies/) style? his layout really does rock. much props to him.
http://www.seansite.net/my-dvd-collection/ is pretty close to it, but its lacking the essential “movie ratings” by the site. anybody have any other solutions?
thanks.
Ronny.ok oh my gosh. this pluggin has a TON of minor installation problems that messes up wordpress newbies like me.
took forever to figrue out how to do it.ok here’s the thing.
go here http://dev.wp-plugins.org/wiki/TechnoTag and click on Alternate download: http://www.gudlyf.com/media/technotag.tar.gzif you try to do it through the link “Download the latest TechnoTag archive (i.e., all files listed there).” you will mess yourself up unless you click into the files. don’t save target as the first thing you see. its complicated to explain, just click on the 1st link listed above to spare yourself the trouble
after installing the plugin the normal way and putting the 2 image files in the same folder as the plugins, when writing a post, put the word you want to make a tag as
<ttag></ttag>
i do not know why the aurthor lists it as<tag> </tag>but it doesn’t work like that. this took forever for me to discover.
based on this i think the correct way to make a word a tag other than the word in between would be<ttag word="tag word"> </ttag>to make your post have a list of tags at the end of each post, at the custom fields section add
key name ttag with a value being the tag name you want to add.if you put the key name as ttaglist, you can put a large number of tags in the values, without even bothering about commas.
for example a ttaglist with a value of “wordpress tags whatever” will make your post end with the list of tags wordpress, tags, whatever.
but a ttag key witha value of “wordpess tags whatever” will make your post end with wordpess tags whatever as 1 multiword tag.
i think a nice feature would be if the pluggin automatically took out the tag words from you post and listed them at the end without you having to make your own list at the end of every post.
also putting the ttag in the quicktags section would be very convient.
anyway. honestly its a great plugin but the installation and usage could be better.
thanks.
RonnyForum: Plugins
In reply to: [ANN] WP-ContactForm for WP V1.5yup of course it should be an added feature to the contact form. the items to be filled in, in the form iteself should be fully customizable.
and yes you’re right about the possibilty of inbox flooding. but for those of use using web based email, especially gmail, this wouldn’t be a problem at all.
but once again most importantly i meant it as an option for people who want, and are expecting, visitors to send photos for example along with their contact details.Forum: Plugins
In reply to: [ANN] WP-ContactForm for WP V1.5hey it would be useful if there was a way to submit a file as an attachemnt too.
thanks
ronnyForum: Themes and Templates
In reply to: CSS – remove linked image underlineargh. can’t get it to work for my blog sticker/button images things. followed the instructions to the letter and double checked my code. but there’s still an underline.
forget about the “reading list” book cover images. those images are part of another plugin… but the blog stickers are using good old fashion html
<li id="groupies"><?php _e('Groupies:'); ?>
<ul>
<li><a href="http://shittyblogsclub.blogcafe.com/shittyblogsclub" class="image" target="_blank" ><img src ="http://www.fish8me.com/images/shittyblogclub.gif
" border="0" Title="Shitty Blogs Club" alt="" ></a></li>
</ul>
</li>any ideas?
http://www.fish8me.com