- craigh responded to »TagIt 3.0 for Zikula« 03:58 PM
- jmvaughn responded to »error when i try to upgrade to the last version of dizkus module (3.1)« 12:05 PM
- localrags responded to »Remove contents of nuke_sc_anticracker from Database« 11:30 AM
- jmvaughn responded to »Shoutit for zikula 1.3?« 09:31 AM
- mdee responded to »Different page content under one template (tpl file) based on URL« 07:17 AM
- espaan responded to »Categories disappear when editing ...« 08. Feb
- eledril responded to »How decrease zikula cpu usage« 08. Feb
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Banners modification
-
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Jun 26, 2009
- Posts: 2
I need a modification to the banners mod. I want to be able to display a page of nothing but banners. (The admin should allow me to set how many) AND I want it to pull up random banners AND I want it to be able to be set as the default mod when you come to the site. How much work would be involved in something like this? is anyone willing to help me? -
- Rank: Senior
- Registered: Sep 22, 2003
- Last visit: Oct 21, 2009
- Posts: 2774
Yep, you can create a blank module and insert whatever HTML and PHP to call the banners - and set it as your home page.... You could of course have the news or some other module as you home page and make a PHP center block as well with the content you need...
Check out some theme PHP's but the function to call banners is:
Code
pnBannerDisplay(x);
Where "x" is the "zone" # you assigned the banner in the Banners Admin (search forums or see pnAPI guide for more info)...
You are truly evil, Haxx
--
Get PhotoGallery, PayPalCart, Dynamenu, Enhanced Blocks & other mods
Cape Cod Travel Info... -
- Rank: Softmore
- Registered: Feb 07, 2003
- Last visit: Jun 11, 2008
- Posts: 225
You may want to take a look at the MultiImage module. With it you can have as many blocks as you want displaying random images and text.
You can see a demo at:
http://curttimmerman.net/pn/
This has 2 multiimage blocks (upper right) and the news topic icons link to this module (hit refresh a couple of times).
Information about the module at:
http://curttimmerman…ead&order=0&thold=0
Download at:
http://noc.postnuke.…rojects/multiimage/
There is a new version comming out soon with click reporting capabilities. I'm just finishing up the documentation which can be seen at:
http://curttimmerman…tiImage/README.html -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Jun 26, 2009
- Posts: 2
Thanks, I had bookmarked this site to get the multiimage block before. (altho the theme of the site is gross) :) I really want to customize a mod as this is going to utimalty go on a clients website, so I guess I'm writting it.
:twisted: Evil has it's place :twisted:
- Moderated by:
- Support
