Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - franklin

2
Questions / Search field in list page
Is there a way to populate the searchfield in a list page from a dropdown list of words.
after choosing a word the search function would dan work as normal using the %LIKE% operator .
is there also a list of possible parameters? or is this limited to the three in the drop down


could not get this done with the other pagefilter components.
4
Bugs / Re: Menu item not showing
Ok that worked for fig 2 and 3.
removing authentication worked for fig 1, but after turning auth. on again the error was there again as in fig 1
5
Bugs / Menu item not showing
I am having regular problems with the Menu.
sometimes when adding items, some option won't function, and I can't repair it, have to revert back to an backup and reconstruct whatever i did. fig 1

sometimes adding a menu option just won't show up in the menu. fig 2 and 3
7
Bugs / Re: export to excel or csv
CSV does not work flawless too, large chink of text some time are split over multiple rows, while the text belongs in one database field.
8
Bugs / export to excel or csv
When export to excel I get a warning that the format is incompatible.
using office 2016
9
Issues / Re: Changing DB Server in Global Settings doesn't change the database connection
Wel I found that it actually is not a bad idea to don't change it.
it should always be "localhost" from a security point of view.
with that setting you can work locally and any other server.
and without authentication problems, of you use a domain name the entry point form the PH script also follows that path.
reg Franklin
11
Bugs / Project Menu Configuration problem
I am having some issue with the menu config.
the items I define in the configuration don't show up on the menu.
tried to change the order delete some but no success.
15
Bugs / manual changes to appheader.php
When I change something to the appheader.php file "e.g.nav navbar-nav w-80"
then after publishing the complete menu disappears and only  the text __menuhtmlcontent
is visible.  checking appheader.php shows empty file except the txt  __menuhtmlcontent
Changing the  appheader.php back to its original state does not change this behavior.