Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: [SOLVED]IN FRONT Show Data, edit print and search

[SOLVED]IN FRONT Show Data, edit print and search 15 years 6 months ago #4936

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
Hi, because lto of people don't find the last version in the forum. I create a new post for clear all test.

Function : Display, Edit, Delete, Search Export (.csv), Print, or PDF all your submission on frontend, into array or document of your choice.

FOR RS FORM PRO ET JOOMLA 1.5.7 and UP
NEW UPDATE ON DOWNLOAD HERE

Last update :
- upgrade the language pack for admin list
- correct the bug who don't permit to see first row into drag and drop select list
- some bug of view int front end
- change all request to have possibility to use a database prefix different from 'jos'
- change procedure of field link => for display result linked, add now {name_of_one_field_link:name_of_the_field_to_display:value}
- add more test of security for empty and non empty variables who display some error of foreach when data are null
- add pathway on front end
- add print and pdf link on view content mod
- add lot of CSS class to custom main and array a lot your front end private space
- add CSS class to param pdf and print link on display content
- add global variable into content like author informations, submission informations and user connected informations. exemple : {globalubmittedDate:value} will display 2008-08-02 13:25:03 (date of submission)
- correct the IE bug who can't go next level after main before javascript search input id
already existing with search function.
- Correct the online (don't appeared on localhost) bug in admin who display some foreach error (because name of table should be write in Minus but RSform use table nam in MAJ)
- correct some bug of display with IE (grid and some list in admin)
- add the search functionnality (coose the column, and just write into the input file what you search)
- add the order functionnality (simply, just choose the column, and the order)
- add a small pagination system
- active the limit page in admin interface
- add more css option to customize better the display
- change system of creating the main array
- correct some bug into pathway display
- add languages files (English defaut and French) next update will synchronize it with admin user parameters

New update (file in download here)
- change admin interface
- add export functionnality
- add and correct link between foms syustem
- add link to create new submission to RSForms Component formid
- add order and search functionnality
- correct a bug who don't save data after add some field into manage forms
- change syntax of global variable
- add possibility to cut DateSubmitted in hours and in date
- add scriptdisplay functionnality
- add scriptprocess functionnality
- add help on admin
- add more simple CSS function to customize display
- add width of row for array
- change defaut language for give admin to change text and insert icon for replace texte whith jst change this file.

- add previous and next button on admin bteween each step.

THIS PACKAGE IS FOR RSFORM PRO VERSION 1.0.0
THE NEW PACKAGE FOR RSFORM PRO 1.2.0 IS ON PAGE 11
Attachments:
Component RS SHow Form in build
Last Edit: 9 years 3 months ago by octavian.
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 6 months ago #4951

  • portalro
  • portalro's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
What
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 6 months ago #5060

  • millend
  • millend's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
Hi there,

First, just few thank you notes to your way- excellent job- nice component!

However I've ran into some error messages with IE7

It seems IE gives me a warning:

Line: 38
Char: 4
Error: \"Client\" is undefined
Code: 0
http:/www.xxx.xxx.xx/index.php?option=com_rsshowform&Itemid=54

Is this something to be concerned with and will it affect me in the future as at the moment I dont see any usage problems?
But I just want to make sure, that it will not affect me later on...

Thank you for your reply!
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 6 months ago #5061

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
I'm sorry to answer you that I don't know.
I have not this error on IE. Is it coming from your Host. Ask it.
Adresslink are build like other component so maybe it's came not from the component.
But i don't know.

I have test it on localhost and have no error from other user like this one.

If the problem is more here, give me a link to show the error.
Component RS SHow Form in build
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 5 months ago #5136

  • aphid
  • aphid's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 14
Hi dragonjc

I noticed there is a small typing error in your rsshowform.xml. The word 'default' has been spelled 'efault'. This prevents installation. Of course, it is easy enough to change this by opening and re-zipping but you might like to change it.
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 5 months ago #5138

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
Thanks for your help.
I will change this, sorry. I have rewrite xml to change / beacause unix serveur don't like it. So maybe i have erase the \"d\".

Sorry

Will be corretc for next time.
Component RS SHow Form in build
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 5 months ago #5185

  • millend
  • millend's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
Hi there again,

First, just to let you know I got the IE error fixed with updating from 1.5.6 to 1.5.7...

I have a small question about your component- is it possible to make the drop down sort submissions and exclude the irrelevant ones?
For example if I sort with the drop down at the moment (let's say I have weight categories for judo competition) and if I sort with dropdown value 75 I also see on the bottom, (after all of the 75's) 70's and after all 70's there is 60's and so on depending on submissions, but is it possible to make the drop down exclude all of the 70's 60? and ONLY show 75's?

I know it's kinda confusing and my explanation is not one of the best ones, but I just had to ask...

Thank you in advance!

:)


SORRY- I see there is a custom search variable possibility....

I overlooked that- sorry!


It should look like something like this?

SELECT * FROM jos__rsform_submissions, jos__rsform_submission_values WHERE jos__rsform_submissions. SubmissionId = jos__rsform_submission_values. SubmissionId AND jos__rsform_submissions. FormId = $formId. AND jos__rsform_submission_values.FieldValue = 75


