266801
wizanda
Re: Any one need a music,radio player for there site convert this plz
  • 2004/3/22 7:08

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


This module will play mp3`s and wav files as it is just the windows media plugin and the real media player plugin

it already has admin options on it so you can add more stations

plus a popup and banner and url link to the station
its perfect for radio and playing your own music

i did stick a bob marley mp3 on the site but then took it off so i dont break copyright

would it long to convert,if you have had a look?



266802
Herko
Re: page navigation on top
  • 2004/3/22 6:44

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


I think your best bet is to look in the system admin -> templates -> forum templates, probably the index and viewforum templates. Look for the code generating the page nav, and copy/paste that to the place you also want to include it. You have to know HTML and Smarty tho to understand this well...

Herko



266803
wcrwcr
WebLog - duplicated options check boxes
  • 2004/3/22 6:41

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


Hi all!!

After a peacefull install the weblog module is showing on the post form duplicated "private" option check boxes.
The first one I presume must be "Disable html" and the second "Private".

I?m wondering if could be anything wrong with this piece of code on "weblog/post.php":
======================================================
// options check box
$checkbox_tray = new XoopsFormElementTray(_BL_OPTIONS ,'<br />');
$checkbox = new XoopsFormCheckBox('', 'nohtml', !$entry->doHtml());
$checkbox->addOption('nohtml', _BL_DISABLEHTML);
$checkbox_tray->addElement($checkbox);
$checkbox = new XoopsFormCheckBox('', 'private', $entry->isPrivate());
$checkbox->addOption('private', _BL_PRIVATE);
$checkbox_tray->addElement($checkbox);
$blog_form->addElement($checkbox_tray);
==========================================================
Trying to find a solution I commented out this line
====================================================
//$checkbox = new XoopsFormCheckBox('', 'private', $entry->isPrivate());
========================================================
and guess what?
now I have 4 check boxes
a pair of disable html and a pair of private!!!

Any tip???
Best regards,
Wilson
http://xoops.net.br



266804
funzool
page navigation on top
  • 2004/3/22 6:36

  • funzool

  • Just popping in

  • Posts: 3

  • Since: 2004/3/22


hi there,

i'm just wanna know how to put page navigation for viewforum page (newbb) on both, top and botton of the forum? (currently it is situated at the bottom only)

which file i should edit?



266805
sunsnapper
Re: zipcode Dealer Locator mod

If you don't like the "poor man" version above, you may find the following useful.

None of these are modules, but...

This will give you a fun sense of how zip codes are laid out:
http://acg.media.mit.edu/people/fry/zipdecode/

Here is the U.S. Census Bureau's Gazeteer Zip data... the last two columns in the ZCTA Zip Code files are Latitude and Longitude for each Zip Code:
http://www.census.gov/geo/www/gazetteer/places2k.html

This is sample source code (PHP and others) for determining distances between points:
http://www.zipcodeworld.com/samples/distance.php.txt


These guys have some GeoLocation things that may come in handy to someone:
http://www.geobutton.com/GeoDirection.htm


This is a zip code MySQL database with longitude and latitude and PHP location script, $45:
http://www.hotscripts.com/Detailed/31782.html

Free tool called Zipdy (PostgreSQL)
http://www.cryptnet.net/fsp/zipdy/



266806
sunsnapper
Re: zipcode Dealer Locator mod

My thought is the "poor man's" version of this is to simply find the first match in an alphabetized (numericalized?) list.

For example, if you type 10011

You may get an exact match of 10011.

If not, it could give you the first two or three matches it comes to.

For example if 10011 is not in the database, it keeps looking and finds 10019. To cover its bets it could also give the two items above 10019... perhaps 10005 and 10109. (Again just examples).

It would not be dead on, but, I have to think that given how Zip codes are laid out, it would be close enough most of the time.



266807
GOwin
piCal v0.60 and xoops 2.06
  • 2004/3/22 6:10

  • GOwin

  • Just popping in

  • Posts: 78

  • Since: 2003/5/2 9


am testing piCal right now (after trying out the humongous Agenda-X module) .

all major settings were left at default configuration. in my test data, i only have one event in my database (spanning a sigle day), but I can see several dates in the calendar marked as Holidays.

In the year view, there are also several underlined dates, but when I click on them, they are just blanks.

What gives?

EDIT
hmm ... i noticed that I got the same holidays as the one in the calendar of Peaks XOOPS and Experiment site. Is piCal supposed to share those data? (i only have 1 entry in my events database)



266808
Stewdio
Re: Main Menu Manipulations
  • 2004/3/22 6:04

  • Stewdio

  • Community Support Member

  • Posts: 1560

  • Since: 2003/5/7 1


It happens to us all when being introduced to a new system. Soon you'll find many of the features "old hat" and building a great site in no time!

Happy Xoops'ing

Cheers!



266809
abcon
Re: Main Menu Manipulations
  • 2004/3/22 5:55

  • abcon

  • Just popping in

  • Posts: 5

  • Since: 2004/2/28


Perfect... That did it. As many times as I browsed thru that area, it never dawned on me that I could change the titles. It just takes someone to say it sometimes and the lightbulb goes on.

Regards..



266810
Catzwolf
Re: transport (export) my many FAQ's to WF-FAQ who to ?
  • 2004/3/22 5:39

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Ok did a quick dirty table conversion hack for XoopsFAQ to WF-FAQ v1.0.5.

You can download this from:
This website addy here

PLEASE READ THE DISCLAIMER FIRST BEFORE YOU INSTALL







Login

Who's Online

83 user(s) are online (45 user(s) are browsing Support Forums)


Members: 0


Guests: 83


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