Aqua-Soft vB 3.6 Discussion
Hooray!!!!
Can this theme be used fixed width so it is the same width as the WP blog theme?
I have a visualization problem with IE in my forums (www.pl4yforum.it ). What may cause it? Thanks
Can this theme be used fixed width so it is the same width as the WP blog theme?
Yes, login to the admincp and go into the maincss part of the skin, once there change the width of #container.
I have a visualization problem with IE in my forums. What may cause it? Thanks
Please go into more detail with your problem or post a screenshot if possible. (also what version of ie)
Scusa giovanni ma cosa ha il tuo sito che non và? Io con firefox lo vedo bene... forse è con ie..controllo e vedo cosa può essere ![]()
secondo me l'errore è qui:
<td class="alt2"><div align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-6495002343579566";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "333333";
google_color_bg = "000000";
google_color_link = "FFFFFF";
google_color_url = "999999";
google_color_text = "CCCCCC";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
</td>
Prova così
<div align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-6495002343579566";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "333333";
google_color_bg = "000000";
google_color_link = "FFFFFF";
google_color_url = "999999";
google_color_text = "CCCCCC";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
giovanni, could you send me the templates for the shoutbox mod you're using? I think thats screwing it up. That or just post the template here, also a link to the site might help aswell.
With the latest version that was just sent out is graphite working, or no? The HTML file that comes with the vBulletin 3.6 version says graphite isn't compatible, but graphite files are included in the package.
Me too was wondering if it was the shoutbox. Anyway, this is the template forumhome_vbshout:
(link to the site www.pl4yforum.it - xml of the product attacched)
<form action="vbshout.php?{$session['sessionurl']}" method="post" name="vbshoutform" onsubmit="return postShout(this)">
<input type='hidden' name='do' value='shout' />
<input type='hidden' name='color' />
<input type='hidden' name='fontFamily' />
<input type='hidden' name='fontWeight' />
<input type='hidden' name='textDecoration' />
<input type='hidden' name='fontStyle' />
<div id='shout_emo' style='display:none'>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" align="center">
Emoticons
</td>
</tr>
<tr>
<td class='alt2' width='100%' height='100%' align='center' valign='top'>
$Smilie_Build
</td>
</tr>
</table>
</div>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" align="center">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_vbshout')"><img id="collapseimg_forumhome_vbshout" src="../../../../unavailable.html" alt="" border="0" /></a>
<a href='vbshout.php?{$session['sessionurl_q']}do=archive'>Shoutbox</a>
</td>
</tr>
</thead>
<tbody id="collapseobj_forumhome_vbshout" style="$vbcollapse[collapseobj_forumhome_vbshout]">
<tr>
<td class="alt1" align="left" width="100%">
<if condition="!$vboptions[shout_editor_position]">
<if condition="$bbuserinfo[userid] > 0">
<table width='100%' border='0' cellpadding='0' cellspacing='0'>
<tr>
<td width='100%'>
<input type="text" name="shout" style="width: 90%" class="bginput" />
</td>
<td style='white-space:nowrap' width='1%'>
<input type="submit" value="Shout" class="button" />
<if condition="$vboptions[shout_extra_options]">
<input type='button' class='button' value='Clear' onclick='sb_Clear()' />
<input type='button' class='button' value='Smilies' onclick='sb_Smilies(this)' />
<input type='button' class='button' style='font-weight:bold' value='B' onclick='sb_PropChange_Button(this, "fontWeight")' />
<input type='button' class='button' style='text-decoration:underline' value='U' onclick='sb_PropChange_Button(this, "textDecoration")' />
<input type='button' class='button' style='font-style:italic' value='I' onclick='sb_PropChange_Button(this, "fontStyle")' />
<select name='font_color' onchange='sb_PropChange(this, "color")'>
{$DropDowns['color_selector']}
</select>
<select name='font_selector' onchange='sb_PropChange(this, "fontFamily")'>
{$DropDowns['font_selector']}
</select>
</if>
</td>
</tr>
</table>
<div style="height: 2px"></div>
</if>
</if>
<div id="vbshout" style="overflow:auto;height:{$vboptions['shout_box_height']}px;width:100%;">
Loading...
</div>
<if condition="$vboptions[shout_editor_position]">
<if condition="$bbuserinfo[userid] > 0">
<div style="height: 2px"></div>
<table width='100%' border='0' cellpadding='0' cellspacing='0'>
<tr>
<td width='100%'>
<input type="text" name="shout" style="width: 90%" class="bginput" />
</td>
<td style='white-space:nowrap' width='1%'>
<input type="submit" value="Shout" class="button" />
<if condition="$vboptions[shout_extra_options]">
<input type='button' class='button' value='Clear' onclick='sb_Clear()' />
<input type='button' class='button' value='Smilies' onclick='sb_Smilies(this)' />
<input type='button' class='button' style='font-weight:bold' value='B' onclick='sb_PropChange_Button(this, "fontWeight")' />
<input type='button' class='button' style='text-decoration:underline' value='U' onclick='sb_PropChange_Button(this, "textDecoration")' />
<input type='button' class='button' style='font-style:italic' value='I' onclick='sb_PropChange_Button(this, "fontStyle")' />
<select name='font_color' onchange='sb_PropChange(this, "color")'>
{$DropDowns['color_selector']}
</select>
<select name='font_selector' onchange='sb_PropChange(this, "fontFamily")'>
{$DropDowns['font_selector']}
</select>
</if>
</td>
</tr>
</table>
</if>
</if>
</td>
</tr>
</tbody>
</table>
</form>
<script type='text/javascript'>
<!--
postingShout = false
function requestShouts()
{
if (!postingShout)
{
ShoutRequest = new vB_AJAX_Handler(true)
ShoutRequest.onreadystatechange(showShouts)
ShoutRequest.send('vbshout.php', 'nocache=' + (5 * Math.random() * 1.33) )
}
}
function showShouts()
{
if (ShoutRequest)
{
if (ShoutRequest.handler.readyState == 4 && ShoutRequest.handler.status == 200 && ShoutRequest.handler.responseText)
{
Shouts = fetch_object('vbshout')
Shouts.innerHTML = '<table cellpadding="1" cellspacing="3" border="0" width="95%" align="left">' + ShoutRequest.handler.responseText + '</table>'
setTimeout('requestShouts()', 10000)
<if condition="$vboptions[shout_messages_order]">
document.getElementById('vbshout').scrollTop = 99999;
</if>
}
}
}
function sb_CollectHV(sbForm)
{
rString = ''
inputObjs = sbForm.getElementsByTagName('input')
for (i = 0; i < inputObjs.length; i++)
{
if (inputObjs[i].type == 'hidden' && inputObjs[i].value != '')
{
rString += '&' + inputObjs[i].name + '=' + PHP.urlencode(inputObjs[i].value)
}
}
return rString
}
function postShout(formObj)
{
doShout = new vB_AJAX_Handler(true)
doShout.onreadystatechange(postedShout)
if (postingShout)
{
alert('Posting in progress..')
return false
}
Shout = formObj.shout.value
if (Shout.replace(/ /g, '') == '')
{
alert('You must enter a shout!')
return false
}
doShout.send('vbshout.php', 'do=shout&shout=' + PHP.urlencode(Shout) + sb_CollectHV(document.forms['vbshoutform']))
sb_Clear()
postingShout = true
return false
}
function postedShout()
{
if (doShout.handler.readyState == 4 && doShout.handler.status == 200)
{
postingShout = false
requestShouts()
}
}
function sb_Input_SC(sProperty, setting)
{
eval('document.forms["vbshoutform"].shout.style.' + sProperty + ' = "' + setting + '"')
eval('document.forms["vbshoutform"].' + sProperty + '.value = "' + setting + '"')
}
function getSelectionValue(eSelector)
{
return eSelector.options[eSelector.options.selectedIndex].value == 'Default' ? '' : eSelector.options[eSelector.options.selectedIndex].value
}
function sb_PropChange(eSelector, sProperty)
{
sb_Input_SC(sProperty, getSelectionValue(eSelector))
}
function sb_PropChange_Button_Value(sProperty)
{
trueValue = ''
switch (sProperty)
{
case 'fontWeight':
falseValue = 'bold'
break;
case 'textDecoration':
falseValue = 'underline'
break;
case 'fontStyle':
falseValue = 'italic'
break;
}
return (eval('document.forms["vbshoutform"].' + sProperty + '.value'))? trueValue : falseValue
}
function sb_PropChange_Button(cButton, sProperty)
{
if (cButton.value.match(/*/))
{
cButton.value = cButton.value.replace(/s+*/, '')
}
else
{
cButton.value = cButton.value + ' *'
}
sb_Input_SC(sProperty, sb_PropChange_Button_Value(sProperty))
}
function sb_Smilie(code)
{
document.forms["vbshoutform"].shout.value += ' ' + code
return false
}
function sb_Clear()
{
document.forms["vbshoutform"].shout.value = ''
return true;
}
function sb_Smilies(cButton)
{
if (cButton.value.match(/*/))
{
cButton.value = cButton.value.replace(/s+*/, '')
}
else
{
cButton.value = cButton.value + ' *'
}
document.getElementById('shout_emo').style.display = (document.getElementById('shout_emo').style.display == 'none')? '' : 'none'
}
requestShouts()
-->
</script>
With the latest version that was just sent out is graphite working, or no? The HTML file that comes with the vBulletin 3.6 version says graphite isn't compatible, but graphite files are included in the package.
When you are importing the style, make sure you select Aqua-Soft as the parent style and press ignore style version. Also make sure you're using the correct .xml.
The graphite xml file only has changes made from the aqua-soft skin, so you MUST have both installed, if you only want graphite simply hide the style from your members.
Thanks to Tim for all his work on this
how do i activate join date/user category/number of posts etc on my forum:
thanks
Dear Timan, which template have I to modify if I want to change the position of the smiliebox? (I want to put it below the message area, not near to)
thanks
I'm new, sorry. I tried turning all the RSS features, but no blue RSS icon appear...
Can someone tell me how to enable RSS and the blue RSS icons to appear on every forum, like Aqua-Soft?
Install this plugin to your forum,
Then edit the following templates, forumhome_forumbit_level1_post. forumhome_forumbit_level2_post and add this.
<if condition="$show['rss']"><a style="float:right;margin-top:8px;" href="../../../../unavailable.html"><img class="inlineimg" src="../../../../unavailable.html" alt="Feed Icon" title="Subscribe to $forum[title]'s RSS Feed" /></a></if>
how do i activate join date/user category/number of posts etc on my forum:thanks
can anyone help with this?
vBulletin Options -> User Listing & Profile Viewing -> Member List Field Options
There no options for that, it won't be easy thats for sure. You're going to have to edit the Aqua-Soft template from the style menu, somewhere near to "postbit" the name of the section of the template. It's going to be some searching and reading html code.
Good Luck! I'm away from my main computer, so I'm telling you from the top of my head.
Hi,
i use last patched version of vbulletin 3.6.1.
Aqua skin 3.6.
I've these problems:
on standard forum i'm able to modify the Main Table Width of StyleVars at 50%, with aqua skin even i setup that table at 50% the width remain the same, why ?
I've also one more problem: after install your skin on my 3.6.1 version i receive a warning message:
There are currently *31* customized template(s) that need to be updated or reverted. Some sections of vBulletin may not function if you do not do this!
How to solve that ?
thank you
The current Aqua skin is for 3.6.0 only, you have to update the skin yourself from the post announcement in the vbulletin.com or wait for a new version of the skin.
Sorry for this, but is possible to activate the skin in multi lang system?
I have in english and in italian.. is possible to change button img for split eng/ita ?
Sorry for english...
The current Aqua skin is for 3.6.0 only, you have to update the skin yourself from the post announcement in the vbulletin.com or wait for a new version of the skin.
how to change the skin to allow to make styles lenght form workable ?
Any release yet for 3.6.1 skin version ?
thank you
Aqua-Soft Forums


