Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#169 2007-02-13 17:53:45
Re: [plugin] [ORPHAN] bas_img_selector
Bastian,
Will it be anything like the image wizard (note my speculation on what your original mockup did not show?)
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
#170 2007-02-13 19:57:37
Re: [plugin] [ORPHAN] bas_img_selector
jameslomax wrote:
Got a question though: how do I get the “More” options to open by default?
This came up some time ago but in an earlier version. I didn’t really understand it then and now of course its a different version so the solution is probably different…..
Any idea on this?
Thanks…..
Offline
#171 2007-02-14 03:32:10
Re: [plugin] [ORPHAN] bas_img_selector
Bastian,
THANK YOU! That made my week.
- )
Cheers,
—
Tom
Offline
#172 2007-02-17 10:30:51
Re: [plugin] [ORPHAN] bas_img_selector
Hi
I installed the 0.71 version in my txp 4.0.3, I turned it to “on”, I make the prefs in prefs table (bas_img_selector), but nothing shown in write tab?
Offline
#173 2007-02-20 08:59:42
Re: [plugin] [ORPHAN] bas_img_selector
Hi,
I’ve been using this plugin since it has been released but now I am experiencing problems with it on my site and the one i’m building. The problem is the same on both sites: if I expand the bas_img_selector the category dropdown list is empty?
I’m on the latest version of TXP and using version 0.71.
Hope someone has a clue.
Offline
#174 2007-02-23 17:29:29
Re: [plugin] [ORPHAN] bas_img_selector
Bastian,
Any plans on adding a “add/append” article image option to the new version?
This would allow you to easily attach multipe images to one article right from bas_img_selector.
I thought I’d mention it…in case it hadn’t come up already.
Cheers,
Tom
Last edited by renobird (2007-02-23 17:29:57)
Offline
#175 2007-02-23 19:57:09
Re: [plugin] [ORPHAN] bas_img_selector
I was looking for the same feature: adding image numbers, comma separated; instead of replacing the image number. I will use this for the plugin hak_article_image.
I looked into the code and found out that a relative easy hack could do this. The result is that an image always will be added to the already existing images with the article.
The function basInsertField (somewhere around line 400) must be modified:
original line of code:
document.forms["article"].elements["Image"].value = selectedImage[0];
replace this with:
if (document.forms["article"].elements["Image"].value.length == 0) {
document.forms["article"].elements["Image"].value = selectedImage[0];}
else {
document.forms["article"].elements["Image"].value = document.forms["article"].elements["Image"].value + ", " + selectedImage[0];selectedImage[0];
}
(and don’t forget to add brackets just after else { and after these lines })
Offline
#176 2007-02-27 21:33:23
Re: [plugin] [ORPHAN] bas_img_selector
Blueprint,
Nicely done! That works great…and hopefully it’ll get added to an updated version.
I’m building a site that will have 20+ writers, and none of them are very technical.
This is a great improvement to the usability.
Many thanks!
—
Tom
Offline
#177 2007-03-15 14:36:38
Re: [plugin] [ORPHAN] bas_img_selector
Hey Bastian,
Any news on an update? Give us a morsel to drool over…
- )
—
Tom
Offline
#178 2007-03-15 21:42:46
Re: [plugin] [ORPHAN] bas_img_selector
Give us a morsel to drool over…
Sorry renobird, i am working an that update, but there are some other things that i want to or i must to finish before:
- Jusos Wuppertal That is a democratic thing. I’m chairman of this local section and they won’t vote me again, if the can’t use the site
- samisdat.org. Thats an ego thing. I want a AJAX page with senseless FX
- TXP Blogmap. Thats a community thing: The maps needs a debug and an update
After three thing are finished, i update the img_selector.
The bad news is: It may be May…
The good news is: For samisdat.org and jusos-wuppertal.de i need an update and lots of thing are done, if these pages are done.
Offline
#179 2007-03-15 23:35:18
Re: [plugin] [ORPHAN] bas_img_selector
Bastian,
Thanks for the update. Jusos Wuppertal is a really nice looking site!
I’m looking forward to May. : )
Cheers!
—
Tom
Offline
#180 2007-03-20 02:04:57
- johnnie
- Member
- Registered: 2007-03-10
- Posts: 58
Re: [plugin] [ORPHAN] bas_img_selector
maarten wrote:
Hi,
I’ve been using this plugin since it has been released but now I am experiencing problems with it on my site and the one i’m building. The problem is the same on both sites: if I expand the bas_img_selector the category dropdown list is empty?
I’m on the latest version of TXP and using version 0.71.
Hope someone has a clue.
Same problem here, who can help?
Offline