strikedamic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: IE can’t resize images!Sure.
You gotta try the same link in Opera and IE:
https://sinister.ch/hot/wp/?p=28Forum: Fixing WordPress
In reply to: Easy image insertion?Don’t worry. With my humble knowledge of PHP, I actually managed to solve it myself using the c2c custom field plugin.
Forum: Fixing WordPress
In reply to: Authors-only pages?please, anyone?? ??
Forum: Fixing WordPress
In reply to: Authors-only pages?btw:
https://hot.sinister.ch
this is my blog.Forum: Fixing WordPress
In reply to: Posts not alignedHm just adding a thought.
Could it be that this happens because I used <table> for the post layout? (You know, one cell for the avatar and author title, one cell for the post title, subtitle, category, date, and rating…)?
If you use IE you’ll see the tables. (Is there any possibility to make IE NOT display the table borders??)Forum: Fixing WordPress
In reply to: Posts not alignedHere’s the link to the theme files: Dark City 1.0
Forum: Fixing WordPress
In reply to: Latest Posts?I got it. Thanks a lot!
Forum: Fixing WordPress
In reply to: Latest Posts?Forum: Fixing WordPress
In reply to: Latest Posts?The sidebar.php doesn’t work because it seemingly only controls the right sidebar, but not the left.
Afaik I do not use widgets (what are those anyway?)Forum: Fixing WordPress
In reply to: Latest Posts?Never mind, I found the “Latest Post from each Category” plugin (Here).
Still, could anyone tell me how to replace the “Meta” link area with custom content?Forum: Fixing WordPress
In reply to: Main Column Width?Oh and by the way, since the blog text exceeded the title’s width after I applied a table to the title, I put the blog text in a table as well (I guess it looks pretty weird on IE now :P). Both are 630px in width.
Please help!
Forum: Fixing WordPress
In reply to: HELP: Add new parameters to users?… please? ??
Forum: Fixing WordPress
In reply to: HELP: Add new parameters to users?Thank you for your help, but; considering I’m a real php newbie, you need to tell me how to use it for my purpose before it’s of any use to me ??
Did you understand what results I want to have? If yes, could you please alter the code and post it and tell me where I have to put those files in or if I have to activate any plugins etc?Thank you VERY much! ??
Forum: Fixing WordPress
In reply to: HELP: Add new parameters to users?Update: tried the following:
<label><?php _e('Functions:') ?> <input type="text" name="func" id="func" value="<?php echo $profileuser->user_func ?>" /></label>
(in wp-admin/profile.php)
I guess the new value of User Function will be saved as user_func, right? The Profile area shows the new textbox nicely, but when I hit “Update”, the textbox goes blank so I guess my newly defined value is not being saved.
1. What do I have to do to make the system save the new function as user_func?
2. What code do I have to implement in the sidebar to include the User’s Function (aka user_func)?Please help!! Thanks