Good day,
I am directly reffering to this post.
It is already stated there very elaborated how to pull the data out of the database with clean PHP code. Problem is that I do not know where to enter this code as it is not allowed in Joomla to use PHP code in normal content items.
I would like to have a PRIVATE (special access rights) list of all records accessible from the front end.
Thanks in advance
moontear
EDIT:
To not have long URLs break the layout of your forum, consider using mostruncateurls as shown here
Post edited by: moontear, at: 2008/01/05 18:28<br><br>Post edited by: GreyHead, at: 2008/01/05 18:38
I am directly reffering to this post.
It is already stated there very elaborated how to pull the data out of the database with clean PHP code. Problem is that I do not know where to enter this code as it is not allowed in Joomla to use PHP code in normal content items.
I would like to have a PRIVATE (special access rights) list of all records accessible from the front end.
Thanks in advance
moontear
EDIT:
To not have long URLs break the layout of your forum, consider using mostruncateurls as shown here
Post edited by: moontear, at: 2008/01/05 18:28<br><br>Post edited by: GreyHead, at: 2008/01/05 18:38
Hi moon,
I suggest that you use a ChronoForms 'form' in the front end. it will accept php and html and there's noting that says you have to include a submit button (or any form elements except the <form> tags).
Just create a new form and build the code you want in the Form HTML box.
Bob
I suggest that you use a ChronoForms 'form' in the front end. it will accept php and html and there's noting that says you have to include a submit button (or any form elements except the <form> tags).
Just create a new form and build the code you want in the Form HTML box.
Bob
This topic is locked and no more replies can be posted.