291951
Dr3vil
Looking for eCal v2.24
  • 2003/9/23 2:48

  • Dr3vil

  • Friend of XOOPS

  • Posts: 57

  • Since: 2003/5/10


Anyone have a link to download it? (I can find v2.2b, but I have seen v2.24 used on some sites)

Thanks in advance.
Evil



291952
beppe
Re: Business Directory Created
  • 2003/9/23 0:24

  • beppe

  • Just popping in

  • Posts: 3

  • Since: 2003/9/22


Quote:
Hi Bobdt, thanks for that. I edited the fields in the SQL file and the install now works. Now I guess I have to wait until the submit bug is fixed. Good work so far.


Submit bug is caused by forgotten vars in sprintf function before the query..



291953
beppe
Re: Business Directory Created
  • 2003/9/23 0:20

  • beppe

  • Just popping in

  • Posts: 3

  • Since: 2003/9/22


Hi dears..

I'm working on this module..

I've found another bug.. and solved it.

If u see, in administration section, u can find something strange in "User Listing Modification Requests".

Pay attention. When a simple user (not an admin) edits a link, u must approve it from Administration. So u must access "User Listing Modification Requests" section. Here, u can see old values 4 that record, and new values proposed by the user. Yet, it seems new values r not correct.. And "submitter" field is blank. Really, in description field, is shown not the description but the user id. So.. i've found the error in the code.

in admin.php on line 543, in the function listModReq() there's a problem in the while-statement. Or better.. in list() used in the while statement. In the code is:

while ( list($requestid, $lid, $cid, $title, $address, $city, $state, $zip, $phone, $url, $email, $logourl, $description, $submitterid)=$xoopsDB->fetchRow($result) )

but Email field is not set in MySQL table.

So this line is to be replaced with

while ( list($requestid, $lid, $cid, $title, $address, $city, $state, $zip, $phone, $url, $logourl, $description, $submitterid)=$xoopsDB->fetchRow($result) ) {



Greetings from Italy
Byezzz
Beppe



291954
Wingz
Re: Business Directory Created
  • 2003/9/22 23:54

  • Wingz

  • Just popping in

  • Posts: 71

  • Since: 2002/8/23


Hi Bobdt, thanks for that. I edited the fields in the SQL file and the install now works. Now I guess I have to wait until the submit bug is fixed. Good work so far.



291955
bobdt
Re: Business Directory Created
  • 2003/9/22 23:27

  • bobdt

  • Just popping in

  • Posts: 38

  • Since: 2003/9/11


Yes, good idea very good but think at this... If I post an "business" I must be an registred user (and this is not a problem) but only I can change the info of the post because I'm the owner (or the webmaster/administrator) and the possibility of change the owner of the post.

Example you post 100 company info of your city and 10 of this want be "premium" you can give an registration at the portal and change the owner for you to that company than the company can update the info and that info in normaly post is "simple" (basic level) the "premium" (premium level)have more detail and 3 picture whit an formmail for direct contact (like privacy mail). All this is because if we insert the email of 100 company someone can take all the email and use it for smamming.

Good is an expiration time for the premium, after an fixed time (1 mont, 1 year,etc...) that account will back "basic account" and the detail of the list stay in db but back "basic" but not lost only partial obscured.

Bob



291956
builderb
Re: Business Directory Created
  • 2003/9/22 20:00

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


Now that I have the current version working correctly I'll go forward and start adding new fields like address2, fax, email, country, etc.

But before I do that my #1 priority right now is enabling "category sponsorships" where I can give a listing a "premium" status and that listing will show up at the top of their category in a highlighted box and since I'm just a hacker and not a programmer it may take me awhile. Unless there is a programmer out there willing to take on this task

I'll post any updates here.



291957
bobdt
Re: Business Directory Created
  • 2003/9/22 19:46

  • bobdt

  • Just popping in

  • Posts: 38

  • Since: 2003/9/11


GREAT!!! YEA!!!

Ummm... An litle add the fax number and the address1 + address2

hehehe...



Bob



291958
builderb
Re: Business Directory Created
  • 2003/9/22 19:42

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


I FIXED IT!

I found the problem in admin/index.php @ line #950 I forgot to add the following:

$address = $HTTP_POST_VARS['address'];
$city = $HTTP_POST_VARS['city'];
$state = $HTTP_POST_VARS['state'];
$zip = $HTTP_POST_VARS['zip'];
$phone = $HTTP_POST_VARS['phone'];


It works now! I guess I just need a pair of fresh eyes to find the problem.

The zip file is now updated with all the working files.

Whew, I feel better now



291959
bobdt
Re: Banner Placement
  • 2003/9/22 19:40

  • bobdt

  • Just popping in

  • Posts: 38

  • Since: 2003/9/11


Little quest. Have you try to clean the XOOPS cache when you have doing this test? Because I've doing this and I've put the banner in the footer and in first time dont have work... realy it work but was called the cache page and that dont have the banner

Bob



291960
g0nk1
Re: Banner Placement
  • 2003/9/22 19:38

  • g0nk1

  • Just popping in

  • Posts: 7

  • Since: 2003/8/21


grumble... nevermind, im a moron, I just fixed it.. it was easier than I thought and i was over-thinking it.. :)







Login

Who's Online

190 user(s) are online (91 user(s) are browsing Support Forums)


Members: 0


Guests: 190


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