Question about forum search links
4 posters
Page 1 of 1
Question about forum search links
Hello,
Is there a forum search link to search most viewed topics/posts?
Is there a forum search link to search most viewed topics/posts?
Re: Question about forum search links
Do you mean on the support forum?
If no, there are widgets that have links for most viewed topics.
If no, there are widgets that have links for most viewed topics.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Question about forum search links
Hello @SLGray,
No, I mean in all forumotion forums, I am asking if there is something similar for web browser's url address bar.
Example: forum_url/search?show_results=topics&search_id=mostviewed
No, I mean in all forumotion forums, I am asking if there is something similar for web browser's url address bar.
Example: forum_url/search?show_results=topics&search_id=mostviewed
Re: Question about forum search links
Check your forum's statistics page for most viewed topics.
Example: support forum - https://help.forumotion.com/statistics#4
Example: support forum - https://help.forumotion.com/statistics#4
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Question about forum search links
I tried this but is displaying the whole forum statistics and just going directly to the most viewed topics. It isn't performing any kind of search especially for the most viewed topics. Do you know if there is search option/link like my example up which can do a search for most viewed topics? It is similar like the most viewed topics widget but I dont know how the widget retrieves these data.
Re: Question about forum search links
Is there a solution about this question?
Last edited by Van-Helsing on March 6th 2016, 7:53 pm; edited 1 time in total
Re: Question about forum search links
Hello no there is not one that we have on the FM forums... WELL NOT YET
as for tagging Ange Tuteur well that may not work anymore as he has left the staff and will not be in half as much as he has been you could go ask him in he's forum for help but i think he is having time out right now thou,
as for tagging Ange Tuteur well that may not work anymore as he has left the staff and will not be in half as much as he has been you could go ask him in he's forum for help but i think he is having time out right now thou,
Re: Question about forum search links
Hello Ape,
Logical it must there is away because the widget most viewed topics uses an algorithm to retrieve them but I don't know how.
Logical it must there is away because the widget most viewed topics uses an algorithm to retrieve them but I don't know how.
Re: Question about forum search links
There isn't a page that we know of, however that widget most likely retrieves the data from the server. The specified data is usually represented as a variable in the template.Van-Helsing wrote:Hello Ape,
Logical it must there is away because the widget most viewed topics uses an algorithm to retrieve them but I don't know how.
Re: Question about forum search links
No, but the template should be in Display > Templates > Portal if it's a default widget. I don't remember what the alias was though
Re: Question about forum search links
Hmm
I found some variables on template mod_most_viewed_topics:
in the default template
but I dont know how to adapt them into code.
I found some variables on template mod_most_viewed_topics:
in the default template
- Code:
<div class="module main">
<div class="main-head"><div class="h3">{L_MOST_VIEWED_TOPICS}</div></div>
<div class="main-content">
<table summary="{L_MOST_VIEWED_TOPICS}" width="100%">
<!-- BEGIN TOPIC -->
<tr>
<td class="{TOPIC.ROW_CLASS}"><a href="{TOPIC.LINK}" title="{TOPIC.TITLE}">{TOPIC.NAME}</a></td>
</tr>
<!-- END TOPIC -->
</table>
<br class="clear" />
</div>
</div>
but I dont know how to adapt them into code.
Re: Question about forum search links
|
|
|
|
I'm assuming these will only work in the specified template. Note that the TOPIC variables must be between these comments :
- Code:
<!-- BEGIN TOPIC -->
<!-- END TOPIC -->
The first one is most likely a global variable.
Similar topics
» #1144 Search Directory- Links
» Forum is Not Listed in Web Search
» Sub-level links on index question
» Adf.ly links to the forum links for 4shared.
» Threads are visible only for registered users (not visible for guest)
» Forum is Not Listed in Web Search
» Sub-level links on index question
» Adf.ly links to the forum links for 4shared.
» Threads are visible only for registered users (not visible for guest)
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum