Members: 16,996
Threads: 38,845
Posts: 159,389
Online: 23

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse

Go Back   Mambers.com > Development > Module 'How Do I' Questions

Reply
 
LinkBack Thread Tools Display Modes
Old 27.04.2004, 18:30   #1 (permalink)
Mamber
 
er16004's Avatar
 
Join Date: Apr 2004
Location: Houston, TX
Posts: 56
er16004 is on a distinguished road
Default Module -> page(s) selection problem

I have a site that only shows me 4 choice on which page(s) to display modules including the ALL choice. On all my other sites, I can see the full list of Page(s) to display modules.

Has anyone else had this problem? I'm running 1.0.7 and I'm not using the Frontpage, but rather a static page created with the Static Component.

I will try and upload screenshots.

Thanks,

Eric

incorrect:


correct:

Last edited by er16004; 27.04.2004 at 18:57. Reason: inserted images
er16004 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 08.05.2004, 06:26   #2 (permalink)
Mamber
 
er16004's Avatar
 
Join Date: Apr 2004
Location: Houston, TX
Posts: 56
er16004 is on a distinguished road
Default Re: Module -> page(s) selection problem

can we give this one another shot? I'm surprised no one has had this problem yet.

Thanks...
er16004 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 19.05.2004, 19:48   #3 (permalink)
Baby Mamber
 
mixahlos's Avatar
 
Join Date: Apr 2004
Posts: 14
mixahlos is on a distinguished road
Exclamation Re: Module -> page(s) selection problem

I'm another one with the same problem.

It occured to me jaust a couple of hrs ago.
I'm checking the php file, the database query seems ok but the problem must be somewhere here. check the file modules.php and check the db query and the your database. there must be the problem.

I'll let you know if something occurs
mixahlos is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 20.05.2004, 16:42   #4 (permalink)
Baby Mamber
 
Join Date: May 2004
Posts: 2
bkguy is on a distinguished road
Default Re: Module -> page(s) selection problem

We had the same problem. We had the topmost main menu item defined as the frontpage component, and we were only seeing 4 pages (I think it was All and 3 pages) in the selection box. When we changed the topmost menu item to something else, all the pages came back. I don't know why.

BK
bkguy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 24.05.2004, 05:27   #5 (permalink)
Baby Mamber
 
zloh's Avatar
 
Join Date: May 2004
Posts: 8
zloh is on a distinguished road
Question Re: Module -> page(s) selection problem

[bump]
Yeah, I'm also having this problem - i have a static page as my default "home" page..

Modules are no longer so appealing if you can't specify where they appear or not!

has anyone found a solution to this problem?

take care
zloh
zloh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 25.05.2004, 22:06   #6 (permalink)
Baby Mamber
 
mixahlos's Avatar
 
Join Date: Apr 2004
Posts: 14
mixahlos is on a distinguished road
Default Re: Module -> page(s) selection problem

I did that but nothing happend

I don't know

I installed a linux and php mysql and I work off-line in a LAN in a clean configuration and when I finish I'll publish my site.

anyway, If you find something else let me know

Thanx
mixahlos is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 31.05.2004, 04:18   #7 (permalink)
Baby Mamber
 
zloh's Avatar
 
Join Date: May 2004
Posts: 8
zloh is on a distinguished road
Exclamation Re: Module -> page(s) selection problem [Possible Solution]

I have a solution for this problem - at least it works for me!

- It's a modification to a MyMenu fix (www.jasonmurphy.net)
For some reason mambo doesn't want to let you use URLs as menu items for assigning modules.

--------------------------------------------------------------
In administrator/modules.php change line 225 where it says:
--------------------------------------------------------------
. "\nWHERE menutype = 'mainmenu' AND type != 'url' AND type != 'separator'"

change to

. "\nWHERE menutype != 'usermenu' AND type != 'separator'"

---------------------------------------------------------------

Basically Jason stopped it insisting on mainmenu, and i have simply removed the != URL restriction.

now all your static page/URL menu items can have modules assigned to them!!

For me this fixed the problem.

hope this helps someone else

take care
zloh
zloh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 18.08.2004, 18:02   #8 (permalink)
Mamber
 
er16004's Avatar
 
Join Date: Apr 2004
Location: Houston, TX
Posts: 56
er16004 is on a distinguished road
Default Re: Module -> page(s) selection problem

Sorry, finally got around to applying this fix and it WORKED like a champ!!!

Thanks a million zloh!!
er16004 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 18.08.2004, 18:41   #9 (permalink)
Professional Mamber
 
tonyskyday's Avatar
 
Join Date: Apr 2004
Location: Charlottesville, VA USA
Posts: 565
tonyskyday is on a distinguished road
Default Re: Module -> page(s) selection problem

Guys,
The best place to search for these kinds of answers really is forum.mamboserver.com since that is the support forum, and these types of questions have already been address on there.

Also, you will want to upgrade from 1.0.7 since there are security vulnerabilities with that version.

-Tony
tonyskyday is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 18.08.2004, 19:53   #10 (permalink)
Mamber
 
er16004's Avatar
 
Join Date: Apr 2004
Location: Houston, TX
Posts: 56
er16004 is on a distinguished road
Default Re: Module -> page(s) selection problem

I might start visiting that site again. They didn't really have an easy-to-spot forum like Mambers' "How-Do-I", and it seemed a lot of topics were scattered in too many places. At the time when I posted this question I did a hard search on both sites and found NOTHING relating to it. Maybe I missed it. Either of these sites should have some sort of 'solved' section that lists typical problems and the answers to them. Kinda like a Q & A / FAQ / Troubleshooting guide, but filtered down so it's nothing but solved problems.

All my sites are upgraded to 1.0.9. When I posted this back in May, 1.0.7 was the latest out. I did upgrade to 1.0.9 in hopes it would fix the problem, but it didn't. Out of 20-30 Mambo sites I've made, this was the only that had this particular problem.

Again, thanks go to zloh for solving this problem back in May. like I said, I just got around to applying the solution today, but I wanted to thank zhol and let others know this solution worked.
er16004 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Module -> unable to use 'Install from Directory' option afru Module 'How Do I' Questions 7 04.01.2005 15:37
Module_installer not showing modules! emille Module 'How Do I' Questions 2 23.07.2004 22:20
Is components, modules, and mambots categorized as hack? hyapadi Mambo 4.5 General Talk 4 27.04.2004 05:38
Problem installing new modules afru Module 'How Do I' Questions 0 11.04.2004 18:55
Template modules TheGreek Template Discussions 10 08.04.2004 00:27


All times are GMT +2. The time now is 09:25.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.