iGuest 3 Report post Posted January 20, 2005 Hi guys,Can anyone tell me how can I center the names appearing on the top of the avatar in phpbb?I know I have to paste some comand line but I don't know what line it is and in what file neither.Thanks Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 20, 2005 You'll probably need to add <center></center> tags in one of the .tpl files in the your templates folder.I think its the one called viewtopic.tplAlso its easy to add as its just HTML tags in the .tpl file!NOTE: you may some funny statements like {someword} leave them! Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 20, 2005 Thanks m8.Will give it a try. Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 20, 2005 He's correct, it's in the viewtopic.tpl file. The {someword} parts are what you need to look for, actually. They represent some tpye of dynamic content, as they are replaced by something else. YOu'll be looking to put the <center tags around the spans containing {postrow.U_POST_ID} through to wherever you want to end. Post it here and I'll do it for oyu. Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 21, 2005 I will... when I get home. Thanks guys... Share this post Link to post Share on other sites