Jump to content

About Announcements Page


ulaskokten

Recommended Posts

Hello,

 

How can I change title and title description on announcements.php page? I can not see and edit that zone in announcements.tpl.

 

Do you have any idea? How can I change it?

 

For example;

 

Default Title and Description: News All the latest from [companyname]

 

Edit to: All news from [companyname]

Link to comment
Share on other sites

take a look in header.tpl and the final section of the code - add the {if} statement after the section id line that's already there...

 

<section id="main-body" class="container">
{if $filename eq "announcements"}{assign var=tagline value={$LANG.allthelatest}}{/if}

then if you want to edit the text, just use the language override.

Link to comment
Share on other sites

Hello again "brian!",

 

I am sorry. Used was, but does not work.

 

Solved:

 

It is very simple...

 

<div class="header-lined">
   <h1>{$title}{if $desc} <!--<small>{$desc}</small>-->{/if}</h1>
   {if $showbreadcrumb}{include file="$template/includes/breadcrumb.tpl"}{/if}
</div>

 

Disable "small" tag in pageheader.tpl, for hide company name, and then it's done!.. ;)

 

Have a good forums!

 

Many regards!

Link to comment
Share on other sites

Hello again "brian!",

I am sorry. Used was, but does not work.

it did work - I tested it before posting ! :idea:

 

Solved:

 

It is very simple...

Disable "small" tag in pageheader.tpl, for hide company name, and then it's done!.. ;)

but that disables the descriptions on all the pages using pageheader - you only asked about modifying announcements! :roll:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated