How to add text to the "home" (index) page? - eSyndiCat User Forums
eSyndiCat User Forums esyndicat directory software esyndicat support

Go Back   eSyndiCat User Forums > eSyndiCat Directory Software [FREE] > User interface

User interface Discuss eSyndiCat templates here. All the questions regarding eSyndiCat [FREE] Front end

Reply
 
Thread Tools Display Modes
Old 12-04-2006   #1
jessica
 
Join Date: Mar 2006
Posts: 7
jessica
Question How to add text to the "home" (index) page?

Hi,

Not sure if this is a "template" related question but how do I add some text to the home page (index)?

(Example: like a "welcome this website is about..." above the "categories" section but below the "adsense" ads)

I'm using eSyndicat 2.0.1 and the "Aqua" theme.

Thanks.

P.S. Thanks for quickly helping me out with my little "glitch" on mysite - do you ever sleep? :-)
jessica is offline   Reply With Quote
Old 12-04-2006   #2
Tilek E.
 
Join Date: Sep 2006
Posts: 384
Tilek E. is on a distinguished road
Default

Hi, jessica!

Welcome to our support forum!

The easiest way to add the site description is to fill up the description of Root category.

You should do it via admin panel:
1) Go to the http://www.your_site.com/admin/browse.php. You will see all your categories. Click the "Edit" icon on the right side of the page in order to edit the root category's properties;
2) Now you are in the "Edit Category" page. Fill in the description field with the description of your site.

Last edited by Vasily B.; 02-21-2007 at 12:22 PM.
Tilek E. is offline   Reply With Quote
Old 12-07-2006   #3
jessica
 
Join Date: Mar 2006
Posts: 7
jessica
Default

Thanks, it works and accepts html too! :-)
jessica is offline   Reply With Quote
Old 12-07-2006   #4
jessica
 
Join Date: Mar 2006
Posts: 7
jessica
Question ... How to move Category Descriptions Above Menu?

Forgot to ask, (sorry):

I'm using the default "Aqua" theme in 2.0 - where do I change it so the category descriptions are "above" the category menus?

The reason is that Adsense is getting a bit "confused" since it is directly above the many different category links I have - thus not displaying the right ads.

I thought if I could move where the category descriptions appears - right below the default Adsense banners, then Adsense could "zero-in" on the pages' topic.

Thanks.

Jess

P.S. its' the default template, where typically the adsens banner is in the center of the page, followed by the categories menu, then the category description. (I want to move the descriptions above the menu).
jessica is offline   Reply With Quote
Old 12-07-2006   #5
Greg
Super Moderator
 
Greg's Avatar
 
Join Date: Oct 2005
Location: Phoenix,Arizona (Valley of the Sun)
Posts: 5,358
Greg is a jewel in the roughGreg is a jewel in the roughGreg is a jewel in the roughGreg is a jewel in the rough
Default

Quote:
Originally Posted by jessica
Forgot to ask, (sorry):

I'm using the default "Aqua" theme in 2.0 - where do I change it so the category descriptions are "above" the category menus?

The reason is that Adsense is getting a bit "confused" since it is directly above the many different category links I have - thus not displaying the right ads.

I thought if I could move where the category descriptions appears - right below the default Adsense banners, then Adsense could "zero-in" on the pages' topic.

Thanks.

Jess

P.S. its' the default template, where typically the adsens banner is in the center of the page, followed by the categories menu, then the category description. (I want to move the descriptions above the menu).
Hi Jess

Try this (make sure you back up the file just incase)

Open index.tpl
Find:
Code:
{if $categories}
	<div class="box-categories">
		{if $breadcrumb}
		{else}
			<div class="box-categories-caption">{$lang.categories}</div>
		{/if}
					{$categories}
		<div class="box-categories-footer-right">
			<div class="box-categories-footer-left">
					<div class="box-categories-footer"></div>
			</div>
		</div>
	</div>
{/if}

{if $category.description}
	<div class="box">
		{$category.description}
	</div>
{/if}
and replace that with:
Code:
{if $category.description}
	<div class="box">
		{$category.description}
	</div>
{/if}

{if $categories}
	<div class="box-categories">
		{if $breadcrumb}
		{else}
			<div class="box-categories-caption">{$lang.categories}</div>
		{/if}
					{$categories}
		<div class="box-categories-footer-right">
			<div class="box-categories-footer-left">
					<div class="box-categories-footer"></div>
			</div>
		</div>
	</div>
{/if}
Hope that's right?
__________________
Please don't ask me about script questions or sales issues through "Private Messages". Thanks!
Greg is offline   Reply With Quote
Old 02-12-2007   #6
alex3071
 
Join Date: Oct 2006
Posts: 6
alex3071 is on a distinguished road
Default

thanks a lot for this I was racking my brain trying to figure out how to do it.
alex3071 is offline   Reply With Quote
Old 02-16-2007   #7
Mumszone
 
Join Date: Feb 2007
Posts: 63
Mumszone is on a distinguished road
Default

Im trying to do this with version 2.1 but for some reason I cant use HTML has anyone else had that problem? I just get one continuous paragraph of text!
Mumszone is offline   Reply With Quote
Old 02-17-2007   #8
Dave Baker
 
Join Date: Jul 2006
Location: St. Petersburg
Posts: 2,567
Dave Baker is on a distinguished road
Default

Mumszone,
***Open templates/yourTemplate/index.tpl and find code***
Code:
{if $category.description}
	<div class="box">{$category.description|escape:"html"}</div>
{/if}
***Replace with***
Code:
{if $category.description}
	<div class="box">{$category.description}</div>
{/if}
***Save file***
Dave Baker is offline   Reply With Quote
Old 02-17-2007   #9
Mumszone
 
Join Date: Feb 2007
Posts: 63
Mumszone is on a distinguished road
Default

Thanks Sergey sorted this for me yesterday and a few other problems.
Mumszone is offline   Reply With Quote
Old 02-21-2007   #10
gmax21
 
Join Date: Feb 2007
Posts: 79
gmax21 is on a distinguished road
Default HTML in category

Hi Dave,

Would this cause any security issues, ie would it allow people to use html when suggesting a category or anything?
gmax21 is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 02:27 AM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Testimonials | Articles | Support | Documentation | Privacy Policy | License | Affiliates | Contact Us