Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Solved] Add discussion page number links to mobile theme
whu606
MVP
Can someone point me in the right direction to add discussion page number links like there are in the standard theme to the mobile theme?
I can see it has to do with the class.pager.module, but the mobile theme default master is .tpl, and I can't see what I need to call to get it to show in the Foot section.
Tagged:
0
Best Answer
-
peregrine MVP
look at
class.mobilethemehooks.phpwhich changes the behavior.
@whu606 - can you shed any light here
http://vanillaforums.org/discussion/20533/smarty-templates-default-master-tpl-usage-question#latest
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
1
Answers
look at
class.mobilethemehooks.php
which changes the behavior.
@whu606 - can you shed any light here
http://vanillaforums.org/discussion/20533/smarty-templates-default-master-tpl-usage-question#latest
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Sorry, @Peregrine - I'm still struggling to get the hang of tpl - not that I get php much better!
I'll have a look at that hooks file tomorrow, thanks.
Thanks @peregrine
I was able to comment out the relevant lines in that file and it worked perfectly.