Ported: Mimbo
Hi yellowled,
I'm still having trouble with the multiple categories link - see above and here:
http://board.s9y.org/viewtopic.php?t=12293
Any idea why I can't have an entry list from multiple categories the usual way?
I'm still having trouble with the multiple categories link - see above and here:
http://board.s9y.org/viewtopic.php?t=12293
Any idea why I can't have an entry list from multiple categories the usual way?
my installations:
family blog: http://familie.lobenstein.info/
personal blog: http://www.ormus.info/
OrmusTool Homepage: http://tool.ormus.info/
Online Adventskalender: http://www.ormus.info/pages/advent.html
family blog: http://familie.lobenstein.info/
personal blog: http://www.ormus.info/
OrmusTool Homepage: http://tool.ormus.info/
Online Adventskalender: http://www.ormus.info/pages/advent.html
-
Don Chambers
- Regular
- Posts: 3657
- Joined: Mon Feb 13, 2006 2:40 am
- Location: Chicago, IL, USA
- Contact:
Hi...
yellowled, would it be possible to fill the custom entry field (ep_MimboImage) with the s9y image id instead of the image url? I'm trying to add dynamic image resize support (http://board.s9y.org/viewtopic.php?t=12478) to have the frontpage images in the recommended size without needing resized versions...
yellowled, would it be possible to fill the custom entry field (ep_MimboImage) with the s9y image id instead of the image url? I'm trying to add dynamic image resize support (http://board.s9y.org/viewtopic.php?t=12478) to have the frontpage images in the recommended size without needing resized versions...
my installations:
family blog: http://familie.lobenstein.info/
personal blog: http://www.ormus.info/
OrmusTool Homepage: http://tool.ormus.info/
Online Adventskalender: http://www.ormus.info/pages/advent.html
family blog: http://familie.lobenstein.info/
personal blog: http://www.ormus.info/
OrmusTool Homepage: http://tool.ormus.info/
Online Adventskalender: http://www.ormus.info/pages/advent.html
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
This could be enhanced in the entryproperties in the future; but not for s9y 1.3 and it cannot be done within a template.
Regards,
Garvin
No, not without creating a custom event plugin. The entryproperties coding always inserts the path to a mdb file into the insert box, never the ID.yellowled, would it be possible to fill the custom entry field (ep_MimboImage) with the s9y image id instead of the image url?
This could be enhanced in the entryproperties in the future; but not for s9y 1.3 and it cannot be done within a template.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Not sure what you mean here. I assume you don't want to select an image from the media db using the select dialogue for MimboImage in the extended entry options but rather just enter an image id in the MimboImage field, right?ormus7577 wrote:would it be possible to fill the custom entry field (ep_MimboImage) with the s9y image id instead of the image url? I'm trying to add dynamic image resize support
No, that wouldn't work since the entries_*.tpl files are not prepared to translate the image id into an URI. Do the images in the media database even have a unique ID other than the file name? I also have to admit I don't know if this is possible at all, and I admit I haven't read the dynamic image resizing thread so far
YL
Yes, they do have an id
The dynamic resize plugin extracts the filename from img src attribute and selects the fitting image id from the db.
But the markup can only be used on the entry/extended entry, not on the body itself. If you know the image id in the .tpl however, then you can create the url (with all it's GET params) all by yourself to resize the image. I'll have a closer look at that...
But the markup can only be used on the entry/extended entry, not on the body itself. If you know the image id in the .tpl however, then you can create the url (with all it's GET params) all by yourself to resize the image. I'll have a closer look at that...
my installations:
family blog: http://familie.lobenstein.info/
personal blog: http://www.ormus.info/
OrmusTool Homepage: http://tool.ormus.info/
Online Adventskalender: http://www.ormus.info/pages/advent.html
family blog: http://familie.lobenstein.info/
personal blog: http://www.ormus.info/
OrmusTool Homepage: http://tool.ormus.info/
Online Adventskalender: http://www.ormus.info/pages/advent.html
Re: Ported: Mimbo
very nice port
If there is the wiki plugin installed and text like ((sample)) it will destroy the layout
greetings
If there is the wiki plugin installed and text like ((sample)) it will destroy the layout
greetings
idea for Mimbo version 2.0
Couldn't the MimboImage be included in the entry view as well? That should include the entry view itself and the entry list of an category. That should be possible with smarty, shouldn't it? Cause right now the frontpage displays the entry with the MimboImage, but if you click the category header then only the entry body is listed without the MimboImage. Somewhat inconsistent...
*edit* note to self: try it before asking, lazy Ormus... I'm already on it, actually it's pretty easy...
Couldn't the MimboImage be included in the entry view as well? That should include the entry view itself and the entry list of an category. That should be possible with smarty, shouldn't it? Cause right now the frontpage displays the entry with the MimboImage, but if you click the category header then only the entry body is listed without the MimboImage. Somewhat inconsistent...
*edit* note to self: try it before asking, lazy Ormus... I'm already on it, actually it's pretty easy...
my installations:
family blog: http://familie.lobenstein.info/
personal blog: http://www.ormus.info/
OrmusTool Homepage: http://tool.ormus.info/
Online Adventskalender: http://www.ormus.info/pages/advent.html
family blog: http://familie.lobenstein.info/
personal blog: http://www.ormus.info/
OrmusTool Homepage: http://tool.ormus.info/
Online Adventskalender: http://www.ormus.info/pages/advent.html
I have no intention to expand Mimbo to v2.0, simply because it's not my design. It's a portormus7577 wrote:idea for Mimbo version 2.0
That's not inconsistent, that's the way it's done in the originalormus7577 wrote:Cause right now the frontpage displays the entry with the MimboImage, but if you click the category header then only the entry body is listed without the MimboImage. Somewhat inconsistent...
Why don't you go ahead and create an entirely new template based on Mimbo while you're at it? That's the ideal way of getting into template design for s9yormus7577 wrote:I'm already on it, actually it's pretty easy...
YL
I kind of do this alreadyyellowled wrote:Why don't you go ahead and create an entirely new template based on Mimbo while you're at it? That's the ideal way of getting into template design for s9y
Changes up to now:
- changing the style by daytime (night/day background)
MimboImage in the entries as well
Only 2 featured category entries
MimboImage sizing done by hardcoded widths
feed added to navbar
my installations:
family blog: http://familie.lobenstein.info/
personal blog: http://www.ormus.info/
OrmusTool Homepage: http://tool.ormus.info/
Online Adventskalender: http://www.ormus.info/pages/advent.html
family blog: http://familie.lobenstein.info/
personal blog: http://www.ormus.info/
OrmusTool Homepage: http://tool.ormus.info/
Online Adventskalender: http://www.ormus.info/pages/advent.html
-
michelleyy
- Regular
- Posts: 7
- Joined: Mon May 26, 2008 10:43 pm
-
michelleyy
- Regular
- Posts: 7
- Joined: Mon May 26, 2008 10:43 pm
Sorry,
It's there, just doesn't really look right
http://queenmichelle.com/index.php?/arc ... l#extended
It's there, just doesn't really look right
http://queenmichelle.com/index.php?/arc ... l#extended
-
michelleyy
- Regular
- Posts: 7
- Joined: Mon May 26, 2008 10:43 pm