Seams so. But I can't see a reason.
When I look into the PHPMyAdmin notes is the column before created. I see this in the column list on the right side in PhpMyAdmin where the list of fields show up.
How can this happen? Really nothing was done since a year...
OK Reason found. I will change the ...
Search found 61 matches
- Thu Apr 27, 2023 8:48 am
- Forum: Bug reports
- Topic: Sudden problem writing a new kb article
- Replies: 6
- Views: 19332
- Thu Apr 27, 2023 8:41 am
- Forum: General discussions
- Topic: Link to article on FAQ page
- Replies: 4
- Views: 21629
Re: Link to article on FAQ page
Uhhh. Error in my styles... white on white....
- Wed Apr 26, 2023 7:07 am
- Forum: General discussions
- Topic: Link to article on FAQ page
- Replies: 4
- Views: 21629
- Tue Apr 25, 2023 1:34 pm
- Forum: Bug reports
- Topic: Sudden problem writing a new kb article
- Replies: 6
- Views: 19332
Re: Sudden problem writing a new kb article
Strange the last 2 columns didn't match in the insert
I just changed the statement
public function addRecord(array $data, $newRecord = true)
{
if ($newRecord) {
$recordId = $this->config->getDb()->nextId(Database::getTablePrefix() . 'faqdata', 'id');
} else {
$recordId = $data['id ...
I just changed the statement
public function addRecord(array $data, $newRecord = true)
{
if ($newRecord) {
$recordId = $this->config->getDb()->nextId(Database::getTablePrefix() . 'faqdata', 'id');
} else {
$recordId = $data['id ...
- Tue Apr 25, 2023 12:07 pm
- Forum: Bug reports
- Topic: Sudden problem writing a new kb article
- Replies: 6
- Views: 19332
Sudden problem writing a new kb article
We changed nothing. The KB ist running unchanged on version 3.0.12 since 1 year.
We can't create new articles.
After enabling debug mode I see that inserting a record into the DB failed.
phpMyFAQ\Faq->addRecord() in line 140: INSERT INTO kb_faqdata VALUES (479, 'de', 1481, 0, 'no', 0, '', 'Test ...
We can't create new articles.
After enabling debug mode I see that inserting a record into the DB failed.
phpMyFAQ\Faq->addRecord() in line 140: INSERT INTO kb_faqdata VALUES (479, 'de', 1481, 0, 'no', 0, '', 'Test ...
- Wed Mar 02, 2022 11:04 am
- Forum: General discussions
- Topic: Link to article on FAQ page
- Replies: 4
- Views: 21629
Link to article on FAQ page
In the past there was a link to the article in the heading of the FAQ page.
With Id#nnnn.
The new 3.x version doesn't show this link.
Is it possible to get it back. Or to implement it again?
With Id#nnnn.
The new 3.x version doesn't show this link.
Is it possible to get it back. Or to implement it again?
- Mon Feb 14, 2022 3:36 pm
- Forum: Skins and Themes
- Topic: Alles wird untereinander angezeigt auf der Startseite
- Replies: 9
- Views: 29770
Re: Alles wird untereinander angezeigt auf der Startseite
Meine Güte.
Ich scheitere bereits an der Zeile:
$ curl -s https://getcomposer.org/installer | php
Angeblich openssl nicht installiert...
Gibt es denn keine einfachere Variante ein simples style sheet zu kompilieren?
Ich bin Windows Entwickler: Ich betreue die FAQ nur so nebenbei.
Gibt es denn ...
Ich scheitere bereits an der Zeile:
$ curl -s https://getcomposer.org/installer | php
Angeblich openssl nicht installiert...
Gibt es denn keine einfachere Variante ein simples style sheet zu kompilieren?
Ich bin Windows Entwickler: Ich betreue die FAQ nur so nebenbei.
Gibt es denn ...
- Mon Feb 14, 2022 1:33 pm
- Forum: Skins and Themes
- Topic: Alles wird untereinander angezeigt auf der Startseite
- Replies: 9
- Views: 29770
Re: Alles wird untereinander angezeigt auf der Startseite
So. Nun habe ich:
npm install --global sass
npm install --global bootstrap
npm install --global fork-awesome
npm install --global yarn
package.json
{
"name": "my-package",
"scripts": {
"build": "sass style.scss styles.css"
}
}
Nun bekomme ich:
yarn run v1.22.17
warning package.json ...
npm install --global sass
npm install --global bootstrap
npm install --global fork-awesome
npm install --global yarn
package.json
{
"name": "my-package",
"scripts": {
"build": "sass style.scss styles.css"
}
}
Nun bekomme ich:
yarn run v1.22.17
warning package.json ...
- Mon Feb 14, 2022 1:06 pm
- Forum: Skins and Themes
- Topic: Alles wird untereinander angezeigt auf der Startseite
- Replies: 9
- Views: 29770
Re: Alles wird untereinander angezeigt auf der Startseite
OK
Mir fehlt CSS von phpMyFAQ/Bootstrap für die Klasse .card-columns, deswegen klappt das nicht mit den Karten nebeneinander.
Ich musste ja die neuen Style Sheet kompilieren.
Ich habe mit
npm install -global bootstrap
Bootstrap heruntergeladen.
Damit der Compile geht habe ich
Die folgenden ...
Mir fehlt CSS von phpMyFAQ/Bootstrap für die Klasse .card-columns, deswegen klappt das nicht mit den Karten nebeneinander.
Ich musste ja die neuen Style Sheet kompilieren.
Ich habe mit
npm install -global bootstrap
Bootstrap heruntergeladen.
Damit der Compile geht habe ich
Die folgenden ...
- Mon Feb 14, 2022 11:25 am
- Forum: General discussions
- Topic: Formatting and use of h1-h6
- Replies: 4
- Views: 11311
Re: Formatting and use of h1-h6
Prefect!
- Mon Feb 14, 2022 11:23 am
- Forum: Skins and Themes
- Topic: Position der styles.css
- Replies: 5
- Views: 23412
Re: Position der styles.css
In der 2.9.x war das noch so...
- Mon Feb 14, 2022 8:02 am
- Forum: General discussions
- Topic: Formatting and use of h1-h6
- Replies: 4
- Views: 11311
Re: Formatting and use of h1-h6
I saw that. Would be nice to have a style... or a template (getting the news date below the title).
- Mon Feb 14, 2022 7:46 am
- Forum: Skins and Themes
- Topic: Alles wird untereinander angezeigt auf der Startseite
- Replies: 9
- Views: 29770
Re: Alles wird untereinander angezeigt auf der Startseite
hmmmm. 
Ich benutze Chrome....

Ich benutze Chrome....
- Mon Feb 14, 2022 7:43 am
- Forum: Skins and Themes
- Topic: Position der styles.css
- Replies: 5
- Views: 23412
Re: Position der styles.css
Ja. Ich sehe im System aktuell nur eine style.css
Wenn ich Basis Farben anpassen möchte und zwischen Styles (testweise) wechsele dann ist die style.css natürlich abhängig.
Wenn ich Basis Farben anpassen möchte und zwischen Styles (testweise) wechsele dann ist die style.css natürlich abhängig.
- Thu Feb 10, 2022 8:52 am
- Forum: General discussions
- Topic: Formatting and use of h1-h6
- Replies: 4
- Views: 11311
Formatting and use of h1-h6
I see that the news header is fixed formatted with <h6>.
An I see no other style name defined.
Is there a list how h1-h6 is used in phpMyFaq?
What to do, to customize the news header? CHanging h6 globaly seams not the correct way for me.
An I see no other style name defined.
Is there a list how h1-h6 is used in phpMyFaq?
What to do, to customize the news header? CHanging h6 globaly seams not the correct way for me.