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

Re:[SOLVED]IN FRONT Show Data, edit print and sear 16 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 16 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:
//<code>
$items = \"|Please Select[c]\n\";
$rez = mysql_query(\"SELECT FieldName, FieldValue FROM jos_RSFORM_SUBMISSION_VALUES WHERE FieldName='client_name'\"«»);
while($r = mysql_fetch_assoc($rez))
      $items .= $r['FieldValue'] . '|' . $r['FieldValue'] . \"\n\";
return $items;
//</code>

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 16 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 16 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 16 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 16 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 16 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 16 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 16 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 16 years 3 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 16 years 3 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 16 years 3 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 16 years 3 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 16 years 2 months 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 16 years 2 months 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 16 years 2 months 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 16 years 2 months 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: 16 years 2 months ago by dragonjc.
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 16 years 2 months 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: 16 years 2 months ago by juergen.urban.
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 16 years 2 months 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 16 years 2 months 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: 16 years 2 months ago by dragonjc.
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 16 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 16 years 1 month ago #6881

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

Re:[SOLVED]IN FRONT Show Data, edit print and search 16 years 1 month 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 16 years 1 week 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 16 years 1 week 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 16 years 1 week 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 16 years 3 days ago #7256

  • octavian
  • octavian's Avatar
  • OFFLINE
  • 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 15 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 15 years 11 months ago #7495

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

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 11 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: 15 years 11 months ago by dragonjc.
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 years 11 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 15 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 15 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: 15 years 10 months ago by don.snyder.
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 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 15 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 15 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 15 years 10 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 15 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 15 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 15 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 15 years 6 months ago #8722

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

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

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 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: 15 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 15 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 15 years 4 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 15 years 4 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: 15 years 4 months ago by millend.
The topic has been locked.

Re:[SOLVED]IN FRONT Show Data, edit print and search 15 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 15 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 15 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 15 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 15 years 3 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 15 years 5 days 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 15 years 5 days 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 14 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 14 years 11 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 14 years 3 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 14 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 14 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 14 years 1 month 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.

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

  • paolors1
  • paolors1's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
  • Thank you received: 1
I'm using rsforms pro 1.4.0 R40 - joomla 1.5.23 and i would know if this hack could works with last rsforms pro release.....
The topic has been locked.

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

  • matt
  • matt's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 136
  • Thank you received: 14
RSShowform works for me with RSForm Pro rev 40 and Joomla 1.5.23
Last Edit: 13 years 10 months ago by matt.
The topic has been locked.

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

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

On my site I got it working well, in the frontend you see all the submissions.
When I click on a submission it opens the data as filled in.

In the submissionlist there is a "edit" button at the end of the line, when I click on that button the form is opened again with all the data inside, so I can edit the data in the form.
When I edit the form and click on "submit" the data is updated in the database / submissionlist and also resend by email.

If someone wants get it done on his site, give a reaction on this forum so I send it forward to the developer.

! The developer is not available for Joomla support !

Kind regards,

Evert
Last Edit: 13 years 9 months ago by omaxtd.
The topic has been locked.
The following user(s) said Thank You: nandodefaria

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

Hi Evert
Really interested to read your comment - can you share the know how - I have the form set and and updating the database and can list the records but struggling to get the drilldown and edit functionality

Many thanks
The topic has been locked.

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

Could someone please put this file back up and give the know how to do it. Please!! It seems that RSForm doesn't have any intentions of putting this functionality on their list submissions module. I get the same runaround when I contact them.."it is possible if you are a javascript pro" but what about the people that don't have all that knowledge.
The topic has been locked.

Re: IN FRONT Show Data, edit print and search 13 years 3 months ago #16285

  • gwmbox
  • gwmbox's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 29
  • Thank you received: 4
Is there a Joomla 2.5 version? Is RS Joomla going to release an addon for this, they said they would some 18 months or more ago...
If you don't ask....
Last Edit: 13 years 3 months ago by gwmbox.
The topic has been locked.

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

  • mproth
  • mproth's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
Hmmm...... I cant beleave this has not been addressed yet. I always see people asking for front end editing, and its still not available? Man i would love to have this.
The topic has been locked.

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

AGREED!
The topic has been locked.

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

  • paolors1
  • paolors1's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
  • Thank you received: 1
me too!
The topic has been locked.

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

  • bruno05
  • bruno05's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
Can some one re upload this? Thanks
The topic has been locked.

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

  • bruno05
  • bruno05's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
please re upload
The topic has been locked.

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

  • gwmbox
  • gwmbox's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 29
  • Thank you received: 4
For this to be available you ALL need to hassle, er um, send a request to the RS Joomla developers. Use the support mechanism and send it as a ticket to be resolved. The more that do ask for it the greater the chance of it being developed... so go on send your request now using one or ALL of the following mechanisms ;)