This does not seem to work- sorry my sql is close to zero, so there might be something wrong the syntax? Any ideas? As at the moment it tells me \"No submission in database\"

Again- thank you in advance!<br><br>Post edited by: millend, at: 2008/10/22 03:24
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 5 months ago #5191

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
Yes the syntax is wrong ... The problem came from RSForms compoonent.

You have to write into filter field, for param , this :
AND jos__rsform_submission_values.FieldValue = 75
like this :
AND #__RSFORM_SUBMISSION_VALUES.FieldValue = 75
or
AND #__RSFORM_SUBMISSION_VALUES.FieldValue = '75'

The problem came from linux host and windows host serveur because RSForms Team write their table only in MAJ and not in min like other component. And some host make difference between MAJ and min.<br><br>Post edited by: dragonjc, at: 2008/10/22 09:32
Component RS SHow Form in build
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 5 months ago #5192

  • millend
  • millend's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
Much Appreciated- really! The speed of your answers is incredible!

Thnks again!<br><br>Post edited by: millend, at: 2008/10/22 09:35
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 5 months ago #5193

  • millend
  • millend's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
It seems I was a bit hasty when jumped for joy... :)

I tried both and checked my database- it has uppercase letters, so the only logical thing would be syntax like like you posted:

SELECT * FROM jos_RSFORM_SUBMISSIONS, jos_RSFORM_SUBMISSION_VALUES WHERE jos_RSFORM_SUBMISSIONS. SubmissionId = jos_RSFORM_SUBMISSION_VALUES. SubmissionId AND jos_RSFORM_SUBMISSIONS. FormId = $formId. AND jos__RSFORM_SUBMISSION_VALUES.FieldValue = '75'

or

SELECT * FROM jos_RSFORM_SUBMISSIONS, jos_RSFORM_SUBMISSION_VALUES WHERE jos_RSFORM_SUBMISSIONS. SubmissionId = jos_RSFORM_SUBMISSION_VALUES. SubmissionId AND jos_RSFORM_SUBMISSIONS. FormId = $formId. AND jos__RSFORM_SUBMISSION_VALUES.FieldValue = 75

However both don't work for some reason? Any ideas?

Thanks again for helping...!<br><br>Post edited by: millend, at: 2008/10/22 10:02
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 5 months ago #5200

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
maybe you have not understand^^, into back endwhen you add a manual request, you write only the end for this
SELECT * FROM jos_RSFORM_SUBMISSIONS, jos_RSFORM_SUBMISSION_VALUES WHERE jos_RSFORM_SUBMISSIONS. SubmissionId = jos_RSFORM_SUBMISSION_VALUES. SubmissionId AND jos_RSFORM_SUBMISSIONS. FormId = $formId

So you don't write the begin, just this :
AND #__RSFORM_SUBMISSION_VALUES.FieldValue = 75
and don't forgot to push yes ^^<br><br>Post edited by: dragonjc, at: 2008/10/22 13:57
Component RS SHow Form in build
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 5 months ago #5205

  • millend
  • millend's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
Got it now! Thank you!
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 5 months ago #5206

  • bosqom
  • bosqom's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
dragonjc, I need to PM you to give you the access codes to the site I'm having trouble with. Can you contact me?
Skype: dennmans
yahoo: dennmans-%at%-yahoo.co.uk
MSN: dennmans-%at%-yahoo.co.uk
ICQ: 238210024
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 5 months ago #5210

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
No problem Dennmans, MSN don't work today but i call you tomorrow.
Component RS SHow Form in build
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 5 months ago #5275

Hello,

I can't install this component I have corrected the error (default) and rezipped but its still tell me :

JInstaller::install: File '/home/usrXXXXXX/public_html/sous_domaines/ati/tmp/install_4903a3a9c0891/admin/tables/showform.php' does not exist.

Install Component Error
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 5 months ago #5277

  • ehh1974
  • ehh1974's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Unzip the package and find this section in the rsshowform.xml file.
 
    &lt;administration&gt;
        &lt;menu&gt;rsshowform&lt;/menu&gt;
        &lt;files folder=\&quot;admin\&quot;&gt;
            &lt;filename&gt;LICENSE&lt;/filename&gt;
            &lt;filename&gt;admin.rsshowform.html.php&lt;/filename&gt;
            &lt;filename&gt;admin.rsshowform.php&lt;/filename&gt;
            &lt;filename&gt;controller.php&lt;/filename&gt;
            &lt;filename&gt;install.mysql.sql&lt;/filename&gt;
            &lt;filename&gt;languages/default.php&lt;/filename&gt;
            &lt;filename&gt;tables/showform.php&lt;/filename&gt;
            &lt;filename&gt;uninstall.mysql.sql&lt;/filename&gt;
        &lt;/files&gt;
     &lt;/administration&gt;
 

Change the line where it says:
 
&lt;filename&gt;tables/showform.php&lt;/filename&gt;
 

to this:
 
&lt;filename&gt;tables/rsshowform.php&lt;/filename&gt;
 

Zip up the folder then install it with the joomla installer.<br><br>Post edited by: eric.howell, at: 2008/10/26 02:15
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 5 months ago #5279

