- Moderated by:
- Support
-
- rank:
-
Helper
- registered:
- May 2004
- Status:
- offline
- last visit:
- 06.11.08
- Posts:
- 283
Mark-
Is is possible for overlib to be combined with autolinks? So to automatically create an overlib box for everything in the autolings table? This would be a truly bad-ass feature. I'm not requesting it as your plate is always full but more or less curious. If it is possible I would be interested in taking a crack at it or at least trying to help out...
-Julian -
- rank:
-
Legend
- registered:
- December 1969
- Status:
- offline
- last visit:
- 04.12.08
- Posts:
- 6540
I'm not Mark, but of course that's possible. It could have been done with out the creation of the modular version, you'd have just had to include the library in the module. The module should make it easy to modify the existing one to do it now. -
- rank:
-
Moderator
- registered:
- March 2002
- Status:
- offline
- last visit:
- 26.08.08
- Posts:
- 7720
It should be possible with a quick hack of the autolinks module. The markup of autolinks is done the function autolinks_userapitransform found in pnuserapi.php in the autolinks module. You might also take a look at MultiHook which has, among other things, autolink style functionality. I believe this module also has some configuration options controlling how linked items are marked up.
-Mark -
- rank:
-
Software Foundation
- registered:
- December 1969
- Status:
- offline
- last visit:
- 15.11.08
- Posts:
- 4481
keep in mind that the overlib library might have a massive impact on the site's performance...
--
regards from germany
..::[Zikula Application Framework]::.. ..::[SEO-Blog]::.. ..::[CMS Sicherheit]::.. -
- rank:
-
Moderator
- registered:
- March 2002
- Status:
- offline
- last visit:
- 26.08.08
- Posts:
- 7720
Andreas,
Given javascript is executed client side I can't see that much of a performance issue. The main problem of the use of overlib would be accessibility. The main purpose for pulling this module together was the potential to further simplify postcalendar - removing it's in built overlib support.
-Mark
