Photo Shoutbox 2.1 6.x
Product Details
Posted by:
Version:
2.1.0000
Tags:
shoutbox Thumbnail photo Free
Compatible for:
Barracuda v.6.0
Barracuda v.6.3
Barracuda v.6.1
Barracuda v.6.2
Barracuda v.6.3
Barracuda v.6.1
Barracuda v.6.2
License:
GNU General Public License (GPL)
Price:
free
Created:
November 10, 2007 at 12:20
Avg. vote:
9.64
Product Description
Make sure you view all of our great products at
http://www.expertzzz.com/Downloadz/home/author/PENandPIXELS/
------------------------------------------------------------
FREE!!!
Note!! This will not work if you are using the flash shoutbox in Dolphin version 6.4 and above!!
From the makers of the original Photo Shoutbox mod and almost all thumbnail mods, we now give you for free a mod for DOlphin 6.x versions, that as you should know by now let's you see the members thumbnail whenever they make a shoutbox post instead of just the posted info.
FIX!!!!
Note if it is altered or colors are off this is because of your custom dolphin template. Try this to fix.
---------------------------------------------------------
Open shoutbox.css
There is no background-color listed for .shoutbg1
So copy
background-color:#F2F2F2;
from .shoutbg2 to .shoutbg1 and change the color TO #FFFFFF.
------------------------------------------------
BONUS! .: Scrollable Shoutbox :.
open inc/design.inc.php
Find and change in the code below scrolling="no"
to scrolling="yes"
------------------------------------
iframe id="loadshoutbox" name="loadshoutbox" src="'.$site['url'].'shoutbox.php" marginwidth="0" marginheight="0" width="' . $framewidth . '" height="' . $frameheight . '" frameborder="0" scrolling="no"
-------------------------------------------------------
Remember. If it works come back and rate it.
-------------------------------------------------------
Don't forget to view all of our products at..
http://www.expertzzz.com/ExpertsAccount/profile/PENandPIXELS
http://www.expertzzz.com/Downloadz/home/author/PENandPIXELS/
------------------------------------------------------------
FREE!!!
Note!! This will not work if you are using the flash shoutbox in Dolphin version 6.4 and above!!
From the makers of the original Photo Shoutbox mod and almost all thumbnail mods, we now give you for free a mod for DOlphin 6.x versions, that as you should know by now let's you see the members thumbnail whenever they make a shoutbox post instead of just the posted info.
FIX!!!!
Note if it is altered or colors are off this is because of your custom dolphin template. Try this to fix.
---------------------------------------------------------
Open shoutbox.css
There is no background-color listed for .shoutbg1
So copy
background-color:#F2F2F2;
from .shoutbg2 to .shoutbg1 and change the color TO #FFFFFF.
------------------------------------------------
BONUS! .: Scrollable Shoutbox :.
open inc/design.inc.php
Find and change in the code below scrolling="no"
to scrolling="yes"
------------------------------------
iframe id="loadshoutbox" name="loadshoutbox" src="'.$site['url'].'shoutbox.php" marginwidth="0" marginheight="0" width="' . $framewidth . '" height="' . $frameheight . '" frameborder="0" scrolling="no"
-------------------------------------------------------
Remember. If it works come back and rate it.
-------------------------------------------------------
Don't forget to view all of our products at..
http://www.expertzzz.com/ExpertsAccount/profile/PENandPIXELS
Product Images

Comments
Customer
Comment
Vote
Posted
Works PERFECTLY!
You may have to change the colors of the text and or background of the box if you are not using the UNI original template. Otherwise this MOD works like a Charm!!
Thanks Richard!
Cheers!
Jeff
You may have to change the colors of the text and or background of the box if you are not using the UNI original template. Otherwise this MOD works like a Charm!!
Thanks Richard!
Cheers!
Jeff
10
November 10, 2007
I have just installed it it is superb, that functions very well, thank you. Just a small proposal: How to make to integrate "small roll over into it"? Because with the photographs one donot can see but the last 4 messages any more
10
November 11, 2007
Many thanks just what I was looking for. Easy to install (Matter of seconds).
10
November 15, 2007
Many thanks just what I was looking for. Easy to install (Matter of seconds).
10
November 15, 2007
Love the mod,I think I made a slight error,i have a black background on dolphin and some how the shoutbox has been centered into it. One person when he types is the normal gray color,the next person who types is the black background. Could some one school me on this please?
10
November 23, 2007
This Mod was so easy to install that I did it on the first try, no problems, and even set the scroll feature! Check it out:
http://bleuphoenix.net
http://bleuphoenix.net
10
November 25, 2007
sorry for being a pest but where will i find the design.inc.php file?
thanks. and thanks for this too.
thanks. and thanks for this too.
5
November 28, 2007
Is it just my shoutbox?
Or does the input area. Get placed on the upper/left of the box, instead of in the center of the box.
Is there a way if it is the norm for this mod, to center it again?
Thank you.
Or does the input area. Get placed on the upper/left of the box, instead of in the center of the box.
Is there a way if it is the norm for this mod, to center it again?
Thank you.
10
November 30, 2007
very very simple instructions and worked like a charm
10
December 01, 2007
Works great, and was really easy to install.
For kompressaur, if you still not founding the file, is inside the folder inc.
Carlos
For kompressaur, if you still not founding the file, is inside the folder inc.
Carlos
10
December 04, 2007
Thanks for the free mod! My members have been begging for it! It looks great and it looks great!
Check it out on - http://www.studybuddylove.com
Check it out on - http://www.studybuddylove.com
10
December 06, 2007
Well I added it to my site, the scroller works, but the pictures don't. Not rec'g any errors so it's strange. Running latest version 6xxxx3
7
January 07, 2008
Absolutely easy install. Worked perfectly for me.
8
January 26, 2008
Works brilliantly, thank you for this free mod :)
9
February 05, 2008
Fix-Male,Female,Couple...!!!
open inc/design.inc.php
Find and change in the code:
{
if( $aSexSql['Sex'] == 'female' or $aSexSql['Sex'] == 'Female' )
$sSexPic = 'woman_small.gif';
elseif( $aSexSql['Sex'] == 'male' or $aSexSql['Sex'] == 'Male' )
$sSexPic = 'man_small.gif';
else
$sSexPic = 'visitor_small.gif';
$sFileName = getTemplateIcon( $sSexPic );
}
open inc/design.inc.php
Find and change in the code:
{
if( $aSexSql['Sex'] == 'female' or $aSexSql['Sex'] == 'Female' )
$sSexPic = 'woman_small.gif';
elseif( $aSexSql['Sex'] == 'male' or $aSexSql['Sex'] == 'Male' )
$sSexPic = 'man_small.gif';
else
$sSexPic = 'visitor_small.gif';
$sFileName = getTemplateIcon( $sSexPic );
}
10
February 19, 2008
Works great...no problem... thanks a lot guys
10
February 22, 2008
Contribute
Support Expertzzz.com and use a range of Contributor Benefits.
Support Expertzzz.com and use a range of Contributor Benefits.
Site-wide ad for $10/day. Order Now. 10 Spots Max, Random Positioning.





LOADING
















