Page 1 of 1
Link List needed
Posted: Wed Dec 12, 2007 10:07 am
by inki
Hi there!
So serendipity_plugin_linklist is pretty nice with all its dyntree stuff, but unusable for long names, so what I'm looking for is a link list that can be displayed in the main area.
Anyone? Anyone? Bueller? Bueller?
Cheers,
inki
Re: Link List needed
Posted: Wed Dec 12, 2007 10:10 am
by garvinhicking
Hi!
If you're ready for some prime-time heavy smarty stuff, I could instruct you how to put contents of a sidebar to their own static page, using smarty-template calls?
Other than that, I don't know of any linklists that s9y displays natively on their own page. You could however wrap an external linklist application into the main section of s9y using the iframe wrapurl plugin...
Regards,
Garvin
Re: Link List needed
Posted: Wed Dec 12, 2007 10:13 am
by garvinhicking
Hi!
Just looked up the older thread:
http://board.s9y.org/viewtopic.php?t=11 ... rty+static
There I already describe how you can achieve what you need. I explained it there with another plugin, but you can adapt that for any plugin you want.
Regards,
Garvin
Posted: Wed Dec 12, 2007 10:15 am
by inki
No sir, doesn't work. I did exactly what's described in the historical posting, but I don't see any content on the static page.
Cheers,
inki
Posted: Wed Dec 12, 2007 10:45 am
by garvinhicking
Hi!
Which serendipity version are you using? What's your URL?
Does the staticpage display at all, and you're just missing your output? Which ID of the plugin did you use for the smarty plugin call exactly? And did you make sure to move that plugin to the "hidden" sidebar?
Regards,
Garvin
Posted: Wed Dec 12, 2007 11:10 am
by inki
The plugin is in the hidden area. The static page displays. S9Y Version is 1.2. The call is
Code: Select all
{serendipity_showPlugin id="serendipity_plugin_linklist:20f5b258e4803d9985542964a75e725d" side="hidden"}
The URL is
http://jt-stables.aufserver4.hieriminte ... links.html
Cheers,
inki
Posted: Wed Dec 12, 2007 11:15 am
by garvinhicking
Hi!
Could you try to include another plugin in the staticpage? Most preferably a html_nugget plugin? Maybe the linklist has some special coding (which I would check afterwards, if it works with a html nugget).
Could you modify the {showplugin} call in the staticpage so that you add a
output? Maybe the staticpage parsing has a problem, and the template is not evaluated at all.
Regards,
Garvin
Posted: Wed Dec 12, 2007 11:22 am
by inki
I added
Linklist plugin start
Linklist plugin end
Cheers,
inki
Posted: Wed Dec 12, 2007 11:44 am
by garvinhicking
Hi!
Thanks for that. Did you try if it works with a HTML nugget?
Could you show me a dump of your SQL table 'Serendipity_plugins' of the row with your linklist plugin?
Can you also try to enhance the smarty call with this:
Code: Select all
{serendipity_showPlugin
class="serendipity_plugin_linklist"
side="hidden"
}
That should broaden the scope of the plugin API including the right plugin. I have the feeling it is currently not pulling the right SQL query with the current call.
Sadly my test-installation is currently unstable so I can't easily reproduce your issue right now. Hope you don't mind to be the test-dummy here.
Regards,
Garvin