Members: 16,996
Threads: 38,846
Posts: 159,391
Online: 24

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 > Mambo 4.5.1 > Mambo 4.5.1 'How Do I' Questions

Reply
 
LinkBack Thread Tools Display Modes
Old 28.10.2004, 21:11   #11 (permalink)
Baby Mamber
 
Join Date: Apr 2004
Location: Tilburg/Netherlands
Posts: 9
Ronny is on a distinguished road
Send a message via MSN to Ronny
Default Re: Anyone got ArtBanners working with 4.5.1a

Hi,

You've to code the parameters directly into the modfile:
mod_artbanners1.php

$categories = "3 or the categorie you prefer";
$count = "2";


The parameters settings ain't working through the admin-backend!
Ronny is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 30.10.2004, 17:15   #12 (permalink)
Baby Mamber
 
Join Date: Apr 2004
Location: Tilburg/Netherlands
Posts: 9
Ronny is on a distinguished road
Send a message via MSN to Ronny
Default Re: Anyone got ArtBanners working with 4.5.1a

I've modified the Artbannerscomponent and modules to get it working with mambo 4.5.1, also the parameters can be changed in the adminbackend. I will post it later this week
Ronny is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04.11.2004, 16:51   #13 (permalink)
Baby Mamber
 
Join Date: Apr 2004
Posts: 17
Macview is on a distinguished road
Default Re: Anyone got ArtBanners working with 4.5.1a

Please post! Please post!
Macview is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04.11.2004, 21:25   #14 (permalink)
Senior Mamber
 
Join Date: Jul 2004
Location: here
Posts: 241
ChicoMendez is on a distinguished road
Default Re: Anyone got ArtBanners working with 4.5.1a

Quote:
Originally Posted by Macview
Please post! Please post!


To fix it open the '/modules/mod_artbanners1.php' file, and
replace:
$count = (@$params->count > 0)?$params->count:1;
$banners = (@$params->banners)?$params->banners:"";
$categories = (@$params->categories)?$params->categories:"";

With:
$count = (@$params->get('count') > 0)?$params->get('count'):1;
$banners = (@$params->get('banners'))?$params->get('banners'):"";
$categories = (@$params->get('categories'))?$params->get('categories'):"";

This should do it.

and hrrmmmm add to my rep if it does!!
ChicoMendez is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07.12.2004, 20:40   #15 (permalink)
Baby Mamber
 
Join Date: Dec 2004
Posts: 2
Jay79 is an unknown quantity at this point
Exclamation Re: Anyone got ArtBanners working with 4.5.1a

HAHAHAHAHHA
That's all I can say.
I had the same problem today. To make it fully operational, without -just right case hacks- you have to add only one line at the top of mod_artbanners1.php.
Note that the reason the things aint working all right is that $params is null.
Just add

$params = mosParseParams( $module->params );

after

defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );

i.e on line 7. Did you guys ever debug something? :P
Jay79 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 19.12.2004, 15:22   #16 (permalink)
Baby Mamber
 
Join Date: Nov 2004
Posts: 6
vindsnel is on a distinguished road
Default Re: Anyone got ArtBanners working with 4.5.1a

I got it working in 4.5.1a. But what is the advantage of using Artbanner in stead of mod_multiple_banners module?

How can I get the banners horizontally in Artbanners? mod_multiple_banners provide this solution.

Regards

Wil
vindsnel 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
+++ 4.5.1 Compatibility Patch: Use nearly every old component, module in 4.5.1(a) +++ pocketom Mambo 4.5.1 'How Do I' Questions 33 22.03.2005 16:09
Fehler im Backend 4.5.1a Thomas - USActive Installation 4 14.10.2004 13:36
Da 4.5.1a RC3 a 4.5.1a stabile GianniT Problematiche generali 1 09.10.2004 17:12
Easy way to upgrade from 4.5.1 stable to 4.5.1a? ron4u Mambo 4.5.1 Installation and Upgrades 11 04.10.2004 23:35
Looking for language supporters for the new multilanguage StandAloneServer of 4.5.1a sinanata Mambo 4.5.1 General Talk 0 30.09.2004 08:57


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

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.