stevenrca Posted July 14, 2008 Share Posted July 14, 2008 Hi, Can anyone share thier experience in altering the Portal template ? I have an issue whenever i try to alter the header.tpl / home.tpl file the out put seems coming one table below the other. Even just a comment in the file is resulting into this. I did got few working templates from friend and try to alter the same resulted like the above. Thanks in advance. WHMCS is a great script and developer keep up the g8 works. Regards Steve 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted July 14, 2008 Share Posted July 14, 2008 What are you trying to do, can you share the code you are trying to add to the tpl!? 0 Quote Link to comment Share on other sites More sharing options...
stevenrca Posted July 14, 2008 Author Share Posted July 14, 2008 What are you trying to do, can you share the code you are trying to add to the tpl!? Hi Baji, Thanks - u can see the code in - portal folder in template. header.tpl and homepage.tpl. If i try to remove any menu on the left hand side of menu bar or remove any menu on the horizontal in header.tpl file the homepage.tpl is apearing below the menu. 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted July 14, 2008 Share Posted July 14, 2008 If you wanna remove any menu buttons on the left side you would have to remove them like this: <tr><td> <a href="announcements.php"><img src="images/rssfeed.gif" alt="{$LANG.announcementstitle}" align="middle" /></a> <a href="announcements.php" >{$LANG.announcementstitle}</a></td></tr> For the homepage.tpl is similar: <td width="10%"><div align="center"><a href="clientarea.php"><img src="images/clientarea_big.gif" alt="{$LANG.clientareatitle}" /></a></div></td> <td width="40%" style="padding-left:5px;"><a href="clientarea.php"><strong>{$LANG.clientareatitle}</strong></a><br />{$LANG.clientareadescription}</td> 0 Quote Link to comment Share on other sites More sharing options...
stevenrca Posted July 14, 2008 Author Share Posted July 14, 2008 If you wanna remove any menu buttons on the left side you would have to remove them like this: <tr><td> <a href="announcements.php"><img src="images/rssfeed.gif" alt="{$LANG.announcementstitle}" align="middle" /></a> <a href="announcements.php" >{$LANG.announcementstitle}</a></td></tr> For the homepage.tpl is similar: <td width="10%"><div align="center"><a href="clientarea.php"><img src="images/clientarea_big.gif" alt="{$LANG.clientareatitle}" /></a></div></td> <td width="40%" style="padding-left:5px;"><a href="clientarea.php"><strong>{$LANG.clientareatitle}</strong></a><br />{$LANG.clientareadescription}</td> Hi Baji, Thanks again, and apriciate your help. I did checked the code u pasted above looks same as their in the files. COuld u please share more details of the tpl file. Thank you very much in advance. Regards Steven 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted July 14, 2008 Share Posted July 14, 2008 Look Here: http://wiki.whmcs.com/Main_Page 0 Quote Link to comment Share on other sites More sharing options...
stevenrca Posted July 15, 2008 Author Share Posted July 15, 2008 Look Here: http://wiki.whmcs.com/Main_Page HI Baji, Thanks, I am aware of this URL and many other post before i have posted the issue. Nevertheless apriciate your time and effort. Anyone else have similar issue like mine. Regards Steve 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted July 15, 2008 Share Posted July 15, 2008 If you can post your code we can take a look at it. 0 Quote Link to comment Share on other sites More sharing options...
mrsandre Posted July 20, 2008 Share Posted July 20, 2008 Mine is coming out a little different. the portal template is wider. How do I change it so that the page isn't as wide. Also in th client login some of the background is missing and clients can't see where to input the curser. 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted July 21, 2008 Share Posted July 21, 2008 Try table.wrapper 0 Quote Link to comment Share on other sites More sharing options...
mrsandre Posted July 21, 2008 Share Posted July 21, 2008 Try table.wrapper do I put this in the tpl or the css file 0 Quote Link to comment Share on other sites More sharing options...
mrsandre Posted July 21, 2008 Share Posted July 21, 2008 Thanks that worked now I need to see what happened to the border around the submit ticket boxes & etc. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.