Thank you! Fast reply and everything is fine<br><br>Post edited by: alexis.gagnon-jalbert, at: 2008/10/26 05:09
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 5 months ago #5287

Hello again,

There's something I don't understand about field link (I'am french and don't understand everything perfectly) I try many things to get this to work but it was useless.

I have 9 forms they are all training where people from my university can register (word, access, powerpoint, excel, ...). I want them to be able to access to all their training registration on one page with these column :

Form Name | Date Submitted | Username | FullName | Email
Acces
>23-10-2008
>D3V
>Dave Dell-> This e-mail address is being protected from spambots. You need JavaScript enabled to view it
Excel
>16-10-2008
>D3V
>Dave Dell-> This e-mail address is being protected from spambots. You need JavaScript enabled to view it
...

On every form we already have the : Date Submitted | Username | FullName | Email

I just want to compile all the form in one + to see the Form name (if possible)

Thank you!
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 5 months ago #5288

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
Hello again, i'm the french who build RSShowForm, if you want more information in french, give me your msn.

When i speek about fieldlink, it's this :
Array1 = (A1-id,A1-name, A1-Fullname,A1-Mail)
Array2 = (A2-id,A2-fullname, A1-rename,A1-id)
What give for result in column :
A2-id,A2-fullname, A1-rename,A1-id,A1-name, A1-Fullname,A1-Mail
A1-id is the fieldlink

Maybe what you want it is that :
Array1 = (A1-id,A1-name, A1-Fullname,A1-Mail)
Array2 = (A2-id,A2-name, A2-Fullname,A2-Mail)
What give :
id Name Fullname Mail
array1 - value 1
array2- value 2
array1 - value 3
....

Is it that ?
if it is, the solution is (not tested) : in admin, into request field add this request :
AND #__RSFORM_SUBMISSIONS.FormId IN(list of id for form you want, example : 1,5,9,10,12)
if you have dreamweaver you can see the orginal request in code at line 569.
It's the request used before using search functionnality.

for form name, I don't remember me if i have created the function to change Formid Value into Form Name. But maybe not ...
I work on another project now, and give support how i can, but not easy because i remember me new code from my new project. Sorry if RSShowForm take late. I will do all i can. And if RS Forms can help us too it will be better for all maybe.<br><br>Post edited by: dragonjc, at: 2008/10/27 09:37
Component RS SHow Form in build
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 5 months ago #5319

Hi there!

I have a problem, when i try to install get an error:

JInstaller::install: El archivo '/home/cronicas/public_html/tmp/install_4906f50603b83/admin/languages/efault.php' no existe

I have joomla 1.5.7 in spanish.

Pd: sorry my bad english

Thanks!
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 5 months ago #5320

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
Unzip package, and into instal XML file,
Change this :
admin/languages/efault.php
with this :
admin/languages/default.php

Save, zip package and install.

Thanks<br><br>Post edited by: dragonjc, at: 2008/10/28 13:59
Component RS SHow Form in build
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 5 months ago #5321

Thanks for your help!! :cheer:
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 5 months ago #5322

  • nhk
  • nhk's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Do anyone have a link where we can see, how this component works?
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 5 months ago #5326

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
Demmans and alexis.gagnon-jalbert
Have site online, but i don't know if they are in public acces or in restricted acces.
If one of us can give the link it will be great.
If not, i will display in few days some screenshots. But my work take me lot of time.
Component RS SHow Form in build
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 5 months ago #5336

Hello,

I am currently using Logos Query Manager to search, edit, etc. but don't like being unable to change form appearance, etc. Does this component allow me to use RSFormsPro to setup search forms, etc. the same way I setup other forms?

Thanks,
Adam
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 5 months ago #5337

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
I have not undestand what you want. There is a search function sure who search into column you want.
Whithout change form.
After i d'ont know if it is that that you search.
If you explain more i will answer you better.

Friendly.
Component RS SHow Form in build
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 5 months ago #5608

hello,

I did correct the xml file and installed the component true Joomla installer.

But now I made a menu item. I see the page. but see not mutch. Is there somewhere a step by step Helpfile?

Tnx Kees

TerraCaching.EU
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 5 months ago #5609

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
There is not helpfile, this is simply to use and explications are writted on compoenent, step by step. please give me a restricted access that you will delete after.
I see and correct params, and so you can an example.
Like you want.

friendly.
Component RS SHow Form in build
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 5 months ago #5611

edit: remove contact info

great help and very fast

tnx Kees<br><br>Post edited by: zaanhoeve, at: 2008/11/17 18:25
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 4 months ago #5687

It works all great only one thing doesn't wants to work.

If you see the listing of the records, on the right top there are several links. One off the is printing.
But how do I select a record and click on the print button to get it printed.

regards Kees
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 4 months ago #5871

Hi !! First of all, its very difficult for me to explain this in english, because im from spain and my english is so bad. The issue i have is :

*I have make a manage form with rsform!Pro
*I have make a showform with rsshowform.
*i have follow all the steps and the table is right, but the arrays are empty, but when you press the button \"show\" the details are right. You can see here: www.cronicasdedarkfall.es/monitor-de-sucesos

I hope ur help...and great job with the component!!

Sorry for my english and thanks.<br><br>Post edited by: miguel.morillo, at: 2008/12/09 02:21
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 4 months ago #5882

  • proexe
  • proexe's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 34
