lectique
Forum Replies Created
-
Forum: Themes and Templates
In reply to: wp_list_pages vs. CSS vs. IEhi muelheim, i posted my fix before I saw your reply but I had tried putting in a static pixel value before and it made no difference: the box was the correct size but the text was outside of it.
Forum: Themes and Templates
In reply to: wp_list_pages vs. CSS vs. IEah, sometimes even just posting about a problem helps. I fixed it. Basically IE does not like the way WP formats the list output. I found if I changed this line (line 427) in the file template-functions-post.php:
in my WP build (2.0.5) with the following:
$output .= $indent . '<li class="' . $css_class . '"><a href="' . get_page_link($page_id) . '" title="' . $title . '">' . $title . '</a>';$output .= $indent . '<a href="' . get_page_link($page_id) . '" title="' . $title . '">' . $title . '</a><br>';
Both firefox and IE display the links perfectly-inside the box. Strange…
Forum: Fixing WordPress
In reply to: Smilies not showing in commentshmm, i know this is of no help, but i have exactly the same problem. I implemented wp-grins today and the grins work like a charm in main post, but not in comments.
No help, i know, but at least you know it’s not just you who has this problem ??
-perryahh! /me slaps forehead
i get it. cheers. seems to be working now. Sweet. Thanks for the patience ??
-perryok well i seem to have found what caused the error, i had a friend in my db called “J” and it seems the single character name fscked it up. She is now called “J_” and that seems to be ok and doesn’t create link errors. Now i have the problem that the hack only creates the popup-links if the name is spelt lowercase:
https://www.nicedyke.net/blog/index.php?p=55
as you can see i tried all names in lowercase, all in first letter uppercase (as they are entered into the db) and then all in uppercase.
In the first example, it *looks* like they were first letter uppercase as the hack transforms the link, when in reality all the letters are lowercase.
i’d have a look at the php code myself but my php skills are still a bit too lacking to make much sense of it :-/
-perryhi again,
great about the lowercase/uppercase implementation.
But sadly, i tried it in my blog and just came up with a bunch of errors. Every time it was supposed to do a link, i came up with this instead, as soon as i had used the new syntax:
Javascript:myVoid()” onClick=”peoplePop(8);”>Javascript:myVoid()” onClick=”peoplePop(1);”>John
where “john” was the name it was supposed to create a pop up window for. I tried both the syntax mentioned in your forum, as well as downloading the whole zip file and replacing the text in my myhacks.php with the text in your textfile, as to make sure i hadn’t copied something wrong, but both were no go.
it seems to sometimes create the links correctly, but as of yet i haven’t determined where the differences are between the error-names and non-error-names. ??
if i do find the differance i will post it here. You might be able to see these errors here: https://www.nicedyke.net/blog/ (depending on whether i fix them first or not) ??
but thanks for looking into it.
-perryhmm just a few suggestions:
a.) it would be cool if there were a way to assign multiple names to one person. I might have a friend called Joseph, but i also call him J, joe, seph, whatever…it would be great if i could enter multiple names.
b.) it would also be excellent if it would still create the links despite differences in uppercase/lowercase. Now Joseph and joseph are still two different people, which means i have to remember if i entered the name in uppercase or lowercaseinto the db when i write my blog.
b.) it would be great that if i didn’t have my nophoto image in the directory specified in both people-admin.php and people-popup.php then i didn’t have to change it in both files, as i do now. You only mention changing it in the popup as far as i can see. If i only change it in the popup, i still have to manually type in /blog/images/nophoto.jpg when i enter a new person, instead of /images/nophoto.jpg. I found a hardlink to /images/nophoto.jpg in the people-admin and changed that and now it works, it has the changed URL in the textfield when i enter a new person, but that wasn’t mentioned in the readme ??
c.) i installed it and it works fine but it started parsing the bios in the popup windows for names, too., and creating links, which is a bit pointless. so i commented out /*$bio = peopleDefine($bio);*/ from the people-popup and now it doesn’t do it anymore.
d.) i seem to have real problems editing the people-popup. for some reason even though i have made changes they just REFUSE to show up, even though i have double and triple checked. SO far i can’t find out why not. maybe thats just me tho, it wouldn’t be the first time. ??
but cool hack. i like it. I had been looking for something like this in a while ??
-perryForum: Plugins
In reply to: WP-Mood Hacki would like to see a split version as well. I’m currently using emotif as a mood plugin as i like that better https://emotif.sourceforge.net but i’d like to see a pure music hack that i can use.
cheers,
-perry