Is anyone using Joyent for hosting?

I'm looking to switch webhosts and I was wondering if anyone in the community has any experiences to share about Joyent, and Joyent Accelerator in particular. Unfortunately, I can count on one hand the number of posts in the forum that mention Joyent and still have a few fingers left over.

Soliciting e-commerce Theatre Ticket Module Ideas

I am looking for input from anyone interested in a theatre ticket module. I am also looking for others who would be willing to contribute to a bounty for the development. I will put in something (amount to be determined) but I don't think I can underwrite a module of this complexity alone. If you have suggestions or questions, or are interested in helping, please post or email me. Thanks.
-----------------------------------------------------------------------------------------------------
Requirements for drupal e-commerce theatre ticket module

Module must work with the drupal e-commerce module to handle payments, and must be Drupal 6 ready.

User Interface

The user should first be presented with a page showing the show logo or photo, descriptive text about the show, and a list of available show dates and times to choose from. Dates which are in the past should be grayed out or removed from this list.

The module should allow for either reserved seating (a reservation for a specific seat on a seat map) or general admission seating (a reservation that allows the buyer to sit in any general admission seat). Reserved seats should be identified by row and seat, with either numbers or letters acceptable.

menu_block isn't getting called

Noticed a regression where menu_block inside menu.module isn't getting called. Anyone know where a good starting point would be to debug this issue?

Passing by reference expensive?

whats your take on this simple situation, should the $community object be passed by reference? seeing as there is no reason to copy it in memory just for the theme function, or is this more expensive?

/**
* Dynamically generated contact information.
*
* @returns string
* markup
*/
function lmh_communities_contact_display() {
$output = '';

Porting a joomla template drupal theme - a simple aproach

create afolder caleed 'mytheme', open the joomla tempate file, you have index.php, an xml file, template.css/php, image foder. copy the image folder, index.php and template.css to 'mythem'

Rename index.php to page.tpl.php and template.css to style.css.

Open the page.tpl.php in your favourite editor. replace as following

Step 1

joomla header

defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
$iso = split( '=', _ISO ); echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';


//

if ( $my->id ) { initEditor(); }
mosShowHead();

echo $mosConfig_live_site;/templates/bt_musemix/css/template_css.css" rel="stylesheet" type="text/css" />

Druplal header

// $Id: page.tpl.php,v 1.15 2007/11/04 15:01:39 goba Exp $

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
print $language->language " lang=" print $language->language ">//.

print $head_title
print $head

<?php if ($breadcrumb): print $breadcrumb; endif; ?> Vs <?php print $breadcrumb ?>

hi all,
I did not understant the differnce between the above.
please help

sherif

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x