226011
Rickb
Re: Module File for Not Found!
  • 2004/11/11 7:14

  • Rickb

  • Not too shy to talk

  • Posts: 118

  • Since: 2004/10/24


How do you you delete these incorrect entries? I tried everything. I have these blank entries now.

Installing AdsNews 13 did ok. The update 2.0 does not register with XOOPS and gives me the error statement,"Module File for Not Found.

Much appreciate any help,

Rick



226012
Rickb
Re: Any news on Xoopsshop osCommerce 0.2 / zencart?
  • 2004/11/11 7:07

  • Rickb

  • Not too shy to talk

  • Posts: 118

  • Since: 2004/10/24


Hi Alan,

We at Mozilla Dev are looking for an e-commerce module that fits into XOOPS.

Rick



226013
JasonMR
Re: Can I change position of blocks on different pages?
  • 2004/11/11 7:06

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


some people are working on this, but it is taking them more time than suspected......



226014
phillipd
Re: Is there a way to...
  • 2004/11/11 7:04

  • phillipd

  • Quite a regular

  • Posts: 219

  • Since: 2004/4/20


I'm doing this (Below) and I have the "status" column of the db set to 1's where I want the item selected but it doesn't seem to select any of the formselect items:

$select_defaults = new XoopsFormSelect("","defaults","","29",true);
$tray_defaults = new XoopsFormElementTray(_MM_LAYERS, " ");
$tray_defaults->addElement($select_defaults);

$sql = 'SELECT id,status,name FROM '.$xoopsDB->prefix('gis_layers').' ORDER BY id';
$result = $xoopsDB->query($sql);

while(list($id,$status,$name) = $xoopsDB->fetchRow($result)) {
$select_defaults->addOption($name,$name);
$select_defaults->setValue($status);
echo "$status-";
}


DB table looks like:

mysql> describe xoops_gis_layers;
+--------+------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+--------+------------------+------+-----+---------+----------------+
| id | int(15) unsigned | | PRI | NULL | auto_increment |
| status | varchar(255) | | | 1 | |
| name | varchar(255) | | | | |
+--------+------------------+------+-----+---------+----------------+
+----+--------+------------------------------+
| id | status | name |
+----+--------+------------------------------+
| 1 | 0 | Locale |
| 2 | 0 | Buildings |
| 3 | 0 | Businesses |
| 4 | 0 | Institutions |
| 5 | 0 | Physicians |
| 6 | 0 | Hospitals |
| 7 | 0 | Recreation Area |
| 8 | 0 | Petroleum Facilities |
| 9 | 0 | Petroleum Interconnects |
| 10 | 0 | Transmission Lines |
| 11 | 0 | Hydroelectric Plant |
| 12 | 0 | Power Plants |
| 13 | 0 | Electric Substations |
| 14 | 0 | NRC Facilities |
| 15 | 1 | Highways |
| 16 | 0 | Streets (Local) |
| 17 | 0 | Streets |
| 18 | 1 | Railroads |
| 19 | 1 | Rivers and Streams |
| 20 | 0 | Pipelines |
| 21 | 0 | DOE Site Buildings |
| 22 | 0 | DOE Areas |
| 23 | 0 | NRC Emergency Planning Zones |
| 24 | 0 | Zip Code (area) |
| 25 | 0 | Counties |
| 26 | 0 | DOE. Sites |
| 27 | 0 | Parks |
| 28 | 0 | Landmarks |
| 29 | 0 | Airports |
| 30 | 0 | Major Water |
| 31 | 1 | Lakes and Reservoirs |
| 32 | 0 | Urban Places |
| 33 | 0 | Federal Land (areas) |
| 34 | 1 | States |
| 35 | 1 | Countries |
| 36 | 1 | Oceans |
+----+--------+------------------------------+

Thanks

Doug P



226015
vinylspeed
Re: Noah ecommerce module problem!
  • 2004/11/11 7:04

  • vinylspeed

  • Just popping in

  • Posts: 60

  • Since: 2004/10/18


Quote:

vinylspeed wrote:
Ive installed Noah ecommerce mod and have a big prob.
My site has disappeared. Forbidden. visit www.shangri-la-la.co.uk/xoops-2.0.7/html/
Install says. Put htaccess file in root XOOPS folder. I did so. Then i attempted to adjust the hacks. Couldn't find the comand line 230 that the install refers to. No such line.
During my attempt to change the script i refreshed my home page after removing all blocks and now my site has GONE! Again! AAAAAAAAAAAAAAAAAAAAAAAH CRAP!
Please Help!

Come on somebody help me please im desparate!



226016
ali44
Re:xcgal upload Problems
  • 2004/11/11 6:59

  • ali44

  • Just popping in

  • Posts: 86

  • Since: 2004/5/24


Probably safe mode, make an info php page and check for local and master safe mode, either of it on you'll experience such error



226017
ali44
Ability to insert banner code in any where
  • 2004/11/11 6:56

  • ali44

  • Just popping in

  • Posts: 86

  • Since: 2004/5/24


I like the banner in admin but I wonder if we can put that code in middle of the page somewhere or anywhere that we want to? In the bottom, half the tinycontent page etc?
Thanks



226018
jensclas
Re:image problems

woooooooppppsssss!!!!!
My many serious and humblest apologies to you who are reading that awful boxed up quote! That'll teach me for not checking on what I posted...where's the dunces corner??? (I was running late for work - is that a good enough excuse?)

Enough said..Jason you are a gentleman for not yelling at me for this - Gold medal in patience is awarded to you.



226019
dlh
Paid Project: Need Developer to Modify Spotlight
  • 2004/11/11 6:49

  • dlh

  • Posts: 182

  • Since: 2002/2/20


Dear Xoopsers:

I am looking for a developer to assist me at www.guitargearheads.com in re-developing the Spotlight 2.1 module currently in use.

Due in large part to our successful implementation with Xoops, GearHeads is very successful and we need more Spotlight spaces for our reviews!

What I need is:

- 3 spotlight spots (instead of 1) with the ability to write my own teaser for the article (like in the Soapbox module)

The rest of the module would be basically the same (though I have some additional ideas that you might help with).

Thanks for your help.

Please PM if interested to discuss fees. I am happy to release this to the XOOPS community upon completion.

Dan



226020
phillipd
Re: Is there a way to...
  • 2004/11/11 6:40

  • phillipd

  • Quite a regular

  • Posts: 219

  • Since: 2004/4/20


The checkboxes appear to be too problematic because I can only get the selected ones so I have decided to try a XoopsFormSelect. This doesn't suffer from the same problem I hope. My recieving script should be able to iterate through the the whole select list I hope and discover the state of each item in the list???

After creating the xoopsformselect How do you programatically select items in the list (without clicking them)?

What does setvalue() do? What "value" am I setting?

What does getvalue() do? What "value am I getting?


Thanks

Doug P







Login

Who's Online

162 user(s) are online (105 user(s) are browsing Support Forums)


Members: 0


Guests: 162


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