Forum Hosting  

Go Back   Forum Hosting > IPB Support > IPB Skinning Help

IPB Skinning Help Need help customizing the looks of your forum? Post here.


Reply
 
LinkBack Thread Tools Display Modes
Old 06-17-2007, 04:47 AM   #1 (permalink)
Senior Forumer
 
MasterVision's Avatar
 
Join Date: Nov 2006

Posts: 1,065
Rep Power: 3 MasterVision is on a distinguished road
fTrader: (0)
fBuck$: 760.0
Bank: 4,247.1
Total fBuck$: 5,007.1

My Forumer
My Country:
Send a message via MSN to MasterVision Send a message via Yahoo to MasterVision Send a message via Skype™ to MasterVision
Default (skinning/forum tips) Member's TOPIC

I dont think fmods have this modification... I supposed to post it there but there is some error in their database and page cannot be access. But It will surely be in fmods once they get their operation back to normal.

So for pre-modification post... here you go.

This modification is for searching all TOPICS started by the MEMBER in PROFILE VIEW

Installation Path: AdminCP->HTML Templates->Manage HTML-> PROFILE View Section->Member Profile Page

Just insert all in reds in the following code.
Quote:
<script language='Javascript' type='text/javascript'>
<!--
function PopUp(url, name, width,height,center,resize,scroll,posleft,postop) {
if (posleft != 0) { x = posleft }
if (postop != 0) { y = postop }

if (!scroll) { scroll = 1 }
if (!resize) { resize = 1 }

if ((parseInt (navigator.appVersion) >= 4 ) && (center)) {
X = (screen.width - width ) / 2;
Y = (screen.height - height) / 2;
}
if (scroll != 0) { scroll = 1 }

var Win = window.open( url, name, 'width='+width+',height='+height+',top='+Y+',left='+X+',resizable='+resize+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no');
}

//-->
</script>


<!-- START: Member's TOPIC by: MasterVision (2007/06/17) -->
<script language='Javascript' type='text/javascript'>
function mvMemTopics(){
document.mvForm.submit();
}
</script>

<form action="/index.php?act=Search&amp;CODE=01" method="post" name='mvForm'>
<input type='hidden' name='keywords' value=''>
<input type='hidden' name='namesearch' value={$info['name']}>
<input type='hidden' name='exactname' value='1'>
<input type='hidden' name='forums[]' value='all'>
<input type='hidden' name='prune' value=' value='0'>
<input type='hidden' name='searchsubs' value='1'>
<input type='hidden' name='prune_type' value='older'>
<input type='hidden' name='sort_order' value='desc'>
<input type='hidden' name='sort_key' value='last_post'>
<input type='hidden' name='search_in' value='titles'>
<input type='hidden' name='result_type' value='topics'>
</form>
<!-- END: Member's TOPIC by: MasterVision (2007/06/17) -->


<table class="tablebasic" cellspacing="0" cellpadding="2">
<tr>
<td><script type='text/javascript'>if ("{$info['photo']}" == ''){document.write("<img src='http://www.fmods.com/style_images/bluegray/folder_profile_portal/pp-blank-large.png' alt='Photo' />");}</script>{$info['photo']}</td>
<td width="100%" valign="bottom">
<div id="profilename">{$info['name']} <font size=2 color=red><b> mem#: {$info['mid']}</b></font></div>
<div>

<a href='javascript:mvMemTopics()'>Find All Topics Started by this Member </a>&middot;
<a href='{$info['base_url']}act=Search&amp;CODE=getalluser&amp;mid={$info['mid']}'>{ibf.lang.find_posts}</a> &middot;
<a href='{$info['base_url']}act=Msg&amp;CODE=02&amp;MID={$info['mid']}'>{ibf.lang.add_to_contact}</a>
<!--MEM OPTIONS-->
</div>
</td>
</tr>
</table>
<br />
Hope this helps
MasterVision is offline   Reply With Quote
Old 06-17-2007, 01:32 PM   #2 (permalink)
Senior Forumer
 
Pandemix's Avatar
 
Join Date: Feb 2006

Location: En Jay
Posts: 1,795
Blog Entries: 1
Rep Power: 5 Pandemix will become famous soon enoughPandemix will become famous soon enough
fTrader: (15)
fBuck$: 8,374.9
Bank: 0.3
Total fBuck$: 8,375.2

My Forumer
My Country:
Default Re: (skinning/forum tips) Member's TOPIC

Definitely one of your better modifications MasterVision. Great one, I love the idea of it.

Pandemix is offline   Reply With Quote
Old 06-17-2007, 07:40 PM   #3 (permalink)
Senior Forumer
 
MasterVision's Avatar
 
Join Date: Nov 2006

Posts: 1,065
Rep Power: 3 MasterVision is on a distinguished road
fTrader: (0)
fBuck$: 760.0
Bank: 4,247.1
Total fBuck$: 5,007.1

My Forumer
My Country:
Send a message via MSN to MasterVision Send a message via Yahoo to MasterVision Send a message via Skype™ to MasterVision
Default Re: (skinning/forum tips) Member's TOPIC

Thanks buddy its a compliment
MasterVision is offline   Reply With Quote
Old 07-01-2007, 08:33 PM   #4 (permalink)
Senior Forumer
 
MasterVision's Avatar
 
Join Date: Nov 2006

Posts: 1,065
Rep Power: 3 MasterVision is on a distinguished road
fTrader: (0)
fBuck$: 760.0
Bank: 4,247.1
Total fBuck$: 5,007.1

My Forumer
My Country:
Send a message via MSN to MasterVision Send a message via Yahoo to MasterVision Send a message via Skype™ to MasterVision
Default Re: (skinning/forum tips) Member's TOPIC

If someone is using this mods.. please change the whole form code above to the following code..

New Form Code
Quote:
<form action="/index.php?act=Search&amp;CODE=01" method="post" name='mvForm'>
<input type='hidden' name='keywords' value=''>
<input type='hidden' name='namesearch' value='{$info['name']}'>
<input type='hidden' name='exactname' value='0'>
<input type='hidden' name='forums[]' value='all'>
<input type='hidden' name='prune' value='0'>
<input type='hidden' name='searchsubs' value='1'>
<input type='hidden' name='prune_type' value='older'>
<input type='hidden' name='sort_order' value='desc'>
<input type='hidden' name='sort_key' value='last_post'>
<input type='hidden' name='search_in' value='titles'>
<input type='hidden' name='result_type' value='topics'>
</form>
The previous code doesn't work if the member name has a character separator underscore (_) or space... sorry for that..

It should work fine now... let me know also if there is some bugs.

Thank you...
MasterVision is offline   Reply With Quote
Old 07-17-2007, 04:28 PM   #5 (permalink)
Elite Forumer
 
Wild Cat's Avatar
 
Join Date: May 2007

Location: UK
Posts: 6,492
Rep Power: 9 Wild Cat has a spectacular aura aboutWild Cat has a spectacular aura about
fTrader: (3)
fBuck$: 1,866.0
Bank: 130,000.2
Total fBuck$: 131,866.2

My Forumer
My Country:
Default Re: (skinning/forum tips) Member's TOPIC

Thanks, I just installed, It's great !!!
Wild Cat is offline   Reply With Quote
Old 07-18-2007, 01:13 AM   #6 (permalink)
Senior Forumer
 
MasterVision's Avatar
 
Join Date: Nov 2006

Posts: 1,065
Rep Power: 3 MasterVision is on a distinguished road
fTrader: (0)
fBuck$: 760.0
Bank: 4,247.1
Total fBuck$: 5,007.1

My Forumer
My Country:
Send a message via MSN to MasterVision Send a message via Yahoo to MasterVision Send a message via Skype™ to MasterVision
Default Re: (skinning/forum tips) Member's TOPIC

Im glad you like it
MasterVision is offline   Reply With Quote
Reply


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
(skinning tips) Adding Photo Gallery MasterVision IPB Skinning Help 11 08-03-2008 10:50 AM
(skinning tips) Create your Own RSS feeds MasterVision IPB Skinning Help 9 10-29-2007 06:05 PM
(skinning tips) Adding Chat to your board MasterVision IPB Skinning Help 35 06-13-2007 08:35 AM
(skinning tips) Dis-Allow GUESTS to print your TOPIC MasterVision IPB Skinning Help 0 06-13-2007 04:21 AM
(skinning tips) Adding Online Store MasterVision IPB Skinning Help 3 05-21-2007 08:08 AM