111
banned
Re: [mySQL] A good query is a bad query
  • 2005/1/19 22:28

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Well, is the first thing i've do ( ), before posting here, and it works fine.
But I need 'if not exist' if I want use the same table for all the 'cloned' modules.

I think that the only way to do this is to use an external script for create the table (in this way I will resolve my other problem too.. 'how to don't drop a table when you are unistalling a module' )



112
banned
Re: [mySQL] A good query is a bad query
  • 2005/1/19 22:06

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'NOT EXISTS `chooseaname_misc` ( `misc_id` smallint(5) unsigne

.. In phpmyadmin it works perfectly.



113
banned
[mySQL] A good query is a bad query
  • 2005/1/19 20:55

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Why this query:
CREATE TABLE IF NOT EXISTS `chooseaname_misc` (
  `
misc_idsmallint(5unsigned NOT NULL auto_increment,
  `
misc_categoryvarchar(15NOT NULL default '',
  `
misc_titlevarchar(255NOT NULL default '',
  `
misc_contenttext NOT NULL,
  `
dirnamevarchar(15NOT NULL default '',
  
PRIMARY KEY  (`misc_id`)
TYPE=MyISAM ;
is wrong for XOOPS when it isn't wrong?

I'm working on a little-easily-clonable-module for add your single custom page on the fly (remember mypage? ), the idea is to use only a single table for all the cloned modules.

Thanks XOOPERS.



114
banned
Re: exclusive - first release of Blocks admin module
  • 2005/1/14 17:03

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


A must have.



115
banned
Re: SMF Compatibility?
  • 2005/1/9 19:42

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Quote:
From www.yabbse.org
March 31st, 2004 -

From its first conception in November of 2001, to the current 1.5.5 release the path has been one of great learning and evolution. Starting from an idea of a port of the Zef Hemel's popular YaBB Perl software to growing to a team of close to a dozen people, hundreds of community released mods, and a great community. While today we are officially putting the YaBB SE project to bed, we promise that the ideas and premise behind the project will not die.

The team that has brought you YaBB SE has moved on to develop the next evolution in forum software, SMF. We have rebranded ourselves under the name Simple Machines and continue to strive to release the best free forum software out there and are ready to compete with products of the commercial caliber. To learn more about SMF please visit the Simple Machines website.


I think that many users know what was yabbSE



116
banned
Re: NewBB Poll Not even there
  • 2005/1/7 1:10

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Quote:

Predator wrote:
Did you have installed the xoopspoll module, i can´t see it on your site.

And you have to open a post FIRST to start a poll

Edit: BEST Welcome Visitors I've ever see



117
banned
Re: RPG module or Forum Shop
  • 2005/1/7 0:37

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Righty right,
I've asked to the dev of a IB mod (IBRpg) if I can port his work to Xoops.
The reply was.. YES. >
Someone want join the project (I'm thinking about a module for Xoops, not simply an addon for NewBB)?



118
banned
Re: Smarty debug only for Admin
  • 2004/12/7 3:15

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Thanks



119
banned
Smarty debug only for Admin
  • 2004/12/6 14:21

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


I want to allow the smarty debug mode just for admin.

<?php

/*
 * Smarty plugin
 * -------------------------------------------------------------
 * Type:     function
 * Name:     debug
 * Version:  1.0
 * Date:     July 1, 2002
 * Author:     Monte Ohrt <monte@ispi.net>
 * Purpose:  popup debug window
 * -------------------------------------------------------------
 */
function smarty_function_debug($params, &$smarty)
{
    if(
$params['output']) && ($xoopsUser->isAdmin)) {
        
$smarty->assign('_smarty_debug_output',$params['output']);
    }
    return 
$smarty->_generate_debug_output();
}

/* vim: set expandtab: */

?>

file: /class/smarty/plugins/fuction.debug.php
added: && ($xoopsUser->isAdmin))

Don't work. How to fix?



120
banned
WordBook, add subcategories
  • 2004/11/4 18:34

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


How I can add sub-categories on this great module?
Something like mylinks module.

banned




TopTop
« 1 ... 9 10 11 (12) 13 »



Login

Who's Online

253 user(s) are online (160 user(s) are browsing Support Forums)


Members: 0


Guests: 253


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