Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Stuff Displayer

2»

Comments

  • Options
    Yep, some PNG files would be perfect for that. I believe someone came up with a integrated PNG transparency support for Internet Explorer in Vanilla, but I don't remember if it was finished or not.
  • Options
    This is a cool extension.

    Just a note however, if you exclude 'settings.php' from the array, the StuffDisplayer config page goes troppo.

    This is a result of the css not being available.

    Is there any reason StuffDisplayer can't use the standard css for its config page?

    Posted: Friday, 23 March 2007 at 9:10AM (AEDT)

  • Options
    Ah, I didn't know that. However it's not very surprising since I hacked the crap out of the original Announcement extension's code. The settings panel needs a bit of improvement, it still uses wholes text areas where single lines would fit better.

    I'll take a look at this for the next version, thanks for pointing this out. I was planning about allowing people to choose on which page to display their stuff, so I'll need to clean the settings' layout anyway.
  • Options
    I still can't get php to work within Stuffit displayer. So i have to use a javascript or inline frame, which really slows the page down. We use the open source ad server, Openads 2.0 and we use this type of php code to display the ads throughout the site: <?php if (@include('/home/2288/domains/gliving.tv/html/sponsor-engine/phpadsnew.inc.php')) { if (!isset($phpAds_context)) $phpAds_context = array(); $phpAds_raw = view_raw ('zone:67', 0, '', '', '0', $phpAds_context); echo $phpAds_raw['html']; } ?> But when I try to use it within Stuff Displayer, the viewer just see's the code not the ad. So I have been forced to go to this: <script language='JavaScript' type='text/javascript' src='http://s2288.gridserver.com/sponsor-engine/adx.js'></script> <script language='JavaScript' type='text/javascript'> <!-- if (!document.phpAds_used) document.phpAds_used = ','; phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11); document.write ("<" + "script language='JavaScript' type='text/javascript' src='"); document.write ("http://s2288.gridserver.com/sponsor-engine/adjs.php?n=" + phpAds_random); document.write ("&what=zone:67"); document.write ("&exclude=" + document.phpAds_used); if (document.referrer) document.write ("&referer=" + escape(document.referrer)); document.write ("'><" + "/script>"); //--> </script><noscript><a href='http://s2288.gridserver.com/sponsor-engine/adclick.php?n=a62251f0' target='_blank'><img src='http://s2288.gridserver.com/sponsor-engine/adview.php?what=zone:67&n=a62251f0' border='0' alt=''></a></noscript> Which really slows everything down.
  • Options
    I wish I could help, but frankly this goes far beyond my limited programmation skills. I believe MySchizoBuddy's Nuggets Management includes PHP files, you should try the beta and see if it fits your needs.
  • Options
    I encountered an unusual error after installing StuffDisplayer, see:

    http://lussumo.com/community/discussion/8129/my-vanilla-has-vanished/#Comment_85509

    Info only, no reply required.
  • Options
    I added this extension and now I'm directed to the Vanilla setup page, the message board is completely down. How can I reverse the process?
  • Options
    Help!!!
  • Options
    I would delete the stuff displayer extension folder if you can't get into admin to deactivate it. Then I would edit the extensions. php file and remove the reference to it.
  • Options
    I'm not sure your problem is directly related to Stuff Displayer, it already occured several times with other extensions and sometimes for no apparent reason at all. Anyway you can have a look at your conf/settings.php and conf/extensions.php files. Try removing anything related to Stuff Displayer in both files, there are good chances your settings.php file is messed up.

    I strongly advise to use Nuggets instead of Stuff Displayer, it's easier to use and offers more possibilities (and the author is a real coder, heh).
  • Options
    Hello, is there any way to have the footer only display on the accounts page and keep the header displaying on all pages?
  • Options
    Ø AUTHOR: STUFF DISPLAYERI strongly advise to use Nuggets instead of Stuff Displayer, it's easier to use and offers more possibilities (and the author is a real coder, heh).
    Nuggets provides that functionality.
  • Options
    Cool, I will give that a shot.
This discussion has been closed.