Jump to content

Racingreport

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

About Racingreport

  • Birthday 08/31/1985

Contact Methods

  • Website URL
    http://www.racing-report.com

Profile Information

  • Gender
    Male
  • Location
    Hesdin (Aay-dan) France.

Racingreport's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Issue resolved. Put simply: I did delete the above and it did what I wanted without dying horribly. So all is good. Could a mod mark as Solved please?
  2. Ahhh, a helpful forum at last. On the 15th of Feb, I posted on Joomla forums asking for help with this problem. I am the only person that has responded to the message and I hope that someone here can solve my woes! My home link keeps rewriting itself and I can't fix it. Here is the basic set up of the site. Joomla 1.5.20 - Can't upgrade to 1.6 because core modules, integral to the sites layout are 1.5 Native only. Template: Yoo_Enterprise ARTIO JoomSEF free. 3.7.6 I run phpbb3 on a separate database with RokBridge. Though that's gone now in favor of Kuena becuase experience has told me I get less spam on Kuena than PHPBB3 + it fits in the site template and doesn't require HOURS to re-template when it comes time to refresh. The exact problem is that completely without any input, the Home link in the red menu bar at the top of the page rewrites itself. It should point to http://www.racing-report.com as a Front Page Blog Layout with no content, just Gavick GK_News in the module position maintop. Four or five times a day, (though it has already happend four times today, and its just gone 1300 here in France!) the site will decide to change the home link to either http://www.a.racing-.... or report.com/category1/category2/category3/category4 and so on. Any help you can offer will be gratefully received. I know that no one is accessing the ACP to change this as I have tracking code for Kayako's support suite on the site and know when people are accessing. Add to that, I am the only person with access to the ACP and I have changed both username and password since the problem started. I am using shared hosting on my brother's Heartinternet reseller account.
  3. I am fairly new to php relating to databases so I'm a little uncertain with my current quandry! I am using a component for Joomla to display tables of motorsport results. The programme produces a table in a module position with a number of links, driver name, team name and a view table link. My problem is that my SEO plug-in does not have a compatablity add on for the component and it screws up. I dont need the links, so I am trying to remove them. My question is this: class TracksHelperRoute { /** * return link to details view of specified event * @param int $id * @param int $xref * @return url */ function getRoundResultRoute($id = 0) { $parts = array( "option" => "com_tracks", "view" => "roundresult" ); if ($id) { $parts['pr'] = $id; } return self::buildUrl( $parts ); } If I remove this bit: return self::[b]buildUrl[/b]( $parts ); Will that stop the links from being made?? I have removed the link into the application, but I don't want to break the whole component removing code!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.