full news view
p3l1n 0
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: full news view
p3l1n
OP
0
From: -
From: -
full news view
thats shame , guess ill have to wait for version 2 , hope its going to come soon
thats shame , guess ill have to wait for version 2 , hope its going to come soon
1 Re: full news view
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
full news view
You find the template names for the welcome block and the comments in the source code of the page. Only registered users can post comments in Storyteller 1.x.
You find the template names for the welcome block and the comments in the source code of the page. Only registered users can post comments in Storyteller 1.x.
1 Re: full news view
p3l1n
OP
0
From: -
From: -
full news view
thx , it worked
now , i would like to enable comments to guests and remove the welcome to our website block .
Also , how to remove icons and quick code from comments , all i need is name and comment , and not that big space for comments
and , i would like to put background image for news , for all news , including story subject,text,related news , comments,etc
cheers
thx , it worked
now , i would like to enable comments to guests and remove the welcome to our website block .
Also , how to remove icons and quick code from comments , all i need is name and comment , and not that big space for comments
and , i would like to put background image for news , for all news , including story subject,text,related news , comments,etc
cheers
1 Re: full news view
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
full news view
This could be done with a modification in the site_header and site_footer templates
Add before:
the following code:
Then add after:
the following:
and replace ** HTML code ** with the source code of an alternative site_header/site_footer template that shows only on news pages.
This could be done with a modification in the site_header and site_footer templates
Add before:
$EST_TEMPLATE = <<<TEMPLATE
the following code:
if (!preg_match("/story.php/i",$_SERVER[PHP_SELF]))
{
Then add after:
TEMPLATE;
the following:
}
else
{
$EST_TEMPLATE = <<<TEMPLATE
** HTML code **
TEMPLATE;
}
and replace ** HTML code ** with the source code of an alternative site_header/site_footer template that shows only on news pages.
hi , everyone . I have an question . I decided to use storyteller for my site.its all about hardware news and reviews , software.....
Now. the default view of full story is looking bad . i managed to edit front page,but i would like to know how to do , that when you open a news it shows like on techspot . it shows wide , removes right block , and it has goodle ads , latest comments , related news included . Can someone help me with that . i am really tired doing it .
Hope someone can help me
cheers