MyBB Hacks

Full Version: username modifications
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(08-24-2010 02:33 PM)Shemo Wrote: [ -> ]I'm competent in html/css, but I'm not very familiar with the mybb templates.
And what are MyBB templates?  HTML and CSS.
Go figure.
(08-24-2010 06:11 PM)ZiNgA BuRgA Wrote: [ -> ]
(08-24-2010 02:33 PM)Shemo Wrote: [ -> ]I'm competent in html/css, but I'm not very familiar with the mybb templates.
And what are MyBB templates?  HTML and CSS.
Go figure.

it's just knowing which templates to modify and such..

anyhow..no need to have a pissing match back and forth.  Wink
Search - it's there for a reason.  If not that, look at HTML comments as to where the bit of template is.

It's only a "pissing match" because you're just trying to justify yourself.
ok..now this is where I'm lost...

I have 2 users on my forum and I want the drop down menu to have a 'PM user' link, but I want to make it so that when you click 'PM user' it'll auto fill in the proper recipients name which correlates to whatever 'pm user' link you clicked on from the users drop down link.

for example
http://andrewshemo.com/mybb16/private.ph...http://andrewshemo.com/mybb16/private.php?action=
http://andrewshemo.com/mybb16/private.ph...http://andrewshemo.com/mybb16/private.php?action=

make sense?
I assume you don't want it on your postbit.  If I'm correct, use the instructions in this post:
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=429&pid=32
(08-25-2010 12:09 PM)ZiNgA BuRgA Wrote: [ -> ]I assume you don't want it on your postbit.  If I'm correct, use the instructions in this post:
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=429&pid=32

zinga..this is the type of link I was trying to find.

Code:
<a href="{$mybb->settings['bburl']}/member.php?action=profile&amp;uid={$post['uid']}" class="popup_item">View this user's public profile</a>


now that I found it..I should be good to go.

Pages: 1 2
Reference URL's