Search

Hello,

I have a Case-Study page, which takes a title parameter so it becomes:

/case-study/project-name

Is there a way for me to add a support page for that specific project so it can then go:

/case-study/project-name/support

Cheers!

Yes you can, using the URL router extension.

Whoa, cheers for the very quick response!

I’ll have a look into it see if I can work it.

Seems to be broke on Symphony 2.12, in the preferences clicking the “Add item” doesn’t do anything. Any solutions?

I don’t know if it’s the best solution (you have to modify the core and it might have side-effects), but changing line 440 of symphony/assets/admin.js from

t.eq(j).clone(true).appendTo(w).animate({height: h[j]}, function() {
    $('input:not([type=hidden]), select, textarea', this).eq(0).focus();
});

to

t.eq(j).clone(true).appendTo(w).removeClass('template').animate({height: h[j]}, function() {
    $('input:not([type=hidden]), select, textarea', this).eq(0).focus();
});

helps.

Isn’t this a bug that has been issued before?

@kanduvisla - I think it has, but I don’t think it’s been fixed.

@klaftertief - I don’t really want to modify the core unless there definitely is no side-effects.

That worked Nick. Now to figure it out! :P

Create an account or sign in to comment.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details