Hi, I have just found this post and the script is great, the only thing i can not get to work is showing the details of the values in Step 3 - Data display on array

I have entered the following:
Col titles ( | ) Name of Person|Subsciption Expiry

Columns ( | ) {title:value} {Forname:value} {surname:value}|{Expiry:value}

Col width ( | ) 100|100

Edition allowed No Yes Delete allowed No Yes Limit

Want you send result mail to User ? No Yes Admin ? No Yes


But all that is showing is the Column Titles and the other columns are blank, however if you click on the show field details button, this will shows what i have entered in Step 4 - Data display on details correctly, however still confused why the array display will not show correctly.

Regards

Stewart Shram<br><br>Post edited by: stewart.shram, at: 2008/12/09 11:56
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 4 months ago #5884

stewart.shram wrote:
Hi, I have just found this post and the script is great, the only thing i can not get to work is showing the details of the values in Step 3 - Data display on array

I have entered the following:
Col titles ( | ) Name of Person|Subsciption Expiry

Columns ( | ) {title:value} {Forname:value} {surname:value}|{Expiry:value}

Col width ( | ) 100|100

Edition allowed No Yes Delete allowed No Yes Limit

Want you send result mail to User ? No Yes Admin ? No Yes


But all that is showing is the Column Titles and the other columns are blank, however if you click on the show field details button, this will shows what i have entered in Step 4 - Data display on details correctly, however still confused why the array display will not show correctly.

Regards

Stewart Shram<br><br>Post edited by: stewart.shram, at: 2008/12/09 11:56

Its the same issue i have :(
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 4 months ago #5885

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
Sorry for late, but behind this day, RSForms Forum bug and i can't read all reply.

You have no result because you write something wrong :
Columns ( | ) {title:value} {Forname:value} {surname:value}|{Expiry:value}

It is explain into help but you have not understand guys. Columns ( | ) = Name of field so it give :
Title|Forname|surname|Expiry

Only. {name of field:value} is only for generate document, not for columns.

If you have problem give me adress and a restricted access to your site where i can manage an exemple.
Thanks.
Component RS SHow Form in build
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 4 months ago #5887

haha really i didn
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 4 months ago #5888

  • proexe
  • proexe's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 34
This is great thanks for your help works great.

just one more query.

if you have a form that has a dropdown with different peoples names, and quite a few forms that have been submitted under one persons name, is there a way to generate a display with all the submissions on, and in the array list just the peoples names and not all the submitted items?

Example:
in dropdown there is : Joe Blogs
Joe Blogs2
Joe Blogs3

In Array normally would show if submitted form for Joe Blogs 4 times would be
Persons Name
Joe Blogs
Joe Blogs
Joe Blogs
Joe Blogs

and you can select to show the details of each submission.

What I would like to be shown is:
Persons Name
Joe Blogs
Joe Blogs2
Joe Blogs3

Then when you select either of the names from the list it will show the submission history for all forms submitted under that name.

Is this possible to do in your script?

Regards

Stewart Shram
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 4 months ago #5889

  • proexe
  • proexe's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 34
<br><br>Post edited by: stewart.shram, at: 2008/12/09 15:38
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 4 months ago #5890

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
stewart.shram wrote:
Then when you select either of the names from the list it will show the submission history for all forms submitted under that name.

It is not possible. The show data is linked to one form so you can't see other one, sorry.
is it possible to do but i work on my own project and have stop rsshowform, for finished it.
I will take back, but know when.

If yoyu need really, you can ask RSForms to have help but not sure they answer.
Sorry.
If i can i will help you.
Component RS SHow Form in build
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 3 months ago #5960

  • proexe
  • proexe's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 34
Hi just another quick question, Is there a way that the array will show the submissions automatically in an alphabetical order instead of the id range?

I know you can click on increase and decrease but want this to automatically show when someone clicks on the array to see the submissions.

I hope i have explained this ok

Stewart Shram
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 3 months ago #5962

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
i don't understand, sorry, alphabetiocally order is run away throught request into param, but if someone change ordre, change take up on original request.

Can you explain, please ?
Component RS SHow Form in build
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 3 months ago #6116

Dear dragonjc
I've found yuor componet a great idea!
I've soem problem and I want Know if you are thinking to develop more your componet.
Where is possible to download the last version?
thankyou very muche and sorry form my english ...but I'm italian
giorgio
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 3 months ago #6123

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
No problem for english, i'm french and don't speak very well english too :laugh:

The last download is into this thread, i d'ont know page, but is into.

For develop this component it is possible, but like i say before i work on my own form component, and have lot of works, but if you need ask question and i will help you. Since i have time, certainly.

Have enjoy
Component RS SHow Form in build
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 3 months ago #6127

I've two problem.
The first one:
if i publish more than one form in rsformpro, the rsshowform doesn't work

the second one
from yesterday I recive this message
---
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/s0j156/domains/sordelli.net/public_html/components/com_rsshowform/controller.php(1521) : eval()'d code on line 2

Parse error: syntax error, unexpected $end in /home/s0j156/domains/sordelli.net/public_html/components/com_rsshowform/controller.php(1521) : eval()'d code on line 3
---
i don't have made anything ...

thankyou very much
Giorgio
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 3 months ago #6171

Very nice component.

Here is my problem:

My form has a field in it that is a select list populated by the database. The form works fine. It saves the selected item, no problems. When I use rsshowform, the array shows the correct value for that field. When the show button is selected, the field can be displayed correctly without an error message. However, when I select the edit button, I get an error message that I assume is generated because of this code.

Here is the select list box code:
//&lt;code&gt;
$items = \&quot;|Please Select[c]\n\&quot;;
$rez = mysql_query(\&quot;SELECT FieldName, FieldValue FROM jos_RSFORM_SUBMISSION_VALUES WHERE FieldName='client_name'\&quot;«»);
while($r = mysql_fetch_assoc($rez))
      $items .= $r['FieldValue'] . '|' . $r['FieldValue'] . \&quot;\n\&quot;;
return $items;
//&lt;/code&gt;

Here is the error message that I get at the top of the form after selecting the edit button:
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/content/l/o/i/XXXXXXXX/html/XXXXXXXX_root/components/com_rsshowform/controller.php(1400) : eval()'d code on line 2
 
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/content/l/o/i/lXXXXXXXX/html/XXXXXXXX/components/com_rsshowform/controller.php(1400) : eval()'d code on line 5

Also, where can I find the latest version of this component? Will it solve my problem?

Thank you in advance for your reply and assistance.<br><br>Post edited by: visionone, at: 2009/01/15 03:19
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 3 months ago #6186

Sorry I've made a lot of test ...the problem is the hidden file ... some hidden file with code get some problem (not only this one) ...Do you Know ?
thankyou
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 3 months ago #6195

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
Have you escape your \ or special characters like it have to be ?
Component RS SHow Form in build
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 3 months ago #6198

Thanks for the replies. I am a newbie so I am not sure that I understand the questions. :-)

