[joomla] Weird SEF issue

2012-01-27 Thread Scott Wolpow
I have never seen this before. When I turn on SEF in a joomla 1.5.25 install all I get is a page with the word "here". I have installed the SEF patch and searched for any page with just that word. I have switched out the template. I have replaced the .htaccess So I know it is in base core. My

Re: [joomla] Weird SEF issue (Scott Wolpow)

2012-01-27 Thread Mark Simko
I have never seen this before.When I turn on SEF in a joomla 1.5.25 install all I get is a page with the word "here".I have installed the SEF patch and searched for any page with just that word.I have switched out the template.I have replaced the .htaccessSo I know it is in base core.My last resor

Re: [joomla] Weird SEF issue (Scott Wolpow)

2012-01-27 Thread Scott Wolpow
It is the default .htaccess page I would not mind a default page, because then at least i can track where it is going to. SW On 1/27/2012 3:45 PM, Mark Simko wrote: I have never seen this before. When I turn on SEF in a joomla 1.5.25 install all I get is a page with the word "here". I have in

[joomla] com_contact - Can't locate the "Site Contact" file (Joomla 1.7)

2012-01-27 Thread David Roth
Hopefully this is something I've overlooked and some kind soul here will point this out to me. I'm trying to look at the source code PHP files for "Site Contact" which is part of com_contact. The Joomla com_contact component files of interest are located in: components/com_contact/views/category/

Re: [joomla] com_contact - Can't locate the "Site Contact" file (Joomla 1.7)

2012-01-27 Thread Donna Marie Vincent
Your template can have optional overrides.  Check to see if there is one in the "html" folder of your template. Also, do NOT modify the files in the core components, use the template overrides.  When you apply an upgrade patch, these files will be overwritten.

Re: [joomla] com_contact - Can't locate the "Site Contact" file (Joomla 1.7)

2012-01-27 Thread Matt Thomas
Hi David, "Site Contact" sounds like a contact record from your database. The files in the /tmpl directories represent the different views that display those records. Can you explain what you want to change and we can give you a better idea of where to look. Best, Matt Sent from my phone that u

Re: [joomla] com_contact - Can't locate the "Site Contact" file (Joomla 1.7)

2012-01-27 Thread David Roth
Hi Donna. I had no intention of modifying core files, I'm studying merely trying to see how it works to adapt the methods elsewhere. Yes, there is a 'html' in the templates which are provided by YouJoomla (YouPlus template). However, when I have renamed them to see the effect, it only slightly ch

Re: [joomla] com_contact - Can't locate the "Site Contact" file (Joomla 1.7)

2012-01-27 Thread David Roth
Hi Matt. I'm trying get access to the grid.sort that's being used on that page for "Site Contact". For those not familiar, that page displays a table and the user can click on that page to sort by Phone number, etc. I was looking for a good vanilla grid.sort being used on the front end in Joomla,

Re: [joomla] com_contact - Can't locate the "Site Contact" file (Joomla 1.7)

2012-01-27 Thread David Roth
I got it solved. Thanks so much for your insight into this, Donna! I totally missed the override with this. This explains why it wasn't picking up any changes. Best regards, David On Fri, Jan 27, 2012 at 5:28 PM, Donna Marie Vincent wrote: > Your template can have optional overrides.  Check to