Search found 3529 matches

by Tata
Tue Aug 29, 2023 7:14 am
Forum: Templates
Topic: Admin-Menü verschwunden
Replies: 20
Views: 1556

Re: Admin-Menü verschwunden

Welche Version von CMSimple_XH ist installiert und welche Version von fa Plugin? Versuch mal alles aktualisieren.
by Tata
Mon Aug 28, 2023 7:29 pm
Forum: Templates
Topic: Admin-Menü verschwunden
Replies: 20
Views: 1556

Re: Admin-Menü verschwunden

pmschulze wrote:
Sat Aug 26, 2023 7:06 pm
Im Kopf steht jetzt auch noch "onload=", also etwas aus dem Template.
Wenn es im Template wirklich steht nur "onload=", dann ist es falsch. Es sollte eigentlich lauten

Code: Select all

<body<?=onload();?>>
oder

Code: Select all

<body<?php echo onload();?>>
evtl. noch z.B.

Code: Select all

<body<?php echo class="Klasse_für_Body" onload();?>>
by Tata
Mon Aug 28, 2023 7:32 am
Forum: Templates
Topic: Admin-Menü verschwunden
Replies: 20
Views: 1556

Re: Admin-Menü verschwunden

Try to modify the admin.php this way (comment/replace the deprecated functions) <?php if (!defined('CMSIMPLE_XH_VERSION')) { header('HTTP/1.0 403 Forbidden'); exit; } define('jm_landingpage', '1beta01'); /*** initvar('jm_landingpage'); if($jm_landingpage){ ***/ if (XH_wantsPluginAdministration('jm_l...
by Tata
Sun Aug 20, 2023 8:01 pm
Forum: Deutsch
Topic: news formatieren
Replies: 15
Views: 878

Re: news formatieren

Versuch mal im template.htm <section class="footer"> <div class="boxDiv"> <div class="box3cols"> <div class="boxContent"> <?php echo newsbox('news1');?> </div> </div> <div class="box3cols"> <div class="boxContent"> <?php echo newsbox('news2');?> </div> </div> <div class="box3cols"> <div class="boxCo...
by Tata
Wed Aug 16, 2023 11:00 am
Forum: Editors
Topic: xh_plugincall - mehrere Aufrufe
Replies: 11
Views: 14290

Re: xh_plugincall - mehrere Aufrufe

I have few questions regarding CM simple as i have joined this CMS recently. It is important to understand that CMSimple and CMSimple_XH are two different CMS. 1- I wanted to create a roofing services website on CMS, is this compatible? The thema (topic) of a website is independent from CMS. With C...
by Tata
Sat Jul 22, 2023 2:30 pm
Forum: Addons and Plugins
Topic: Simplesolutions.dk plugins updated to CMSimple XH 1.7.6 ???
Replies: 2
Views: 305

Re: Simplesolutions.dk plugins updated to CMSimple XH 1.7.6 ???

The URL returns no code back with me.
I have found two Jerry's addresses and sent him emails. I'll see if he answers any.
by Tata
Fri May 19, 2023 4:06 pm
Forum: Deutsch
Topic: Plugin Privacy mit Button erneut öffnen
Replies: 36
Views: 2967

Re: Plugin Privacy mit Button erneut öffnen

Beitrag von Tata » Do Mai 18, 2023 8:48 am Hast Du schon die oben angebotene Version angeschaut? xxx Das soll doch nur eine TestVerson sein oder ist das ganz offiziell das neue Plugin privacy? Nein, das ist (und wohl noch lange bleibt) nur eine Testversion, die ich mit einer riesigen Hilfe von Knol...
by Tata
Thu May 18, 2023 7:48 am
Forum: Deutsch
Topic: Plugin Privacy mit Button erneut öffnen
Replies: 36
Views: 2967

Re: Plugin Privacy mit Button erneut öffnen

Hast Du schon die oben angebotene Version angeschaut? Die Positionierung des Buttons ist in der stylesheet.css des Buttons definiert in .privacy_submit button { position: fixed; top: 50%; /* vertical position */ cursor: pointer; } #privacy_button .privacy_submit.image button{ right: 1rem; /* horison...
by Tata
Wed May 17, 2023 5:28 pm
Forum: Deutsch
Topic: Plugin Privacy mit Button erneut öffnen
Replies: 36
Views: 2967

Re: Plugin Privacy mit Button erneut öffnen

Hier ist eine erweeiterte Modifikation des Plugins, bei der mir Knollsen riesig geholfen hat. In der Version sind einige Erweiterungen ingebaut: In der Konfiguration ist es möglich wählaen, ob der "Reset Cookies" Button zur Verfügung sein soll. $plugin_cf['privacy']['reset_cookies_button']="true"; O...
by Tata
Tue May 16, 2023 2:12 pm
Forum: Deutsch
Topic: Plugin Privacy mit Button erneut öffnen
Replies: 36
Views: 2967

Re: Plugin Privacy mit Button erneut öffnen

Mir hat es einige Jahre zurück passiert, dass eine Nachricht ohne Warnung nicht gesendet wurde, weil sie ein JavaScript drinn hatte. Wenn ich sie dann mit einem anderen Kompressor gepackt habe, ging sie durch.