291311
setaside
Re: 3rd party chat advice needed
  • 2003/10/7 1:12

  • setaside

  • Just popping in

  • Posts: 28

  • Since: 2002/9/24


Would you be willing to release that "Who's in Chat" block that you made for it?

The users of my site, as well as myself, aren't all that happy with the functionality of the latest beta release of Xoopschat, so I'm thinking of purchasing FlashChat until Xoopschat improves.

(Oh, and I don't want anyone to interpret that as me dissing the module, it's just not right for my needs right now.)



291312
Mikhail
thanks for wfsection!
  • 2003/10/7 0:55

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


WF-Section is incredible! the best! rulez! "muito foda!"! "demais!"! "maneiríssimo"! thanks a lot, Catzwolf!

Resized Image



291313
Mikhail
Re: WFSection
  • 2003/10/7 0:48

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


Quote:

Mikhail Miguel wrote:
Hi! Thank you for the feedback, Catzwolf! The problem: the high number of members (more than 12,000) was freezing the admin page... I 'solved' this problem erasing inactive users (just a palliative, I know)


Catzwolf wrote:
Quote:
I am surprised, as XOOPS should be able to handle a lot more than that?


I dont know how, but works... the problem is that some pages try to load a complete list with all members (like the forum admin and some pages in wfsecion)... I can send my users list to you for tests, if you want...

Catzwolf wrote:
Quote:
Maybe time for a server change

Resized Imageno way!, hehe... sourceforge can be slow, but give us ilimited transfers... so I LOVE SOURCEFORGE! Hehehe... Resized Image



291314
techgnome
Re: how to provide news feed from xoops
  • 2003/10/7 0:35

  • techgnome

  • Module Developer

  • Posts: 51

  • Since: 2002/8/9 5


backend.php is a part of the basic XOOPS install. and by default it uses code to get the website URL, so there's no need to do anything. Just run it.
As a side note, I have modified backend.php that allows three different types of feeds. 1)Last 10 news items, 2) last 10 items added to wfSection, and 3) Last 5 news items and last 5 wfSection articles.
Visit my site, DeveloperKB.com to see it in action.

TG



291315
Mikhail
The field "bio" in xoops_users table is so short,... why not change "tinytext" to "text"?
  • 2003/10/7 0:29

  • Mikhail

  • Just can't stay away

  • Posts: 412

  • Since: 2003/1/19


The field "bio" in "xoops_users" table is so short,... why not change "tinytext" to "text" in the core?


ok, I know, is not a "bug", is a characteristic... but this could not be modified in core?


why not?



291316
gstarrett
Need update query help
  • 2003/10/7 0:09

  • gstarrett

  • Friend of XOOPS

  • Posts: 174

  • Since: 2002/3/12


Hi all,

I've been working on getting some XoopsGallery bugs hammered out and I've got this one left: Renaming the album needs to update the xoopscomments and xoopsgallery_image table. I know what SQL I need to run, but I'm unfamiliar with the XOOPS datbase engine such that something that should be quick will likely take me all night. Can someone help?

Here's what I need to do:
if (fs_is_dir("$dir/$oldName")) {
    
$success fs_rename("$dir/$oldName""$dir/$newName");
    if (!
$success) {
        return 
0;
    }
    
// Update xoopsgallery_image.image_albumdir with new album name
    // UPDATE {xoopsprefix}_xoopsgallery_image
    //         SET image_albumdir = $newName
    //        WHERE image_albumdir = $oldName
    
    // Update xoopscomments.com_extraparams with new album name
    // UPDATE {xoopsprefix}_xoopscomments
    //        SET com_exparams = replace('albumName=$oldName&', 'albumName=$newName&', com_exparams)
    //        WHERE com_exparams LIKE '%albumName=$oldName&%'
    
}


[edit: The second query should really check that com_modid = the gallery moduleID too, just to be safe]

Thanks!



291317
reaper
Re: testopiloto.net
  • 2003/10/7 0:03

  • reaper

  • Just popping in

  • Posts: 6

  • Since: 2003/10/1


I've not noticed problems in by browser (Safari 1.0). Which browser has the problem?



291318
securite
Re: how to provide news feed from xoops
  • 2003/10/6 23:37

  • securite

  • Just popping in

  • Posts: 8

  • Since: 2002/8/7 1


thanks rider for the tip! will try that....



291319
Dr3vil
Re: Shoutbox issue?
  • 2003/10/6 23:15

  • Dr3vil

  • Friend of XOOPS

  • Posts: 57

  • Since: 2003/5/10


Forgot to add the following info:

Xoops 2.0.5
Shoutbox 3.23
MySQL Version: 3.23.56
PHP Version: 4.3.2

I have tried other Shoutbox versions with the same result.

Thanks in advance!



291320
rider
Re: how to provide news feed from xoops
  • 2003/10/6 23:13

  • rider

  • Just popping in

  • Posts: 56

  • Since: 2003/6/18


If they are using XOOPS as well it should be doable.

Clone the default setup for the XOOPS site feed and change the link from:

https://xoops.org/backend.php

to your site address:

http://rider.net.nz/backend.php

Initially the feed may not appear but after the update time the feed should filter through.

On my site I changed it to 1hr updates.







Login

Who's Online

239 user(s) are online (139 user(s) are browsing Support Forums)


Members: 0


Guests: 239


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