well for the first bit the template remains the same but it is a different variable depending on the forum. The reason for this is because what you just pointed out. Each of the templates have the same code in so why not just use one
Quote:
|
eval('$latest_5_threadsbit_1 .= "' . fetch_template('latest_5_threadsbit') . '";');
|
so you should just have one template: latest_5_threadsbit.
I just relealised a bit of a glitch in my plugin code so give me a few mins to edit my post an rewrite it.
EDIT: Now you need to make 3 templates called latest_5_threadsinner_0, latest_5_threadsinner_1 and latest_5_threadsinner_2.
In latest_5_threadsinner_0 put:
You must first be a
registered member to view any code.
In latest_5_threadsinner_1 put:
You must first be a
registered member to view any code.
In latest_5_threadsinner_2 put:
You must first be a
registered member to view any code.
Then recopy the code I have just edited in my first post.
And the template latest_5_threadsbit should have this code:
You must first be a
registered member to view any code.