patrickwesseling
Forum Replies Created
-
Forum: Plugins
In reply to: WordPress 1.2 User Online not workingHi,
Thanks! Got it! 🙂
PatrickForum: Plugins
In reply to: WordPress 1.2 User Online not workingHi,
Got it. For a moment there I had 2 users (busy times) but it said 2 user online. Now I changed the code to:
if($useronline > 1) {
$useronline = “<b>$useronline</b> $user”;
} else {
$useronline = “<b>$useronline</b> $user”;
}
return $useronline;
To get the double online out. I suspect I need to change the $user in the second line to $users right?
PatrickForum: Plugins
In reply to: WordPress 1.2 User Online not workingHi,
I got it smaller now and I know how to change the font. But I am not sure were to look to get rid of “”1 User Online Online”. There is one online to many.
PatrickForum: Plugins
In reply to: WordPress 1.2 User Online not workingHi,
That actually makes sence. 🙂 I am trying some things to see how it goes.
PatrickForum: Plugins
In reply to: WordPress 1.2 User Online not workingHi,
Yes that did the trick. It shows now “1 User Online Online” which I am sure I can change to only one “online”. Also it is a bit big. Can you change the font size too?
PatrickForum: Plugins
In reply to: Best thumbnail plugin/hack?Hi,
I just use html to display the picture smaller in size and also it acts as an hyperlink so that when people click on it it will open a new window/page with the picture in full size.
PatrickForum: Fixing WordPress
In reply to: Aligning an imageHi,
Got it. 🙂
PatrickForum: Plugins
In reply to: Plugin that shows how many items are in thereHi,
Updates the preferences. And got it working now.
PatrickForum: Plugins
In reply to: Plugin that shows how many items are in thereHi,
In which file can I put that line of code? I looked around a bit but I stayed clueless. 🙂
PatrickForum: Plugins
In reply to: Plugin that shows how many items are in thereHi,
That can go anywhere in the css file?
PatrickForum: Plugins
In reply to: Best thumbnail plugin/hack?Hi,
I got what I want. 🙂
PatrickForum: Fixing WordPress
In reply to: Aligning an imageHi,
I was wondering if it also is possible to have several images next to each other?
PatrickForum: Plugins
In reply to: Best thumbnail plugin/hack?Hi,
What I also could do is make 2 images of the picture I need, small one and have the big size, and then put the small one in the post and put a link under it to go to the big picture in a popup window. Or click the mini picture itself. How could I make a link that will open a popup window in Worpress?
PatrickForum: Fixing WordPress
In reply to: Aligning an imageHi,
Ok when I edit/write I look in the bottom where I can see how it will look in the end. It shows not in the center there but it does when I save/publish it and look on my site at the article. So it does work only not in the preview part.
PatrickForum: Plugins
In reply to: Best thumbnail plugin/hack?Hi,
I tried Thumb-in-Post 0.94 but after activation I end up with:
Parse error: parse error, unexpected ‘}’ in /home/flyingpa/public_html/wp-content/plugins/thumb-in-post9.php on line 28
Patrick