![]() |
Where is "{$post['profilelink']}"? - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Themes (https://community.mybb.com/forum-103.html) +---- Forum: Theme Support (https://community.mybb.com/forum-10.html) +---- Thread: Where is "{$post['profilelink']}"? (/thread-73662.html) |
Where is "{$post['profilelink']}"? - phil_ - 2010-07-16 I'm trying to take a look at where the name is placed in the template, does anyone know where I'd find it? I don't really know how to identify through "{$post['profilelink']}" so if there is a quick tip, i'd appreciate help with that as well. RE: Where is "{$post['profilelink']}"? - Matt - 2010-07-16 What are you trying to do?? The code itself is in the postbit and postbit_classic template, the link is generated in ./inc/functions_post.php on line 226:
RE: Where is "{$post['profilelink']}"? - phil_ - 2010-07-19 (2010-07-16, 10:22 PM)MattRogowski Wrote: What are you trying to do?? The code itself is in the postbit and postbit_classic template, the link is generated in ./inc/functions_post.php on line 226: I'm trying to make a modification Fixed it thanks ![]() |