Forum Hosting  

Go Back   Forum Hosting > IPB Support > IPB General Support

IPB General Support Post your questions here, no bug reports.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 09-11-2005, 02:43 AM   #1 (permalink)
Active Forumer
 
elmazagangi's Avatar
 
Join Date: Aug 2005

Location: Alexandria; Egypt
Posts: 363
Rep Power: 4 elmazagangi is on a distinguished road
fTrader: (5)
fBuck$: 382
Bank: 679
Total fBuck$: 1,061

My Forumer
My Country:
Send a message via ICQ to elmazagangi Send a message via MSN to elmazagangi Send a message via Yahoo to elmazagangi
Cool Newwindow when click on username

Can some body help me? I want a new window to be opened when clicking on the username with his profile. Can some body do this?
Thanks.

elmazagangi is offline  
Old 09-11-2005, 12:50 PM   #2 (permalink)
Senior Forumer
 
Infernus's Avatar
 
Join Date: Oct 2004
Asteroids Champion!Tournaments Won: 3

Location: Bremerton, WA
Posts: 1,145
Rep Power: 5 Infernus is on a distinguished road
fTrader: (36)
fBuck$: 450
Bank: 18,000
Total fBuck$: 18,450

My Forumer
My Country:
Default Re: Newwindow when click on username

I've tried, and haven't got it. You can ask one of the people at www.fmods.com, they know more about what they're doing.

Whatever you do, do NOT click this link!!!! LINK
Infernus is offline  
Old 09-12-2005, 10:33 AM   #3 (permalink)
Active Forumer
 
elmazagangi's Avatar
 
Join Date: Aug 2005

Location: Alexandria; Egypt
Posts: 363
Rep Power: 4 elmazagangi is on a distinguished road
fTrader: (5)
fBuck$: 382
Bank: 679
Total fBuck$: 1,061

My Forumer
My Country:
Send a message via ICQ to elmazagangi Send a message via MSN to elmazagangi Send a message via Yahoo to elmazagangi
Default Re: Newwindow when click on username

Ok, thanks

elmazagangi is offline  
Old 09-13-2005, 12:32 AM   #4 (permalink)
Active Forumer
 
EvilCorporateWhore's Avatar
 
Join Date: Jan 2005

Posts: 410
Rep Power: 4 EvilCorporateWhore is on a distinguished road
fTrader: (0)
fBuck$: 3,931
Bank: 0
Total fBuck$: 3,931

My Forumer
My Country:
Default Re: Newwindow when click on username

i could write a code for you... i could make it so a new window opens when they click on the user's avatar if you want. give me a few minutes to write it...

Oh bliss! Bliss and heaven! Oh, it was gorgeousness and gorgeousity made flesh. It was like a bird of rarest-spun heaven metal or like silvery wine flowing in a spaceship, gravity all nonsense now. As I slooshied, I knew such lovely pictures!
EvilCorporateWhore is offline  
Old 09-13-2005, 12:44 AM   #5 (permalink)
Active Forumer
 
EvilCorporateWhore's Avatar
 
Join Date: Jan 2005

Posts: 410
Rep Power: 4 EvilCorporateWhore is on a distinguished road
fTrader: (0)
fBuck$: 3,931
Bank: 0
Total fBuck$: 3,931

My Forumer
My Country:
Default Re: Newwindow when click on username

okay, i got it...

go to admin CP --> html templates --> manage html --> topic view sections --> post entry

then look for this code
Code:
<td valign='top' class='{$post['post_css']}'>
		<span class='postdetails'>{$author['avatar']}<br /><br />
		{$author['title']}<br />
		{$author['member_rank_img']}<br /><br />
		{$author['member_group']}<br />
		{$author['member_posts']}<br />
		{$author['member_number']}<br />
		{$author['member_joined']}<br /><br />
the part in red... change to this:
Code:
<a href="{ibf.script_url}showuser={$author['id']}" target="name"
onclick="window.open('{ibf.script_url}showuser={$author['id']}','name','height=768,width=1024,toolbar=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes'); return false;"
>{$author['avatar']}</a>
that should work... as you can see you can set the dimensions of the new window to whatever you want(the parts in red). i can also make it so their username opens a new window too if you want. let me know.

Oh bliss! Bliss and heaven! Oh, it was gorgeousness and gorgeousity made flesh. It was like a bird of rarest-spun heaven metal or like silvery wine flowing in a spaceship, gravity all nonsense now. As I slooshied, I knew such lovely pictures!
EvilCorporateWhore is offline  
Old 09-13-2005, 07:59 AM   #6 (permalink)
VIP Team
 
shane's Avatar
 
Join Date: Feb 2004

Location: Kansas City, MO
Posts: 3,769
Rep Power: 8 shane is on a distinguished road
fTrader: (14)
fBuck$: 1,328
Bank: 0
Total fBuck$: 1,328

My Forumer
My Country:
Default Re: Newwindow when click on username

Looks like this is resolved. If the code doesn't work posted above, PM them for more info, or head over to FMods.com (A Forumer-owned company), and we should be able to help you out there.

Owner/CEO - ComputerHelpForum.org
Administrator - Revision3.com
Administrator - Scopetech.net
Lowe's (my employer) Department Manager - Lumber/Building Materials/Millwork
shane is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Online Members And Last Click InFnit IPB General Support 1 08-26-2004 06:48 AM
Whatpulse ThatChris General Chat Area 0 08-16-2004 09:28 AM
[resolved]*Last Click imported_CAGirl IPB General Support 3 05-16-2004 11:36 PM