31
noisia
Re: Real Estate Module
  • 2005/4/14 22:43

  • noisia

  • Not too shy to talk

  • Posts: 123

  • Since: 2004/8/24


Hi Jamescne,

I wouldn't know. I have been testing the module and it seems to work fine. I think it is a great module.
Did you face any problems, then perhaps we can ask around if someone want to take over further developments



32
noisia
Re: [mini guide] How to quickly replace all the textarea with kiovi in Xoops
  • 2005/3/24 6:47

  • noisia

  • Not too shy to talk

  • Posts: 123

  • Since: 2004/8/24


I have installed Herve's patch and it works perfect. Thanks for the great tip.

Is there any way to increase the size of the text area vertically, so that I can see more lines of editable text?



33
noisia
Re: Profiles is a great module
  • 2005/3/23 14:09

  • noisia

  • Not too shy to talk

  • Posts: 123

  • Since: 2004/8/24


Hi Daniel,

I really like this new module, and it is exactly what I am looking for.

requests:

1. It would be nice if the text area could be split in an intro text and a full profile text.
In this way the profiles could be listed with a small introduction in a list.

2. It would be nice if koivi editor could be supported for easy input of text.

Great work...



34
noisia
Re: Site Backup Module
  • 2005/3/17 15:18

  • noisia

  • Not too shy to talk

  • Posts: 123

  • Since: 2004/8/24


Hi talunceford,

I just found a neat little MySQL backup script

http://www.absoft-my.com/pondok/backup.php

Perhaps this one could be integrated? It has a nice and simple interface...



35
noisia
Re: Site Backup Module
  • 2005/3/12 0:31

  • noisia

  • Not too shy to talk

  • Posts: 123

  • Since: 2004/8/24


Hi talunceford,

This is really a module, i have been looking for...

There are a few problems though:
Make sure you change the path to PEAR in backup.php

I could not find any line to specify the path.
I looked into my info.php and it states that pear is:
include_path    .:/usr/share/pear


The module does not seem to have a module icon.

The module does not show up in my admin, although in the xoopsversion.php it says: $modversion['hasAdmin'] = 1;
I run it from it from the modules admin page, but I get an error:

Fatal errorCall to a member function on a non-object in 
/var/www/site.com/html/backup/modules/sitebackup
/admin_header.php on line 7


Looking forward to your response



36
noisia
Re: Banner Manager module
  • 2005/2/18 0:24

  • noisia

  • Not too shy to talk

  • Posts: 123

  • Since: 2004/8/24


Quote:
Why can't you just place the code in a custom block you create? What's the advantage of using TinyD?

You can create a block in the block admin and set it to "PHP Script"
Then copy the invocation code into block:

// First ad
if (@include(getenv('DOCUMENT_ROOT').'/new/modules/phpads/phpadsnew.inc.php')) {
        if (!isset(
$phpAds_context)) $phpAds_context = array();
        
$phpAds_raw view_raw ('zone:6'0'''source of the ad''0'$phpAds_context);
        echo 
$phpAds_raw['html'];
    }
echo 
"

"
;
// Second ad
    
if (@include(getenv('DOCUMENT_ROOT').'/new/modules/phpads/phpadsnew.inc.php')) {
        if (!isset(
$phpAds_context)) $phpAds_context = array();
        
$phpAds_raw view_raw ('zone:11'0'''''0'$phpAds_context);
        echo 
$phpAds_raw['html'];
    }
.
.
// Third ad


You can create various blocks and place them where ever you like. It is a bit of work, but once you set them up, PHPAds will take care of all the rest.



37
noisia
Re: Banner Manager module
  • 2005/2/13 22:46

  • noisia

  • Not too shy to talk

  • Posts: 123

  • Since: 2004/8/24


Hi Twitaman,

Quote:
Anyway, if I install it as a stand-alone from the phpads site will I have to install it as a separate database or is it part of my XOOPS database?

You indeed need to set up a separate MySQL database for PHPads. The only integration with XOOPS is that you see it in the admin as a separate button.

In order to get the PHPAds into your XOOPS pages, you need to generate invocation codes from PHPAds into any of your XOOPS blocks.

PHPAds is not really straightforward to grasp in the beginning, but it is extremely powerful.

Good Luck...



38
noisia
Re: Auth Module for wrapping HTML, PHP, CGI web site
  • 2005/2/7 0:44

  • noisia

  • Not too shy to talk

  • Posts: 123

  • Since: 2004/8/24


Hi Chess4us,

There is currently no complete English version of the module, however, if you follow the instructions in the top of this forum string, you should be able to get it up and working.

Just look for the lines that need to be changed in the code and ignore all the Japanese gibberish in the code.

Good Luck



39
noisia
HELP!!!... Blank screen on "view account"?
  • 2005/1/25 18:07

  • noisia

  • Not too shy to talk

  • Posts: 123

  • Since: 2004/8/24


Hi all,

I have installed XOOPS 2.0.9.2 and I am using Japanese as my main language.

When a new user creates an account, he gets a blank screen after loging in for the first time, while the "view account" is displayed.

When I switch on the debug, I get the following message:
Fatal errorCall to a member function on a non-object in /var/www/noisia.com/html/honka/kernel/groupperm.php on line 326


In line 326 is the following code:
$criteria->add(new Criteria('gperm_groupid'$gperm_groupid));


Does anybody have a clue what it could be?

Any suggestionis highly appreciated




40
noisia
Re: Auth Module with Search, Mutiple installation
  • 2005/1/21 23:23

  • noisia

  • Not too shy to talk

  • Posts: 123

  • Since: 2004/8/24


Multiple Auth installations
The Auth module can easily be installed with multiple instances, by chaning the "auth" folder name to anything you want. After that you will need to change the name in the "xoops_version.php" as well.

Multiple Auth with Search
When you are using Auth with search functionality, a few more modifications will need to be done.

In the "AuthFolder/search.php"
In Line 6 the Auth search function is declared

function auth_search $queryarray $andor $limit $offset $userid )

Multiple instances of these will yield an error, so you need to change it to another name, e.g.
function auth2_search $queryarray $andor $limit $offset $userid )


This search function is called in the "xoops_version.php" line 30, so it needs to be changed accordingly
$modversion['search']['func'] = "auth2_search";


With these modifications, the auth module can be installed with multiple instances.




TopTop
« 1 2 3 (4) 5 6 7 ... 10 »



Login

Who's Online

182 user(s) are online (150 user(s) are browsing Support Forums)


Members: 0


Guests: 182


more...

Donat-O-Meter

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

Latest GitHub Commits