I have a "I'm selling" forum with categories as subforums, and then "I'm buying" forum with categories as subforums - all same subforum names for "selling" and "buying" parent forums.
Now i want to use your mod to display the following:
if user enters the thread named "electric guitar" in "buying" forums, he could get similar threads picked from "selling" forums... So before writing a new tema that he wants to buy something, he can see if theres a thread selling what he wants. Is that possible with your mod + some additional modification of it?
Also, i checked the templates, and in "showthread_similarthreadbit_ajax" template there's a $simthread[forumtitle] mark. I'll explain what i want you to understand at first:
as i said, i have "buying" and "selling" forums with the same titled subforums (let's say they have such subforums: guitars, drums, keyboards). Now, when your mod with the help of Ajax is showing $simthread[forumtitle] in the resulting table, it would look like it is taken from "guitars" forum, but no idea if it is from "selling" or from "buying" parent forum.
So the perfect output would look like:
Selling: guitars
And template would look like this:
$simthread[parentforumtitle]: $simthread[forumtitle]
Question: is there some mark that would be possible of showing something like $simthread[parentforumtitle], or is there a way for me to create it somehow?
|