The code from the top box was code that I found on the RSform website and I just modified it for the proper fields in my database. Then I inserted the code in the Items box under the components tab. No additional scripts for that form. No hidden fields entered by me.

The data display code in rsshowform is straight forward without any scripts.

What do I need to do? Is this a unique situation or a known issue?
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 3 months ago #6204

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
This is a unique situation, try to del the code et relaunch the forms, iof there is no error, it's came from code, il it isn't edit source code of the page et send it to me or give me the link of the website for see the page.

Thanks
Component RS SHow Form in build
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 3 months ago #6209

dragonjc-

Thanks in advance for your help!

Here are some data points that may help:

* If I remove all code from the \"Item\" box in Manage Forms in RSForm Pro, there is no problem with the page loading. No errors My Selelct box is there - just empty.

* If I add the following code, there are no problems loading the page.
//&lt;code&gt;
//&lt;/code&gt;

* If I add the following code (or any other code), the list select box in the Manage Forms Components Tab has test as the selection. If the edit button is used under rsshowform I get the error messages in the second box.

From the components tab:
//&lt;code&gt;
$item = \&quot;Test\&quot;;
return $item;
//&lt;/code&gt;

Using rsshowform after the edit button is selected:
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/content/l/o/i/loislois/html/andeogroupcom_root/components/com_rsshowform/controller.php(1399) : eval()'d code on line 2
 
Parse error: syntax error, unexpected $end in /home/content/l/o/i/loislois/html/andeogroupcom_root/components/com_rsshowform/controller.php(1399) : eval()'d code on line 4
<br><br>Post edited by: visionone, at: 2009/01/17 20:29
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 3 months ago #6211

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
... It's not useful to paste the file into the post, that i ask you is a link to the website, not to the file. I have build the componene tso I have the file. Erase them from your post please.

And give me a link and an access, if it's not on localhost. Thanks.
Component RS SHow Form in build
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 3 months ago #6213

Ok - the code has been removed. How do I send you a private message with the link?
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 2 months ago #6222

  • herobe
  • herobe's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
hello,
first of all congrats to the creator of this component. looks very nice.

I have some issues :

It is not SEF friendly, so I disabled this in SH404.

But I get error messages when going in the details of a certain form :
Notice: Undefined variable: resHTML in /./././components/com_rsshowform/controller.php on line 557
and then for each value I defined in the array view I get this :
Notice: Undefined property: stdClass::$budget in /../.././components/com_rsshowform/controller.php on line 634
and to finish I get this : Notice: Undefined variable: class in /opt/www/components/com_rsshowform/controller.php on line 705

What is going wrong ?<br><br>Post edited by: herobe, at: 2009/01/20 20:04
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 2 months ago #6327

  • xeneixe
  • xeneixe's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
First of all thanks for sharing this component with us.
I have 2 questions
1-I need to have my results sorted by submitted day but when sorted this way I can only see the first page of the submissions but when I click to see the second page I get an error message that there is not more data. If I sorted in any other field I get to see the second page without any problems

2- How do I change the word croissant to ascending and decroissant to descending

thanks for any help that you can give me .
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 15 years 2 months ago #6415

dragonjc,

How do I get a user login and password to you? I need to get this issue resolved.

Thanks in advance.

Ted
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 2 months ago #6427

  • xeneixe
  • xeneixe's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Hi? Anybody there?
