- Moderated by:
- Support Team
-
- rank:
-
Freshman
- registered:
- March 2003
- Status:
- offline
- last visit:
- 20.11.03
- Posts:
- 45
I need help initializing the Quotes module. I have like 11 persomal quotes that I added in there, and when I go to run it by using /index.php?module=Quotes it does not work... I have even tried to run it like /modules.php?op=modload&name=Quotes&file=index but that doesn't work... so what do I do??? It tells me one message: "Failed to load module Quotes"
--
"It is not the brains that matter most but that which guides them -- the character, the heart, generous qualities, progressive ideas." -- Fyodor Dostoyevsky -
- rank:
-
Helper
- registered:
- June 2002
- Status:
- offline
- last visit:
- 25.07.05
- Posts:
- 281
maybe you didn't initialize the module yet.
go to /admin.php ,
click on Modules, and look for the Quotes module.
Initialize and activate.
--
irc://irc.freenode.net/issho
talking.to/tony
-
- rank:
-
Freshman
- registered:
- March 2003
- Status:
- offline
- last visit:
- 20.11.03
- Posts:
- 45
It is all initialized. I even deactivated it once and activated it again. I just don't see the problem... I am running Apache with mySQL and PHP and PostNuke on a Windows xp machine... now I don't know why but I even tried to initialize the Quotes module on someone else's computer running a similar environment and it did not work on theirs either... Please help someone... I really want to post Quotes.
--
"It is not the brains that matter most but that which guides them -- the character, the heart, generous qualities, progressive ideas." -- Fyodor Dostoyevsky -
- rank:
-
Helper
- registered:
- June 2002
- Status:
- offline
- last visit:
- 25.07.05
- Posts:
- 281
If it is activated, it should appear when you view http://<yoursite>/admin.php . Does it? (you will see either the Quotes icon or just "Quotes" among all the other modules displayed there. If it is there, click on it and see what happens. If you don't see it, that means that something has gone wrong with the activation process. Also, check to see that the Quotes tables are in your database.
that would normally be:
nuke_quotes
you can check that by getting a dump of your database and grepping through it, or by creative use of a tool such as phpMyAdmin.
--
irc://irc.freenode.net/issho
talking.to/tony
</yoursite> -
- rank:
-
Freshman
- registered:
- March 2003
- Status:
- offline
- last visit:
- 20.11.03
- Posts:
- 45
It does show up on the admin part and I can click on it. I can even add quotes to the database. It just fails to load the module. Is there maybe another quotes module that I can replace this one with or a way to fix it, or just make it run once so I can see where the issues are? Everything about this module runs like all the others with the exception that this one fails to load.
--
"It is not the brains that matter most but that which guides them -- the character, the heart, generous qualities, progressive ideas." -- Fyodor Dostoyevsky -
- rank:
-
Helper
- registered:
- June 2002
- Status:
- offline
- last visit:
- 25.07.05
- Posts:
- 281
Firebird
It does show up on the admin part and I can click on it. I can even add quotes to the database. It just fails to load the module. Is there maybe another quotes module that I can replace this one with or a way to fix it, or just make it run once so I can see where the issues are? Everything about this module runs like all the others with the exception that this one fails to load.
OK.
I see, now.
Your problem is that you have no problem. :)
Things could have been worse.
I think you are all set, then.
You just have to set up a block.
Go to the blocks administration.
Create a new block.
Put something in the title space and select "quote" for the block type (maybe that will be quote/random quote). Then set whatever else you need to set, e.g., left or right side, etc.
Your quotes should display in the block that you created.
--
irc://irc.freenode.net/issho
talking.to/tony
-
- rank:
-
Freshman
- registered:
- March 2003
- Status:
- offline
- last visit:
- 20.11.03
- Posts:
- 45
All righty. Thank you so much. That actually did the trick. I never thought about setting up a block. I just thought it would be a new page in a way like the forum, the downloads, etc... Now it makes more sense. I just have to figure out how to make it show up under the recent news not just under the admin message. Again, thank you very much!!! :D
--
"It is not the brains that matter most but that which guides them -- the character, the heart, generous qualities, progressive ideas." -- Fyodor Dostoyevsky -
- rank:
-
Freshman
- registered:
- March 2003
- Status:
- offline
- last visit:
- 20.11.03
- Posts:
- 45
The best ways I have found to change things like that is to go into the PHP file with an editor, make sure it has some sort of color coding because it you use notepad... good luck finding anything, then see where it tells the style of font, somewhere in the begining and change that to what you want it to be. Save, refresh the page, see if like it, if not just change again.
--
"It is not the brains that matter most but that which guides them -- the character, the heart, generous qualities, progressive ideas." -- Fyodor Dostoyevsky
