Hi,
In the list of threads on the forum display page. I want to have some adverts displayed instead of the thread randomly once within the first 5 thread positions.
So it would look like this
- Thread 1
- Thread 2
- Advert
- Thread 3
- Thread 4
- Thread 5
In the past I directly edited the template but want this to survive upgrades and am not sold on using PHP in the templates because of the extra overheads that will cause.
Can someone give me some guidance on this?
Cheers
Dan
I am guessing my plugin will need to run with this hook
809 forumdisplay_thread
Hmmm so this is proving far more difficult that it should.
Is there a global counter for the thread display. I can get it to do what I want, but it does it for every thread or runs the function for every thread.
I was hoping forumdisplay_thread would run once and I could perform the actions on that, but it appears it runs for all the threads so will run the function each time. Basically meaning that the action is preformed infinitely. I will need to see if there is a way to do it outside of it.
Any suggestions?
In the list of threads on the forum display page. I want to have some adverts displayed instead of the thread randomly once within the first 5 thread positions.
So it would look like this
- Thread 1
- Thread 2
- Advert
- Thread 3
- Thread 4
- Thread 5
In the past I directly edited the template but want this to survive upgrades and am not sold on using PHP in the templates because of the extra overheads that will cause.
Can someone give me some guidance on this?
Cheers
Dan
I am guessing my plugin will need to run with this hook
809 forumdisplay_thread
Hmmm so this is proving far more difficult that it should.
Is there a global counter for the thread display. I can get it to do what I want, but it does it for every thread or runs the function for every thread.
I was hoping forumdisplay_thread would run once and I could perform the actions on that, but it appears it runs for all the threads so will run the function each time. Basically meaning that the action is preformed infinitely. I will need to see if there is a way to do it outside of it.
Any suggestions?