View Full Version : text after Title of Dir
how i can add text like this ?
http://img202.imageshack.us/img202/8157/untitled18zu.gif
subseo
12-14-2005, 07:51 AM
Click "browse categories".
Now you are in the root, and to the right side, there is an edit link.
Click, edit description and that's it.
(there might be also another option, through changing template, but that wouldn't make sense as it's more cumbersome. Perhaps just only if description field didn't allow as much space as you would be looking for....)
Simon Gooffin
12-14-2005, 09:55 AM
btw, Roma, check your downloads area. You can download Russian language file now, also subseo offered Czech one.
echopulse
12-14-2005, 03:09 PM
This doesn't work for me.
subseo
12-14-2005, 03:35 PM
Strange... what text do you now have right under your directory name on the main page?
Does it match with the description for the root category or not?
Did you include any apostrophes in the new desired description (not sure if relevant for your script version)?
Didn't you make any changes to the template?
echopulse
12-14-2005, 04:00 PM
I have made changes to the template, I moved the header, and changed the breadcrumb a bit, but that's mostly all.
I don't have any text where the text should be. No, I didn't use any apostrophe's or anything.
subseo
12-14-2005, 04:03 PM
If you PM or email me the url, I can take a look (unless you already .htaccessed the template files as outlined today by Gerwin in another thread). I can't guarantee that I will be able to find out the cause however.
echopulse
As subseo said:
From admin panel
Go to browse categories
You are know in root and will see all your categories listed.
To the far right you'll see:
category :: create | edit
Click edit
Then fill in the Category description:
This is the same thing you do for all categories, main and sub.
Greg
echopulse
12-14-2005, 04:54 PM
I already completed this process, RadioGuy, and nothing appeared.
echopulse
12-14-2005, 04:58 PM
I'll post my header template code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title>{$title}{$config.suffix}</title>
<meta http-equiv="Content-Type" content="text/html;charset={$config.charset}" />
<base href="{$config.base}{$config.dir}" />
<link rel="stylesheet" type="text/css" href="{$templates}/css/style.css" />
<meta name="description" content="{$description}" />
<meta name="keywords" content="{$keywords}" />
</head>
<body>
<div class="page">
<div class="header">
<div class="logo"><center>{$img}logo.gif (/)</center></div>
</div>
<div class="top-menu">
<ul class="menu">{$menu}[/list]
</div>
<div class="content">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center" colspan="2">{$adsense}</td>
</tr>
<tr>
<td valign="top" style="padding-top: 10px;">{$breadcrumb}
subseo
12-14-2005, 05:00 PM
Description is not in the header, you would have to post index.tpl.
Namely, that part of index.tpl shall look like this:
{if $category.description}
<div class="box" style="border: none;">{$category.description}</div>
{/if}
This is just a thought.
In index.tpl do you have this line:
{if $category.description}
<div class="box" style="border: none;">{$category.description}</div>
{/if}
I just took a quick look.
echopulse
12-14-2005, 05:02 PM
Nevermind, I figured it out. I had deleted the category description display from the template, I didn't even know I had done that.
subseo
12-14-2005, 05:03 PM
Radioguy: Ha. We must have catched the same thought floating around, in the same minute :)
I saw that Tom :) You beat me by a few seconds thou. :)
Simon Gooffin
12-15-2005, 10:48 AM
I'm locking it :roll:
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.