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

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 > Archive > Mambo 4.5 > Mambo 4.5 Bugs

 
 
LinkBack Thread Tools Display Modes
Old 22.04.2004, 02:15   #1 (permalink)
Baby Mamber
 
Join Date: Apr 2004
Posts: 3
agent.smith is on a distinguished road
Default Wierd bugs in web links & rating system

I just noticed that my web links and rating system aren't working when from the user submission end. When I add a link from the user-end and hit save, nothing happens. Same goes for rating an article.

Any ideas?

http://www.threeohsix.org/

(I've disabled the rating system temporarily on the site)
__________________
www.diyhosting.ca - Feature rich Mambo web hosting solutions starting at $3CAD/mo (approx. $2.20USD/mo)
www.threeohsix.org
agent.smith is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Old 26.04.2004, 14:34   #2 (permalink)
Baby Mamber
 
Thalionmel's Avatar
 
Join Date: Apr 2004
Posts: 20
Thalionmel is on a distinguished road
Send a message via ICQ to Thalionmel
Arrow Re: Wierd bugs in web links & rating system

I have another weird weblinks problem.

Only two categories are being showed. If I want to publish a third or any more than even NO Category will be displayed in Frontend.
I asked this already many times. No one could ever help me, or identify this bug. Anyway it there´s one with this problem as well i would be thankful to be contacted.
Anyway in some next time I´ll have to update mambo and with to new version i hope this one bug should not exist any longer.
Thalionmel is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 28.04.2004, 16:53   #3 (permalink)
Expert Mamber
 
pixelsoul's Avatar
 
Join Date: Apr 2004
Posts: 288
pixelsoul is on a distinguished road
Send a message via MSN to pixelsoul
Default Re: Wierd bugs in web links & rating system

I have 3 categories.. so its prolly not a bug but make sure you publish something in it

Quote:
Originally Posted by Thalionmel
I have another weird weblinks problem.

Only two categories are being showed. If I want to publish a third or any more than even NO Category will be displayed in Frontend.
I asked this already many times. No one could ever help me, or identify this bug. Anyway it there´s one with this problem as well i would be thankful to be contacted.
Anyway in some next time I´ll have to update mambo and with to new version i hope this one bug should not exist any longer.
__________________
Visit my site for pro mos templates www.pixelsoul.net
pixelsoul is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 28.04.2004, 23:46   #4 (permalink)
Baby Mamber
 
Thalionmel's Avatar
 
Join Date: Apr 2004
Posts: 20
Thalionmel is on a distinguished road
Send a message via ICQ to Thalionmel
Default Re: Wierd bugs in web links & rating system

Be sure that i thought that far myself.

Anyway, even with proper content (links) and proper publishing, there is no way to display more than 2 categories...
I don´t think thats usual, so maybe there´s a little ID irritation or something that keeps mambo from displaying 3 or more categories at my system.

If that wasn´t that much work to do, I´d deleted them all and wrote them new, to see if the problem still exists then.
__________________
Back to Nature!
Thalionmel is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 16.08.2004, 17:33   #5 (permalink)
Baby Mamber
 
Join Date: Jun 2004
Posts: 9
markv is on a distinguished road
Default Re: Wierd bugs in web links & rating system

Hi Thalionmel,

I thought I was going crazy when I cam upon this stupid bug myself. I have two instances of Mambo and they BOTH were not showing any categories if I added more than two. I don't know when it started happenning, but its been a real pain. I tried every combination of adding and removing links and categories from the web links component and was able to show three categories on one, but not on the other. I even dumped the tables and restored the original 1.0.9 weblinks.php file to be sure I didn't break it. After much effort I decided to rewrite the query and have since fixed the problem.
The code below is from weblinks.php and is currently working properly.

PHP Code:
/* Query to retrieve all categories that belong under the web links section and that are published. 

This is the original query that didn't work consistently!!!
    $database->setQuery( "SELECT *, COUNT(a.id) AS numlinks FROM #__categories AS cc"
    . "\nLEFT JOIN #__weblinks AS a ON a.catid = cc.id"
    . "\nWHERE a.published='1' AND section='com_weblinks' AND cc.published='1' AND access <= '$my->gid'"
    . "\nGROUP BY cc.id"
    . "\nORDER BY cc.ordering"
    );
*/
    
$database->setQuery"SELECT cc.id, cc.title, cc.name, cc.image, cc.section, cc.description, SUM(a.published) AS numlinks"
    
"\nFROM #__categories AS cc LEFT JOIN #__weblinks AS a ON a.catid = cc.id"
    
"\nWHERE cc.section='com_weblinks' AND cc.published='1' AND cc.access <= '$my->gid'"
    
"\nGROUP BY cc.id, cc.title, cc.name, cc.image, cc.description"
    
"\nORDER BY cc.ordering"
    
); 
I hope you find this useful and that this fixed query finds its way into the com_weblinks component.

Cheers,
Mark
markv is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 06.02.2006, 05:26   #6 (permalink)
Baby Mamber
 
Join Date: Feb 2006
Posts: 1
aubiera is on a distinguished road
Default Re: Wierd bugs in web links & rating system

Lucky you! You at least have got the web links to show. I have spent a whole day trying to get them to work to no avail. Tried linking from the Web Link category to the menu and from a new menu item to the weblink category. Does anyone here know of a good tutorial on these and other beginner topics. The documentation on mamboserver.com is sketchy.
aubiera is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 

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



All times are GMT +2. The time now is 16: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.