pluck
pluck 4.7 out now, download it today!

pluck support forums

for all your questions about the easiest CMS on the planet

You are not logged in.

Announcement

New registrations are disabled for some spam problems. New registrations will be avaliable soon. If you want to help to keep forum away from spam - contact us.
Please post your bug reports on Launchpad.

#1 12-12-2011 14:05:54

mikio
Member
Registered: 25-11-2007
Posts: 21

How can I make contact form inserted at the beginning

How can I get contact form inserted at the beginning of the page instead of the end

Offline

#2 13-12-2011 06:57:55

a_bach
developer/module guru
From: Poland
Registered: 24-11-2008
Posts: 439
Website

Re: How can I make contact form inserted at the beginning

Position of modules depend on theme.php file in your theme.

Edit file data/themes/your_theme/theme.php and find sth like (probably):

		<?php theme_content(); ?>
		<?php theme_area('main'); ?>

Add change it into:

<?php theme_area('main'); ?>		
<?php theme_content(); ?>

But remember that this will work for all modules you have - like albums and blog. Those modules will be displayed alvays before content.

A_Bach

Offline

#3 14-12-2011 08:46:21

mikio
Member
Registered: 25-11-2007
Posts: 21

Re: How can I make contact form inserted at the beginning

I have in the theme file only :
$themedir = "euphoric";
$themename = "Euphoric";

Offline

#4 14-12-2011 09:20:51

a_bach
developer/module guru
From: Poland
Registered: 24-11-2008
Posts: 439
Website

Re: How can I make contact form inserted at the beginning

data/themes/euphoric/theme.php file!

Offline

#5 15-12-2011 09:21:26

mikio
Member
Registered: 25-11-2007
Posts: 21

Re: How can I make contact form inserted at the beginning

You're wrong this template's index page and arranged thanks

Offline

#6 29-02-2012 00:25:28

Polina_93
Member
Registered: 23-02-2012
Posts: 1
Website

Re: How can I make contact form inserted at the beginning

Hello, it really interesting, thanks www.pluck-cms.org

Offline

Board footer

Powered by FluxBB