11
svaha
Re: Help on Wfsection
  • 2003/12/9 0:45

  • svaha

  • Just can't stay away

  • Posts: 896

  • Since: 2003/8/2 2


Hi Charly,
I looked at the index file of WFsection and I saw that it is here that you have to change things to get it your way. Around line 22 :
Quote:
echo"<table border='0' cellspacing='1' cellpadding ='3' class='outer' width = 100%>";
echo "<tr><td align='left' width ='15%' class='itemHead'><b>" . _WFS_CATEGORY . "</b></td>";
echo "<td align='left' class='itemHead'><b>" . _WFS_CATEGORYDESC . "</b></td>";
if ($wfsConfig['showMarticles']) {
echo "<td align='center' class='itemHead' width ='20%'><b>" . _WFS_ARTICLES . "</b></td>";
}


This is a part of the table you will have to change.

Because this is one table, now the articles are displayed on the right. So maybe you can end the first table after the line with WFS_CATEGORY with : </tr>

Maybe you can delete the line with WFS_categorydesc
and then begin a new table with the articles something like this :
Quote:
echo "<tr><td align='left' class='itemHead' width ='100%'><b>" . _WFS_ARTICLES . "</b></td>";


Succes amigo

12
charly
Re: Help on Wfsection
  • 2003/12/9 20:19

  • charly

  • Just popping in

  • Posts: 28

  • Since: 2002/7/24


Yes i have créate an second file index4.php
that is no very OK, You can see here :
http://membres.lycos.fr/litteraturedom/modules/wfsection/index3.php

Look at file index3.php and if you can correctly !!
http://membres.lycos.fr/litteraturedom/modules/wfsection/index3.phps

Thanck you for your help

13
svaha
Re: Help on Wfsection
  • 2003/12/10 0:48

  • svaha

  • Just can't stay away

  • Posts: 896

  • Since: 2003/8/2 2


Hi Charly,
maybe you can try this one :
Quote:
echo "<tr><multicol cols=5><td align='center' class='itemHead' width ='20%'><b>" . _WFS_ARTICLES . "</b></td></multicol></tr>";


Succes



14
charly
Re: Help on Wfsection
  • 2003/12/10 9:47

  • charly

  • Just popping in

  • Posts: 28

  • Since: 2002/7/24


No it's not good.
I do moification but it's not good.
I want that :
Resized Image


Look modification here :
http://membres.lycos.fr/litteraturedom/modules/wfsection/index4.php

File modify:http://membres.lycos.fr/litteraturedom/modules/wfsection/index4.phps

15
svaha
Re: Help on Wfsection
  • 2003/12/10 12:01

  • svaha

  • Just can't stay away

  • Posts: 896

  • Since: 2003/8/2 2


Ok, now for test just delete : class='itemHead', because I think this is messing up things right now.
Downfall is that you loose also the link possibility.
But it is just to test if the names show up in a row as you want it.
When it works you'll have to make a class yourself for this listing

Succes

16
charly
Re: Help on Wfsection
  • 2003/12/10 13:11

  • charly

  • Just popping in

  • Posts: 28

  • Since: 2002/7/24


I have do modifiction but it's Idem :
http://membres.lycos.fr/litteraturedom/modules/wfsection/index4.php

File Modify :http://membres.lycos.fr/litteraturedom/modules/wfsection/index4.phps

17
svaha
Re: Help on Wfsection
  • 2003/12/10 14:25

  • svaha

  • Just can't stay away

  • Posts: 896

  • Since: 2003/8/2 2


Maybe you will have to delete the files in the template_c directory first?


18
Ruddle
Re: Help on Wfsection
  • 2003/12/10 16:59

  • Ruddle

  • Just popping in

  • Posts: 61

  • Since: 2003/11/10


Just out of curiosity while you are on the WF-Sections topic...

Does the "Add Table" function work in your WYSIWYG editor? I get an error that it can't locate the AddTable.htm file.

19
CBlue
Re: Help on Wfsection

Quote:

svaha wrote:
Maybe you will have to delete the files in the template_c directory first?



Not for modules svaha. That's for updating a theme.thml file. Plus, as I've learned recently from someone on this board, you have to leave your original index.html file in the templates_c folder. I had deleted mine a long time ago! But I put it back.

20
CBlue
Re: Help on Wfsection

To update changes to a module, you go to system admin, then modules admin and click the update icon to update whatever module you were working on.

Login

Who's Online

136 user(s) are online (89 user(s) are browsing Support Forums)


Members: 0


Guests: 136


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