The custom 'Read more' Text is shown at the 'Read more'-Button
The standard 'Read more' Text ('Read more') is shown at the 'Read more'-Button
Joomla 3.4.0
PHP 5.5.17
Have a look to
http://forum.joomla.org/viewtopic.php?f=708&t=796643
Labels |
Added:
?
|
Category | ⇒ | Front End Modules |
Hello
Sorry to disturb you on this topic but I don't know where I can post bugs ?
The readmore link with a link to register doesn't work on the newsflash module on Jommla 3.4.1.
Here is my topic to understand more :
http://forum.joomla.org/viewtopic.php?f=706&t=884342
thanks
I don't know where I can post bugs
Click green button New Issue!
@houbahoubi If you provide some more detailled test instructions (how to get link Register to Read More displayed for this module) ... I'll provide a fix.
Sorry I don't see a green button "New issue" ;-(
So Yes of course thanks for your help ! I try to explain, I am french and I hope you can follow my translations ;-)
In "content" > "Article manager" click on "options". In article tab, select "yes" for "Show Unauthorised Links" and save.
Choose an article, and select an "enregistered access" for it. That's all if I well remember.
Now if you are not login in the fronted you can see a link readmore like that "please register to read more".
Then try to click on this link from an article in a blog area and do the same from the module newsflash.
If you're coming from issues.joomla.org as @houbahoubi is then you need to be on the tracker list view (which is the site's homepage or what you get when clicking the "Tracker" button in the menu) then you'll see a green "New Item" button. The UI there is also translated to help our non-native English speakers get around.
@mbabker Thank you for explanation.
@houbahoubi Sorry for confusing you (and me ;-) !!
We don't need a new issue because I've already created a PR. Please test it. #6864
@mbabker yes my comment was wrote here : http://issues.joomla.org so no new button here. I understand but it's perturbing because we don't know that we need to go on Github. I am not a developper so I am not familiar on this platform and how to use it.
@bertmert not a problem ;-)
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-05-01 08:30:42 |
Closed_By | ⇒ | zero-24 |
It's easy to establish this behaviour inside a custom module override.
See mod_articles_category/tmpl/default.php line 59 ff as a code example.
Because of backwards compatibility it would be necessary to introduce a new option/parameter for mod_articles_news. Something like "Use alternative readmore". Default value: no.
You have to customize helper.php, manifest xml and default.php. Is it worth the effort?
(Be aware, that the linked forum post is bad bad code, not just because it's a core hack.)