This thread has been quiet for a few weeks.
I have a problem printing from the component... It works great, I can sort, filter and add new records but when trying to print all the records doesn't do anything... no error message..
Thanks for any help on this issue.
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 1 month ago #6592

Anybody an idea how to sort the fields after selection in rsshowform.
For example: selection = date (first field)
and now the second field of the selection must be sort?
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 1 month ago #6602

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
Hi everibody,

Like i say, i work on my site and have not enough time to do all.
Sorry for have not answer befoire, in order, give me your problem and i will try to help evribody. With my small time.

Who is begin ?
Component RS SHow Form in build
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 1 month ago #6603

  • herobe
  • herobe's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
I want to begin.
I invite you to get in touch with me in order to check how we can solve some issue. do you offer commercial support?
the component loads but when I click on a report there is nothing that happens.
I really struggled the last weeks. Now my site is launched and I can help myself with the mod_rsform but your component really rocks everything.
how can I get in touch with you ?
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 1 month ago #6607

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
Ok send me a message with site and restricted access, to the admin, for verify pârameters, and explaine me in details your problem. (dragonjc:laugh:hotmail.fr)

I'll do it free. Not a commercial support. RShowform is free for all.
Component RS SHow Form in build
Last Edit: 15 years 1 month ago by dragonjc.
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 1 month ago #6613

Hello dragonjc,

welcome back, your component is working fine. But do you think it is possible to sort the second field after selection, in the moment the order is on submission ID and the second field in my selection is unsorted. So the question is, is there any possibility to sort this field in the list view or before?

Greatings from Berlin
Attachments:
Last Edit: 15 years 1 month ago by juergen.urban.
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 1 month ago #6741

Installed the new update of RSFORM and RSSHOWFORM doesn't work anymore :

Warning: Invalid argument supplied for foreach() in /home/[...]/select.php on line 68

this is the error I've got in the ''Step 2 - Forms and fields link'' in front of RS!Pro forms

Anyone has an idea how to resolve this ?

Thank you!
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 1 month ago #6750

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
IF YOU UPDATE RSFORM PRO YOU NEED TO UPDATE RSSHOWFORM
It's came from RSForms Pro update, here is the correction package for RSShowform.
Explains :
A long time ago before, i explain that RS teams, don't do there table name with lover case, they have decide first to do Upper case names, now they are change all name into Lover like it must be, so RSShowform who follow their build, do same think.

For older version, i don't erase file (on begin of this post), for new version, here is the new package.

ATTENTION PLEASE - INSTALLATION PROCEDURE:
Do a save for _rsform_show_form from your database, if you don't do it your database, your work will be erase. And after install component, insert SQL datas into new _rsform_show_form.

Or rename older as _rsform_show_form_old, install component, and erase _rsform_show_form and rename _rsform_show_form_old as _rsform_show_form

I HAVE TEST APPLICATION ON 2 SITES AND ALL IS OK IF BUG POST AFTER, I CAN'T ANSWER MAIL REQUEST BECAUSE MY WORK GIVE ME NO MORE TIME

Attachment com_rsshowform_1_0_1.zip not found

Attachments:
Component RS SHow Form in build
Last Edit: 15 years 1 month ago by dragonjc.
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 1 month ago #6795

Hi the link does not work do you think you can update it? Thanks!
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 3 weeks ago #6881

bump no one has the new file?
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 3 weeks ago #6886

Please could you link the correct file?
thakyou
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 14 years 11 months ago #7202

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
Hi it's make a long time i have not read RSForm forum.

It seems that RS Forms delete file, i will nearly resend the rsshow form package. Maybe tuesday.
Component RS SHow Form in build
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 14 years 11 months ago #7208

  • bosqom
  • bosqom's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
Hi Dragonjc - that would be excellent. RSShowForm is a real must, to me its part of the component, its all very well to be able to make new records with RSForms, you also want to edit those records sometimes.
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 14 years 11 months ago #7215

Hello, dragonjc,

Thank you for your work on this project.

I have an employment agency, and people need to re-post their availability continually.

Thanks again, Lorraine
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 14 years 11 months ago #7256

  • octavian
  • octavian's Avatar
  • NOW ONLINE
  • RSJoomla! Official Staff
  • Posts: 783
  • Thank you received: 110
@dragonjc
Hello,

We have not deleted the file, it never got uploaded, because we have disabled permissions to upload on the forum for about 4 months now, for security reasons.
You can upload it on any file sharing website like rapidshare and post the link here.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 14 years 11 months ago #7360

Does anyone know if the update for RSShowForm is now available and where the file can be downloaded?
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 14 years 10 months ago #7495

Bump- Still hasn't been posted?
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 14 years 10 months ago #7501

  • dragonjc
  • dragonjc's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 151
Hi everibody.
I'm back, my work take me a lot of time but Alex ask me today in a mail to came back to upload the RSShow Form Component.

Here is the new upload.
I thanks Dennis Mansell for is help too. I have send to him the old package and we modified it.

Maybe Dennis will take my job if i have no more time to help RSForm community.

Direct download :
http://qf.darkoline.com/index.php?option=com_phocadownload&view=category&id=4:plugins-joomla-pour-quickform&download=5:rs-show-form-component&Itemid=55

