-
AuthorPosts
-
February 5, 2007 at 10:15 am #118655
Hi guys,
I have a really silly problem driving me nuts.
I cant seem to hide the “read more” option even though i have done so in the global settings…
I dont have any text in the main content box
Really annoying, someone help!:confused:
ErikThorsen FriendErikThorsen
- Join date:
- December 2005
- Posts:
- 1098
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 22
- Thanked:
- 10 times in 1 posts
February 5, 2007 at 2:14 pm #214119Where on your page/what are you trying to hide? In the JA News module or where? Articles? Do you have a screenshot?
February 5, 2007 at 10:20 pm #214140the cursed read mores are on every where – except for static stuff…
ErikThorsen FriendErikThorsen
- Join date:
- December 2005
- Posts:
- 1098
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 22
- Thanked:
- 10 times in 1 posts
February 6, 2007 at 9:26 am #214156It should be possible to hide this in the global settings. Without a live site to look at or a screenshot or something it is virtually impossible to see what the problem might be…
March 10, 2007 at 7:05 am #215474I have the exact same problem. I changed it in global settings but can’t get rid of it (read more) in JA News. Can Erik help??? Here is my site http://www.cxiexchange.com
instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
March 10, 2007 at 7:38 am #215476Hi
I think that if you publish text in the second text box when writing an article it automatically adds the read more link. Try putting all of the text in the first box.March 10, 2007 at 2:17 pm #215486I used a new module instead of JA News and I finally got rid of the “read more”. I think it a workaround a bug though…
April 20, 2007 at 1:54 pm #218556While the rest of you want to get rid of it, I want it — that darned read more link would be very helpful for me to make it clear to my viewers that there is indeed more to read… I am using the JA News module on the front page of the Polaris template — I’ve got my “sections” very shortened, so you can only see a blurb of the article, and it is not very clear always to click on the title of the article to read more.
Also, how do I change the section/category header link in JA News to link to a blog style display rather than a table style? Anyone? Any answers would be of great help…
Check out the page @ http://www.mcneesefoundation.org
Hieu Nguyen AdminHieu Nguyen
- Join date:
- November 2005
- Posts:
- 678
- Downloads:
- 36
- Uploads:
- 0
- Thanks:
- 69
- Thanked:
- 61 times in 1 posts
May 9, 2007 at 7:46 am #219747<em>@vebmoore 13447 wrote:</em><blockquote>While the rest of you want to get rid of it, I want it — that darned read more link would be very helpful for me to make it clear to my viewers that there is indeed more to read… I am using the JA News module on the front page of the Polaris template — I’ve got my “sections” very shortened, so you can only see a blurb of the article, and it is not very clear always to click on the title of the article to read more.
Also, how do I change the section/category header link in JA News to link to a blog style display rather than a table style? Anyone? Any answers would be of great help…
Check out the page @ http://www.mcneesefoundation.org</blockquote>
Hi,
Open file modules/mod_janews.php And fine line:
[PHP]$link = sefRelToAbs( ‘index.php?option=com_content&task=category§ionid=’.$rows[0]->sectionid.’&id=’. $rows[0]->catid . $Itemid );[/PHP]
replace with:
[PHP]$link = sefRelToAbs( ‘index.php?option=com_content&task=blogcategory§ionid=’.$rows[0]->sectionid.’&id=’. $rows[0]->catid . $Itemid );[/PHP]It will be your way.
perdu Friendperdu
- Join date:
- June 2007
- Posts:
- 227
- Downloads:
- 0
- Uploads:
- 26
- Thanks:
- 10
- Thanked:
- 20 times in 1 posts
July 6, 2007 at 11:04 pm #223734Having the same problem with the ja-news module I can’t hide the read more links nor can I switch off the linked titles, I’ve set everything in both global config and the home page menu item & the articles themselves :confused:
instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
July 7, 2007 at 12:25 am #223743perdu;20305Having the same problem with the ja-news module I can’t hide the read more links nor can I switch off the linked titles, I’ve set everything in both global config and the home page menu item & the articles themselves :confused:
To remove the readmore link do the following;
On line 96 in modules > ja_news > headlineloader.php
delete
echo "<a href="$link" class="readon">".textprocess(_READ_MORE)."</a>";
to remove the link of the title do the following
On line 94 in modules > ja_news > headlineloader.php
Change
echo "<a href="$link" class="ja-newstitle" title="".textprocess($firstnew->title)."">".textprocess($firstnew->title)."</a>n";
To
echo "<a ="$link" class="ja-newstitle" title="".textprocess($firstnew->title)."">".textprocess($firstnew->title)."</a>n";
EDIT* You can also comment out the read more line and it will work too.perdu Friendperdu
- Join date:
- June 2007
- Posts:
- 227
- Downloads:
- 0
- Uploads:
- 26
- Thanks:
- 10
- Thanked:
- 20 times in 1 posts
July 7, 2007 at 12:30 am #223744Thanks that fixed it 🙂
instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
July 7, 2007 at 12:32 am #223745You’re welcome. Good luck. 🙂
-
AuthorPosts
This topic contains 13 replies, has 7 voices, and was last updated by instantinlaw 17 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum