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
30 Jun 2012 23:19

tanner

Did you get an answer? I am having the same problem...
Category: RSBlog!
29 Jun 2012 14:14

davidphilipwebb

:( OK I know this is a total newbie question but how do I turn of menu items for registered users?
Category: RSMembership!
27 Jun 2012 21:48

wilco.alsemgeest

Hello,

You have the setting enable future events = no in your screenshot.
Category: RSEvents!Pro
27 Jun 2012 19:28

houston

Why would all the events that I have entered not be showing up? It is set to show everything. but I am only getting 4 of the 8 events to show.

www.sirensea.com/index.php/show-dates

Category: RSEvents!Pro
26 Jun 2012 00:19

wilco.alsemgeest

Hello,

It took me a while to find it out again for Joomla! 2.5 instead of 1.5 but here is the code to get the id.
This works when people opens a link.
//<code>
$app = JFactory::getApplication();
$menu = $app->getMenu();
$active = $menu->getActive();
$menuid = $active->id;
return $menuid;
//</code>
id = menu id
alias = menu alias
titel = menu title

When you search further and play with it you get this code.
This will generate a full URL with article id and menu id.
//<code>
$app =...
...
Category: RSForm! Pro
22 Jun 2012 14:02

mysterion

Hi folks - thank you for a great component which is working perfectly except I can't get title and description to display under the thumbnails when I display the gallery using content plugin (as they do with direct menu link to component)
  1. I've enable both content and system plugins and checked title & descriptions to show in both.
  2. Even using params as follows I get no description: {rsmediagallery tags="trees" show_description="1"
  3. Current version of Joomla.

What am I missing?
Category: RSMediaGallery!
21 Jun 2012 22:52

wilco.alsemgeest

Hello,

There are templates like this from the big template creators and with php and css you can change images for every link.
Category: General Discussion
21 Jun 2012 22:50

wilco.alsemgeest

Hello,

I think it's just a menu connected to different components.
Category: General Discussion
21 Jun 2012 01:51

markove

Hi,
Yes I had this problem today too. It's a worry when you download a component and it doesn't work correctly straight away. I have used RSForms on a few sites - and it is very good - so I was determined to make it install my admin menus. I saw the responses to this problem about clicking on a 'Scripts' tab - and I wasn't sure what "Scripts' tab this was referring to? Anyway - after a bit of trial and error - I found that if you go the template form via...
Category: RSForm! Pro
20 Jun 2012 00:38

kevin.mcelligott

Found it! The obvious setting in JCE editor does not fix this issue - Had to go here:

Components (menu) > JCE Editor > Profiles
Default > Editor Parameters (tab) > Options (left menu)
Allow CSS: YES
Category: RSMail!
19 Jun 2012 21:37

wilco.alsemgeest

Hello,

When something is working in for e.g. a menu and not in a module the best way to fix it is to send a ticket to tech support.
Maybe something is wrong in the extension and they can fix it for everybody.
Category: RSForm! Pro
19 Jun 2012 21:32

wilco.alsemgeest

Hello,

Why would you want to show a empty link to public visitors?
This is not good for Google.
It's not possible to give just rights to the form, you need your menu links or modules rights for it.
Category: RSForm! Pro
12 Jun 2012 05:21

wilco.alsemgeest

Hello,

I tested it for you.
In the properties tab you wil see the php scripts part.
Stil it wouldn't work in the new versions.

So I fixed it in the database.
Go too e.g. PHPMyAdmin
Do
SELECT extension_id FROM #__extensions WHERE `element`='com_rsform' AND `type`='component'
#__extensions = your table name e.g. joomla_extensions

Write down the id.
Do
SELECT `component_id` FROM `#___menu` WHERE `title` like '%COM_RSFORM%'
#___menu = your table name e.g. joomla_menu

Write down the id.
Do
update...
...
Category: RSForm! Pro
11 Jun 2012 17:27

robcoyle

Uff.. ive had no luck in the end... im on J2.5... and tried the following combinations:

1
$menu = JSite::getMenu();
$alias = $menu->getActive()->alias;
return $alias;
2
$app = JFactory::getApplication();
$menu = $app->getMenu();
return $menu;
3
$menu = &JSite::getMenu(); // get JMenu object
$active = $menu->getActive(); // get active menu
return $active;

And used the following tag in my email: {getURLcode:value}

But im drawing a blank. Hmmm
Category: RSForm! Pro
06 Jun 2012 10:15

Roux

I get the menu alias (assuming you use them) and then store it in a hidden field. In the hidden field default value put the following code:

//<code>
$menu = JSite::getMenu();
$alias = $menu->getActive()->alias;
return $alias;
//</code>

Then on submission your form should hold the menu alias the form was submitted from.

Hope this helps.
P
Category: RSForm! Pro
Displaying 976 - 990 out of 1614 results.