xpl0iter Active member Jul 27, 2012 #1 I would like to show them on my sidebar. So how can we get the details for this?
B borbole Well-known member Jul 27, 2012 #2 xpl0iter said: I would like to show them on my sidebar. So how can we get the details for this? Click to expand... You will need a custom mod to do that. Upvote 0 Downvote
xpl0iter said: I would like to show them on my sidebar. So how can we get the details for this? Click to expand... You will need a custom mod to do that.
xpl0iter Active member Aug 1, 2012 #3 borbole said: You will need a custom mod to do that. Click to expand... Do you have any idea how can I do that? Upvote 0 Downvote
borbole said: You will need a custom mod to do that. Click to expand... Do you have any idea how can I do that?
Jake Bunce Well-known member Aug 1, 2012 #4 xpl0iter said: Do you have any idea how can I do that? Click to expand... A template hook can be used to insert content at a specific point on the page. Here is a code example of a template hook: http://xenforo.com/community/threads/how-to-create-a-bridge.28515/#post-331631 For your purposes you can use the "forum_list_sidebar" hook which will insert your content in the sidebar on the index page. Then you need to write the code to retrieve the number of daily posts and append that to the $contents of the hook. If you are not a programmer then you can post a request: http://xenforo.com/community/forums/custom-service-development-requests.69/ Upvote 0 Downvote
xpl0iter said: Do you have any idea how can I do that? Click to expand... A template hook can be used to insert content at a specific point on the page. Here is a code example of a template hook: http://xenforo.com/community/threads/how-to-create-a-bridge.28515/#post-331631 For your purposes you can use the "forum_list_sidebar" hook which will insert your content in the sidebar on the index page. Then you need to write the code to retrieve the number of daily posts and append that to the $contents of the hook. If you are not a programmer then you can post a request: http://xenforo.com/community/forums/custom-service-development-requests.69/
xpl0iter Active member Aug 1, 2012 #5 Jake Bunce said: A template hook can be used to insert content at a specific point on the page. Here is a code example of a template hook: http://xenforo.com/community/threads/how-to-create-a-bridge.28515/#post-331631 For your purposes you can use the "forum_list_sidebar" hook which will insert your content in the sidebar on the index page. Then you need to write the code to retrieve the number of daily posts and append that to the $contents of the hook. If you are not a programmer then you can post a request: http://xenforo.com/community/forums/custom-service-development-requests.69/ Click to expand... Thanks Jake, I will try to do that myself. If in case was not able to, I will post a request! Thanks for the help once again, really appreciated! Upvote 0 Downvote
Jake Bunce said: A template hook can be used to insert content at a specific point on the page. Here is a code example of a template hook: http://xenforo.com/community/threads/how-to-create-a-bridge.28515/#post-331631 For your purposes you can use the "forum_list_sidebar" hook which will insert your content in the sidebar on the index page. Then you need to write the code to retrieve the number of daily posts and append that to the $contents of the hook. If you are not a programmer then you can post a request: http://xenforo.com/community/forums/custom-service-development-requests.69/ Click to expand... Thanks Jake, I will try to do that myself. If in case was not able to, I will post a request! Thanks for the help once again, really appreciated!
xpl0iter Active member Aug 3, 2012 #6 Thanks for giving me all those info Jake, really appreciate it I tried to do that and was able to create my first ever addon. http://xenforo.com/community/resources/webgurubb-daily-post-count-addon.920/ Upvote 0 Downvote
Thanks for giving me all those info Jake, really appreciate it I tried to do that and was able to create my first ever addon. http://xenforo.com/community/resources/webgurubb-daily-post-count-addon.920/