1
naimesh
Font-Article description...
  • 2006/5/5 17:46

  • naimesh

  • Just popping in

  • Posts: 7

  • Since: 2006/4/12


Hi, inside article module, one can see no. of articles under each catagory, and a little description of the catagory/article submitted, can anybody please tell me how to change the font size of this description/no. of articles?

2
naimesh
Re: Font-Article description...
  • 2006/5/8 16:47

  • naimesh

  • Just popping in

  • Posts: 7

  • Since: 2006/4/12


nobody know?

3
msdana
Re: Font-Article description...
  • 2006/5/8 17:41

  • msdana

  • Just can't stay away

  • Posts: 817

  • Since: 2005/12/11


You need to find what CSS style is applied and change it.

Providing the articles module name and version might help also.

Dana
[size=x-small]If God is watching us, the least we can do is be entertaining.[/size]
Graphic Worx : Xoops Themes

4
naimesh
Re: Font-Article description...
  • 2006/5/8 19:32

  • naimesh

  • Just popping in

  • Posts: 7

  • Since: 2006/4/12


I am not able to find out which css style is applied for the description, the module is : Article Version 1.0 for XOOPS V 2.0

5
msdana
Re: Font-Article description...
  • 2006/5/8 19:52

  • msdana

  • Just can't stay away

  • Posts: 817

  • Since: 2005/12/11


In the Articles folder named "templates", you need to edit the index.html file.

Find this:
Quote:
<span style="font-size: smaller;"><{$category.cat_description}></span>


And replace "font-size: smaller;" to your choice, or just delete the span style altogether for the default text size.

The article description in the same file is also the same format, you probably want to change that also.
[size=x-small]If God is watching us, the least we can do is be entertaining.[/size]
Graphic Worx : Xoops Themes

6
naimesh
Re: Font-Article description...
  • 2006/5/13 14:47

  • naimesh

  • Just popping in

  • Posts: 7

  • Since: 2006/4/12


I have tried it...not working
my article_index code is like following

Quote:

<table border="0" width="100%" cellspacing="1" cellpadding="0" class="outer">
<tr>
<th><{$category_list_title}></th>
</tr>

<!-- start category loop -->
<{foreach item=category from=$categories}>

<tr>
<td>

<table border="0" cellspacing="2" style="width: 100%">
<tr>
<td colspan="3" class="odd" style="width: 100%">
<strong><a href="index.php?cat_id=<{$category.id}>"><{$category.cat_name}></a></strong>
<span style="text-align: right;">(<{$category.number_articles}> <{$number_articles_caption}>)</span>
<br />
<span style="text-align: right;"><{$category.cat_description}></span>
</td>
</tr>

<!-- start article loop -->
<{foreach item=article from=$category.articles}>
<tr>
<td class="odd" style="width: 10px"><!-- spacer --></td>
<td class="odd" style="width: 80%">
<a href="article.php?id=<{$article.id}>"><{$article.title}></a><br />
<span style="text-align: right;"><{$article.article_description}></span>
</td>
<td class="odd" style="width: 20%">
<{if $index_reads eq 1}>
<span style="text-align: right;">[<{$article.article_views}> <{$article_views_caption}>]</span>
<{/if}>
</td>
</tr>
<{/foreach}>
<!-- end article loop -->
</table>


I am getting the same problem when i try to "quote" my text on site...please help...

7
naimesh
Re: Font-Article description...
  • 2006/5/13 14:49

  • naimesh

  • Just popping in

  • Posts: 7

  • Since: 2006/4/12


one more thing...even if i remove article_index file from my article_index.html file from templates folder in articles module, it still shows the article page in the same way...if article_index.html page is controlling the looks part, why there is no change if i remove it?

Login

Who's Online

114 user(s) are online (87 user(s) are browsing Support Forums)


Members: 0


Guests: 114


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits