Advanced Search

Search by Keyword
Search by User Name
   

Search Options

Find Posts from
Sort Results by
Jump to Result Number
Search in Categories

Search Results

Searched for: menu
07 Nov 2009 09:39

moncica

I ran a security check that said that my config php file is in the public folder. (as far as I knew it wasn't) Anyway I clicked on fix and it said that a php.ini file was created. When I tried to view my page it said some error about php line 2 so I deleted the php.ini file. Now I'm able to view only the home page, but when I click on any of the menus it says page not found 404 error.

What am I suppose to do now???
Category: RSFirewall!
01 Nov 2009 07:48

randall.prue

We want to use 20 different forms for 20 different services (so 20 categories of customers, based on the service provided).

The forms submitted then are available in RSForms Pro in 20 categories. Management is to review the submissions but they have no interest in sorting through the categories.

Management wants the new submissions to be resorted by date and whether they have been reviewed and approved. Review and approval is critical.

So, I want to take the submissions (on submission),...
Category: RSForm! Pro
31 Oct 2009 14:16

scott.barrow

Is it possible to get the menu item to display events for "Today" or "Tomorrow" rather than picking a specific date, I see the code in another post to get the module to do this - but is it possible for the menu item to too.

Thanks
Category: RSEvents!
26 Oct 2009 07:37

fernandez

I need to make a form where if the user select in a dropdown menu certain option the program answer to him a normal email and another to me,but if he select another certain option the form only give to me(administrator) an email in order to bring me the posibiliy to send him an special email manually.Can anybody help me?

Thanks and excuse my english.
Category: RSForm! Pro
22 Oct 2009 08:18

SpencerK

Hello there. Not sure if this is a RSformPro issue - in fact, I'm sure it is not. But I do need some advice on something, I purchased the form - so here goes :)

The form is very easy to create - however, I have an issue with the URL of the form. On my joomla website I'm using SH404SEF.

Now, I have created a link to the form in the normal manner - Menu Manager>MenuName>New>RSFormPro>Form name.

So now I have a menu item for my form, the link for that item is place on the home page. However,...
Category: RSForm! Pro
20 Oct 2009 10:47

sbooks

Is there a way I can setup a form that allows a registered user to come back and update a form after they started it? I'd also like to put a link to the form on my user menu so they can click and it goes to that form and pulls previous data entered so the can continue to add or just update.

Example form:

Hobbies
Website
Quote
Website url
facebook url
Email Updates (checkbox)


I know community builder can do this but do not want to use it on my 1.5 site. It would be also good to use this form with the RsForms Pro mapping tool a separate table.
Category: RSForm! Pro
19 Oct 2009 17:25

sinnary

I did this by editing the language file. I didn't want people to "Subscribe" to an event. I wanted them to "RSVP". Worked like a charm.
Category: RSEvents!
16 Oct 2009 11:14

octavian

Hello again,

The user automatically registers because by being logged in he is able to see if he has pending transactions (in the My Memberships menu item). Users will this way be reassured that the order has been placed and will be processed.

However, you do make a valid point. I think we should add a new setting in the RSMembership! Configuration (so you can setup if the user should be created instantly or when payment is done) - this way we can satisfy the needs of both users.

A new...
Category: RSMembership!
05 Oct 2009 14:48

Chacapamac

I cannot go to the article trash — Blank page with FORBIDEN
Categories/ section and probably otherS are unavailable as well.

I’m the superadmin. In the Backend Access Control of RSFirewall I cannot even see com_trash in the list of components.

I allowed all to be use on my superadmin name but no com_trash



I need help I need to update that site today?

Can I turn RSFirewall off until this is fix?
Category: RSFirewall!
05 Oct 2009 06:19

robin.jenkins

Problem Solved,

I think I have solved the problem with Safari.

The problem seems to be with the TinyMCE Editor - but you can make some changes to fix the problem.

1) In the Admin area select the - EXTENSIONS menu - then select PLUGIN MANAGER.

2) Find Editor - TinyMCE in the list and click on it.

3) Select Advanced Parameters - scroll down to the bottom of the list and check ON for Safari compatibility.

Robin
Category: RSMail!
05 Oct 2009 00:08

robin.jenkins

Hello Gareth,

I think I have solved the problem with images not showing up in the emails.

The problem seems to be with the TinyMCE Editor - but you can make some changes to fix the problem.

1) In the Admin area select the - EXTENSIONS menu - then select PLUGIN MANAGER.

2) Find Editor - TinyMCE in the list and click on it.

3) In the Plugin Parameters find the URLs popup and select ABSOLUTE.


While you are editing the editor it might be a good idea to select the Advanced Parameters - scroll...
Category: RSMail!
01 Oct 2009 08:02

alexp

Hello,

Please edit the components/com_rstickets/page/add_ticket.php, and after:

defined('_JEXEC') or die('Restricted access');

add this:

$user = & JFactory::getUser();
$user = $user->id;

$db = & JFactory::getDBO();
$query = "SELECT COUNT(`TicketId`) FROM `#__rstickets_tickets` WHERE `CustomerId`= '" . $user . "' LIMIT 1";
$db->setQuery($query);
$result = $db->loadResult();
//echo $_GET;
if($result == 0 && $_GET == 'add_ticket')
header('Location: http://www.your_link_here.com);
Category: RSTickets!
01 Oct 2009 07:52

alexp

Hello,

Actually no... Are you using the latest version of RStickets (revision 13) ? If you are using Chrome... this is known to still have some problems with javascripts.
Category: RSTickets!
27 Sep 2009 14:36

r.notten

Okay, figured it out myself...

1)
In the file admin.rsform.html.php around line 260 you will find the layout for the menu with the form layouts.
Place this code anywhere after line 263, but before line 299 and change the 6 instances of NAMEOFYOURFORM in whatever you want to name your form.
<div style="border:1px solid #cccccc;width:185px;margin:5px;padding:2px;float:left;">
<label for="formLayoutInlineXhtml">
<input type="radio" id="formLayoutNAMEOFYOURFORM" name="formLayoutOption"...

2)
Copy...
Category: RSForm! Pro
27 Sep 2009 13:46

r.notten

Hi, I want to add a new form layout in the menu, since the 5 available now do not always suit my needs.
I was able to successfully alter the layout of one of the 5 layouts currently available, but I want to add a 6th layout to the menu. How can I do that?

Thanks!
Category: RSForm! Pro
Displaying 1366 - 1380 out of 1614 results.