1
m0nty
Module required (shud be easy to some1 who knows)
  • 2003/12/11 3:00

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


I'm after a module basically to provide DJ Profiles..

this doesn't have to have user submissions.. as it wud be admin only who submit the content.

basically an admin section which allows us to submit information..

the fields required would be:

Image (can be limited size ie. 400x400 max)
Artist Name
Genre
Residencies (needs to be an unlimited input form, possibly popup window upon clicking)
BIO (also an unlimited input form, possibly popup window upon clicking)
Discography (also unlimited input form, possibly popup window upon clicking)
website (url)
Diary (unlimited input, possibly popup window upon clicking)
Interviews (unlimited, possibly popup window upon clicking)

i know just giving field names isn't much etc.. but if anyone can manage to make this module i can probly do a quick diagram of layout and field positions etc which is displayed..

i'm willing to pay for this if need be


2
Bleekk
Re: Module required (shud be easy to some1 who knows)
  • 2003/12/15 16:11

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


I need such I module too!

3
bassyard
Re: Module required (shud be easy to some1 who knows)
  • 2003/12/16 1:23

  • bassyard

  • Not too shy to talk

  • Posts: 157

  • Since: 2003/10/5


If somebody is making it, I would like to have it too!

4
m0nty
Re: Module required (shud be easy to some1 who knows)
  • 2003/12/19 1:48

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


if you're interested in what i've done in the meantime till i can get hold of a module..

then try this code..

create a custom block in admin blocks..

paste this >

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script language="JavaScript">
<!--
function go(theURL) {
window.open(theURL,'popup','scrollbars=yes,resizable=no,width=640,height=480');
}
//-->
</script>
<table width="150" height="50" cellspacing="0" cellpadding="0" border="0" bgcolor="#666666">
<td width="100%" valign="top"><img src="http://www.yourdomain.com/<path to block image file>" width="100%" height="50">
</table>

</head>
<body>
<table width="150" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="150" bgcolor="#666666"><form>
<select name="profile" size="1" onChange=go(this.form.profile.options[this.form.profile.selectedIndex].value)>

<option>Select a DJ Below</option>
<option>---------------------------</option>
<option value="http://www.yourdomain.com/djprofiles/andyfarley.htm">Andy Farley</option>

</select>
</form>
</td>
</tr>
</table>
<p>&nbsp;</p>
</body>
</html>

then set permissions for the block.. set the block to left column or right column and change the table widths and colours to suit your needs..

basically create a folder on your server called djprofiles or somethin similar..

create your dj profile as an html page and save it (and any image you have on it) to the new folder you just created..

make sure you edit the urls in the script above.. yourdomain needs to be your domain name and enter the url path of the djprofile folder where u located the html..

enter each profile html in the <option value="http://...." part. you can add and delete simply by removing each profiles option value by going back to edit the custom block..

I know it's a crude way of doing it and there is probly better methods, but it's 1 way of doing it..

Login

Who's Online

144 user(s) are online (108 user(s) are browsing Support Forums)


Members: 0


Guests: 144


more...

Donat-O-Meter

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

Latest GitHub Commits