![]() |
My Account Page
Hi all.
I am trying to make a "my account" page and found few pages that describes how to do it, but had no success. I have 4.1.9 and for some reason, the codes that I tried does not work. Does anyone know where I can find some examples that works with 4.1.9? Basically what I tried was to create a page with: /help.php?section=login If anyone could redirect me to a page, I would much appreciate! Thanks in advance. |
Re: My Account Page
Quote:
During processing actually meet the two files: -- Help.php -- Skin1/help/index.tpl To add a new section (pages), you need to add a new condition in "Skin1/help/index.tpl". Example, add until last "{else}" next code (will turn out something so): PHP Code:
You will have a new page, which will be called at the following url: help.php?section=test |
Re: My Account Page
Thanks Yurij! and sorry for the late post.
You always help me out!! I really appreciate for your kindness! I will def. try the method and will post how it went. |
Re: My Account Page
This is what I did so far..
I added this code to the skin1/help/index.tpl Code:
{if $section eq "login"} Next, I added the login.tpl Code:
{* $Id: Login.tpl,v 1.0 2004/11/14 16:03:50 mclap Exp $ *} Here is the code for menu_profile_mod.tpl Code:
{* $Id: menu_profile_mod.tpl,v 1.23 2004/06/24 09:53:29 max Exp $ *} authbox_mod.tpl Code:
{* $Id: authbox_mod.tpl,v 1.23 2004/06/24 09:53:29 max Exp $ *} I was successful on calling the page, but when I go to the /help.php?section=login I basically get a blank page... |
Re: My Account Page
1 Attachment(s)
Quote:
I have it works. The truth is not correct, but it works. The only change that had "menu_mod.tpl -> menu.tpl". Attachment 962 |
Re: My Account Page
Thank you Yurij,
I changed the menu_mod.tpl to menu.tpl and it worked. I appreciate for your kind help, and thanks for helping every time! You ROCK! |
All times are GMT -8. The time now is 02:44 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.