Forums

Display data in front end

moontear 05 Jan, 2008
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
GreyHead 06 Jan, 2008
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
moontear 06 Jan, 2008
I wonder why I didn't think of that. Thank you!
This topic is locked and no more replies can be posted.