291671
tom
Re: xoops shop modules osCommerce
  • 2003/9/25 13:22

  • tom

  • Friend of XOOPS

  • Posts: 1359

  • Since: 2002/9/21


This is excellent work, you've come a long way over the last year, I used to monitor your progress on the OSC site under the psuedo of GMax21.

Let me guess in order to dl XOSC we need to purchase it for $0 in your shop, excellent.

However with only needing to log in once, I presume you have changed some of the core scripts to merge the two together, is this true before I dl and try?



291672
JackJ
Re: Streaming Audio Mod
  • 2003/9/25 12:02

  • JackJ

  • Community Support Member

  • Posts: 747

  • Since: 2003/8/31


catscity

You will need to find the path to the station, when you have found it add your line to the code like this:


if ($station == capitalfm){$staradio = "www.radio-now.co.uk/l/capitalfmlo.asx";}
elseif ($station == classicgold) {$staradio = "62.25.96.7/classicgold";}
elseif ($station == powerfm) {$staradio = "streaming.capitalinteractive.co.uk/power_low";}
elseif ($station == smoothjazz) {$staradio = "smoothjazz.com/smooth.asx";}
elseif ($station == yourstationname) {$staradio = "pathtoyourstation";}


Then look for the code further down relating to options and add another line: (this will allow the station to show up as a selection

<option value=\"popup.php?station=yourstationname\">My Chinese Station</option>

the word "yourstationname" has to match in both instances

The station extension has to be compatible with MS Media Player. It will not play if you have dont have MS Media Player on your PC, or Winamp is your only player. Some radio extensions play in both Winamp and MS Media Player, so if the radio station path does not have an "asx" extension, it may still play in media player, like some of mine, trial and error really.

(Hint: A good way to find the path for a radio station is to go to radio station, tune in to the station, which lauches your default player, and then go to "properties" in media player for example, and paste the path into relevant place in the code--"asx" extensions and some others are compatible with MS Media Player. Some paths don't have asx extensions at all, but the correct path will still work ok in many instances)

Some of these winamp station links only work with the site default player, I would try and find some chinese links for you, but I am Scottish and don't know chinese..



291673
Anonymous
Re: xoops shop modules osCommerce
  • 2003/9/25 11:40

  • Anonymous

  • Posts: 0

  • Since:


Is it possible to submit the module to xoops.org?

thx



291674
wjue
Re: xoops shop modules osCommerce
  • 2003/9/25 11:12

  • wjue

  • Quite a regular

  • Posts: 315

  • Since: 2002/8/3 7


looks great, could you give some more details about it ?

as:

Smarty template ?
is user db the same as Xoops' ?
what about payment options ?

Thank you


wjue



291675
jahe3
Re: Document Management System (DMS) : Error
  • 2003/9/25 11:03

  • jahe3

  • Just popping in

  • Posts: 1

  • Since: 2003/9/25


Hello!

I'm having one other problem.
When I trie to search for documents, anything I do I get this message for search result:

((xoops_dms_objects.obj_name LIKE '%something%'))

What to do?



291676
costi
Re: "sorry, you don't have permissions..." msg when trying to display detailed user info.
  • 2003/9/25 10:59

  • costi

  • Just popping in

  • Posts: 15

  • Since: 2003/9/12


Forgot to add the link to xoopsmembers module. You can see it's disabled for anonymous users.

http://trubadur.usr.ro/modules/xoopsmembers/



291677
PureLuXus
Re: Thumbnail feature in Image Manager
  • 2003/9/25 10:36

  • PureLuXus

  • Not too shy to talk

  • Posts: 116

  • Since: 2002/1/3 2


yeah great idea



291678
oldpa
xoops shop modules osCommerce
  • 2003/9/25 10:25

  • oldpa

  • Just popping in

  • Posts: 1

  • Since: 2003/9/25


this is shop modules for xoops2....
my site is using xoops204 and osCommerce ms1
i have release this modules
only login once
create_account once
that is point
you can download it and try it

shopping cart research web



291679
blopy
Re: Auto login
  • 2003/9/25 9:49

  • blopy

  • Just popping in

  • Posts: 5

  • Since: 2003/1/3 2


I tried doing that and autologin still does not work!!
I even did a fresh install of XOOPS 2.0.4 and it still doesn't work... :(



291680
JackJ
Re: Streaming Audio Mod
  • 2003/9/25 8:55

  • JackJ

  • Community Support Member

  • Posts: 747

  • Since: 2003/8/31


Catscity

Yes, doing it this way it is not installed as a module

See the code I posted earlier and create a file called popup.php and paste the code in (not the custom block part)

place it in yourpath/popup.php. I have mine in my root

Then creat a custom block to call the popup something like this


<center><img border="0" src="radio.gif" width="108" height="96"></p>
<br<br>

<FORM>
<INPUT type="button" value="Popup Select" onClick="window.open('http://yourpath.com/popup.php','mywindow','width=220,height=330',scrollbars=0)">
</FORM><br>
<FORM>
<INPUT type="button" value="Radio4 Player" onClick="window.open('http://www.bbc.co.uk/radio/aod/radio4.shtml?fm')">
</FORM>
<br>
<hr>
</center>

If you don't want the radio4 part take out this:

<FORM>
<INPUT type="button" value="Radio4 Player" onClick="window.open('http://www.bbc.co.uk/radio/aod/radio4.shtml?fm')">
</FORM>

You can of course play around with the HTML to get sizes and look etc to your liking









Login

Who's Online

126 user(s) are online (69 user(s) are browsing Support Forums)


Members: 0


Guests: 126


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