Joomla! Discussion Forums



It is currently Wed Nov 25, 2009 12:10 am (All times are UTC )

 





Post new topic Reply to topic  [ 33 posts ]  Go to page Previous  1, 2
Author Message
Posted: Tue May 06, 2008 5:11 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Mon May 05, 2008 6:12 pm
Posts: 1
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.


Top
  E-mail  
 
Posted: Wed May 21, 2008 1:34 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed May 21, 2008 1:23 pm
Posts: 26
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:
<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


Top
  E-mail  
 
Posted: Thu Sep 04, 2008 6:27 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Thu Sep 04, 2008 6:21 am
Posts: 2
Hey :)

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

http://textualecstasy.com/mm/witchcraft-library/49-a-reformed-druid-anthology-02-books-of-the-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!


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 33 posts ]  Go to page Previous  1, 2

Quick reply

 



Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group