0
Welcome Guest! Login
0 items Join Now

Joomla contacts mod question

    • WTate's Avatar
    • WTate
    • Rocketeer
    • Posts: 64
    • Thanks: 0

    Joomla contacts mod question

    Posted 14 years 9 months ago
    • I need to alter the spacing between Name and email address on my contact page. Does anyone know how to do this? I'm using the default contact component..
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: Joomla contacts mod question

    Posted 14 years 9 months ago
    • WTate's Avatar
    • WTate
    • Rocketeer
    • Posts: 64
    • Thanks: 0

    Re: Joomla contacts mod question

    Posted 14 years 9 months ago
    • i will have to pm you the info. The list is private names and numbers..
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: Joomla contacts mod question

    Posted 14 years 9 months ago
    • Sorry, I took a look at the css and can't come up with and answer on this one, I'll ask other moderators to take a look, but you should really post a link rather than sending PMs or waiting for a request for a PM.
    • Thanks,
      jim
    • WTate's Avatar
    • WTate
    • Rocketeer
    • Posts: 64
    • Thanks: 0

    Re: Joomla contacts mod question

    Posted 14 years 9 months ago
    • Does anyone else know how to do this?
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: Joomla contacts mod question

    Posted 14 years 9 months ago
    • I asked the other moderators, Arifin suggests this:
      Arifin FinLy wrote:
      The table td doesn't have class or id so it's difficult to change it with css. We might need to hack the file: /templates/rt_crystalline_j15/html/com_contact/category/default_items.php
           <?php if ( $this->params->get( 'show_email' ) ) : ?>
           <td width="20%">
                <?php echo $item->email_to; ?>
           </td>
           <?php endif; ?>
           <?php if ( $this->params->get( 'show_telephone' ) ) : ?>
           <td width="15%">
                <?php echo $this->escape($item->telephone); ?>
           </td>
           <?php endif; ?>
    • Thanks,
      jim

Time to create page: 0.057 seconds