Neueste Beiträge

#21
Installation & Update / Aw: Pragmamx 2.9.2 found probl...
Letzter Beitrag von le Chaland - 01 Februar 2025, 09:47:37
The function to send article to an other email seems broken too, no email sended.
#22
Installation & Update / Aw: Pragmamx 2.9.2 found probl...
Letzter Beitrag von le Chaland - 01 Februar 2025, 09:24:47
There may be a problem with the newsletter module :

The confirmation link is never send. (Checked spam folder)

- email adress is correctly recorded in sql table mx newsletter.
- email function seems working as i receive the mail of the list of actives subscribers (which is empty maybe because not activated)
#23
integrierte Module / Aw: Pages on articles (news mo...
Letzter Beitrag von le Chaland - 30 Januar 2025, 00:32:51
For the problem with opera mobile web browser (again it ...) when the page did not full the bottom of the screen sometimes. I tried several things, only this one worked :

In custom css:

html, body {
  min-height: 105vh;
}


To increase the sizes of texts that are a bit small on mobiles devices, again in custom css :

html, body {
  text-justify: none;
  font-size: 15px;
}

p, tr, td, div, fieldset, input, form, select, textarea {
  text-justify: none;
  font-size: 15px;
}


#24
integrierte Module / Aw: Pages on articles (news mo...
Letzter Beitrag von Olaf / TerraProject - 29 Januar 2025, 09:46:53
Your wishes will be fulfilled by the Documents module.
Alphabetical index
List of documents on one page
Freely definable start page
#25
Installation & Update / Aw: Pragmamx 2.9.2 found probl...
Letzter Beitrag von le Chaland - 29 Januar 2025, 00:26:30
As i have a good progress on my website, even if i have some others ideas in the starting blocks, do you want i start looking at the translation of this module or is it better to wait for your update.

Yours.  :JC_highfive:
#26
integrierte Module / Aw: Pages on articles (news mo...
Letzter Beitrag von le Chaland - 29 Januar 2025, 00:19:40
Seems more like what I'm looking for. Adopted, Thanks.

Is there a way to display on a page a simple index of all pages of all categories sorted alphabetically, and not by categories ?

Otherwise I think I'll write an article for this, which will allow me to place it on the home page.

I would like to be able to change the size of the texts here.

And especially here (including navigation links).

I haven't found a .css file in the module folder or the layout folder of the CMS.

The best solution must be in a custom.css file for future updates, but I don't see which tags to act on...

Is it possible to know in which file(s) the right css tags are located so that I can do some tests first and then switch everything to my custom.css?

I would also need to change the height of these two pages, ideally dynamically, because they do not fill the screen enough. Indeed, on my phone and my tablet, the footer of the website does not reach the bottom of the page and there remains below an ugly white strip that does not look very professional ...

Thank you in advance.
#27
Installation & Update / Aw: French translation and oth...
Letzter Beitrag von le Chaland - 28 Januar 2025, 23:45:26
Small adds, details in .zip  :bye:
#28
integrierte Module / Aw: Pages on articles (news mo...
Letzter Beitrag von le Chaland - 28 Januar 2025, 06:33:13
 :thumbup:
#29
integrierte Module / Aw: Pages on articles (news mo...
Letzter Beitrag von Olaf / TerraProject - 27 Januar 2025, 08:28:12
it is possible, but only in the "Content" module. The content module is also designed for longer texts.
In the HTML code of the text, enter the following HTML code between the last sentence of the 1st page and the first sentence of the 2nd page: <!--pagebreak-->
Then a page break is inserted at this point and there is also navigation (Page 1 2 3 etc.)
#30
integrierte Module / Pages on articles (news module...
Letzter Beitrag von le Chaland - 27 Januar 2025, 00:11:51
Hello.

Maybe i am dummy, certainly.

But, is there a way to add pages and navigation bar ( previous - next - goto page # ) in a big article whith a great quantity of lines ?

I found nothing.

Thanks in advance