81
Antoine
Re: Can I use Visual Basic update Xoop database
  • 2005/1/21 6:46

  • Antoine

  • Friend of XOOPS

  • Posts: 112

  • Since: 2004/11/14


Yeah sure, using an ODBC driver you can. And I am pretty confident that there are some ways to connect directly to a MySQL database too. Best check the MySQL website for that.



82
Antoine
Re: Module submenu on index.php
  • 2005/1/20 22:33

  • Antoine

  • Friend of XOOPS

  • Posts: 112

  • Since: 2004/11/14


Well then I guess you could just edit the template file of the module you want the link to appear in and just add an anchor to XOOPS_URL."/modules/your_module/your_page.php"?



83
Antoine
Re: PostgreSQL
  • 2005/1/20 14:32

  • Antoine

  • Friend of XOOPS

  • Posts: 112

  • Since: 2004/11/14


Does the module's xoops_version.php contain reference to the SQL file in a fashion like:

Quote:

$modversion['sqlfile']['postgresql'] = "sql/pgsql.sql";



84
Antoine
Re: restore database
  • 2005/1/20 14:18

  • Antoine

  • Friend of XOOPS

  • Posts: 112

  • Since: 2004/11/14


If you use phpMyAdmin to export a database structure and it's data as an SQL file, you can restore it by just feeding that file to the database to be executed.



85
Antoine
Re: xoops members not counting good
  • 2005/1/20 10:05

  • Antoine

  • Friend of XOOPS

  • Posts: 112

  • Since: 2004/11/14


Yes, a uid of say 112 doesn't mean there are 112 registered members. Members may have been deleted in the past or like said before thay might not have replied to or received the confirmation e-mail.



86
Antoine
Re: Module submenu on index.php
  • 2005/1/20 9:39

  • Antoine

  • Friend of XOOPS

  • Posts: 112

  • Since: 2004/11/14


Either by making the module visible to the group you want it to see. Further you need to edit the xoops_version.php file accordingly:

Quote:

// Menu
$modversion['hasMain'] = 1;
$modversion['sub'][1]['name'] = _MI_MYMOD_SMNAME1;
$modversion['sub'][1]['url'] = "mysubpage1.php";
$modversion['sub'][2]['name'] = _MI_MYMOD_SMNAME2;
$modversion['sub'][2]['url'] = "mysubpage2.php";


Or, you could just sortof hard-code a few links into your theme's template.

Unless you literally mean your module's index.php file in which case you should link to that other module from your code. Would be good practice to check wether that other module is installed in the first place if you are planning to publish the module so other people will use it.



87
Antoine
Re: real estate mod request
  • 2005/1/20 8:49

  • Antoine

  • Friend of XOOPS

  • Posts: 112

  • Since: 2004/11/14


Hmm yeah did something similar when I was using XOOPS it for a submit screenshot/photo module.
However this time I am thinking of adapting the imagemanager allready in place in Xoops.
Does your code happen to make use of that or is it an entirely newly written imagemanagement solution?



88
Antoine
Re: emoticon & avatar problem
  • 2005/1/19 22:39

  • Antoine

  • Friend of XOOPS

  • Posts: 112

  • Since: 2004/11/14


How can you not upload your avatars? What errors do you get if any?



89
Antoine
Re: real estate mod request
  • 2005/1/19 21:51

  • Antoine

  • Friend of XOOPS

  • Posts: 112

  • Since: 2004/11/14


Actually I am working on one for my current cliënt.
Pretty much has "Lite" requirements though. It's a project developer so it's not like random people can sign up and submit their own plots. Though I am very much interested what method you are using to add/save the pictures to each object.



90
Antoine
Re: Resize pictures with bbcode
  • 2005/1/19 21:24

  • Antoine

  • Friend of XOOPS

  • Posts: 112

  • Since: 2004/11/14


Erm yeah if you'd mod /class/module.textsanitizer.php

function: &xoopsCodeDecode(&$text, $allowimage = 1)

Hope you have a working knowledge of regexp's




TopTop
« 1 ... 6 7 8 (9) 10 11 »



Login

Who's Online

163 user(s) are online (107 user(s) are browsing Support Forums)


Members: 0


Guests: 163


more...

Donat-O-Meter

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

Latest GitHub Commits