Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#217 2018-01-18 22:52:56

jpdupont
Member
Registered: 2004-10-01
Posts: 752

Re: stm_article_order: Arbitrary sort order for your articles

On my Mac, Chrome and FFox, today dev 4.7 and Sandspace theme : impossible to clic on save button. Drag and drop works fine. It’s because the div#messagepane is over the button.

No problem with Hive theme.

Offline

#218 2018-01-19 12:02:00

phiw13
Plugin Author
From: Japan
Registered: 2004-02-27
Posts: 3,058
Website

Re: stm_article_order: Arbitrary sort order for your articles

jpdupont wrote #308731:

On my Mac, Chrome and FFox, today dev 4.7 and Sandspace theme : impossible to clic on save button. Drag and drop works fine. It’s because the div#messagepane is over the button.

It is a bug in the plugin, it should not try to style the #messagepane. Edit the plugin, find the following block and delete it:

#messagepane {
			left: 43.8%;
			position: fixed;
			bottom: 0;
			}

Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern

Offline

#219 2018-01-19 16:27:18

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,303

Re: stm_article_order: Arbitrary sort order for your articles

phiw13 wrote #308745:

It is a bug in the plugin, it should not try to style the #messagepane.

If I remember correctly, it was necessary for 4.6 (Or for making the plugin version for 4.6 backward compatible). I’ve simply commented it out for that reason. Thanks.

jpdupont wrote #308730:

  • The menu option under “Extensions” is not translated, or it has an error in the title: stm_ao-section (this is what is displayed)

That’s not a gTxt-string, I’ve used only understrokes there, see the textpack. Did you type out that string in your post, cause your textpack translation is very similar, just an s more?

  • Is it possible to have a parameter to not display images: I do not generate thumbnails (I use smd_thumbnail) and I get many error messages in the browser console (images not found)

I’m sorry, I’ve no idea how to accomplish that. E.g. all code around image display was done by two or three other forum members, not me. Initially I could “fix” the plugin just by training my CSS skills, that’s all that was necessary at that point in time in order to to drastically improve the plugin’s drag’n‘drop behaviour.

  • Is it possible to not center the text in columns in the section exclusion menu?

I’ve never had centered text on that page. But I’d have altered it, for sure, I hate centered text in tables. Thanks.

Maybe, more readable :

function spr_section_exclude_style() {...

Did so. Thanks, that’s better.


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

#220 2018-01-19 16:40:25

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,303

Re: stm_article_order: Arbitrary sort order for your articles

And here comes the new download link: Voilà!


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

#221 2018-01-19 21:48:04

GugUser
Member
From: Quito (Ecuador)
Registered: 2007-12-16
Posts: 1,473

Re: stm_article_order: Arbitrary sort order for your articles

Spanish textpack. It seems to me that there have been no changes.

#@stm_ao
#@language es-es
stm_ao_article_order => Orden de artículos
stm_ao_article_order_saved => Orden de artículos guardado.
stm_ao_edit_article => Editar artículo
stm_ao_edit_image => Editar imagen
stm_ao_hide_articles => Ocultar artículos
stm_ao_hide_images => Ocultar imágenes
stm_ao_hints_for_using => Arrastre un artículo hacia una nueva posición y pulse “guardar”.<br/>Al arrastrar a un artículo hacia una nueva sección lo asigna a esa nueva sección.<br/>Puede arrastrar un sólo artículo a la vez.
stm_ao_it_s_the_one_above => ¡ES EL ARTÍCULO DE ARRIBA!
stm_ao_oops_push_it_please => ¡UPS! ¡EMPÚJELO POR FAVOR! ENCONTRARÁ AL ARTÍCULO AL TOPE DE LA PÁGINA.
stm_ao_optional_warnings => En caso de que deje “caer” a un artículo fuera de la lista, lo encontrará al final de la página, resaltado en color naranja.
stm_ao_prefs_h1 => Secciones en stm_article_order
stm_ao_prefs_hint => Marque las secciones que no quiere alistar en el panel “<a href="index.php?event=stm_article_order">Orden de artículos</a>”,<br />por ejemplo ésas que son ordenados de manera automática de acuerdo a otros criterios y no pueden ser ordenados manualmente.
stm_ao_prefs_menuitem => Secciones en stm_ao
stm_ao_prefs_pagetop => Secciones en stm_article_order
stm_ao_save => Guardar
stm_ao_sections_updated => Selección actualizada
stm_ao_show_articles => Mostrar artículos
stm_ao_show_images => Mostrar imágenes
stm_ao_update => Actualizar selección

Offline

#222 2018-01-19 21:50:01

GugUser
Member
From: Quito (Ecuador)
Registered: 2007-12-16
Posts: 1,473

Re: stm_article_order: Arbitrary sort order for your articles

Thank you uli for your updates. I haven’t been able to try the new version yet.

Offline

#223 2018-01-19 23:33:56

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,303

Re: stm_article_order: Arbitrary sort order for your articles

GugUser wrote #308768:

Spanish textpack. It seems to me that there have been no changes.

Right, but I needed to make a diff to find that out, I didn’t remember after years and some failed and successful attempts to fix. Thanks for the Spanish translation!


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

#224 2018-01-20 02:28:56

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,303

Re: stm_article_order: Arbitrary sort order for your articles

Jean-Pol, re your first issue here: do you perhaps have this same issue that I’m having? If so, please try to delete your second (and more) language(s) and report back your results there. Thanks!


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

#225 2018-01-30 12:32:56

RedFox
Member
From: Netherlands
Registered: 2005-03-25
Posts: 805
Website

Re: stm_article_order: Arbitrary sort order for your articles

gTxt strings all over the place … !?

Txp 4.7.0-dev English with textpack plugin … looks like textpack doesn’t load or is corrupt … !?

Plugin does work correctly … :)

Last edited by RedFox (2018-01-30 12:34:44)

Offline

#226 2018-01-30 12:57:55

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,303

Re: stm_article_order: Arbitrary sort order for your articles

Joop, is your user language a language other than English?

Edit: Ah I see now, you wrote English. So, maybe you tried a Netherlands textpack on English user language? Don’t know whether that makes sense.

Edit 2: OK, doesn’t work in the demo site either. Rats. No idea. Currently.

Last edited by uli (2018-01-30 13:04:51)


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

#227 2018-01-30 13:04:29

RedFox
Member
From: Netherlands
Registered: 2005-03-25
Posts: 805
Website

Re: stm_article_order: Arbitrary sort order for your articles

No, I used the English textpack on English as user language …

Offline

#228 2018-01-30 13:05:34

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,303

Re: stm_article_order: Arbitrary sort order for your articles

I’ve made edit 2 while you were writing.


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

Board footer

Powered by FluxBB