Main menu
Home
News
News from Alphaplug
Download
Forum
Support us
Search
Links
Demo site
Contact
Invite a friend
Joomlastreets News
Sign-up





Lost Password?
No account yet? Register

If you find my free stuff useful, why not leave me a little something with PayPal.

Donations are greatly appreciated, and help with the costs of providing FREE Joomla! addons.




Welcome, Guest
Please Login or Register.    Lost Password?

Articletitel *BUG*
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Articletitel *BUG*
#4428
Articletitel *BUG* 3 Years, 6 Months ago Karma: 0
This component seems to have a bug

Well the thing is:
The component seems to work, only it doesn't work if you click on the article title, the component seems only to react on the clickable images generated by the component, such like the read more...

Well so i don't want to disable the article links?

If i click on the Article TITLE link, i get the wrong link:
site.nl/index.php?option=com_content&view=article&id=194:thingslike&catid=48:drama&Itemid=82

the correct link, works if clicked on the clickable image:
site.nl/index.php?option=com_content&task=view&id=194:thingslike&catid=48:drama&Itemid=82

This I think is also the probleme for a lot of people that don't get the expanded version to work. They click on the wrong link.. so the component doesn't work.... i have seen people complaining
that they had to push the "User comments" button every time.

Maby there is a eassy solution for this?
janton
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#4434
Re:Articletitel *BUG* 3 Years, 5 Months ago Karma: 28
Can you try this ?

Edit the mambots/content/maxcommentbot.php and search the line (end file)

Code:

$tempo_url = "<a href=\"" . $row->readmore_link . "\">";


replace by :

Code:

$tempo_url = "<a href=\"" . JRoute::_("index.php?option=com_content&task=view&id=" . $row->id) . "\">";


Try and report. Thx.
admin
Admin
Posts: 1095
graph
User Offline Click here to see the profile of this user
Gender: Male Location: Corbeil-Essonnes Birthday: 02/28
The administrator has disabled public write access.
All components are free but...
Ever thought about giving something back?
Please make a donation if you want to support its continued development. Your donations help by hardware, hosting services and other expenses.
 
#4457
Re:Articletitel *BUG* 3 Years, 5 Months ago Karma: 0
Thx Admin,

Sorry for the late respons....

The .php file is not to be found on mambots/content/maxcommentbot.php
It's in plugins/content/maxcommentbot.php*

*i think because i run joomla 1.5

Well then i was looking for the code to be replaced...

The line to replace was no where to be found!

I found this code:
Code:


if ( $mxc_checkversion=='Joomla!1.5.x' ) {
//if title linkable
$tempo_url = "";
$tempo_url_end = "";
if ( $params->get('link_titles') && $row->readmore_link != '' ) {
$tempo_url = "<a href=\"" . $row->readmore_link . "\">";
$tempo_url_end = "</a>";
}
$tempo ="<table><tr><td class=\"contentheading" . $params->get( 'pageclass_sfx' ) . "\" width=\"100%\">";
$tempo .= $tempo_url . stripslashes( $row->title ) . $tempo_url_end . "</td></tr></table>";
$row->title = "";
echo $tempo;




I'm just back from a holiday so i will try to take a look at this later this week! Bud if you can help me out..
janton
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2008/08/18 14:00 By janton.
The administrator has disabled public write access.
 
#4596
Re:Articletitel *BUG* 3 Years, 3 Months ago Karma: 0
i see there is a 1.09 out!

I hope this fixes the problem.. so you say in your fixed list!

Nice thanks... i worked with 1.08..

I accidentally clicked some google ads


Ow one thing.. do i have to uninstall 1.08 before installing 1.09?
janton
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2008/10/28 00:17 By janton.
The administrator has disabled public write access.
 
#4598
Re:Articletitel *BUG* 3 Years, 3 Months ago Karma: 0
i took it a try...

Well the articile titel seems to work:cheer:

But.. all my module´s were acting very strange.. so i hat to change everything back!

Also the articel titel links all the way down..
(the one's that are one the next page):

link1
link2
link3
<< Start < Prev 1 2 3 4 Next > End >>

didn't work.. the seem to work like a normal joomla link!


Is there a fix for the module's?
The module's that normally show up at the home page also show up in the article if you click at it in your homepage..
So all module's that are seen in the page where you click the link will also seen in the atricle..
janton
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1