1
davidthomas1
Re: what is the best SQL editor - local language

If your host supports it, try PHPMyAdmin
http://www.phpmyadmin.net/

You just need to run an SQL query on the links table.

e.g.

UPDATE xoopsprefix_linkstable set fieldname 1 WHERE (optional where statement);
みんなちがってみんないい。

XOOPS 2.0.13.2



2
davidthomas1
Re: replicate user tables accross multiple xoops sites

MySQL allows database replication, updating linked databases on the fly. That should solve your problem.

Have a look here:

http://www.howtoforge.com/mysql_database_replication

There may be other ways too, have a look on Google:

http://www.google.com/search?hl=en&q=mySQL+database+replication
みんなちがってみんないい。

XOOPS 2.0.13.2



3
davidthomas1
Re: iMenu - Not appearing in module admin.

I had trouble with that module too.

Perhaps you would try MultiMenu ?
みんなちがってみんないい。

XOOPS 2.0.13.2



4
davidthomas1
Re: My URL is incorrect

Contact your webhost.

It could be a problem with server misconfiguration with shared hosting.
みんなちがってみんないい。

XOOPS 2.0.13.2



5
davidthomas1
Re: MODULE FILE NOT FOUND

also if you're using FrontPage to edit your site, it makes _vti_cnf folders in your module folder.

Xoops detects these, scans them, and displays the "module file not found" error message.

You can safetly delete those folders using an FTP client but they will be hidden from inside Frontpage.

Unfortunately, even if you delete them, next time you use Frontpage, they will be recreated!

I've learnt to just ignore that error message.
みんなちがってみんないい。

XOOPS 2.0.13.2



6
davidthomas1
Re: All Forums/Topics marked as unread after CBB update.

I'm having the exact same problem

I renamed the include/plugin.dist.php to plugin.php, cleared the templates_c folder and updated the module but the problem persists.

any advice?

thanks.

//EDIT: OK, It's working. I had to set the line in plugin.php to store the read info in a cookie, not the database.

It seems the database method doesn't work with XOOPS 2.0.13.2
みんなちがってみんないい。

XOOPS 2.0.13.2



7
davidthomas1
Re: CBB and new/read posts

After the update, I'm having trouble with new/read posts too.

Marking "all forums read" from the "main options" drop down does nothing.

When I view a topic, it remains as unread.

do you have any advice?

//EDIT: I renamed the include/plugin.dist.php to plugin.php, cleared the templates_c folder and updated the module but the problem persists.

//EDIT: OK, It's working. I had to set the line in plugin.php to store the read info in a cookie, not the database.

It seems the database method doesn't work with XOOPS 2.0.13.2
みんなちがってみんないい。

XOOPS 2.0.13.2



8
davidthomas1
CBB - how can I lock a forum?

I'm using CBB 1.16 with XOOPS 2.0.13.2
My users need to create several threads that only a single person (the poster) can submit and reply to.

In other words, I need to create threads where only one person has permission to post.

I tried locking the topic, but it has no effect!

Even with the topic locked, anyone can reply to it.

Do you have any advice?
みんなちがってみんないい。

XOOPS 2.0.13.2



9
davidthomas1
Re: Bulk users create

Yes, I think that script is for the earlier version of xoops.
みんなちがってみんないい。

XOOPS 2.0.13.2



10
davidthomas1
Re: Bulk users create

Try:

// variables
$bdd"vo_users";
$host"localhost";
$user"hohcs_chfs";
$pass"XXXXXX";


HIH
みんなちがってみんないい。

XOOPS 2.0.13.2




TopTop
(1) 2 3 4 ... 36 »



Login

Who's Online

149 user(s) are online (92 user(s) are browsing Support Forums)


Members: 0


Guests: 149


more...

Donat-O-Meter

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

Latest GitHub Commits