Support: www.rsjoomla.com/my-support-tickets.html
Facebook: www.facebook.com/rsjoomla
Twitter: twitter.com/rsjoomla
Feedback: www.rsjoomla.com/feedback/single-feedback/608-rsshowform.html

So go on ... do it!
If you don't ask....
Last Edit: 13 years 1 month ago by gwmbox. Reason: typo and bolding :)
The topic has been locked.

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

Can you send to me?
The topic has been locked.

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

  • servicefly
  • servicefly's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 22
  • Thank you received: 1
I am very interested, do you plan on uploading the documents again?
The topic has been locked.

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

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

Sorry for the delay, I will try to give you all the information and files you need.

I'm using RSForm!Pro version 1.4.0 REV 40, after the file were edited I didn't try any update.
The files that I use are available by the link below:
www.omax.nl/Portals/0/Joomla/RSFormPro_V1.4.0_REV-40_edited.zip


You also have to change a menu item to add an edit function.
The view submissions menu --> "Row Layout" here I've add the following code so that I can open the form for editing.

"<td>{edit}<p>
<img src="images/edit.gif" alt="edit" width="16" height="16" />
</p>
{/edit}</td>"

I hope this is enough information for you all, there is not much extra that I can tell you because I didn't change the PHP files by myself.

I will look once a week on this forum. If there is a question, ask it here.

Kind regards, Evert
Last Edit: 12 years 9 months ago by omaxtd.
The topic has been locked.

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

  • servicefly
  • servicefly's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 22
  • Thank you received: 1
What are your instructions on how to install these? I ask because I don't want to screw anything up since I have the latest version installed on Joomla 1.5.23 with many forms already created. Thanks in advance.

Also, I assume I need to uninstall RSForms Pro and re-install with your files correct? This is why I'm anxious.
Last Edit: 12 years 9 months ago by servicefly.
The topic has been locked.

Re: [SOLVED]IN FRONT Show Data, edit print and search 12 years 8 months ago #18836

  • mproth
  • mproth's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
Anyway of making this work with Rev 43?

That would be awesome.
The topic has been locked.

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

omaxtd wrote:
Hello all,

Sorry for the delay, I will try to give you all the information and files you need.

I'm using RSForm!Pro version 1.4.0 REV 40, after the file were edited I didn't try any update.
The files that I use are available by the link below:
www.omax.nl/Portals/0/Joomla/RSFormPro_V1.4.0_REV-40_edited.zip


You also have to change a menu item to add an edit function.
The view submissions menu --> "Row Layout" here I've add the following code so that I can open the form for editing.

"<td>{edit}<p>
<img src="images/edit.gif" alt="edit" width="16" height="16" />
</p>
{/edit}</td>"

I hope this is enough information for you all, there is not much extra that I can tell you because I didn't change the PHP files by myself.

I will look once a week on this forum. If there is a question, ask it here.

Kind regards, Evert


This works well on Joomla 1.5 and 1.6 but it doesn't work on Version 2.5 Any one have a clue how to get this to work on 2.5?

For those that are asking how to get this to work.
Simply go to your site directory and rename the directory rs_form in admin section and components section and then upload his files and add the EDIT in the row in view submission and it works (Like I said in 1.5 and 1.6 only not in 2.5)

We need this option in 2.5 and now Version 3.0 When will get this option built in to RS FORM pro instead of having to wait on some one else to HACK the code to get this option?
Last Edit: 12 years 6 months ago by charmed_ones.
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!