- Posts: 33
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question Search Result - Attachment URL
- rhys_daniels
-
Topic Author
- Offline
- Junior Member
-
Less
More
16 years 6 months ago - 16 years 6 months ago #31379
by rhys_daniels
Search Result - Attachment URL was created by rhys_daniels
I HAVE SEARCHED FOR A "POST" THAT CONTAINS AN ATTACHMENT.
THE SEARCH RESULT SHOWS THE LINK TO WHERE THE ATTACHMENT IS LOCATED.
I WANT TO REMOVE THE LINK TO WHERE THE ATTACHMENT IS LOCATED.
PLEASE CAN YOU TELL ME THE FILE AND LINE OF CODE I NEED TO EDIT? I HAVE ATTACHED A PICTURE FOR BETTER UNDERSTANDING
THE SEARCH RESULT SHOWS THE LINK TO WHERE THE ATTACHMENT IS LOCATED.
I WANT TO REMOVE THE LINK TO WHERE THE ATTACHMENT IS LOCATED.
PLEASE CAN YOU TELL ME THE FILE AND LINE OF CODE I NEED TO EDIT? I HAVE ATTACHED A PICTURE FOR BETTER UNDERSTANDING
Last edit: 16 years 6 months ago by rhys_daniels.
Please Log in or Create an account to join the conversation.
16 years 6 months ago #31487
by Matias
Replied by Matias on topic Re: Search Result - Attachment URL
Well,
Try components/com_kunena/lib/kunena.search.class.php and find this:
You will need to add code (regexp?) before that line to remove everything between img and file tags.
Try components/com_kunena/lib/kunena.search.class.php and find this:
Code:
$resmessage = smile::purify($resmessage);
You will need to add code (regexp?) before that line to remove everything between img and file tags.
Please Log in or Create an account to join the conversation.
- rhys_daniels
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 33
- Thank you received: 0
16 years 6 months ago #32005
by rhys_daniels
Replied by rhys_daniels on topic Re: Search Result - Attachment URL
If possible can you supply the relevant code?
Please Log in or Create an account to join the conversation.
16 years 6 months ago #32009
by Matias
Replied by Matias on topic Re: Search Result - Attachment URL
It takes some time to write it and I'm too busy elsewhere. Sorry. Maybe some other person wants to help you?
Please Log in or Create an account to join the conversation.
Time to create page: 0.204 seconds