Search found 24 matches

by arakel2
Fri Sep 01, 2023 10:48 pm
Forum: General
Topic: Copy to localhost
Replies: 1
Views: 1950

Re: Copy to localhost

Hi,

copy the site to localhost and
adjust \bl-content\databases\site.php
and the .htaccess

Cheers Arakel
by arakel2
Mon Aug 28, 2023 7:31 pm
Forum: Allgemein
Topic: Erstellen von Dropdown-Menüs mittels Parent/Child-Beziehung
Replies: 1
Views: 3635

Re: Erstellen von Dropdown-Menüs mittels Parent/Child-Beziehung

Hallo ste4x4, unter bl-themes\sea-point-master\php die alte navbar.php sichern, eine neue erstellen mit: <nav class="navbar navbar-expand-lg navbar-light" id="mainNav"> <!-- add fixed-top to the style for fun--> <div class="container"> <a class="navbar-brand" ...
by arakel2
Thu Jul 01, 2021 10:50 pm
Forum: Allgemein
Topic: eigene Tabelle für Mitarbeiterverwaltung im Adminbereich
Replies: 1
Views: 2388

Re: eigene Tabelle für Mitarbeiterverwaltung im Adminbereich

Hallo Xzerod, bludit speichert seine Daten in JSON-Dateien (/bl-content/databases/) Als Suchwort würde sich z.B. "JSON PHP" anbieten. Wenn du den Quellcode durchgehst, angefangen bei der index.php, solltest du verstehen, wie bludit funktioniert. Kenntnisse in PHP (objektorientiertes PHP) s...
by arakel2
Thu Jul 01, 2021 8:24 pm
Forum: Themes
Topic: [SOLVED] Check User role
Replies: 4
Views: 4129

Re: Check User role

Hi ctuxboy, with print_r($users) you just print out the database of users. Here https://forum.bludit.org/viewtopic.php?t=1216 is a thread with the solution for your question. Just use: <?php $Login = new Login(); if ( in_array($Login->role(), array("author","admin",true) )) { ech...
by arakel2
Fri Jun 25, 2021 11:25 pm
Forum: Allgemein
Topic: Videoplayer?
Replies: 3
Views: 3338

Re: Videoplayer?

Hallo Bastian, natürlich, einfach ein Video auf deinen Server laden und mit HTML5 einbinden. <video width="1280" height="720" controls> <source src="http://URL_zu_deinem_Video/meinvideo.mp4" type="video/mp4"> </video> Weiter Infos zu HTML5 und Video z.B. hier:...
by arakel2
Mon Jun 07, 2021 5:59 pm
Forum: Allgemein
Topic: Doku funktioniert nicht, vill liegts am Theme?!
Replies: 14
Views: 135940

Re: Doku funktioniert nicht, vill liegts am Theme?!

Hi KernelPanic, Ich habe mich mit mit meinem Fahrrad "hingelegt". :( Oh je, gute Besserung! Meine "Startseite" heißt "Projekte". Und ist als Statische Seite (Position1) definiert. Da der Seiten Titel auch bspw. als Titel in der Navigation auftaucht wäre mir das eigentli...
by arakel2
Tue Jun 01, 2021 9:41 pm
Forum: General
Topic: [SOLVED] HTTPS
Replies: 15
Views: 9403

Re: HTTPS

Hi maxv, very strange. Could you double check, if in /bl-content/databases/site.php is written: "url":"https:\/\/www.rometec.it\/bludit" and not: "url":"http:\/\/www.rometec.it\/bludit" BTW: Something is forwarding the url "rometec.it" to "/www....
by arakel2
Fri May 28, 2021 5:38 pm
Forum: Plugins
Topic: Order of Sidebar Plugins
Replies: 2
Views: 2557

Re: Order of Sidebar Plugins

Hi tibbz,

change the order in: Settings - Plugins
Find on the top underneath the headline "Plugins": "Change the position of the plugins"
Reorder the plugins
by arakel2
Fri May 28, 2021 5:10 pm
Forum: General
Topic: Missing Sidebar <Solved>
Replies: 4
Views: 2932

Re: Missing Sidebar

Hi rlongfield,

there are some plugins which will show content in a theme that have sidebar.
Try the theme "Blog X" with plugins: "About" / "Categories" / "Navigation" / "Links" ...
by arakel2
Sun May 23, 2021 8:49 pm
Forum: Allgemein
Topic: Doku funktioniert nicht, vill liegts am Theme?!
Replies: 14
Views: 135940

Re: Doku funktioniert nicht, vill liegts am Theme?!

Hi Edi, die Testinstallation habe ich in einem Unterverzeichnis angelegt: http://localhost/bludit3/ Das Plugin stellt den Link auf: http://localhost/bludit3/rss.xml Das HappyBuddaTheme generiert im Fuß einen Link auf: http://localhost/rss.xml Kein großes Thema, wollte es nur schreiben, vielleicht ha...