Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#133 2005-12-11 15:51:04
Re: [plugin] [ORPHAN] bas_img_selector
> Bastian wrote:
Thats because <code><txp:article_image /></code> uses txp-images if a numeric value is given and uses the path when a path is given. But <code><txp:article_image /></code> dont support thumbails, so bas_img_selector gives the path for thumbnails.
Thats totally understandable and its better the way it is! :)
“Take a point, stretch it into a line, curl it into a circle, twist it into a sphere, and punch through the sphere.”
— Albert Einstein
Offline
#134 2006-01-01 23:01:38
Re: [plugin] [ORPHAN] bas_img_selector
Hi Bas, just updated to 0.6 and I’d like ‘more’ to open by default:
Article image
Body
Body excerpt
Could you let me have the code to make that happen?
Thanks.
J.
Offline
#135 2006-01-02 01:15:17
Re: [plugin] [ORPHAN] bas_img_selector
(Bastian, sorry for editing it)
James, go to Admin>Plugins and click Edit for bas_img. You’ll find on line 56 <code>$out[] =’<div id=“basMore” style=“display:none;”>’;
</code>. Just remove the <code>display:none</code>, or the entire style attribute.
Last edited by deldindesign (2006-01-02 01:15:39)
Offline
#136 2006-01-02 14:31:34
Offline
#137 2006-02-07 17:02:56
Re: [plugin] [ORPHAN] bas_img_selector
Two plugins that I find indespensible are this one and upm_savenew.
Unfortunately, when Bas_image_select is loaded, upm_save_new simply won’t work in the write tab.
How about rolling save_new into this one bas?
Offline
#138 2006-02-08 02:04:25
Re: [plugin] [ORPHAN] bas_img_selector
hackjoon has a fix for this conflict and is willing to share it with bas. Whaddya say Bas?
Offline
#139 2006-02-24 17:46:55
Re: [plugin] [ORPHAN] bas_img_selector
It should work with upm_save_new now.
I modified the display. Its using mary’s buffer methode. Seems to work.
THX to hackjoon.
Last edited by Bastian (2006-02-24 17:48:32)
Offline
#140 2006-02-28 18:48:18
Re: [plugin] [ORPHAN] bas_img_selector
Thanks Bas.
One of my “can’t live without it” plugins now works with one of my “must haves”.
Cheers!
Offline
#141 2006-02-28 18:52:10
Re: [plugin] [ORPHAN] bas_img_selector
Is the bas_img_sel for you th “can’t live without it” or the “must haves” kind of plugin?
Offline
#142 2006-02-28 19:35:25
Re: [plugin] [ORPHAN] bas_img_selector
- Switch off bas_img_sel
- Create a bunch of articles, using save _new, then
- Switch of save_new and switch on bas_img_select
- then add all the article images.
I’ll let you decide which is which… ;)
Last edited by mrdale (2006-02-28 19:52:55)
Offline
#143 2006-04-03 07:07:50
- erissiva
- Member
- Registered: 2006-03-30
- Posts: 18
Re: [plugin] [ORPHAN] bas_img_selector
Woah – I had no clue that Bastian has created 2 of my favorite TXP plugins.
Anyways, I have mucked around a bit and have changed a few lines to work together with your bas_lightbox plugin. But, there are a few things missing in my version. For example, the ablility to add multiple images to the same bas_lightbox tag in order to easily insert a gallery/image-set…and other little nicities.
Have you thought about creating a version of bas_img_selector that works together with bas_lightbox when both are installed?
zan.thri.a – personal political/philosophical blog
Offline
#144 2006-04-03 11:07:23
Re: [plugin] [ORPHAN] bas_img_selector
Have you thought about creating a version of bas_img_selector that works together with bas_lightbox when both are installed?
Yes, I’m thought about and i’m working on it
I will use forms to parse article-images, so things like Lightbox are not longer a plugin, they become a form.
But it will take a little time.
Offline