1
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
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.
3
General Discussion / Re: --CurrentRecordDetail-- makes the field selectable to go to the detail
when there are no rights set it works, but when some access policy is in place it does not work.
the currentrecorddetail refers to a url like http://sitename/pagename/115 where 115 is the record id
this result in no access, if you change the url to
http://sitename/pagename/view/115 is works.
4
Bugs / Re: Menu item not showing
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
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
6
Suggestions / Re: Field Link "CurrentFieldOpenlink"
7
Bugs / Re: export to excel or csv
8
Bugs / export to excel or csv
using office 2016
9
Issues / Re: Changing DB Server in Global Settings doesn't change the database connection
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
10
Bugs / Re: Project Menu Configuration problem
one thing that consistently does not work is adding a menu item with a url reference e.g. http://domain.com/
11
Bugs / Project Menu Configuration problem
the items I define in the configuration don't show up on the menu.
tried to change the order delete some but no success.
12
Bugs / Re: manual changes to appheader.php
13
General Discussion / certain characters in a the value of field don't work in master detail relation
14
General Discussion / Re: email verification ans password reset
15
Bugs / manual changes to appheader.php
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.