Search found 73 matches

by CrazyBread
Wed Mar 22, 2023 11:58 am
Forum: General
Topic: I am Guybrush Threepwood, mighty developer?
Replies: 25
Views: 14890

Re: I am Guybrush Threepwood, mighty developer?

Place of the logfiles depends on your provider.
Mostly there is a logs directory in the root of your webserver.

You said you have a backup.
Can you compare your backup files with the ones when it is broken?

Did you try downloading a fresh copy of bludit and copy your content?
by CrazyBread
Wed Mar 22, 2023 7:39 am
Forum: Plugins
Topic: OGContacts: Contactmanagement
Replies: 4
Views: 702

Re: OGContacts: Contactmanagement

Short update:
  • Fields are now dynamically placed in the contactcard
  • Implemented a list for a certain category of contacts
  • Custom templates for list views
For more informations, have a look at the readme.md in the repository
by CrazyBread
Tue Mar 21, 2023 9:44 am
Forum: Plugins
Topic: OGContacts: Contactmanagement
Replies: 4
Views: 702

Re: OGContacts: Contactmanagement

Thank you. :)
Yes, additional fields are not dynamically added yet.
by CrazyBread
Tue Mar 21, 2023 7:37 am
Forum: Plugins
Topic: OGContacts: Contactmanagement
Replies: 4
Views: 702

OGContacts: Contactmanagement

I'm currently working on a project where I need the functionality to manage contacts and their information at one place, group them by a category and place the information in a card on pages. And because I could not find any plugin with this topic I decided to make it by myself and share it with the...
by CrazyBread
Tue Mar 21, 2023 7:03 am
Forum: Plugins
Topic: OGContacts: Plugin für Kontaktverwaltung
Replies: 0
Views: 10482

OGContacts: Plugin für Kontaktverwaltung

Hallo zusammen, bei einem aktuellen Projekt benötige ich eine Kontaktverwaltung, bei der man zentral Kontakte mit ihren Informationen anlegt und mit einer Kategorie gruppieren kann. Dann kann man diese Informationen auf der Seite entsprechend einblenden. Da ich so ein Plugin nicht finden konnte, hab...
by CrazyBread
Tue Jul 27, 2021 4:40 pm
Forum: General
Topic: Using Query Parameters
Replies: 3
Views: 1048

Re: Using Query Parameters

I fixed it by building the links with "$page->permalink()".
Now it works like a charm!

Thanks for the hint! 8-)
by CrazyBread
Tue Jul 27, 2021 3:55 pm
Forum: General
Topic: Using Query Parameters
Replies: 3
Views: 1048

Re: Using Query Parameters

I pasted the complete URL of the browser.

You are right. When I remove "index.php" it works.
After I click on Prev or next month it reappears... strange.
by CrazyBread
Mon Jul 26, 2021 4:45 pm
Forum: General
Topic: Using Query Parameters
Replies: 3
Views: 1048

Using Query Parameters

I'm writing a little calendar plugin which shows a complete month. It has two buttons "prev month" and "next month" to switch the current displayed month. Per default, the calendar is shown on a particular page: http://localhost:8080/index.php/kalender this works just fine. When ...
by CrazyBread
Sat Jul 17, 2021 5:16 pm
Forum: General
Topic: Is there something like a calendar plugin?
Replies: 1
Views: 802

Is there something like a calendar plugin?

I want to build a website with the following feature: Visitors can navigate on a certain page with a calendar. On this page the visitor can choose a day in a form and can send a request to book those day. I will get a notice (via email for example) to check and apply this. Then I mark this day as bo...
by CrazyBread
Fri Jun 05, 2020 8:20 am
Forum: General
Topic: Small Admin Panel Hack: Show category in content list view
Replies: 1
Views: 1144

Small Admin Panel Hack: Show category in content list view

Because of I didn't find anything for my issue I've done a small improvement which I want to share with you: I wanted to see the category of the content in the listview, so I expand the table a little bit: >> Open "bl-kernel\admin\views\content.php". >> Then insert the following code after...