61
chardiar
PopnupBLOG: disk space.
  • 2004/10/20 17:56

  • chardiar

  • Just popping in

  • Posts: 91

  • Since: 2004/8/16


Is it possible to control disk total space to each blog?

Example: 1 Mb max. to each blog.

How do I do it?

Thanks in advance.



62
chardiar
Re:I can´t edit my post now. ¿Why?
  • 2004/10/19 14:24

  • chardiar

  • Just popping in

  • Posts: 91

  • Since: 2004/8/16


Thanks very much cyberik.



63
chardiar
I can´t edit my post now. ¿Why?
  • 2004/10/19 3:54

  • chardiar

  • Just popping in

  • Posts: 91

  • Since: 2004/8/16


I can't edit the post 2 days ago.

What's wrong?



64
chardiar
Re:Real Estate Module Needed
  • 2004/10/17 19:01

  • chardiar

  • Just popping in

  • Posts: 91

  • Since: 2004/8/16


Of course sgshell,

Where do I send you the files?



65
chardiar
Re: Real Estate Module Needed
  • 2004/10/17 14:34

  • chardiar

  • Just popping in

  • Posts: 91

  • Since: 2004/8/16


Hi Jackwan,

I found more information. Please, see these topics about E_xoops and xoops:

https://xoops.org/modules/newbb/viewtopic.php?topic_id=25752&forum=20&post_id=112522#forumpost112522

https://xoops.org/modules/newbb/viewtopic.php?topic_id=21106&forum=7&post_id=91770

and this is about openreality mod:
https://xoops.org/modules/news/article.php?storyid=1547

Is your e-mail is <email removed> ?



66
chardiar
Re:Real Estate Module Needed
  • 2004/10/16 23:39

  • chardiar

  • Just popping in

  • Posts: 91

  • Since: 2004/8/16


wcrwcr,

I already sent you the files.



67
chardiar
Re:Real Estate Module Needed
  • 2004/10/16 23:13

  • chardiar

  • Just popping in

  • Posts: 91

  • Since: 2004/8/16


Ok wcrwcr,

where I send you the files?



68
chardiar
Re: Real Estate Module Needed
  • 2004/10/16 22:24

  • chardiar

  • Just popping in

  • Posts: 91

  • Since: 2004/8/16


Hi Jackwan,

No, that isn´t to XOOPS but he can make a questions in forum about XOOPS o e_xoops version.

http://www.jonroig.com/freecode/phpBB/?POSTNUKESID=cf40e8986b376b9a7627578d277f75bd

I have a version to e_xoops (fromhttp://www.liquidgfx.com ). I installed it in localhost as normal module without problems, but after that the site have is online to finish the installation and my site isn´t online yet.

Here the xoops_version.php (like this way not e_xoops_version.php) is:

<?php
$modversion['name'] = 'Real Estate Listings Engine 2.1 w/Virtual Tour';

$modversion['version'] = 2.1;

$modversion['description'] = 'Complete Real Estate Listings Engine with Virtual Tours. Read the Read me for more information.';

$modversion['credits'] = 'E-xoops Conversion: DJ Downey <br> (Original version: Jon Roig & Ryan Bonham)';

$modversion['author'] = 'DJ Downey<br>http://www.liquidgfx.com<br> Jon Roig<br>http://www.jonroig.com<br>Ryan Bonham<br>http://www.open-reality.com';

$modversion['license'] = 'GNU GENERAL PUBLIC LICENSE';

$modversion['official'] = 'yes';

$modversion['image'] = 'images/realty.gif';

$modversion['dirname'] ='realty';

// All tables should not have any prefix!

$modversion['sqlfile']['mysql'] = 'sql/mysql.sql';

$modversion['tables'][0] = 'default_activitylog';

$modversion['tables'][1] = 'default_agentformelements';

$modversion['tables'][2] = 'default_listingsdb';

$modversion['tables'][3] = 'default_listingsdbelements';

$modversion['tables'][4] = 'default_listingsformelements';

$modversion['tables'][5] = 'default_listingsimages';

$modversion['tables'][6] = 'default_memberformelements';

$modversion['tables'][7] = 'default_temp';

$modversion['tables'][8] = 'default_userdb';

$modversion['tables'][9] = 'default_userdbelements';

$modversion['tables'][10] = 'default_userfavoritelistings';

$modversion['tables'][11] = 'default_userformelements';

$modversion['tables'][12] = 'default_userimages';

$modversion['tables'][13] = 'default_usersavedsearches';

$modversion['tables'][14] = 'default_vtourimages';

// Menu - does it have an entry in the Main Menu? 1=yes, 0=no

$modversion['hasMain'] = 1;

$modversion['sub'][1]['name'] = 'Home';

$modversion['sub'][1]['url'] = 'index.php';

$modversion['sub'][2]['name'] = 'Listings Search';

$modversion['sub'][2]['url'] = 'listingsearch.php';

$modversion['sub'][3]['name'] = 'Rental Search';

$modversion['sub'][3]['url'] = 'rentalsearch.php';

$modversion['sub'][4]['name'] = 'Lots';

$modversion['sub'][4]['url'] = 'listing_browse.php?type%5B%5D=Land';

$modversion['sub'][5]['name'] = 'Residental';

$modversion['sub'][5]['url'] = 'listing_browse.php?type%5B%5D=Home';

$modversion['sub'][6]['name'] = 'Farms';

$modversion['sub'][6]['url'] = 'listing_browse.php?type%5B%5D=Farms';

$modversion['sub'][7]['name'] = 'Commercial Property';

$modversion['sub'][7]['url'] = 'listing_browse.php?type%5B%5D=Commercial';

$modversion['sub'][8]['name'] = 'Users';

$modversion['sub'][8]['url'] = 'view_users.php';

$modversion['sub'][9]['name'] = 'About';

$modversion['sub'][9]['url'] = 'aboutus.php';

$modversion['sub'][10]['name'] = 'Contact';

$modversion['sub'][10]['url'] = 'contactus.php';

$modversion['sub'][11]['name'] = 'Favorites';

$modversion['sub'][11]['url'] = '/members/listfavorites.php';

$modversion['sub'][12]['name'] = 'Legal Information';

$modversion['sub'][12]['url'] = 'legal.php';

// Admin things - does the Admin menu need a link to the administration page? And where is the page?

$modversion['hasAdmin'] = 1;

$modversion['adminindex'] = 'admin/index.php';

?>



If you want I can send you the zip file and test it.



69
chardiar
Re: Real Estate Module Needed
  • 2004/10/16 18:18

  • chardiar

  • Just popping in

  • Posts: 91

  • Since: 2004/8/16


Hi epiqmail,

Go tohttp://www.jonroig.com/ Free Code or if you want

I can send you file. Weight is 1.37 MB (zip).

Send me an e-mail address in PM.



70
chardiar
Re:Need translation for new module (classified ads)
  • 2004/10/15 13:31

  • chardiar

  • Just popping in

  • Posts: 91

  • Since: 2004/8/16


Hi theCat and ClubNUKE,

I sent you the files in spanish already.




TopTop
« 1 ... 4 5 6 (7) 8 »



Login

Who's Online

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


Members: 0


Guests: 156


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