1
franz976
A little changement on XFS Module
  • 2004/2/11 22:51

  • franz976

  • Just popping in

  • Posts: 3

  • Since: 2004/1/27


Hi there!
This is my very first msg here. I discovered XOOPS just 3 weeks ago, but i'm already enthusiastic about it!

I made a little improvement to XFS Module - well, it's an improvement for me! The goal was to make searcheable some elements of the article.

The first thing I've done was to give a name to the search form in the search template. I called it "fSearch" (<form name="fSearch" ...>)

The second one was to ad some tags to every article posted using the XSF Module:
<span ID="autore">Jonathan Coe</span>
<span ID="titolo">Ghiaccio 9</span>
<span ID="editore">Feltrinelli</span>

Then I wrote in the article template the following lines:
<a href="#" onclick="goSearch('autore')">More stuff about this author</a><br>
<a href="#" onclick="goSearch('titolo')">Altro materiale su questo titolo</a><br>
<a href="#" onclick="goSearch('editore')">Altro materiale su questo editore</a>

The last one was to add to the main template the following script:

<SCRIPT>
function goSearch(elid)
{
var obj=document.getElementById(elid);
fSearch.query.value=obj.innerText;
fSearch.submit();
}
</SCRIPT>


This is what allows me to search through my site for any author, title or books house written inside the articles.

bye!
Francesco

2
carnuke
Re: A little changement on XFS Module
  • 2004/2/11 23:12

  • carnuke

  • Home away from home

  • Posts: 1955

  • Since: 2003/11/5


Hi Francesco and welcome to XOOPS forums. Thanks for sharing that hack for the XFS module. Really glad you like the XOOPS CMS ... Let me give you a little warning, XOOPS grows on you and it can become addictive!!

Hope you find this forum helpful and a place to share further your ideas of XOOPS.

Richard

3
franz976
Re: A little changement on XFS Module
  • 2004/2/13 16:29

  • franz976

  • Just popping in

  • Posts: 3

  • Since: 2004/1/27


thanks.

I've always been microsoft-addicted, but i have to admit that the open-source world it's beginning to appeal me... :)

Login

Who's Online

155 user(s) are online (98 user(s) are browsing Support Forums)


Members: 0


Guests: 155


more...

Donat-O-Meter

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

Latest GitHub Commits