![]() |
Sergey Kornilov admin 10/26/2011 |
You may want to take a look at the way how PHPRunner and Joomla integration is implemented: |
T
|
Tricause author 11/2/2011 |
Thank you for your response. |
![]() |
Sergey Kornilov admin 11/3/2011 |
You can add your button to the Header that is displayed on all pages. Most probably you'll need to implement your own way of retrieving the list of selected records on each page and passing it to a server-side code. |
T
|
Tricause author 11/4/2011 |
Sergey, the header/footer pages do not have an option to add buttons nor code snippets, merely pure HTML and PHP. |
![]() |
Sergey Kornilov admin 11/4/2011 |
Jake, |
T
|
Tricause author 11/4/2011 |
Jake, this is exactly what I'm saying - you cannot insert PHPRunner buttons into header and need to do it your own way i.e. inserting buttons as HTML code. I'm not quite sure I follow your question here. It's hard to understand how button that performs a set of certain actions on the list page is related to something in "BeforeSQLQuery" event. Do you need to process records or to modify the SQL Query that retrieves data? Two different tasks they are. PS. Hard to tell what might be wrong with that specific button without seeing the code. If you need more help post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.
|
![]() |
Sergey Kornilov admin 11/4/2011 |
This is what what I assumed and it makes total sense. |
T
|
Tricause author 11/4/2011 |
To reiterate - why do you think this approach (custom button in header file) won't be the answer to your problem?
|
![]() |
Sergey Kornilov admin 11/4/2011 |
In header.php file you can find the page URL and only display the button when URL contains "_list.php". <?php |
T
|
Tricause author 11/4/2011 |
I see -- thank you very much. I'm not so familiar with HTML so please forgive my questioning. I'll be able to do what I need now. |