51
ChadK
Re: Divesites
  • 2004/8/30 17:13

  • ChadK

  • Quite a regular

  • Posts: 242

  • Since: 2004/7/9 1


I think xDirectory would suit you fine..



52
ChadK
Re: MyAds - Last ads block
  • 2004/8/30 17:09

  • ChadK

  • Quite a regular

  • Posts: 242

  • Since: 2004/7/9 1


Do the same thing to the function showViewAnnonces.
I don't know why it repeats code.. it should have used a function for this but.. it's being improved now.



53
ChadK
Re: MyAds - Last ads block
  • 2004/8/30 17:08

  • ChadK

  • Quite a regular

  • Posts: 242

  • Since: 2004/7/9 1


In myAds/include/functions.php
the section in function showNew that displays the town and country and modify it:
Quote:
if ($town)
$a_item['local'] .= $town;
if ($country)
$a_item['local'] .= $country;
if ($town && $country)
$a_item['local'] = "$town, $country";


This shows city or state if only one exist or it shows "city, state" if both exist.



54
ChadK
Re: PayPal module
  • 2004/8/27 1:50

  • ChadK

  • Quite a regular

  • Posts: 242

  • Since: 2004/7/9 1


I would bet it's just a hack of another module, and if so, it's GPL. Though, if it IS GPL it should have GPL stamped all over it.. so you would know right away. His site doesn't mention the license so I don't know.



55
ChadK
Re: KHAT for Xoops 2.xx
  • 2004/8/27 1:49

  • ChadK

  • Quite a regular

  • Posts: 242

  • Since: 2004/7/9 1


flashChat is $5 and it's AWSOME.. works great... check it out on my site if you're registered, if not check out the demo onhttp://www.tufat.com (flashChat's site).



56
ChadK
Re: Web Hosting module
  • 2004/8/26 1:27

  • ChadK

  • Quite a regular

  • Posts: 242

  • Since: 2004/7/9 1


Nothing of substance yet Bass.. might be up to us. I'm sure I'd just make a mess of it, but how hard could it be really? haha



57
ChadK
Re: Web Hosting module
  • 2004/8/25 20:53

  • ChadK

  • Quite a regular

  • Posts: 242

  • Since: 2004/7/9 1


Although, it'd rock if phpcoin were integrated into a XOOPS module.http://www.phpcoin.com/



58
ChadK
Re: KHAT for Xoops 2.xx
  • 2004/8/25 18:04

  • ChadK

  • Quite a regular

  • Posts: 242

  • Since: 2004/7/9 1


My suggestion... go get flashChat.
There are VERY easy to follow instructions for plugging the flashChat into Xoops. Just rename a file, uncomment the XOOPS line in another file, upload and use the modules admin panel in XOOPS to install. Very nice.
It works great also..http://www.tufat.com



59
ChadK
I want to show chat topics.. getting '
  • 2004/8/25 18:01

  • ChadK

  • Quite a regular

  • Posts: 242

  • Since: 2004/7/9 1


I use flashChat and I am trying to make a block that shows the recent chat topics. here's what I have so far but is shows any chat lines that have a ' in them instead with '
Any idea how I can get rid of that?
print "<font size='1'>";
global 
$xoopsDB;
$sql="SELECT COUNT(id)  
FROM  `xoops_messages` 
WHERE xoops_messages.command =  'msg'"
;
$result $xoopsDB->query($sql);
$row mysql_fetch_array($result);
$start=$row[0]-5;
$sql="SELECT xoops_users.uname, `txt`
FROM `xoops_messages`
INNER JOIN xoops_users ON xoops_messages.userid = xoops_users.uid
WHERE xoops_messages.command = 'msg'
ORDER BY xoops_messages.created ASC LIMIT "
.$start." , 5";
$result $xoopsDB->query($sql);
while (
$row mysql_fetch_array($result)) {
     print 
$row[0].":".$row[1]."<br />";
}
print 
"</font>";



60
ChadK
Re: How to center the Mini Calendar in the side_block_left
  • 2004/8/25 1:43

  • ChadK

  • Quite a regular

  • Posts: 242

  • Since: 2004/7/9 1


You can also duplicate your template and modify that... might be a better solution.

Check tjnemez's article:
http://www.dcdezines.ca/modules/articles/article.php?articleID=7




TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 22 »



Login

Who's Online

265 user(s) are online (171 user(s) are browsing Support Forums)


Members: 0


Guests: 265


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