06-04-2011, 03:13 AM
06-04-2011, 03:17 AM
PHP Code:
|
06-04-2011, 03:23 AM
Did you install the plugin (the latest posts plugin)?
06-04-2011, 03:31 AM
Not in this case, bacause i only had a {$bla} but i can send the Index with the plugin included later.
06-04-2011, 03:57 AM
Then, what's the template content of your {$bla}? You need to put the {$bla} or whatever it is to your index template.
06-05-2011, 12:33 AM
I'm not sure, but the reference should be from the inbuild {$latestthreads} this one:
eval("\$latestthreads = \"".$templates->get("portal_latestthreads")."\";");
I'm in stuck :/
Also tried to get tha latestthreads from the plugin Pro Portal, but could not finde the reference.
eval("\$latestthreads = \"".$templates->get("portal_latestthreads")."\";");
I'm in stuck :/
Also tried to get tha latestthreads from the plugin Pro Portal, but could not finde the reference.
06-05-2011, 01:12 AM
You can't put all variable wherever you want, because each variable has their own working area. That's why I said you need a plugin for the latest posts in your index:
No matter what plugin you use for the latest post, this is an example how to add a new tabs to your tabs:
(06-01-2011 05:04 AM)RateU Wrote: [ -> ]For displaying the lasts/latest posts in your forum index (no matter whether it's inside a tab or not), you need a plugin for that. If you already have the plugin, you need to edit the template provided by the plugin (again, it depends on how your tabs works).
No matter what plugin you use for the latest post, this is an example how to add a new tabs to your tabs:
HTML Code
|
In the latest posts template, surround all codes with:
HTML Code
|
Actually, there is no rel attribute in a <td> tags (if you care about HTML validation for your site).
06-05-2011, 01:27 AM
Thanks now I know better how to handle! Thanks so much!
One last question:
I got a plugin with latest threads and want to include the code.
But if i can't finde the latestthreads in the Template settings can i also include it with the <div>...</div> and upload it then to the server?
I made 2 screenshots.
1. The settings from global that i get
2. The Block which one I want to include
One last question:
I got a plugin with latest threads and want to include the code.
But if i can't finde the latestthreads in the Template settings can i also include it with the <div>...</div> and upload it then to the server?
I made 2 screenshots.
1. The settings from global that i get
2. The Block which one I want to include
06-05-2011, 01:38 AM
06-05-2011, 01:46 AM