Recent content by orcus

  1. O

    Another Ground Problem?

    You say it was fine until he "touched the pos to ground". What is "the pos" and how did he touch it to ground? Can you post the "under the hood pics"? Does he have a DMM?
  2. O

    joomla help

    So the mod_rewrite was the problem. Search engines dont care what the URLs look like, people do. It looks like you got it working.
  3. O

    joomla help

    It looks like the template system is runing inside a class, so I don't know what $this-> is. The stock templates are useing, to form the URL. I see you are using mod_rewrite for the URLs that mite be part of the problem to. Do This: Go into the admin and go to the Template Manager...
  4. O

    joomla help

    In the index.php of the template uses "<?php echo $mosConfig_live_site;?>/templates/rhuk_solarflare_ii/css/template_css.css" (I only have the stock template) for the URL to the css. So I would look at that first to see if it is useing the "index.php/templates/..." or "templates/..."...
  5. O

    joomla help

    I have not used joomla in some time. Let me load my server and find out. templateDetails.xml under css maybe?
  6. O

    joomla help

    The style sheets are not linked right. Working: http://viprei.com/templates/ja_purity/css/template.css Not Working: http://viprei.com/index.php/templates/ja_purity/css/template.css
Top