E-mail directory and Joomla 1.5x
- joomla
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
16 years 1 month ago #3383
by joomla
Dear Saka, I would like to migrate my website to joomla 1.5x, and I would like to have information is it E-mail directory compatible with new version of joomla? Is there any migration instructions?
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
16 years 1 month ago #3386
by Saka
Emir Sakic
www.sakic.net
Should be in legacy mode but haven't tested that carefully. Might be glitches.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
16 years 1 week ago #3469
by Saka
Emir Sakic
www.sakic.net
I have made it compatible with Joomla! 1.5 in legacy mode now. Plus it goes Open Source now.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- croman91
- Offline
- New Member
Less
More
- Thank you received: 0
15 years 8 months ago #3977
by croman91
Hello, (pozdrav)
i have a question, how can i turn off the function that display email formats in the listing component! i would like use the email field like the others fields like country! (i'm usig your componet for a Prefix and postal code listing! Second question is, how can i search in the City field! Only this field is not searching!?
Thanks for a solution!
(Hvala na pomoc)
[img]
i have a question, how can i turn off the function that display email formats in the listing component! i would like use the email field like the others fields like country! (i'm usig your componet for a Prefix and postal code listing! Second question is, how can i search in the City field! Only this field is not searching!?
Thanks for a solution!
(Hvala na pomoc)
[img]
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
15 years 8 months ago #3978
by Saka
Emir Sakic
www.sakic.net
That would require code modifications. I will see if I can catch some time to post code examples here.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- croman91
- Offline
- New Member
Less
More
- Thank you received: 0
15 years 8 months ago #4005
by croman91
Hello Saka (Pozdrav)
I have changed follow code in the emails.html.php file:
To:
It seems now like the other fields (only fronted)! But it is enough for me!
I think that is correct what i have do.
The other problem to search in the City Field, i have no idea, what kind of code modification i must do! If you help me i will buy your AJAX Register component!
Its simple, i like them!
(Hvala na pomoci, puno pozdrava iz Bosne)
I have changed follow code in the emails.html.php file:
if ($settings->email) {
if (extension_loaded('gd') && $settings->image) {
$row->email = "<img src=\"components/com_emails/image.php?id=$row->id\" border=\"0\" width=\"180\" height=\"15\" alt=\"".sprintf(_EMAIL_ALT, $row->name)."\" />";
} else {
$row->email = mosHTML::emailCloaking( $row->email, 0 );
}
echo "\t\t<td><a href=\"" . sefRelToAbs("$base_url&task=contact&mailid=".$row->id) . "\">$row->email</a></td>\n";
}
To:
if ($settings->email) {
echo "\t\t<td>$row->email</a></td>\n";
}
It seems now like the other fields (only fronted)! But it is enough for me!
I think that is correct what i have do.
The other problem to search in the City Field, i have no idea, what kind of code modification i must do! If you help me i will buy your AJAX Register component!
Its simple, i like them!
(Hvala na pomoci, puno pozdrava iz Bosne)
Please Log in or Create an account to join the conversation.