Site page to download :
http://qf.darkoline.com/index.php?option=com_phocadownload&view=category&id=4:plugins-joomla-pour-quickform&Itemid=55
Attachments:
Component RS SHow Form in build
Last Edit: 14 years 10 months ago by dragonjc.
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 14 years 10 months ago #7530

Dragonjc,

I believe you may have accidentally uploaded the old version. I downloaded the link you posted yesterday and installed from scratch and still got the "Warning: Invalid argument supplied for foreach() in /home/[...]/select.php on line 68" on the Forms and fields link. Also, the two errors in the xml file for 'efault.php' and 'showform.php' were there. A quick fix for those was to change them to 'default.php' and 'rsshowform.php'.

Can you please check if this was the most recent version? Thanks again for all the work.
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 14 years 10 months ago #7575

Dragonjc,

Just installed it.

Got the error in the 2nd step.
Warning: Invalid argument supplied for foreach() in /home/[...]/select.php on line 68

+++++++++++++++++++++++++++++++

Pardon my ignorance, but Dragonjc's component makes it possible:

a. To create a search form to search data entered into tables using RSFormPro and the Data Mapping Plugin, right ?

b. to allow the creator of the records to edit or delete their own entries ?

Thanks
vj
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 14 years 10 months ago #7595

Is there a version of this component for Joomla 1.0+, I have used this on several 1.5 sites and its a must for me, was wondering if it could be incorporated into Joomla 1.0?, would really appreciate any information on this
Last Edit: 14 years 10 months ago by don.snyder.
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 14 years 10 months ago #7596

  • bogdanc
  • bogdanc's Avatar
  • OFFLINE
  • Moderator
  • Posts: 669
  • Thank you received: 11
Hello,

Yes there is a version of RSForm! Pro for Joomla! 1.0 . This is a link from where you can buy it:

www.rsjoomla.com/joomla-components/joomla-form.html

Regards!
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 14 years 10 months ago #7597

Sorry for the confusion, what im asking is there a version of this 3rd party component designed by dragonjc... that will work on joomla 1.0 not the RSForm Pro component
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 14 years 10 months ago #7606

Is there a way to contact 'dragonjc' ?
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 14 years 9 months ago #7743

I need a "frontend" search functionality that will search a table and display the info in a specific format.

I will pay for the work. If you are interested please contact me.

[123jump at gmail]

Thanks
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 14 years 9 months ago #8006

  • patgaytx
  • patgaytx's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Below it says that the version for 1.2.0 can be found on page 11, but there is no page 11. Can you provide the link for RSSHOWFORM for RS Form Pro 1.2.0?

THIS PACKAGE IS FOR RSFORM PRO VERSION 1.0.0
THE NEW PACKAGE FOR RSFORM PRO 1.2.0 IS ON PAGE 11


Attachment com_rsshowform_1_0_0.zip not found

<br><br>Post edited by: dragonjc, at: 2008/10/04 22:31[/quote]
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 14 years 6 months ago #8702

  • bchyatte
  • bchyatte's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
I tried to Install com_rsshowform_1-0-1.zip and got the following error

JInstaller::install: File '/tmp/install_4acd51b0ccbd2/admin/languages/efault.php' does not exist.

Installed version of RSForm Pro is 1.2.0
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 14 years 6 months ago #8703

  • bchyatte
  • bchyatte's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
To correct previous install error, i followed the instructions correct the typo in the RSShowforms.xml file by changing
<filename>languages/efault.php</filename> to <filename>languages/default.php</filename>

I repacked and tried to install again, but this time got the following install error message:

Warning: file_put_contents(/tmp/install_4acd5790a59d3/admin/) [function.file-put-contents]: failed to open stream: Is a directory in /home/content/b/r/e/[deleted user name]/html/onlygrassfed/libraries/joomla/filesystem/file.php on line 298
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 14 years 6 months ago #8722

Hi I repacked the version to a working installable version. Please try attached file.

Goodluck
Danny
Attachments:
Last Edit: 14 years 6 months ago by kessels1234.
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 14 years 6 months ago #8723

Again no luck with uploading the file to this forum. Maybe this link will help you to get the file:
www.2shared.com/file/8349997/566cffc1/com_rsshowform_1-0-1.html

Hope it helps anyone

Danny
Attachments:
Last Edit: 14 years 6 months ago by kessels1234. Reason: File did not attach
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 14 years 4 months ago #9161

  • toby2
  • toby2's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
This component is not working.
I installed the last version after correcting the two typos in the file names that still exist despite the stated earlier correction in this file:

www.2shared.com/file/8349997/566cffc1/com_rsshowform_1-0-1.html

No errors, but the form IDs do not appear in the selection box.

I noticed that the sql installs are using the capital lettering:

