1
cybersensei
Re: problem: new user registration + confirmation code

You were on the right track

if (!isActive()) {
$is_valid = true;
}
elseif ( is_object($GLOBALS["xoopsUser"]) && !empty($skipMember) ) {

should be

if ($this->config['disabled']) {
$is_valid = true;
}
elseif ( is_object($GLOBALS["xoopsUser"]) && !empty($skipMember) ) {




2
cybersensei
Re: Tinyeditor and xoops search problem

Not familiar with Tinyeditor, however, my first idea would be to change for available language.



3
cybersensei
Re: mxdirectory, remove link, How ? please!

Lapsa,

1. Using your favorite editor, search for the following individual text in HTML files located in the '/modules/mxdirectory/templates' directory:

$lang_ratethissite
$lang_rating
$lang_comments

2. Remove the '<a href...>' text and the '</a>' surrounding the above smart tags in each of the HTML files you find.

3. Update your mxdirectory module in your System Administrator.

GL.



4
cybersensei
Re: apostrophe displays as ’

Benht. Sent you a PM.



5
cybersensei
Re: Removing "Lost Your Password" Option

Very nice Snow! Very well described. I took the shortest route and zero-stringed in the declaration of '_MB_SYSTEM_LPASS' in the blocks.php file. This saved me the effort of changing all the themes and rebuilding the templates. Of course, if you run multiple languages, you'd need to change it in all the language files.



6
cybersensei
Re: Moving Xoops to a different server

Steps,

It sounds like your biggest problem is with you MySQL database. However, you can't rule out a difference in PHP.ini settings between the servers.

Try using a different export option of your MySQL database on your original server, if it's still available, such as "SQL Compatibility Mode" and select 'MySQL40.' Ensure you're selecting Add/Drop tables/views. Then reimport your database.

Post back regardless of the outcome so others may learn from your experience.

GL.



7
cybersensei
Re: Forum install causes database error

Try going to your Module Administrator. Find your NewBB update icon (should be on the right). Click it to update your module. Follow the on-screen instructions; then check your forum.

GL.



8
cybersensei
Re: Forum install causes database error

Nick,

You can start be tracing this error

Quote:
Error number: 1146
Error message: Table 'xoops_community.xoops_bb_report' doesn't exist
SELECT COUNT(*) as report_count FROM xoops_bb_report WHERE report_result = 1


It appears you're missing the table [xoops_bb_report]. Go to your MySQL Administrator/PHPMyAdmin/etc. and see if the table exists. If it's not, uninstall the module. Turn on your Debug and try re-installing noting any errors you receive during the installation; then post back here.

This error would cause your invalid argument errors from your PHP Debug because the variable is NULL; so when the scripts try to display data that doesn't exist you're getting an error because the variable wasn't defined when looping through the recordset.

GL.



9
cybersensei
Re: A Plea to the Xoops Community

Quote:

wizanda wrote:
Some are watching on the side lines, waiting to see when polls get added to this forum and arguing stops….
How can we speak of electing peoples or making major decisions without it?…….


*waiting on the side lines*



10
cybersensei
Re: Xoops Hacked

ROFL.

Not as long as a day Tony's having. Good luck brah. Shout back or PM if you need more help.

Cheers.




TopTop
(1) 2 3 »



Login

Who's Online

169 user(s) are online (75 user(s) are browsing Support Forums)


Members: 0


Guests: 169


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