Jump to content

callmeroy1

Members
  • Posts

    7
  • Joined

  • Last visited

Reputation

0 Neutral

1 Follower

About callmeroy1

Personal Information

  • Occupation
    ICT Technician
  • Location
    Walton, Surrey
  1. I have found a readmorelink.php file that had the following code... // Get the article URL from $article->readmorelink not is a good idea // Jooma 1.5 don't generate value for readmore_link for some situations // like the frontpage // Thanks to Goran Stetic for discover this bug. //$route=$article->readmore_link; $route=JRoute::_(ContentHelperRoute::getArticleRoute($article->slug, $article->catslug, $article->sectionid)); $link=""; $article->text=str_ireplace('{readmorelink}', $link, $article->text); $article->text=str_ireplace('{/readmorelink}', '', $article->text); } else { $article->text=preg_replace('#{readmorelink}(.*?){/readmorelink}#s', '', $article->text); $article->text=str_ireplace('{readmorelink}', '', $article->text); $article->text=str_ireplace('{/readmorelink}', '', $article->text); } But I dont know enough about code to know if this is the problem or how to fix it. The readmore link works on everything other than the frontpage.
  2. Thank you for your help so far. I inherited the site and am still learning Joomla, so will have to look at upgrading and do a bit of homework. I have had a quick look at blocking the attempts to login and it appears to be an extention option, rather than an inbuilt one, is that right?
  3. I have compared the css files for both templates and they are the same, but only seem to define how the Read more link looks, rather than how it behaves. I have added some Read more links to another section that uses the same template as the Frontpage, and these work fine... Business & Enterprise News It is as if the Frontpage Blog menu option is the problem, rather than the Read more link itself?
  4. I have a Read more link on my front page, but when you click it, it opens as a seperate page, with no modules. RES I have another Read more link on a different page, that works correctly. Sixth Form Frontpage They are on different templates, but within the same Joomla install. Can anyone point me in the right direction as to what or where I need to be looking at to change how the Read more link works. Thanks
  5. We are using the allVideo plug in, which works great with flv. However we have been asked if we can get our videos to work on mobile devices. A quick search of the net suggests that the mp4 format is the most compatible. However, when we tried to convert the video into a mp4 it refused to play via allVideo. There are lots of different settings to change when converting the video (we are using FormatFactory 2.96) but we are unsure which is the best to use. If anyone has a mp4 video playing via allVideo can you let us know which settings work best. Thanks
  6. I have found a work around, but would still like to know if anyone has a better answer. Rokslideshow does not need the images to start at 1. I have renamed all my images and txt files to start at 50, upto 55. I can now add images either side of this and delete old ones without the worry for a users cache to be updated.
  7. I have a Rokslideshow on our front page which was working fine. I only have 5 images, each with an assosiated txt files. I removed one of the old images so I could add a new one and at first my ie8 didnt show the image changes (the new txts showed ok). After I restarted my web browser the new images showed, with correct txt. I have just been informed by someone using Google Chrome that their slideshow is still showing the old images with the new txt, even though their pc has been turned off and on 3 or 4 times since I updated it. I viewed it from my Google Chrome and it loaded correctly. Has anyone had this issue before and is there a way to force this to refresh for all visitors for the site. I dont want to have to tell the user that they need to clear their cache as this will only solve the problem for this one user. Thanks R E S
×
×
  • Create New...