Talkstuff 3.8.2 (And a "modified" version as well.)[Ported by Mr. C]

Mr. C

New Member
Readme:

Talkstuff 3.7.4 ported to 3.8.2 by Mr. C.
Credits go to Filez for the 3.7.4 port, me for porting it to 3.8.2.

To install: Upload the talkstuff folder to your forum root. Example: (www.yoursite.com/forum/talkstuff).

Import the XML. Enjoy.

To use the modified style, download the ZIP file titled (TalkstuffMod)


Demo (Original):

Code:
http://vbskinworks.com/forum/index.php?styleid=362

Screenshots below are for the modified version. I made the forum status icons Anime like, after seeing a thread on it on vBSkinworks. Otherwise, it's exactly the same as the original. There are no PSDs for the modified version.

vBTEAM exclusive, and there is no community link, since the style on vBSkinworks does not have one.

Enjoy.

~Mr. C
 

Mr. C

New Member
Open the XML file, and search for:

PHP:
<!-- / login form -->
	</td>

</tr>
</table>
<!-- / breadcrumb, login, pm info -->
Add below:


PHP:
<!-- nav buttons bar -->
<div class="tborder" style="padding:1px; border-top-width:0px">
	<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
	<tr align="center">
		
		
			<td class="vbmenu_control"><a href="register.php" rel="nofollow">Register</a></td>
		
		
		<td class="vbmenu_control"><a rel="help" href="faq.php" accesskey="5">FAQ</a></td>
		
			
			
		
		<td class="vbmenu_control"><a href="calendar.php">Calendar</a></td>
		
			
			
		
		
		
		</tr>
	</table>
</div>
<!-- / nav buttons bar -->
 

mmmxiv

New Member
IN this version, and the other version by Filez, there still is no f*cking log out button :(

Good job for porting it though.
 

mike1s

New Member
Mr. C said:
Open the XML file, and search for:

PHP:
<!-- / login form -->
	</td>

</tr>
</table>
<!-- / breadcrumb, login, pm info -->
Add below:


PHP:
<!-- nav buttons bar -->
<div class="tborder" style="padding:1px; border-top-width:0px">
	<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
	<tr align="center">
		
		
			<td class="vbmenu_control"><a href="register.php" rel="nofollow">Register</a></td>
		
		
		<td class="vbmenu_control"><a rel="help" href="faq.php" accesskey="5">FAQ</a></td>
		
			
			
		
		<td class="vbmenu_control"><a href="calendar.php">Calendar</a></td>
		
			
			
		
		
		
		</tr>
	</table>
</div>
<!-- / nav buttons bar -->

I meant the standard vB navbar with the right color
 

Mr. C

New Member
Log out is at the bottom of the page, oddly enough.

EDIT:

If you just want the standard Navbar, revert the Navbar template. You can't get the proper color due to the Gradient being different.
 

h@ck3r

New Member
wow.. very nice skin!!

I now hope something comes up that I can use this skin for :D

Many thanks for sharing with us
 
Top