lennart
Forum Replies Created
-
Forum: Plugins
In reply to: CoppermineHi,
I updated the hack! The cpg tables MUST be in the same database as the wordpress tables, otherwise the thing won’t work.
The plugin supports now three commands:
[cpg_image:2,4] –> would insert the 4th image in the 2nd album
[cpg_album:4] inserts clickable album thumbnails
[cpg_random:2,normal] inserts a random image of the 2nd album in normal size (“thumb” can also be used as the second parameter)
Here ist the link to thesource code…Forum: Plugins
In reply to: CoppermineHi,
I am currently re-doing the hack. I will post the updated version as soon as I am done!Forum: Themes and Templates
In reply to: External link iconsHi,
I updated my hack. Now you can also define a target of the external links. Here is the current version.Forum: Themes and Templates
In reply to: External link iconsYes, because it adds the style tags and then loads the style. But I think that’s ok…
Forum: Plugins
In reply to: get authorsPromised, I will add the user pref display in the hack this weekend.
spiker: Put this in your index.php at the end where the search is and everything else and copy the get_authors.php stuff in your my_hacks.php<li><h2>Personen</h2> <?php get_authors(false); ?> </li>
Forum: Plugins
In reply to: Breadcrumb Hack for 1.01anatman: hmm, so I don’t. If you didn’t fix it yet copy your my-hacks.php to a file called my-hacks.phps and post the url. Then I can see the source.
alexkingorg: then I aree with you (to disagree of course ?? ). We both seem have a valid point. Let’s carry then on to more relevant discussions…
davidchait: no it wouldn’t be too hard. I would strore the information in a session variable, preferrably in an array. Maybe someone will just throw it together for you.Forum: Plugins
In reply to: Breadcrumb Hack for 1.01Yes, it’s the Navigation below the header and I even left it in English (for now at least) ??
Forum: Plugins
In reply to: get authorsI updated your version a bit, rboren.
It now does not show links for users who did not post anything yet. The source code is here.Forum: Themes and Templates
In reply to: Netscape/Opera Navigation Bar supportOh, I forgot to add the “up” statement for the category filter. So the 4th line looks like this:
<?php if ($p || $m || $author || $s || $cat ) { ?>Forum: Plugins
In reply to: get authorsAllusion: *cough* will do. As well as my other post…
rboren: thx and nice idea, I will try it out after I get home from workForum: Plugins
In reply to: get authorsOops. Then its implemented in 1.0. Maybe I should have posted my code earlier…
Thanks stew!Forum: Everything else WordPress
In reply to: Good work on 1.0Yes, Localization would be so great! I think that is a very important issue. I would even volunteer to translate a release into German…
Forum: Requests and Feedback
In reply to: Localization on my ownStephan, I just installed wordpress I am currently chaning it to be in German. The index.php screen took about 5 mins to adjust so it’s not too bad.
But beside changing the language the date and time formats used need to changed as well for a ‘real’ localized version. But hopefully those things will come in the near future.