This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

full news view


avatar
p3l1n 0
From: -
full news view

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

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: full news view
avatar
OP 0
From: -
full news view

thats shame , guess ill have to wait for version 2 , hope its going to come soon
1 Re: full news view
avatar
Administrator
1340
From: 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.
1 Re: full news view
avatar
OP 0
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
1 Re: full news view
avatar
Administrator
1340
From: Vienna, Austria
full news view

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.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.