91
builderb
Re: Help - MyADS Problem,,, (or bug?) - 1000 mail send
  • 2003/11/20 21:25

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


The fix for this is posted here:
https://xoops.org/modules/mydownloads/singlefile.php?cid=24&lid=458

Good luck

-B



92
builderb
Re: Pical vs. Agendax
  • 2003/11/20 19:48

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


I currently use Agenda-x for one main reason - Categories.
I have more of a need for categories than I do for re-curring events(although recurring events is a close second). I would prefer a module that could do both. but given our current options I've chosen Agenda-x.

I would really like to see PiCal add categories to the next release because I like all the other options it provides.

Ultimately, It comes down to what's important to your site and your visitors.




93
builderb
Re: Login error for registered users. Blank page.
  • 2003/11/19 20:58

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


Ok, i'm getting the same error when new members register and I DO have a template selected.

HEre's my error:
Quote:
Warning [PHP]: fopen(/theme.html): failed to open stream: No such file or directory in file class/smarty/Smarty.class.php line 1998


My users platforms range from 98 - XP as well as a range of IE browsers.

I haven't been able to pinpoint the problem. Has anyone had a similiar problem with a different solution?? please help.

Thanks

-b



94
builderb
Re: I need a people that can migrate this module to XooPS !!!
  • 2003/11/18 21:30

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


I currently have the open-realty app running on my site and I too would like to see it ported over to xoops.

Basically it's designed for Auto and Real Estate listings with the ability to grant access to agents so they may input their own properties/auto listings. there are different access levels depending on what you want to give a user acces to. It's like a classifieds but very specialized for these two industries.

I would be very interested in seeing this app come to life as a XOOPS module.

As a side note: All real estate agents have a website(and 95% of them are crappy) This would give us another industry to offer our services to.



95
builderb
Re: Themes vs. Templates
  • 2003/11/18 21:08

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


basically a template is how the page is layed out and the theme is what makes it visually appealing.

I'll use a home analogy to describe the differences...

A Theme is the carpet, drapes, pictures, etc.

A template is the floorplan.

I hope that makes sense.

-B



96
builderb
Re: how to list categories in search
  • 2003/11/13 5:22

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


The file should be named: search.inc.php
and it should reside in this directory: /modules/xdirectory/include/

You shouldn't have to touch the main search file located in the root.(/search.php)

Let me know if you still have problems.

-b



97
builderb
Re: Business Directory Created
  • 2003/11/11 18:52

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2





98
builderb
Re: Business Directory Created
  • 2003/11/11 18:42

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


Sorry it's been awhile since my last post here but I've been working on the next upgrade of xDirectory. I'm about 97% finished with adding the ability to hightlight listings, display a website link, and sponsor a page(which displays a listing at the top of the page). A working example can be found on my LIVE site here.

The admin console allows you to define which type of premium listing you want to display for each listing. I should have a release version very soon.

Your feedback is encouraged.

Also included in the next release are some bug fixes and a file that includes: list of features, changes, and roadmap as well as Dutch language language support all provided by Pallieter Koopmans

I hope to hear your comments.

-Builderb



99
builderb
Re: Restaurant Guide Module Wanted
  • 2003/11/11 17:51

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


That's awesome!! I look forward to seeing it!

-B



100
builderb
Re: how to list categories in search
  • 2003/11/11 5:10

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


Thanks for the compliment! I'm also a member of the local chamber of commerce which helps generate interest in the our site.

anyway here's the code that searches the categories:
[quote]
<?php
// $Id: search.inc.php,v 1.6 2003/03/25 11:08:22 buennagel Exp $
// ------------------------------------------------------------------------ //
// XOOPS - PHP Content Management System //
// Copyright (c) 2000 XOOPS.org //
// <https://xoops.org/> //
// ------------------------------------------------------------------------ //
// This program is free software; you can redistribute it and/or modify //
// it under the terms of the GNU General Public License as published by //
// the Free Software Foundation; either version 2 of the License, or //
// (at your option) any later version. //
// //
// You may not change or alter any portion of this comment or credits //
// of supporting developers from this source code or any supporting //
// source code which is considered copyrighted (c) material of the //
// original comment or credit authors. //
// //
// This program is distributed in the hope that it will be useful, //
// but WITHOUT ANY WARRANTY; without even the implied warranty of //
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //
// GNU General Public License for more details. //
// //
// You should have received a copy of the GNU General Public License //
// along with this program; if not, write to the Free Software //
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA //
// ------------------------------------------------------------------------ //
// Author(Hacker): Adam Frick //
// Purpose: Phonebook-like business directory //
// email: africk69@yahoo.com //
// All files of xDirectory are based on the MyLinks module, customized //
// to accomodate additional business listing information //
// ------------------------------------------------------------------------ //

function xdir_search($queryarray, $andor, $limit, $offset, $userid){
global $xoopsDB;
$sql = "SELECT l.lid,l.cid,l.title,l.submitter,l.date,c.title,t.description FROM ".$xoopsDB->prefix("xdir_links")." l LEFT JOIN ".$xoopsDB->prefix("xdir_cat")." c ON c.cid=l.cid LEFT JOIN ".$xoopsDB->prefix("xdir_text")." t ON t.lid=l.lid WHERE status>0";
if ( $userid != 0 ) {
$sql .= " AND l.submitter=".$userid." ";
}
// because count() returns 1 even if a supplied variable
// is not an array, we must check if $querryarray is really an array
if ( is_array($queryarray) && $count = count($queryarray) ) {
$sql .= " AND ((l.title LIKE '%$queryarray[0]%' OR c.title LIKE '%$queryarray[0]%' OR t.description LIKE '%$queryarray[0]%')";
for($i=1;$i<$count;$i++){
$sql .= " $andor ";
$sql .= "(l.title LIKE '%$queryarray[$i]%' OR c.title LIKE '%$queryarray[0]%' OR t.description LIKE '%$queryarray[$i]%')";
}
$sql .= ") ";
}
$sql .= "ORDER BY l.date DESC";
$result = $xoopsDB->query($sql,$limit,$offset);
$ret = array();
$i = 0;
while($myrow = $xoopsDB->fetchArray($result)){
$ret[$i]['image'] = "images/home.gif";
$ret[$i]['link'] = "singlelink.php?cid=".$myrow['cid']."&lid=".$myrow['lid']."";
$ret[$i]['title'] = $myrow['title'];
$ret[$i]['time'] = $myrow['date'];
$ret[$i]['uid'] = $myrow['submitter'];
$i++;
}
return $ret;
}
?>
quote]

You can replace the contents of this file /modules/xdirectory/include/search.inc.php
with the code here.

good luck
-B





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



Login

Who's Online

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


Members: 0


Guests: 150


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