By Mist on Wednesday, 19 March 2014
Posted in General Issues
Replies 3
Likes 0
Views 567
Votes 0
Where i can find the code that is responsible for frontpage index filters in EasyDiscuss ?

It seems that the filters are working only if the frontpage template structure for the discussions is based on item list (ul and li).
Since we are working with Boostrap 3 and our frontpage template for discussion is based on Boostrap grid i need to investigate the code that is firing the frontpage discussions filtering mechanism. (those EasyDiscuss frontpage filters like: "Unanswered, popular, latest" ... and so on)

Where i can find this code ?
I know it' controlled by ajax, ajax is fired in our case but i think it can't find the proper items container since we are using div's and the original code is based on ul's and li's

Any tip where i can find the code responsible for frontpage filtering, will help me a lot . Thanks so much !
The filters are still reloading the contents from frontpage.post.php but you can take a look at the codes in /views/index/view.ajax.php under the method @filter
·
Wednesday, 19 March 2014 10:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks a lot Mark. I managed to resolve it !
·
Thursday, 20 March 2014 00:42
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Thursday, 20 March 2014 00:48
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post