Joined: Aug 27, 2002 Posts: 15229 Location: Kansas
Posted:
Mon Feb 16, 2004 11:59 am
The performance on phpnuke has no problems and on postnuke (version I developed on) never has had, so I wouldn't know why. For instance, try it on my site to see the performance.
As to the Stock issue, I'm a little confused. You're talking index.php which is the module, not the block. The block is a separate application. The block is a quick summary based on the setup in the blocks code and the module is the detailed information on a given stock. To see the module, you need to select the Stock Quote hyperlink from your Modules list (on the left) or click on one of the stocks in the block.
Ok, now I'm confused as well. I've entered in the module configuration (index.php) the default stock quote. Isn't this one replicated automatically to the block? If not, how I can display only a number predefined stock quotes in the block as opposed to the above?
Joined: Aug 27, 2002 Posts: 15229 Location: Kansas
Posted:
Mon Feb 16, 2004 12:49 pm
From the block code
Code:
// Symbols for unregistered users or users with no entries in the nuke database
$DEFAULT_SYMBOL = "^DJI,^IXIC";
These are the stocks you want listed for nonregistered users. Registered users will have theirs pulled from the database if they have saved any. This is the quick summary list where you can click the hyperlink to open up the detailed view in the module. The module is where the details, shares, history, etc. is maintained.
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum