Search found 24 matches
- Fri Sep 01, 2023 10:48 pm
- Forum: General
- Topic: Copy to localhost
- Replies: 1
- Views: 4437
Re: Copy to localhost
Hi,
copy the site to localhost and
adjust \bl-content\databases\site.php
and the .htaccess
Cheers Arakel
copy the site to localhost and
adjust \bl-content\databases\site.php
and the .htaccess
Cheers Arakel
- Mon Aug 28, 2023 7:31 pm
- Forum: Allgemeines
- Topic: Erstellen von Dropdown-Menüs mittels Parent/Child-Beziehung
- Replies: 1
- Views: 59687
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" href="<?php echo $site->url ...
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" href="<?php echo $site->url ...
- Thu Jul 01, 2021 10:50 pm
- Forum: Allgemeines
- Topic: eigene Tabelle für Mitarbeiterverwaltung im Adminbereich
- Replies: 1
- Views: 5855
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) sind ...
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) sind ...
- Thu Jul 01, 2021 8:24 pm
- Forum: Themes
- Topic: [SOLVED] Check User role
- Replies: 4
- Views: 14586
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) )) { echo '<a href ...
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) )) { echo '<a href ...
- Fri Jun 25, 2021 11:25 pm
- Forum: Allgemeines
- Topic: Videoplayer?
- Replies: 3
- Views: 8607
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: https://developer.mozilla.org/de ...
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: https://developer.mozilla.org/de ...
- Mon Jun 07, 2021 5:59 pm
- Forum: Allgemeines
- Topic: Doku funktioniert nicht, vill liegts am Theme?!
- Replies: 14
- Views: 333220
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 eigentlich als ...
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 eigentlich als ...
- Tue Jun 01, 2021 9:41 pm
- Forum: General
- Topic: [SOLVED] HTTPS
- Replies: 15
- Views: 18274
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.rometec.it/gpEasy/", why is this?
Are you sure that ...
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.rometec.it/gpEasy/", why is this?
Are you sure that ...
- Fri May 28, 2021 5:38 pm
- Forum: Plugins
- Topic: Order of Sidebar Plugins
- Replies: 2
- Views: 4951
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
change the order in: Settings - Plugins
Find on the top underneath the headline "Plugins": "Change the position of the plugins"
Reorder the plugins
- Fri May 28, 2021 5:10 pm
- Forum: General
- Topic: Missing Sidebar <Solved>
- Replies: 4
- Views: 5706
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" ...
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" ...
- Sun May 23, 2021 8:49 pm
- Forum: Allgemeines
- Topic: Doku funktioniert nicht, vill liegts am Theme?!
- Replies: 14
- Views: 333220
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 ...
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 ...

