Template Contest Entry - [Universatil] UPDATED

This forum is for the Joomla! 1.5 template contest, where people can post their templates.
danielpovoa
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Mon May 05, 2008 6:12 pm

Re: Template Contest Entry - [Universatil] UPDATED

Post by danielpovoa » Tue May 06, 2008 5:11 pm

can anybody help me to add column number 4?

i see that there's a "right2" module but i can´t make it work.

thanks for any help.

User avatar
desibabu
Joomla! Apprentice
Joomla! Apprentice
Posts: 26
Joined: Wed May 21, 2008 1:23 pm

Re: Template Contest Entry - [Universatil] UPDATED

Post by desibabu » Wed May 21, 2008 1:34 pm

Hello I am a newbie on joomla forum and joomla technplogy
First of all, accept a thank you for such a great work.

and second: I am having prob with getting my contact me page working normally.
www.muzna.tk
I dont know what the problem is but it shows textarea for 2 raws and 50 cols but it is defined for 10 rows and 5o cols.
I dont know where the problem is as i have tried to update those fields to anonther value but i get the same result.
can anybody help here?

Code: Select all

<form action="<?php echo JRoute::_( 'index.php' );?>" method="post" name="emailForm" id="emailForm" class="form-validate">
		<div class="contact_email<?php echo $this->params->get( 'pageclass_sfx' ); ?>">
			<label for="contact_name">
				&nbsp;<?php echo JText::_( 'Enter your name' );?>:
			</label>
			<br />
			<input type="text" name="name" id="contact_name" size="30" class="inputbox" value="" />
			<br />
			<label id="contact_emailmsg" for="contact_email">
				&nbsp;<?php echo JText::_( 'Email address' );?>:
			</label>
			<br />
			<input type="text" id="contact_email" name="email" size="30" value="" class="inputbox required validate-email" maxlength="30" />
			<br />
			<label for="contact_subject">
				&nbsp;<?php echo JText::_( 'Message subject' );?>:
			</label>
			<br />
			<input type="text" name="subject" id="contact_subject" size="30" class="inputbox" value="" />
			<br /><br />
			<label id="contact_textmsg" for="contact_text">
				&nbsp;<?php echo JText::_( 'Enter your message here' );?>:
			</label>
			<br />
			<textarea cols="50" rows="10" name="text" id="contact_text" class="inputbox required"></textarea>
			<?php if ($this->contact->params->get( 'show_email_copy' )) : ?>
			<br />
				<input type="checkbox" name="email_copy" id="contact_email_copy" value="1"  />
				<label for="contact_email_copy">
					<?php echo JText::_( 'EMAIL_A_COPY' ); ?>
				</label>
			<?php endif; ?>
			<br />
			<br />
			<button class="button validate" type="submit"><?php echo JText::_('Send'); ?></button>
		</div>

	<input type="hidden" name="option" value="com_contact" />
	<input type="hidden" name="view" value="contact" />
	<input type="hidden" name="id" value="<?php echo $this->contact->id; ?>" />
	<input type="hidden" name="task" value="submit" />
	<?php echo JHT
www.pcfixeren.com
Come 2geaather and serve the world

Hermes102
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Thu Sep 04, 2008 6:21 am

Re: Template Contest Entry - [Universatil] UPDATED

Post by Hermes102 » Thu Sep 04, 2008 6:27 am

Hey :)

1 further issue with template - seems to die when viewing a content item.... for example

http://textualecstasy.com/mm/witchcraft ... -apocrypha

No Good

http://textualecstasy.com/mm/witchcraft-library/

Category list page fine?

:pop Thanks in advance for any pointers! Debug didn't show anything meaningful...

mmmkay - scratch that doesn't work in category list either on link, but on homepage http://textualecstasy.com/mm/ all is well. Shame - it's such a great template!


Locked

Return to “Joomla! 1.5 Template Contest”