Some Suggestions

Submit new designs for Pro Clan Manager or ask questions about how to use the smarty templates.

Moderator: Developer

Some Suggestions

Postby Storm on 15 May 2007, 05:03

I think that you should make a template spot on your website where people can submit templates for others to download! (I am making one right now and I would like to let you guys have it for public use when I am finished)



Some thing that I need help with:



* My users can't register unless I add them manually.



* I need to know how to make a new page that I can put what ever I want on it such as history.



Thanks a bunch!



.:TM:.Storm
Storm
New User
New User
 
Posts: 2
Joined: 15 May 2007, 04:52
Location: Moscow, Idaho

Postby Qwait on 02 Jun 2007, 23:24

I have not worked with PCM in a while but, this was the basic concept that I came to about the templates/new pages





newpage.php

Code: Select all

<?php

require_once("includes/application_top.php");





$smarty->assign('g_content_area', $smarty->fetch('newpage_template.tpl'));



$smarty->Display('main.tpl');

?>





newpage_template.tpl

Code: Select all

{* Enter template code *}





Language File Adds



Code: Select all

$smarty->assign('g_lang_template_var', 'Some Text');

Qwait
New User
New User
 
Posts: 5
Joined: 27 Mar 2007, 05:41

Postby Andrew on 16 Jul 2007, 17:46

I think that you should make a template spot on your website where people can submit templates for others to download! (I am making one right now and I would like to let you guys have it for public use when I am finished)




Sounds like a good idea apart from the fact that it would be empty. I can't wait to see what you come up with by the way. :D
User avatar
Andrew
Admin
Admin
 
Posts: 111
Joined: 28 Apr 2006, 10:53
Location: England


Return to Design

Who is online

Users browsing this forum: No registered users and 1 guest

cron