Search found 58 matches

by Linus
Sun Nov 21, 2010 12:12 pm
Forum: Plugins
Topic: Usergallery - Extended infos in thumbnailView
Replies: 1
Views: 2630

Usergallery - Extended infos in thumbnailView

Hi,
I'm using the gallery plugin to display a folder in the thumbnailView. I want to display the extended informations like title, comment, size, etc. about a picture beneath the thumbnail.
However if I try to include the extended infos from plugin_usergallery_imagedisplay.tpl in plugin_usergallery ...
by Linus
Tue Jun 17, 2008 11:52 am
Forum: Plugins
Topic: show logged in authors / smarty question
Replies: 16
Views: 16940

Hi Ullrich,
sorry but this plugin is not really ready yet - it stil needs some cleanup but I ain't got time at the moment.
I could send you the files if you need them...
Regards Andi
by Linus
Sun Mar 09, 2008 12:00 am
Forum: Generelles in Deutsch
Topic: Danke an die S9y-Community
Replies: 2
Views: 3059

Mir gehts genauso...
War ne Zeit lang weg - aber jetzt hat mich das serendipity-Fieber wieder gepackt ;)
by Linus
Sat Mar 08, 2008 11:47 pm
Forum: Plugins
Topic: show logged in authors / smarty question
Replies: 16
Views: 16940

Thank you Garvin,
I did what you told me. When a user logs in I save the time.
The user will be removed from the list after 600sec. I change the color (green,yellow,red) of an image every 200 sec to indicate how much time is left. Furthermore I added a button that the user can manually update his ...
by Linus
Fri Mar 07, 2008 11:15 am
Forum: Plugins
Topic: show logged in authors / smarty question
Replies: 16
Views: 16940

Hi Garv!
Well I got it working at the moment without any changes to the core.
I`ve created a new table with only on field (authorid).
Everytime a user logs in/out with the sidebarplugin I insert/delete the authorid in the table. I put that code in the serendipity_event_loginform.php.
As I mentioned ...
by Linus
Fri Mar 07, 2008 6:57 am
Forum: Plugins
Topic: show logged in authors / smarty question
Replies: 16
Views: 16940

Hi Garvin
1. The code that inserts the current authorid in your DB table. This is done through serendipity_userloggedin() and $serendipity['authorid']
Mmh i ran into problems putting db_queries into serendipity_userLoggedIn() function.
Thats the function:
function serendipity_userLoggedIn() {
if ...
by Linus
Thu Mar 06, 2008 5:23 pm
Forum: Plugins
Topic: Linklist sometimes slow (solved)
Replies: 12
Views: 9609

Hey, I found out, that it's much more fluid when I use Opera.
I got more CPU-Load when I use Firefox and when I cycle through the tabs (Bilder,Kontakt) the page is bouncing around because it hides the scrollbar :(
by Linus
Thu Mar 06, 2008 2:43 pm
Forum: Generelles in Deutsch
Topic: Das Serendipity Handbuch
Replies: 18
Views: 13470

Hi Garv,
kannst du vielleicht das Inhaltsverzeichnis posten?
Würd mich echt interessieren...
Ja das ist ja krass - mein Vorposter kommt aus der gleichen Ortschaft wie ich und ist ebenfalls s9y User - Grüße nach Philippsburg ;)
Merci & Grüße Andi
by Linus
Thu Mar 06, 2008 2:32 pm
Forum: Plugins
Topic: show logged in authors / smarty question
Replies: 16
Views: 16940

Sorry maybe I'm a bit dumb today but I don't understand what your talking about...
I want to display ALL users which are currently logged in on the sidebar..
You can use the serendipity_authorLoggedIn() PHP function, it returns true if a user is logged in.
I think you mean serendipity_userLoggedIn ...
by Linus
Thu Mar 06, 2008 1:59 pm
Forum: Plugins
Topic: show logged in authors / smarty question
Replies: 16
Views: 16940

Okay I already thought that this is the plugin you suggested to patch and yes it already stores it's data in the visitors table...

But how can I determine who is logged in and who is only a visitor?
Do I have to modify the login & logout functions or is there another way to get the information ...
by Linus
Thu Mar 06, 2008 11:33 am
Forum: Plugins
Topic: show logged in authors / smarty question
Replies: 16
Views: 16940

Hi Garvin,
now I got time ;)
But I'm not sure what plugin the "Active visitors" is neither how to determine if a visitor is an author...

I looked over the code and this is what I think how I could implement it:
Create a new function which saves the authorid and a bool if logged in db. Add a call ...
by Linus
Thu Mar 06, 2008 7:53 am
Forum: Plugins
Topic: Linklist sometimes slow (solved)
Replies: 12
Views: 9609

Mmh I never saw that cache option before...
I downloaded the "cache for everyone" from cvs and set cache sidebar to yes.
Reloaded the page and clicked around
-> yihaa - as I would say there's a great performance boost...
:lol:
Thanks a lot
by Linus
Wed Mar 05, 2008 5:43 pm
Forum: Plugins
Topic: Linklist sometimes slow (solved)
Replies: 12
Views: 9609

hhm I can´t find a linklist on your site ^^
btw: "GIMP FTW!"
by Linus
Wed Mar 05, 2008 4:53 pm
Forum: Plugins
Topic: Linklist sometimes slow (solved)
Replies: 12
Views: 9609

Alright then it´s certainly the js.
It´s not that big deal anyway - if it´s not getting worse when I add a few more links ;)
Thanks a lot Judebert
by Linus
Wed Mar 05, 2008 4:22 pm
Forum: Plugins
Topic: Linklist sometimes slow (solved)
Replies: 12
Views: 9609

Is that the box called "Mannschaften"?
yes it is. You can see what I mean when you cycle through the tabs.
It's a big JavaScript....
yep that could be the problem... I´ve tried the "output as css tree" option but it doesn´t remember the state - which is essential in this case.
Additionally, one ...