CREATE TABLE `#__rsform_show_form` (
`RSSFid` int(11) NOT NULL auto_increment,
`RSSFformid` text NOT NULL,
`RSSFtitle` text NOT NULL,
`RSSFmodlayout` text NOT NULL,
`RSSFrowlayout` text NOT NULL,

...and remember reading something about this, but cannot figure out.
Does anyone have this working with RS Pro and Joomla 1.5.11?
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and sear 14 years 3 months ago #9334

  • millend
  • millend's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
same here... :(
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 14 years 3 months ago #9335

  • millend
  • millend's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
Ok people, I've fixed the minor bugs (XML and "line 68" ) - here is the fixed ver. tested and working with 1.5.15 - RSFrom Pro! 1.2.0 rev27

www.4shared.com/file/189287989/db583165/...1-0-1_fixed_201.html

Big TY for Dragonjc - the creator of rsshowform

Happy New Year!
Last Edit: 14 years 3 months ago by millend.
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 14 years 3 months ago #9371

  • matt
  • matt's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 136
  • Thank you received: 14
Thanks millend!

I have just installed the updated version and tested it for some minutes and it works great!

Matt
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 14 years 3 months ago #9379

  • htenveen
  • htenveen's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
I have installed the update also, but it won't work. I have no categorie to click en I can't get tot the next step.

What is wrong?


Herman.
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 14 years 3 months ago #9382

  • matt
  • matt's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 136
  • Thank you received: 14
Hi!

I am not an expert at this component, but I try to explain any way. First you do not need any category. Categories are shown (if you have any) at the first page you start at after you clicked at the menu to see rsshowform.

You add new categories buy entering them to right from the text Valid my choice >> at the first step. Enter a category and just save and you have a category you can pick from in the list box to left from Valid my choice >>.

Hope it made sense.


Matt
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 14 years 3 months ago #9392

  • htenveen
  • htenveen's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
Hi,

Every time I get an errormessage: "Error on page". Perhaps is IE8 the problem??

It still doesn't work!! :evil:


Herman
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 14 years 2 months ago #9493

  • htenveen
  • htenveen's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
Got somebody this component working??? If so, how???


Please reaction!!!


Herman.
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 13 years 11 months ago #10416

  • gwmbox
  • gwmbox's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 29
  • Thank you received: 4
millend wrote:
Ok people, I've fixed the minor bugs (XML and "line 68" ) - here is the fixed ver. tested and working with 1.5.15 - RSFrom Pro! 1.2.0 rev27

www.4shared.com/file/189287989/db583165/...1-0-1_fixed_201.html

Big TY for Dragonjc - the creator of rsshowform

Is this still active and current? The download link does not work?

Thanks
If you don't ask....
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 13 years 11 months ago #10419

  • gwmbox
  • gwmbox's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 29
  • Thank you received: 4
I have requested via Support Ticket that RSFormShow is picked up by the development Team of RSForm Pro as an 'official add-on', my message read as;

Just wanted to provide some feedback and that while I think your RSForm Pro is great it is missing the edit function, however fortunately there is a ShowRSForm component that I will assume you already know about, this one add-on makes the use of RSForm Pro so much better and I would like to encourage you to either
1. Adopt and release this Component as an official component/addon for RSForm Pro, or
2. Convert that component into a plugin for RSForm Pro, or
3. Include this as a part of RSForm Pro.

Then you will have one of the best solutions for Joomla :)


I hope you can support this request and also submit a support ticket to the Dev team to get this as an official add-on, the more that ask the greater chance it will become an official add-on.

Cheers everyone
If you don't ask....
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 13 years 11 months ago #10465

  • millend
  • millend's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
just tried, link works and as formyself - still using the exact same component, which I corrected... I just don't understand ppl who cannot get this to work... few other have gotten this to work also, so it must be some other problem... sry
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 13 years 10 months ago #10526

  • omaxtd
  • omaxtd's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 1
Hello,

I'm using the RS Showform (edited version) comp and it's easy to configure.
My Joomla site is version 1.5.15 (Dutch) and RSFormPro is version 1.2.0 Rev 28.


The problem I have is that the forms I like to edit are showinmg the wrong data.

In my case the forms that I use do have 'Drop-down' selections.
When filling the form for the first time I selected the second option.

When I like to edit the form it opened and shows the first option from the Drop-down menu.

Does anybody have a solution?

Kind regards,

Evert
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 13 years 2 months ago #12463

  • bailock
  • bailock's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hello,

I try to use rsshowform component to update submissions and i have this problem :
when the form appears there is the text {error} at the top of the form and when i submit updates nothing is changing and the form stay on the screen.
Is there someone who had this problem ?

Thank you
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 13 years 1 month ago #13073

  • gwmbox
  • gwmbox's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 29
  • Thank you received: 4
Is the download on the first post still the latest version?

Cheers

GW
If you don't ask....
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 13 years 1 month ago #13074

  • gwmbox
  • gwmbox's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 29
  • Thank you received: 4
Re the download in the first post, there are some errors in the xml file,

line 44
<filename>languages/efault.php</filename>

replace with
<filename>languages/default.php</filename>

line 45
<filename>tables/showform.php</filename>

replace with
<filename>tables/rsshowform.php</filename>

Also the sql needs to be updated to check if table exists, if it does then only update (if necessary). So if you have a previous rsshowform installed, backup the table row (jos_rsform_show_form) if you want to keep it and then select it and drop it. Once installed you can use your backup to replace or update the new installed table row.

Cheers

GW
If you don't ask....
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 13 years 3 weeks ago #13175

  • fher
  • fher's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
there is a version working for joomla 1.6?
The topic has been locked.

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!