How to delete topic name in search results

For support and discussion related to templates, themes, and imagesets in phpBB 3.1.
Suggested Hosts
mcommunitypl
Registered User
Posts: 41
Joined: Wed Dec 28, 2016 9:57 pm

How to delete topic name in search results

Post by mcommunitypl »

Hello,

Im actually new to phpbb community so first of all it would be nice just to say hello to everyone here.

I've got a problem on my board (link below). I would like to delete the topic title - for exapmle. "RE: topic title" from search results of user all posts. I mean - when im in my profile i just clicks at "User posts" and then the results appears. The main problem is a fact that i dont know in which template (or .php file) should I look for a line of code to remove.

Also i attach a screenshot of what im talking about if there would be any problems with understanding my problem.

Some specs:
Board url: https://mcommunity.pl/
phpbb 3.1.10
Style: Digi for 3.1.9 by Arty which I modified a little.

Wish that Ill found solution here.

Best regards,
Peter.
You do not have the required permissions to view the files attached to this post.
User avatar
SalazarAG
Registered User
Posts: 677
Joined: Mon Mar 30, 2015 10:48 am

Re: How to delete topic name in search results

Post by SalazarAG »

Open yourstyle/template/search_results.html, FIND

Code: Select all

<a href="{searchresults.U_VIEW_POST}">{searchresults.POST_SUBJECT}</a>
and remove
I'm sorry for my English. Google Translator does a bad job. :D
mcommunitypl
Registered User
Posts: 41
Joined: Wed Dec 28, 2016 9:57 pm

Re: How to delete topic name in search results

Post by mcommunitypl »

Thanks SalazarAG, it works.

Return to “[3.1.x] Styles Support & Discussion”