View Full Version : Add-On Releases - jQt jQuery Suite for vB4
gothicuser
07-19-2011, 10:00 PM
Completely Re-designed modular system, virtually all the code re-written.
Description:
This mod will add jQuery enhancements to various areas of your vBulletin board using the renown jQuery Tools Library (http://jquerytools.org/).
jQuery Overlays:
Separate Log-In and Registration Dialogues, Including Human Verify and D.O.B. but NOT required fields.
OR Log-In / Register Slide-Down
Log Out Dialogue
Mark Forums Read Dialogue
Mini-Stats
Display Chat/Shout box in slide-downTooltips:
vBAdvanced Recent Threads, including threadstarters avatar.
Forum Display (threadbits), including threadstarters avatar.(upgraded)
Postbit / Postbit_legacy, including avatar and post/activity details.
Forum Home Description
Search Results page (search_threadbit)I now use and HIGHLY RECOMMEND TMS (Template Modification System) (https://vborg.vbsupport.ru/showthread.php?t=152931) as it automates the template edits for the default theme and simplifies the edits for custom themes.
This is the first release of this re-designed mod. I have re-written these scripts to be far more compatible with other add-ons, using the <noconflict> method throughout.
I have used a 'modular' environment, meaning that you can select specifically the individual components you want to use. All of the modules are fully configurable from the AdminCP, and many of the style attributes are editable from the templates stylevar dialogue.
UPGRADE: from any previous version to this, v4.0 there is NO UPGRADE PATH, you need to fully remove earlier versions, then follow the instructions for installation. I am very sorry for this inconvenience, but so much has been changed that incorporating upgrading became untenable.
INSTALLATION:
1, Upload all the files/folders in the UPLOAD folder to your forum root.
2, Install the product 'product-jqt_suite-CORE.xml'. This is the only component that is COMPULSORY. This has to be installed for any of the others modules to work!
3, Install any of the other module(s) from the AdminCP, as you would any other product;
jQt Suite Log-In-Register Module
jQt Suite Log-In-Register Slider Module
(you can only use ONE of the above, the first is the overlay)
jQt Suite MarkForumsRead Module
jQt Suite MiniStats Module
jQt Suite Tooltips Module
4, If you have TMS (Template Modification System) (https://vborg.vbsupport.ru/showthread.php?t=152931) installed the template edits have already been done for you.
If not, then manually apply the template edits from the template edit pages found in the Docs folder of the archive.
You only need to apply the template edits for the module(s) that you install.
5, Pop into your AdminCP and configure the product(s)
6, To enable the 'VSa Visitors in Last X Hours (https://vborg.vbsupport.ru/showthread.php?t=233329)' block in the mini-stats you need to have that mod already installed (use the link) then edit the 'VSa - Visitors In Last X Hours' Product thus:
Go to AdminCP/Plugins & Products/Plugin Manager/
and disable the Plugin 'VSa - VILXH - MN'. This transfers the results from the forum home page to the mini-stats block.
TWEAKING TOOLTIP POSITION
For those of you that would like to tweak the position of the tooltips, here is a quote directly from the original jQuery Tools Tooltip documentation (http://flowplayer.org/tools/tooltip/index.html) describing what the numbers mean.
Edit these positions by opening
/jqt_suite/jqt_suite_black_css.js
/jqt_suite/jqt_suite_minimal_black_css.js
or
/jqt_suite/jqt_suite_white_css.js
and finding the line(s) 'offset: [-44, 90],'
The offset property fine tunes the tooltip position specified with the position property. For example, the value [10, -20] moves the tooltip position 10px downwards and 20px to the left. The first value modifies the vertical positioning from the top edge of the tooltip and the second value modifies the horizontal positioning from the left edge of the tooltip. Positive values move the tooltip downward and to the right, while negative values move the tooltip upward and to the left.
For those that use vBSEO and have some trouble with guests viewing the tooltips, you can turn OFF the vBSEO option "Remove Thread Preview Text For Guest Visitors" to fix it.
All updates/future releases and support are now only available at jqt-suite.co.uk
nacaruncr
07-20-2011, 06:37 AM
awesome men, thank you very much ... I will install and then tell you how I was.
thanks men :D
archet1337
07-20-2011, 07:27 AM
This mod sounds very interesting!
But I have a custom style on my board, and the header template is not the same. I cannot find where to make the template edits.
Would appreciate if anyone could look at my header template code and tell me where to add the mod code.
My header template:
<div id="pageWrapper">
<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header"><div class="headerWrap">
<div class="headerBox">
{vb:raw ad_location.ad_header_logo}
<a name="top" href="{vb:link forumhome}" id="logo"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a>
<vb:if condition="$show['registerbutton']">
<div class="registerBox">
<div class="registerBoxLeft"><div class="registerBoxRight">
<div class="registerBoxWrap">
{vb:rawphrase welcome_to_the_x, {vb:raw vboptions.bbtitle}}. Please login below or <a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">register now.</a>
</div>
</div></div>
</div>
</vb:if>
<div class="memberBox">
<vb:if condition="$show['member']">
<div id="toplinks" class="toplinks">
<ul class="isuser">
<li><a href="login.php?{vb:raw session.sessionurl}do=logout&logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">{vb:rawphrase log_out}</a></li>
<vb:if condition="$show['registerbutton']">
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
</vb:if>
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase control_panel}</a></li>
<li class="popupmenu nonotifications" id="myprofile"><a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_profile}</a>
<ul class="popupbody popuphover">
<li>Profile Options</li>
<li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li>
<li><a href="profile.php?{vb:raw session.sessionurl}do=editavatar">{vb:rawphrase edit_avatar}</a></li>
<li><a href="profile.php?{vb:raw session.sessionurl}do=editsignature">{vb:rawphrase edit_signature}</a></li>
<li><a href="profile.php?{vb:raw session.sessionurl}do=editoptions">{vb:rawphrase edit_options}</a></li>
<li><a href="profile.php?{vb:raw session.sessionurl}do=editprofile">{vb:rawphrase edit_your_details}</a></li>
</ul>
<vb:if condition="$notifications_total">
<li class="popupmenu notifications" id="notifications">
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a>
<ul class="popupbody popuphover">
{vb:raw notifications_menubits}
</ul>
</li>
<vb:else />
<li class="popupmenu nonotifications" id="nonotifications">
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a>
<ul class="popupbody popuphover">
<li>{vb:rawphrase no_new_messages}</li>
<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
</ul>
</li>
</vb:if>
<li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_header}
</vb:if>
</ul>
{vb:raw template_hook.header_userinfo}
<vb:comment><p>{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</p></vb:comment>
</div>
<vb:else />
<vb:if condition="$vboptions['enablefacebookconnect']">
<div class="loginLeft">
<ul>
{vb:raw facebook_header}
</ul>
</div>
</vb:if>
<div class="loginLeft">
<!-- login form -->
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script>
<form id="navbar_loginform" action="login.php?{vb:raw session.sessionurl}do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, {vb:raw show.nopasswordempty})">
<ul>
<vb:if condition="$show['registerbutton']">
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow" class="notreg">{vb:rawphrase register}</a></li>
</vb:if>
<li ><span class="loginTxt">Login:</span></li>
<li class="inputPad"><div class="loginBoxInput"><input type="text" class="loginInput" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" /></div></li>
<li class="inputPad"><div class="loginBoxInput"><input type="password" class="loginInput" tabindex="102" name="vb_login_password" id="navbar_password" size="10" /><input type="text" class="loginInput" tabindex="102" name="vb_login_password_hint" id="navbar_password_hint" size="10" value="{vb:rawphrase password}" style="display:none;" /></div></li>
<li class="rememberMe"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label></li>
<li class="inputPad"><input type="image" src="images/styles/Aesthetica/style/loginButton.gif" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" /></li>
</ul>
<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
<script type="text/javascript">
YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
vB_XHTML_Ready.subscribe(function()
{
//
YAHOO.util.Event.on('navbar_username', "focus", navbar_username_focus);
YAHOO.util.Event.on('navbar_username', "blur", navbar_username_blur);
YAHOO.util.Event.on('navbar_password_hint', "focus", navbar_password_hint);
YAHOO.util.Event.on('navbar_password', "blur", navbar_password);
});
function navbar_username_focus(e)
{
//
var textbox = YAHOO.util.Event.getTarget(e);
if (textbox.value == '<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>')
{
//
textbox.value='';
textbox.style.color='{vb:stylevar toplinks_form_input.color}';
}
}
function navbar_username_blur(e)
{
//
var textbox = YAHOO.util.Event.getTarget(e);
if (textbox.value == '')
{
//
textbox.value='<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>';
textbox.style.color='{vb:stylevar toplinks_form_input_defaultValue.color}';
}
}
function navbar_password_hint(e)
{
//
var textbox = YAHOO.util.Event.getTarget(e);
YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "none");
YAHOO.util.Dom.setStyle('navbar_password', "display", "inline");
YAHOO.util.Dom.get('navbar_password').focus();
}
function navbar_password(e)
{
//
var textbox = YAHOO.util.Event.getTarget(e);
if (textbox.value == '')
{
YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
}
}
</script>
<!-- / login form -->
</div>
</vb:if>
</div> </div>
</div>
</div>
Appreciate your time :)
gothicuser
07-20-2011, 08:03 AM
Would appreciate if anyone could look at my header template code and tell me where to add the mod code.
Appreciate your time :)
In your template, a short term fix would be to change the line:
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow" class="notreg">{vb:rawphrase register}</a></li>
to:
<vb:if condition="$show['registerbutton']">
<li><a href="#" rel="#sheet" id="see">Log In/Register</a></li>
</vb:if>
This will change the 'Register' button only.
Then, at the very bottom of the template add:
{vb:raw template_hook.logreg_display}
Though I would back up the template somewhere safe first.
archet1337
07-20-2011, 08:21 AM
Thank you :)
Dr.osamA
07-20-2011, 11:41 AM
thank you
under test installed
m3lek
07-20-2011, 12:09 PM
Not working with my
Please explain how installation again
Thanks.
Manoel J?nior
07-20-2011, 12:57 PM
Functionally in 3.8?
Thanks!! 5 stars for you!
daveaite
07-20-2011, 01:01 PM
Nice functionality, I think it has a lot of potential specially in the area of design.
yahooooh
07-20-2011, 01:28 PM
thanks , what about required fileds? i add required options by adding new field
gothicuser
07-20-2011, 01:37 PM
thanks , what about required fileds? i add required options by adding new field
At the moment I have not included the optional (required) fields, sorry.
This may be catered for in a future release.
Edit: This looks to be easy, will see what I can do.
gothicuser
07-20-2011, 01:39 PM
Functionally in 3.8?
Thanks!! 5 stars for you!
The Version for 3.8 can be found HERE (https://vborg.vbsupport.ru/showthread.php?t=259770&highlight=suite)
p.s. thankyou for the stars :D
doctorsexy
07-20-2011, 06:14 PM
Problem trying to install on 4.14.. i get this on the first template edit
The following error occurred when attempting to evaluate this template:
Unclosed Tag
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
any ideas... thanks
gothicuser
07-20-2011, 06:30 PM
Problem trying to install on 4.14.. i get this on the first template edit
The following error occurred when attempting to evaluate this template:
Unclosed Tag
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
any ideas... thanks
The only thing that springs to mind is if the second part of the template edit was missed which closes the <vb:if> tag.
doctorsexy
07-20-2011, 06:44 PM
its on the first part of the template edit.. on the header template
gothicuser
07-20-2011, 06:55 PM
its on the first part of the template edit.. on the header template
Parts 1 & 2 do the header template edit. You did both?
Another thing may be that vB4.1.4 may have a slight difference in the header template, not having looked at that version yet I don't have an answer.
I'll try my best to see if there is a problem in the morning.
Just had a look at the 4.1.4 header, no changes that would affect my edits. Installed just fine.
The only thing I recommend is to 'Revert' the header template and try adding the 2 template edits again.
By the way, was this on a modified header template??
doctorsexy
07-21-2011, 12:50 PM
Got it to work. sort of..but non of the images show up and the home page the logon/register
screen is all to the right but ok everywhere else .. no recaptcha.. for some reason not working,
tried all the settings..
will be good when all the kinks are straightened out...
Randomm
07-22-2011, 08:14 PM
tagged
FReeSTER
07-26-2011, 02:33 PM
Damn, this is great.............. But my problem is that my style is custom and pretty much I have no codes at the header but pretty much is all attach at the Navbar.
If you can help me make the edits I will be glad to donate for your time...
gothicuser
07-26-2011, 03:29 PM
Damn, this is great.............. But my problem is that my style is custom and pretty much I have no codes at the header but pretty much is all attach at the Navbar.
If you can help me make the edits I will be glad to donate for your time...
Shouldn't be a problem at all. If you can wait until either Thursday or Friday I will be issuing an updated package with modified, far easier and more flexible instructions, along with a couple more features.
Hakan39
07-26-2011, 04:42 PM
Thank you. Looks nice.
doctorsexy
07-26-2011, 05:16 PM
Shouldn't be a problem at all. If you can wait until either Thursday or Friday I will be issuing an updated package with modified, far easier and more flexible instructions, along with a couple more features.
Smashin...
radiofranky
07-26-2011, 10:23 PM
rev 4.14 patch 2 - not working. click on "register" still display regular registration form. No JQ
<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header">
<vb:if condition="$stylevar['titleimage']"><div><a name="top" href="{vb:link forumhome}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div><vb:else /><div> </div></vb:if>
<div id="toplinks" class="toplinks">
<vb:if condition="$show['member']">
<ul class="isuser">
<li><a href="login.php?{vb:raw session.sessionurl}do=logout&logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">{vb:rawphrase log_out}</a></li>
<vb:if condition="$show['registerbutton']">
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
</vb:if>
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase user_control_panel}</a></li>
<li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li>
<vb:if condition="$notifications_total">
<li class="popupmenu notifications" id="notifications">
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a>
<ul class="popupbody popuphover">
{vb:raw notifications_menubits}
</ul>
</li>
<vb:else />
<li class="popupmenu nonotifications" id="nonotifications">
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a>
<ul class="popupbody popuphover">
<li>{vb:rawphrase no_new_messages}</li>
<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
</ul>
</li>
</vb:if>
<li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_header}
</vb:if>
</ul>
{vb:raw template_hook.header_userinfo}
<vb:comment><p>{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</p></vb:comment>
<vb:else />
<ul class="nouser">
<vb:if condition="$show['registerbutton']">
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
</vb:if>
<li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">{vb:rawphrase help}</a></li>
<li>
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script>
<form id="navbar_loginform" action="login.php?{vb:raw session.sessionurl}do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, {vb:raw show.nopasswordempty})">
<fieldset id="logindetails" class="logindetails">
<div>
<div>
<input type="text" class="textbox<vb:if condition="!$username"> default-value</vb:if>" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" />
<input type="password" class="textbox" tabindex="102" name="vb_login_password" id="navbar_password" size="10" />
<input type="text" class="textbox default-value" tabindex="102" name="vb_login_password_hint" id="navbar_password_hint" size="10" value="{vb:rawphrase password}" style="display:none;" />
<input type="submit" class="loginbutton" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" />
</div>
</div>
</fieldset>
<div id="remember" class="remember">
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>
</div>
<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
<script type="text/javascript">
YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
vB_XHTML_Ready.subscribe(function()
{
//
YAHOO.util.Event.on('navbar_username', "focus", navbar_username_focus);
YAHOO.util.Event.on('navbar_username', "blur", navbar_username_blur);
YAHOO.util.Event.on('navbar_password_hint', "focus", navbar_password_hint);
YAHOO.util.Event.on('navbar_password', "blur", navbar_password);
});
function navbar_username_focus(e)
{
//
var textbox = YAHOO.util.Event.getTarget(e);
if (textbox.value == '<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>')
{
//
textbox.value='';
textbox.style.color='{vb:stylevar toplinks_form_input.color}';
}
}
function navbar_username_blur(e)
{
//
var textbox = YAHOO.util.Event.getTarget(e);
if (textbox.value == '')
{
//
textbox.value='<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>';
textbox.style.color='{vb:stylevar toplinks_form_input_defaultValue.color}';
}
}
function navbar_password_hint(e)
{
//
var textbox = YAHOO.util.Event.getTarget(e);
YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "none");
YAHOO.util.Dom.setStyle('navbar_password', "display", "inline");
YAHOO.util.Dom.get('navbar_password').focus();
}
function navbar_password(e)
{
//
var textbox = YAHOO.util.Event.getTarget(e);
if (textbox.value == '')
{
YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
}
}
</script>
</li>
<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_header}
</vb:if>
</ul>
</vb:if>
</div>
<div class="ad_global_header">
{vb:raw ad_location.global_header1}
{vb:raw ad_location.global_header2}
</div>
<hr />
</div>
FReeSTER
07-27-2011, 02:56 AM
Shouldn't be a problem at all. If you can wait until either Thursday or Friday I will be issuing an updated package with modified, far easier and more flexible instructions, along with a couple more features.
Life saver, thanks
gothicuser
07-28-2011, 04:37 AM
I have uploaded an updated package, hope it works :eek:
Included a couple of the other jQuery overlays from the original vB3 suite.
Still working on the damn tooltips.
gothicuser
07-28-2011, 05:18 AM
Damn, this is great.............. But my problem is that my style is custom and pretty much I have no codes at the header but pretty much is all attach at the Navbar.
Can you post or PM me a link to your site please?
doctorsexy
07-28-2011, 09:57 AM
Still the same as last time ..no images and if you log in on the cms its all wonky... all out side the box. but on the forum its ok . just no images....
gothicuser
07-28-2011, 11:59 AM
Still the same as last time ..no images and if you log in on the cms its all wonky... all out side the box. but on the forum its ok . just no images....
The only reason the images won't show is (obviously) if they can't be found.
In the CSS I gave all images root path (../) which means the folder with the images has got to be in the website root (as in /home/yoursite/public_html/).
Paths I used in the code (to fetch the libraries etc. ) is {vb:raw vboptions.homeurl} which in the vast majority of cases will also be the website root. The only instance where this could be different is if your site is hosted on a sub-domain, in which case let me know, along with the directory tree and I'll knock up a copy for you.
FReeSTER
07-28-2011, 01:17 PM
Can you post or PM me a link to your site please?
thank you mate, sent... :D
doctorsexy
08-03-2011, 06:42 PM
Working... had to put the style sheet in additional css... thank you :D
Sam-TheMaster
08-08-2011, 12:08 PM
I have installed on my board and works nice. still have some issue with post quote
I don't know how do it related with each other, but while uploading img folder to my forum's root. it asked me to overwrite transperant3.png or something similar to this.
Now I get black html background on quote in post and can not read any content.
see this image
https://vborg.vbsupport.ru/external/2011/08/61.png
This is same as background while we click on login/register button
gothicuser
08-08-2011, 01:37 PM
I have installed on my board and works nice. still have some issue with post quote
I don't know how do it related with each other, but while uploading img folder to my forum's root. it asked me to overwrite transperant3.png or something similar to this.
Now I get black html background on quote in post and can not read any content.
see this image
https://vborg.vbsupport.ru/external/2011/08/61.png
This is same as background while we click on login/register button
Could you tell me which theme you are using please?
Sam-TheMaster
08-09-2011, 04:06 AM
is Vbulletin Deafult 415 theme.
gothicuser
08-09-2011, 04:23 AM
is Vbulletin Deafult 415 theme.
Hm, thats intriguing. I have made sure that none of the images/image names I supply clash with anything from vBulletin default installation.
Sorry to be a pain, but could you upload or PM me a screenshot please?
gothicuser
08-10-2011, 05:05 AM
Just updated the package to Version 1.0
UPDATED:
1. Styling/CSS now fully compatible.
2. Two installation methods, simple and manual
3. Moved template specific <script> back into the templates for compatability.
ramil86
08-11-2011, 05:23 AM
i have a user profile field in registration, a question. How to show it up in your code? It'll not let me register until the question is answere. Urgently need this , thank you
gothicuser
08-11-2011, 05:35 AM
i have a user profile field in registration, a question. How to show it up in your code? It'll not let me register until the question is answere. Urgently need this , thank you
I have looked at applying additional fields, but have had a lot of problems while doing so, the styling issues I can overcome, but the coding side would take (me) some serious time to overcome.
Short answer: not for a while yet, sorry.
ramil86
08-11-2011, 05:36 AM
great mode, installed and nominated
ramil86
08-11-2011, 05:39 AM
ok got it working, used question as human verification, it works now. Thanks a lot for this great mode. One more question, how can i translate phrases?
gothicuser
08-11-2011, 06:37 AM
ok got it working, used question as human verification, it works now. Thanks a lot for this great mode. One more question, how can i translate phrases?
I'm afraid you will have to translate them manually.
Open the file 'jQt_LogReg_Product.xml' and towards the bottom of the file find <phrases>
They are all there.
Or
Download the seperate langauge file from HERE (http://www.vbbits.com/language_english.xml) (right-click, 'Save As') and edit them, then import them (over-writing the original).
ramil86
08-11-2011, 06:42 AM
That means if i translate i vis xml, i'll have only in one language?
ramil86
08-11-2011, 06:47 AM
i should import it as a language file, by overwriting my original English language right?
gothicuser
08-11-2011, 07:01 AM
i should import it as a language file, by overwriting my original English language right?
Yes
It will only overwrite the defined phrases.
I'm a little new to the phrases/translation thing, so bare with me please.
I think that if you translate the phrases in the XML file I linked to, then change the highlighted name in the line:
<language name="English (US)" vbversion="4.0.0" product="jqt_suite" type="phrase">
to reflect your language, you can then import it to the appropriate language.
Please, anyone with more knowledge please correct me if I'm wrong.
ramil86
08-11-2011, 07:55 AM
Thanks a lot, i'll try
ramil86
08-11-2011, 11:01 AM
Dear gothicuser, i wonder if we can have it as a popup window when people visit our website, not when the click the register button. I really need such function, visitors will see the current jquery window right after they visit the web site. Is it possible. Any help would be greatly appreciated. Thanks
ramil86
08-11-2011, 11:03 AM
the popup will be with the condition if a registered or not, maybe after a while it'll close itself or will have to be closed by the user with X button. Is it possible?
gothicuser
08-11-2011, 11:20 AM
Dear gothicuser, i wonder if we can have it as a popup window when people visit our website, not when the click the register button. I really need such function, visitors will see the current jquery window right after they visit the web site. Is it possible. Any help would be greatly appreciated. Thanks
Somebody else requested that. I will look into including that as an option I think.
Can't do much until Saturday, but watch this space.
ramil86
08-11-2011, 11:34 AM
Somebody else requested that. I will look into including that as an option I think.
Can't do much until Saturday, but watch this space.
Great, thanks a lot dear gothicuser . Looking forward to hearing from you
ramil86
08-11-2011, 01:10 PM
I have a problem with this mode and the mode i installed before. My mod is "Latest Threads Ticker [jQUery] " https://vborg.vbsupport.ru/showthread.php?t=262910&page=7 . Both requires code insertion into navbar template. When i insert them together on of them does not function.
This is the code of the mode to enter at the end of navbar template
<!--ticker-->
<div id="ticker-wrapper" class="no-js">
<ul id="js-news" class="js-hidden">
<script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js"></script>
<script type="text/javascript">
<!--
for (var i = 0; i < threads.length; i++)
{
document.write('<li><a href="{vb:raw vboptions.bburl}/showthread.php?t=' + threads[i]['threadid'] + '">' + threads[i]['title'] + '</a>' + ' ' + '<span style="color: red;">Posted By:</span>'+ ' ' + threads[i]['poster'] + '</a>' + '</li>');
}
//-->
</script>
</ul>
</div>
<!--ticker-->
This is the code of your great mode to enter in navbar template
{vb:raw template_hook.logreg_display}
How to make them no to conflict with each other. I'd love to use both of them. Please show me the way. Thanks
gothicuser
08-11-2011, 02:07 PM
How to make them no to conflict with each other. I'd love to use both of them. Please show me the way. Thanks
I will install this other mod on my test devbox and see if I can find a way to make them play nicely together.
You may have to wait until Saturday though.
ramil86
08-11-2011, 02:56 PM
You're so good my friend, thank you so much.I wish your mod would be the mod of the month with your new great upgrades. Can't way to see the new perfect version of this mod. Good luck
AttalaEA
08-12-2011, 02:06 AM
Dear gothicuser,
Thank you so much for this great mod, everything works fine except the logout button when i click on it the browser redirects to http://www.mywebsite.com/# and no popup shows up and stay logged in. [vBulletin 4.1.5 PL1][Note: I have set my homepage as Forums instead of the CMS]
I noticed that I can logout only while I am at my profile page only
Also I have a fixed width style, and when I resize the browser window to a smaller size the popup windows of registeration/login remains still at its place, why it doesn't move always centered with the website?
Also in IE9 the popup window always floats in the extreme left of the browser window not centered.
Finally how to add secuirty question to the registeration popup window?
Any help will be appreciated.
Thank You
gothicuser
08-12-2011, 04:36 AM
Hi
For the first problem, I have to ask a question. Do you have lots of mods installed?
If yes then to fix the problem you will need to go to your AdminCP/Plugins & Products/Plugin Manager and open 'jQt Suite Parse the Logout Template'
Change the execution order from '20' to maybe '60' or higher. That should get the logout button working again.
The positioning of the popup is defined in the main script library. I don't have access to IE9 so would be grateful for a screenshot please.
everything works fine except the logout button when i click on it the browser redirects to http://www.mywebsite.com/# and no popup shows up and stay logged in. [vBulletin 4.1.5 PL1][Note: I have set my homepage as Forums instead of the CMS]
I noticed that I can logout only while I am at my profile page only
Also I have a fixed width style, and when I resize the browser window to a smaller size the popup windows of registeration/login remains still at its place, why it doesn't move always centered with the website?
Also in IE9 the popup window always floats in the extreme left of the browser window not centered.
Finally how to add secuirty question to the registeration popup window?
Any help will be appreciated.
Thank You
AttalaEA
08-12-2011, 11:36 AM
Hi,
I do not have lots of mods installed, and I have changed it gradulaly til I have reach 120 in the execution order of 'jQt Suite Parse the Logout Template' but still doesn't work.
Also for IE9 When I click on Logout it redirects me to the content CMS page (note I have changed homepage to forum) and I have attached also an image for the alignment issue.
I can PM you with AdminCP login to check it out if you don't mind.
Thanks
131888
gothicuser
08-12-2011, 12:17 PM
This one confuses me.
I will have to investigate to see if changing the home page could make a difference, though off the top of my head I can't see how as the link I use to logout is lifted directly from the vB logout code, I made no alterations. Though the security I added could well have a bearing. I'll get back to you on that one as soon as I can.
As regards to the IE9 alignment, I will see what I can do. I know that sounds feeble, but I have never used IE9 and have no idea what is compatible.
e.g. I use 'margin:auto;' to centralise the popup, but does IE9 recognise that definition??
Hi,
I do not have lots of mods installed, and I have changed it gradulaly til I have reach 120 in the execution order of 'jQt Suite Parse the Logout Template' but still doesn't work.
Also for IE9 When I click on Logout it redirects me to the content CMS page (note I have changed homepage to forum) and I have attached also an image for the alignment issue.
Thanks
131888
AttalaEA
08-12-2011, 12:22 PM
This one confuses me.
I will have to investigate to see if changing the home page could make a difference, though off the top of my head I can't see how as the link I use to logout is lifted directly from the vB logout code, I made no alterations. Though the security I added could well have a bearing. I'll get back to you on that one as soon as I can.
As regards to the IE9 alignment, I will see what I can do. I know that sounds feeble, but I have never used IE9 and have no idea what is compatible.
e.g. I use 'margin:auto;' to centralise the popup, but does IE9 recognise that definition??
Yes It does recognize 'the margin:auto;' but do you need My AdminCP login to invetigate?
Thanks for your kind help, appreciated
ramil86
08-12-2011, 01:01 PM
I will install this other mod on my test devbox and see if I can find a way to make them play nicely together.
You may have to wait until Saturday though.
Hi. I finally managed to prevent the conflict between multiple jquery plugins.
Here's what i did:
The original code of my other mod with jquery:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script src="js/jquery.ticker.js" type="text/javascript"></script>
<script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js"></script>
<script type="text/javascript">
$(function () {
$('#js-news').ticker();
});
</script>
3- Open additional.css template
4- At the end of the template ADD the following code:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/* StatorLatest Threads Ticker */
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#ticker-wrapper * {
margin-left: auto;
margin-right: auto;
}
I just added var $j = jQuery.noConflict(); code to my script and used $j = instead of $ =
the final code to prevent conflicts
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script src="js/jquery.ticker.js" type="text/javascript"></script>
<script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js"></script>
<script type="text/javascript">
var $j = jQuery.noConflict();
$j(function () {
$j('#js-news').ticker();
});
</script>
ramil86
08-12-2011, 01:03 PM
Great, thanks a lot dear gothicuser . Looking forward to hearing from you
Will u include facebook connect button in your future release? Or could you please show us how to include fconnect function to your mod. Thank you
gothicuser
08-12-2011, 04:16 PM
Hi. I finally managed to prevent the conflict between multiple jquery plugins.
Thank you very much for sharing this, very useful indeed.
gothicuser
08-12-2011, 07:14 PM
Finally how to add secuirty question to the registeration popup window?
I have set it up to work with all three Human Verification methods, (Image, Recaptcha and Question/answer) and it is working for me in a fresh install of vB.
When I look into your AdminCP I'll see if there's a problem friend.
duketxboy
08-12-2011, 08:06 PM
Is it possible just to add the register part if I already have a twitter style log in?
AttalaEA
08-13-2011, 03:21 PM
For those that have the IE9 issue, where the overlay is not centred, please download and unpack the attachment 'jquery.tools.min-all.js.zip' then upload it to your 'jqt_suite' folder, overwriting the original.
Thank you very much for your help that is working great now except very small issue that the login popup windows it opens initially very fine but after it opens it stretches itself to the right side and it looks very elongated. Any Suggestions.
Thanks
hivitro
08-14-2011, 06:22 AM
Its look nice, i will try
ramil86
08-15-2011, 07:14 AM
Any updates for facebook connect button intergration?
ramil86
08-15-2011, 07:47 AM
Somebody else requested that. I will look into including that as an option I think.
Can't do much until Saturday, but watch this space.
any progress dear gothicuser?
gothicuser
08-16-2011, 04:26 AM
any progress dear gothicuser?
Sorry to have been so long in replying.
I have been trying to get the Facebook button working last evening and this morning, without any success at all.
One of the edits I made killed my forums, so that was obviously not quite right :(
Will persevere and let you know as soon as there is any news.
kishorprins
08-21-2011, 05:21 PM
I have a really odd problem ... I am using a custom style and every time I try to add the "Login/Register" button, my whole navbar is misplaced.
This only occurs when I try to change this code:
<ul class="nouser">
<vb:if condition="$show['registerbutton']">
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
</vb:if>
to the one provided in the instructions.
GamersChallenge
08-21-2011, 06:33 PM
great mod, can you maybe add for your next version forgotten password and user can also login using email? there is already a mod here that lets users login with email however it doesn't work with your mod. thank you so much for your time and effort helping the vb community
gothicuser
08-21-2011, 07:11 PM
I have a really odd problem ... I am using a custom style and every time I try to add the "Login/Register" button, my whole navbar is misplaced.
This only occurs when I try to change this code:
<ul class="nouser">
<vb:if condition="$show['registerbutton']">
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
</vb:if>
to the one provided in the instructions.
The only thing I can suggest off the top of my head is to just change the <li> bit thus:
Replace this:
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>With this:
<li><a href="#" rel="#sheet" id="see">Log In/Register</a></li>
(this will turn the 'switch' off, but if it does work I'll sort something out)
If that still causes problems then maybe the custom style has an element identifier of 'see', in which case let me know and again, I'll try to sort something out.
Sorry to sound so vague, but it's Sunday night, and I'm kn*cke*ed!
great mod, can you maybe add for your next version forgotten password and user can also login using email? there is already a mod here that lets users login with email however it doesn't work with your mod. thank you so much for your time and effort helping the vb community
The forgotten password I should have installed from the beginning, my bad. The login with Email I have tried, without much success, but (hopefully) watch this space.
GamersChallenge
08-21-2011, 07:27 PM
here is a mod that allows to login with the email, maybe you can integrate to work with this mod?
https://vborg.vbsupport.ru/showthread.php?t=264192
kishorprins
08-22-2011, 11:01 AM
The only thing I can suggest off the top of my head is to just change the <li> bit thus:
Replace this:
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>With this:
<li><a href="#" rel="#sheet" id="see">Log In/Register</a></li>
(this will turn the 'switch' off, but if it does work I'll sort something out)
If that still causes problems then maybe the custom style has an element identifier of 'see', in which case let me know and again, I'll try to sort something out.
Sorry to sound so vague, but it's Sunday night, and I'm kn*cke*ed!
The forgotten password I should have installed from the beginning, my bad. The login with Email I have tried, without much success, but (hopefully) watch this space.
That certainly did the trick :)! I have planned some customization; I've been working on some better buttons and changing the layout (e.g moving he "Remember me" option to the right). Hope you do not mind adding these "improvements".
Edit:
Where is the javascript for the close (the "X" image) for the pop up?
gothicuser
08-23-2011, 03:45 AM
Hope you do not mind adding these "improvements".
Where is the javascript for the close (the "X" image) for the pop up?
For the first part, improve ahead, no problems from me at all :)
The scripting for the close button is in the main jQuery library itself. Called by the
<a class="close"></a>
Good to hear the 'fix' worked, thankyou for letting me know.
kishorprins
08-23-2011, 11:01 AM
For the first part, improve ahead, no problems from me at all :)
The scripting for the close button is in the main jQuery library itself. Called by the
<a class="close"></a>
Good to hear the 'fix' worked, thankyou for letting me know.
I really can't use that since I will be using the default image. Even if I were to change the CSS and image, the jquery is setting the position. I want to use a custom image to close but it seems to be not possible.
gothicuser
08-23-2011, 11:39 AM
I really can't use that since I will be using the default image. Even if I were to change the CSS and image, the jquery is setting the position. I want to use a custom image to close but it seems to be not possible.
No, the CSS fixes the image and position.
/* default close button positioned on upper right corner */
.close {
background-image:url(images/img/close.png);
position:absolute; right:0px; top:0px;
cursor:pointer;
height:35px;
width:35px;
}
The line 'position:absolute; right:0px; top:0px;' fixes the position to the top right.
This can be changed or omitted to suite your needs.
kishorprins
08-23-2011, 01:46 PM
No, the CSS fixes the image and position.
/* default close button positioned on upper right corner */
.close {
background-image:url(images/img/close.png);
position:absolute; right:0px; top:0px;
cursor:pointer;
height:35px;
width:35px;
}
The line 'position:absolute; right:0px; top:0px;' fixes the position to the top right.
This can be changed or omitted to suite your needs.
Well this is really odd. I removed the positioning for the close block and edited the picture like so:
.close {
background-image:url(images/c.png);
cursor:pointer;
}
This my code for the jqt logout template:
<vb:if condition="$vboptions['jqt_suite_markread'] == '0'">
<script src="{vb:raw vboptions.bburl}/jqt_suite/jquery.tools.min-all.js" type="text/javascript"></script>
</vb:if>
<vb:if condition="$vboptions['storecssasfile']">
{vb:cssfile jqtsuite_yesno.css}
<vb:else />
{vb:cssfile jqtsuite_yesno.css}
</vb:if>
<!-- Start of Logout Dialog -->
<div id="shuut">
<div style="display: block;" class="pane" id="pane11">
<div class="lrtop">
<div class="mlr">
Log Out
</div>
<p style="text-align:center;">Do you really want to leave so soon? </p>
<br />
<p style="text-align:center;" class="high">
<!--<input type="submit" value="Log Out?" class="rounded" /> -->
<a href="login.php?{vb:raw session.sessionurl}do=logout&logouthash={vb:raw bbuserinfo.logouthash}"><img alt="Accept" src="images/a.png"></img></a>
<a class="close"></a>
</p>
</div>
</div>
</div>
<script>
$(document).ready(function() {
$("#myfirm").validator({
message: '<div><em/></div>',
position: 'top left',
offset: [3, 40]
});
// overlay with masking. when overlay is loaded or closed we hide error messages if needed
$("#suu").overlay({mask: '#000', speed: 'slow', fixed: false}).bind("onBeforeClose", function(e) {
$(".error").hide();
});
});
</script>
<!-- End of Logout Dialog -->
I changed the css file, added a "accept" button and I want to ad the close button next to the accept button but ... This is my outcome (please see attached picture).
gothicuser
08-23-2011, 02:06 PM
Give me a couple of minutes
kishorprins
08-23-2011, 02:12 PM
Give me a couple of minutes
It seems to be the logregister template. Since that is also being called, the CSS for the close element positioning is being set.
gothicuser
08-23-2011, 02:33 PM
It seems to be the logregister template. Since that is also being called, the CSS for the close element positioning is being set.
Right, the CSS you have to edit is the jqt_suite.css template (inside the CSS template list)
I managed (with some fiddling) to position the close image pretty accurately, though remember that a: the '<a class="close"></a>' is kept, as that is what the jQt script is polling for, b: you must keep the 'absolute' and c: any changes to the CSS will effect all three templates. (logout, markread and logreg).
Keeping that in mind I made changes along the lines of:
position:absolute; right:80px; bottom:25px;
Experiment and let me know.
p.s. reading back over this glased my eyes, if you understand it, you're a better person than me :o
kishorprins
08-23-2011, 02:42 PM
Right, the CSS you have to edit is the jqt_suite.css template (inside the CSS template list)
I managed (with some fiddling) to position the close image pretty accurately, though remember that a: the '<a class="close"></a>' is kept, as that is what the jQt script is polling for, b: you must keep the 'absolute' and c: any changes to the CSS will effect all three templates. (logout, markread and logreg).
Keeping that in mind I made changes along the lines of:
position:absolute; right:80px; bottom:25px;
Experiment and let me know.
p.s. reading back over this glased my eyes, if you understand it, you're a better person than me :o
Let me decode that ...
Keep the '<a class="close"></a>' where it is, then I need to keep the absolute positioning in the CSS file and all changes that I make to the CSS file effects all three templates.
Thanks for the help :).
gothicuser
08-23-2011, 02:45 PM
Let me decode that ...
Keep the '<a class="close"></a>' where it is, then I need to keep the absolute positioning in the CSS file and all changes that I make to the CSS file effects all three templates.
Thanks for the help :).
Ignore the CSS file, it's the CSS TEMPLATE you need to edit.
You're welcome.
kishorprins
08-23-2011, 02:51 PM
Ignore the CSS file, it's the CSS TEMPLATE you need to edit.
You're welcome.
I have a question, is it not possible to do a vb/if tag to see which conditions are met then render the CSS, or would the template still be rendered?
Edit: My idea for the vb/if decision tags worked like a charm.
Just wrapped this around the logout template:
<vb:if condition="$bbuserinfo[userid] != 0"></vb:if>
Works like a charm!
ramil86
08-25-2011, 12:36 PM
thanks for the update. Super mode.
kishorprins
08-25-2011, 02:07 PM
Sorry to bother you again, but would you by any chance have the idea of aadding custom profile field support?
gothicuser
08-25-2011, 02:10 PM
Sorry to bother you again, but would you by any chance have the idea of aadding custom profile field support?
I had hoped to include this in the latest update, but it's proving a little bit of a minefield (for me, at any rate) So hopefully next time, sorry.
I am currently working on it.
GamersChallenge
08-27-2011, 04:39 AM
version 1.2b, when i click on log out, nothing happens, doesn't log out.
also do you think maybe for your next version you can add a a small txt area with a scrollbar for the site rules above the agree check box?
another thing I would love to have is a privacy policy and TOS popup page just like the popups pages in this mod.
thanx again for your time, keep up the good work.
gothicuser
08-27-2011, 05:16 AM
version 1.2b, when i click on log out, nothing happens, doesn't log out.
Go to AdminCP/Plugins & Products/Plugin Manager/jQt Suite Parse the Logout Template
change the Execution order to a (much) higher number, it has to load late in the scheme of things.
also do you think maybe for your next version you can add a a small txt area with a scrollbar for the site rules above the agree check box?
another thing I would love to have is a privacy policy and TOS popup page just like the popups pages in this mod.
The first one I will look at the feasability, the popup needs to open comfortably on the smallest popular screen resolution, so I'm trying not to overload it.
The second one(s) I like the sound of. I can achieve those with a simple overlay, though they'll have to join the queue.
Thanks for the feedback. :)
ramil86
09-10-2011, 09:50 AM
Dear Gothicuser, any updates for the "pop up" function that you had promissed to include in the comming version? I basically need the register/login window to pop up as soon as users enter the cms home page or forum page. Thank you in advance
gothicuser
09-10-2011, 11:40 AM
Dear Gothicuser, any updates for the "pop up" function that you had promissed to include in the comming version? I basically need the register/login window to pop up as soon as users enter the cms home page or forum page. Thank you in advance
Currently I am totally rewriting the vB3 version, adding bits and big improvements.
As soon as that is finished I will do the same for the vB4 version.
At the moment I have no idea of a time frame, though it should be within days rather than weeks.
gothicuser
10-22-2011, 04:45 AM
Just uploaded Version 2.0 beta, which now includes the tooltips and alternative themes and a few fixes.
I have created the 'auto-popup' feature for the Log-In / Register element, but am having trouble implementing the session cookie (we don't want it to open on every page refresh, do we?) Anyone with any ideas please PM me.
ramil86
10-23-2011, 09:16 AM
Maybe you need to use conditionals like if registered..
gothicuser
10-23-2011, 10:21 AM
Maybe you need to use conditionals like if registered..
Yes, that works, but still with every page refresh the overlay will still appear for guests. :(
I really hope that with the amount of work this coder has put in for the extra options you all have asked for and he has done you have the decency to send him some money for his time to his paypal account. It's one thing for a coder to supply a working mod it's another thing to continue to add to the mod options he or she never intended on supplying with the mod just to make you all happy.
thecore762
10-23-2011, 08:52 PM
This looks very promising, I just wish vB would incorporate such option in the future versions. anyways thanks for making this, will test it out.
tpearl5
11-04-2011, 05:22 PM
This is almost exactly what I was looking for.
If you get v2 rounded out I'll be sure to donate for your trouble!
gothicuser
11-04-2011, 05:47 PM
This is almost exactly what I was looking for.
If you get v2 rounded out I'll be sure to donate for your trouble!
Many thanks for that :D
v2 is there bar the dotting of the T's and crossing of the i's :rolleyes:
tpearl5
11-04-2011, 08:18 PM
Yeah, I want to make sure this is as light weight as possible since I'm not looking to increase my page load time.
gothicuser
11-04-2011, 09:13 PM
Yeah, I want to make sure this is as light weight as possible since I'm not looking to increase my page load time.
It's only the tooltips that have any noticeable effect, though it's micro as opposed to mili-seconds.
smirkley
11-04-2011, 09:59 PM
Just a suggestion,..
All the images should be located under one directory.
ie: /images/jQt_images/
Right now some images must be located in forum root and the /img/ directory must be located in forum root AND /images/ directory, to work properly.
Using v2
Btw,... love the way this works and looks!
smirkley
11-05-2011, 02:28 AM
edit to add - can this also be made to work in search results?
I tried and kinda got it to work, but it doesnt position properly like in forumlists.
gothicuser
11-05-2011, 05:21 AM
Just a suggestion,..
All the images should be located under one directory.
ie: /images/jQt_images/
Right now some images must be located in forum root and the /img/ directory must be located in forum root AND /images/ directory, to work properly.
Yeah, really, really sorry for that, this is the main fix coming out this morning. My bad.
Btw,... love the way this works and looks!
Thankyou
doctorsexy
11-05-2011, 11:41 AM
Getting error on install
XML Error: XML_ERR_NAME_REQUIRED at Line 5
gothicuser
11-05-2011, 12:16 PM
Getting error on install
XML Error: XML_ERR_NAME_REQUIRED at Line 5
Dammit all, in my haste I made typo :(
re-download and try the new product file please.
victorvu
11-05-2011, 06:16 PM
I must say that it is a awesome mode, but could not install as instructed. Maybe, I am the slowest! Please read below for my confusion:
Below is your direction to modify php code in the header, as highlighted in RED:
"
To stun the original Register button into submission:
Find:
PHP Code:
<li>
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script>
and ADD before:
PHP Code:
<!--
"
What do you mean by the statement above? You use the word "before" and I am not sure I understand that. The word "before" means to me, as below:
<!---
<li>
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script>
If that is not the meaning, then the phrase "in front of" each php code, as below:
<!--- <li> -->
<!--- <script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script> -->
Then Find:
PHP Code:
}
}
</script>
</li>
and ADD after:
PHP Code:
-->
Again, what do you mean by "after"? You mean as shown below, aren't you?
}
}
</script>
</li> --->
OR
<!--- } --->
<!--- } --->
<!--- </script> --->
<!--- </li> --->
Please verify this as shown above . Thank you .
Victor:confused:
gothicuser
11-05-2011, 06:58 PM
I must say that it is a awesome mode, but could not install as instructed.
Please verify this as shown above . Thank you .
Victor:confused:
I'd be interested to know which browser you used to view the docs? They have embedded script that works fine in all the usual ones, but if you download the attached file I have included the non-script version of the Docs for you.
smirkley
11-05-2011, 11:49 PM
edit to add - can this also be made to work in search results?
I tried and kinda got it to work, but it doesnt position properly like in forumlists.
Still working on a search result but I dont know how to position the floater like in the thread list pages. I dunno.
Question on the add-on profile bit: I have noticed that my awaiting confirmation usergroup in mini profile (legacy) It just outputs the script text and doesnt render the popup.
I run a script that occasionaly tests member emails for being valid, and bounces get booted to the awaiting confirmation membergroup. But their posts stay published and as result, mini-profiles in posts for these members still exist.
gothicuser
11-06-2011, 05:17 AM
Still working on a search result but I dont know how to position the floater like in the thread list pages. I dunno.
I'll look at this later this morning.
Question on the add-on profile bit: I have noticed that my awaiting confirmation usergroup in mini profile (legacy) It just outputs the script text and doesnt render the popup.
I run a script that occasionaly tests member emails for being valid, and bounces get booted to the awaiting confirmation membergroup. But their posts stay published and as result, mini-profiles in posts for these members still exist.
I tried this, moved a couple of users to 'Awaiting Confirmation', but what happens in my forums is that their Avatar goes as well, so nothing happens.
What I may try is to give it a 'if is member' conditional in the code itself.
I'll experiment this morning and let you know the results.
gothicuser
11-06-2011, 06:01 AM
Still working on a search result but I dont know how to position the floater like in the thread list pages. I dunno.
Attached is a quicky fix.
The file in the archive is my entire 'search_threadbit' template.
You'll see at the beginning and end where I have added the tooltip. It returns the same tooltip as in the threadbit (for me :) )
You can edit the position of the tooltip if you open the file '/jqt_suite/jqt_suite_black/white_css.js' where it says:
"offset: [14, -20],"
This is the offset from the mouse pointer as zero.
Hope this is of some assistance friend :)
gothicuser
11-06-2011, 06:15 AM
Question on the add-on profile bit: I have noticed that my awaiting confirmation usergroup in mini profile (legacy) It just outputs the script text and doesnt render the popup.
I run a script that occasionaly tests member emails for being valid, and bounces get booted to the awaiting confirmation membergroup. But their posts stay published and as result, mini-profiles in posts for these members still exist.
I have been unable to replicate this at all :(
When the script moves them to the 'Awaiting Confirmation' group is this a modified group? does it retain avatars?
Is the script you use publicly available from here?
Let me know please (PM works for me if you want)
smirkley
11-06-2011, 03:48 PM
Thanks, will try the search results later.
My awaiting group does allow for avatars, but the group can no longer post, until they update their email again. It is basically the same awaiting confirmation group that comes out of the box from vb, but some things like avatars still retain.
The script isnt anything big really, it just moves the member into a different member group, in my case, the awaiting group.
Now, when a member has posts, and is moved to this group, the avatars still show in posts for them, but the script that makes your popups show up, just shows up as plain script immediatly following the displayed avatar.
This is the code displayed, in blue is the avatar(avatar shows) and username of member in text
*avatar*username</h3> <h4></h4> <p class="borderbottom">Member Details</p> <p class="details2">Currently Offline</p> <p class="details2">Join Date: Jul 2005</p> <p class="details2"></p> <p class="details2"></p> <p class="details2">Posts: 414</p> <p class="details2">Last Online: 08-28-2006 @ 09:01 AM</p> </td> </tr> </table>" class="jqt_postbit_tooltip_trigger" />
gothicuser
11-06-2011, 03:53 PM
Now, when a member has posts, and is moved to this group, the avatars still show in posts for them, but the script that makes your popups show up, just shows up as plain script immediatly following the displayed avatar.
Will knock up a conditional for you. Though it'll have to be a little later, just been commanded into Sunday tea (big affair in the missus head :rolleyes: )
smirkley
11-06-2011, 07:07 PM
Will knock up a conditional for you. Though it'll have to be a little later, just been commanded into Sunday tea (big affair in the missus head :rolleyes: )
lol,.. you better do the right thing !
btw - setup the search result, and it works great. Just gotta make some small changes to work for the blog posts and goups that show up in search results, but that is minor. Will let you know.
gothicuser
11-06-2011, 08:54 PM
Smirkley, this is driving me crazy. I can add conditional to show tooltip to members only, to usergroup(s) etc. I can add a conditional to turn avatar off for a usergroup (i.e. Awaiting Thingy). I cannot seem to find a conditional to show avatar, but NOT trigger tooltip.
Leave it with me, I'll try to find some time in the morning before work encroaches into my life.
smirkley
11-06-2011, 10:25 PM
I cannot seem to find a conditional to show avatar, but NOT trigger tooltip.
Just to clarify, I want the avatar to stay showing, but I want the tooltip to also show for Awaiting Confirmation group, instead of just the script text.
I can pm you a link to see what is going on my site if you like.
Thanks for your efforts.
gothicuser
11-07-2011, 04:41 AM
I can pm you a link to see what is going on my site if you like.
Yes please
tpearl5
11-11-2011, 01:43 PM
Did you ever figure out the thing with the session cookie?
Also, I wouldn't want to load tooltips for guests as it sounds like it would be very expensive. Is there an option to turn this on/off by usergroup?
gothicuser
11-11-2011, 04:10 PM
Did you ever figure out the thing with the session cookie?
Not yet, been too busy at work, sorry.
Also, I wouldn't want to load tooltips for guests as it sounds like it would be very expensive. Is there an option to turn this on/off by usergroup?
Not per usergroup, though thats a damn good idea.... added to my todo_soon list.
FReeSTER
11-12-2011, 03:07 PM
hello gothi, did you upgrade it to work together with vsa advance registration mod?
smirkley
11-15-2011, 04:45 PM
I'll look at this later this morning.
I tried this, moved a couple of users to 'Awaiting Confirmation', but what happens in my forums is that their Avatar goes as well, so nothing happens.
What I may try is to give it a 'if is member' conditional in the code itself.
I'll experiment this morning and let you know the results.
For a quick fix, I moved all usergroup members from awaiting to regular member via promotion, which fixed that problem.
But while verifying that was fixed, I noticed it also does it for the banned members too.
I have checked the usergroup settings and cant change anything to fix tthis.
smirkley
11-24-2011, 01:49 AM
Just checking back, any solutions for the banned group?
Can I add a conditional to the script so the popup doesnt show in mini profiles if the person is banned?
gothicuser
11-24-2011, 03:39 AM
Just checking back, any solutions for the banned group?
Can I add a conditional to the script so the popup doesnt show in mini profiles if the person is banned?
I'm really sorry, I haven't forgotten. I have taken on far, far too much work this past couple of week, barely got time to sleep.
Will devote all my energies to it this weekend.
Winter Sonata
11-25-2011, 03:17 AM
Any chance this will work on 402 ?
Looks promising, thanks alot!
Demo ?
Gemma
11-26-2011, 04:16 PM
Thanks gothicuser, works great :)
gothicuser
11-26-2011, 08:14 PM
Any chance this will work on 402 ?
Yep
Looks promising, thanks alot!
Demo ?
I would normally have it installed on my site, but I started an upgrade 2 weeks ago, and Murphy's law kicked in...... I haven't had a day off work since then.
When I finally finish this marathon of work (damn soon I hope) I will complete the upgrade in re-install the demo(s).
smirkley
12-01-2011, 12:02 PM
gothicuser,.. firstly, thanks, this really dresses up the functionality of my forums.
I am in the process of fine tuning this for my layout, so if I post a question or a bug report, they are just me trying to finish it up.
Hey, I use the add-on you gave for the search results, and I like the positioning of the popup.
But I wish to move the other thread list popups to position more to the right also. I would just like to position the popup to the right of the mouse pointer instead of above the pointer as it is currently.
Where do I tweak the settings to move it over a bit.
Thanks again.
gothicuser
12-01-2011, 01:00 PM
But I wish to move the other thread list popups to position more to the right also. I would just like to position the popup to the right of the mouse pointer instead of above the pointer as it is currently.
Where do I tweak the settings to move it over a bit.
Thanks again.
To edit the position of the tooltip you need to open one of the css.js files (depending on which theme you use, either the 'jqt_suite_black_css.js' or 'jqt_suite_white_css.js')
The positioning is controlled where you see the line
offset: [14, -20],
x coordinate fist, then y
They are fiddly to get right. You just need to experiment.
The block you need to find will be the
// Tooltip for threadbits
$("td.jqt_threadbit_tooltip_trigger[title]").tooltip({
tipClass:'jqt_threadbit_tooltip_white',
offset: [14, -20],
effect: 'slide',
predelay: '500',
slideInSpeed: 500,
slideOutSpeed: 400,
slideOffset: 20
}).dynamic({ bottom: { direction: 'down', bounce: true } });
or
// Tooltip for threadbits number 2 (vB4)
$("div.jqt_threadbit_tooltip_trigger2[title]").tooltip({
tipClass:'jqt_threadbit_tooltip_white',
offset: [14, -20],
effect: 'slide',
predelay: '500',
slideInSpeed: 500,
slideOutSpeed: 400,
slideOffset: 20
}).dynamic({ bottom: { direction: 'down', bounce: true } });
You'll have to experiment.
qpurser
12-01-2011, 02:22 PM
I just installed your mod and really like professional look of it. Great job!!
However I have a couple issues:
The thread tooltip shows up fine but it still shows also the "standard" popup from vBulletin when hovering over a thread. How can I turn the "standard" popup off?
Did the modifications also for the postbit as instructed but my postbit looks like this now as shown in the attachment
Thanks for any help
Michael
gothicuser
12-01-2011, 04:28 PM
However I have a couple issues:
The thread tooltip shows up fine but it still shows also the "standard" popup from vBulletin when hovering over a thread. How can I turn the "standard" popup off?
That shouldn't happen, doing the template edit the original 'title=""':
<div class="threadinfo" title="{vb:raw thread.preview}">
is replaced by the edit:
<div class="threadinfo">
so hiding the original tip.
Did the modifications also for the postbit as instructed but my postbit looks like this now as shown in the attachment
Looked at your postbit piccy, but the only time I saw that was when another mod was clashing with mine. Do you have any other add-ons that use script (jquery or mootools)?
qpurser
12-01-2011, 05:23 PM
That shouldn't happen, doing the template edit the original 'title=""':
<div class="threadinfo" title="{vb:raw thread.preview}">
is replaced by the edit:
<div class="threadinfo">
so hiding the original tip.
Nope..That is not the issue. I commented out the original Title as you can see
Here is the code I have now in my "threadbit"
<!-- <div class="threadinfo" title="{vb:raw thread.preview}"> -->
<vb:if condition="$vboptions['jqt_threadbits_tooltip_on']">
<div class="threadinfo">
<div class="jqt_threadbit_tooltip_trigger2" title="<table class="threadbit_tooltip">
<tr>
<td class="avatar_blok">
<img src="{vb:raw thread.avatarurl}" border="0"style="max-width:80px;min-width:60px; max-height:90px;" />
</td>
<td class="user_detail">
<p class="borderbottom"><i>Preview</i></p>
<p class="details2">{vb:raw thread.preview}</p>
<h5>Started by: {vb:raw thread.postusername}, {vb:raw thread.lastpostdate} {vb:raw thread.lastposttime}</h5>
</td>
</tr>
</table>">
<vb:else />
<div class="threadinfo" title="{vb:raw thread.preview}">
</vb:if>
smirkley
12-02-2011, 12:03 AM
Did the modifications also for the postbit as instructed but my postbit looks like this now as shown in the attachment
This looks like the same problem with mine, except for mine only does this with banned and awaiting confirmation members with posts.
smirkley
12-02-2011, 12:45 AM
To edit the position of the tooltip you need to open one of the css.js files (depending on which theme you use, either the 'jqt_suite_black_css.js' or 'jqt_suite_white_css.js')
The positioning is controlled where you see the line
offset: [14, -20],
x coordinate fist, then y
They are fiddly to get right. You just need to experiment.
The block you need to find will be the
// Tooltip for threadbits
$("td.jqt_threadbit_tooltip_trigger[title]").tooltip({
tipClass:'jqt_threadbit_tooltip_white',
offset: [14, -20],
effect: 'slide',
predelay: '500',
slideInSpeed: 500,
slideOutSpeed: 400,
slideOffset: 20
}).dynamic({ bottom: { direction: 'down', bounce: true } });
or
// Tooltip for threadbits number 2 (vB4)
$("div.jqt_threadbit_tooltip_trigger2[title]").tooltip({
tipClass:'jqt_threadbit_tooltip_white',
offset: [14, -20],
effect: 'slide',
predelay: '500',
slideInSpeed: 500,
slideOutSpeed: 400,
slideOffset: 20
}).dynamic({ bottom: { direction: 'down', bounce: true } });
You'll have to experiment.
Thank you !!
I played with it awhile, and got ther threadlist tooltip to position properly where I wanted it.
Sweet!
But I did notice that the search_threadbit tooltip is positioned even further the distance to the right now. Like it was in the middle for some reason oem, and when I moved the position offset for threadlist, it moved the offset even further the same distance to the right.
A note, I used your search_threadbit that you posted.
smirkley
12-02-2011, 12:58 AM
Sorry for the bump,..
But I hafta ask one more question. can this be applied to forumlists so I can have the forum description popup in a tooltip?
Thanks for everything in this!
thedarkroom
12-02-2011, 04:48 PM
hi friend great mod, but im having troubles with my header i think, i follow the edit instructions but is not showing the "Log in/register" button :( this is my header and my navbar
Header:
<li class="threadbit {vb:raw thread.statusstring}<vb:if condition="$show['paperclip']"> attachments</vb:if><vb:if condition="!$thread['postuserid'] AND !$thread['del_userid']"> guest</vb:if><vb:if condition="$thread['moderatedprefix']"> unapproved</vb:if>" id="thread_{vb:raw thread.realthreadid}">
<div class="rating{vb:raw thread.rating}<vb:if condition="$thread['sticky']"> sticky<vb:else /> nonsticky</vb:if>">
<div class="threadinfo" title="{vb:raw thread.preview}">
<!-- status icon block -->
<a class="threadstatus" rel="vB::AJAX" <vb:if condition="$show['threadcount']">title="{vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw thread.dot_count}, {vb:raw thread.dot_lastpost}}"</vb:if>></a>
<!-- title / author block -->
<div class="inner">
<h3 class="threadtitle">
<vb:if condition="$show['gotonewpost']"><a href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_newpost}, 'threadid', 'threadtitle'}" id="thread_gotonew_{vb:raw thread.realthreadid}"><img class="gotonewpost" src="{vb:stylevar imgdir_button}/firstnew.png" alt="{vb:rawphrase go_to_first_new_post}" /></a>
</vb:if>
<vb:if condition="$show['threadicon']">
<img src="{vb:raw thread.threadiconpath}" alt="{vb:raw thread.threadicontitle}" border="0" />
</vb:if>
<vb:if condition="$thread['sticky']">
<img src="{vb:stylevar imgdir_misc}/sticky.gif" alt="{vb:rawphrase sticky_thread}" />
</vb:if>
<vb:if condition="$thread['movedprefix'] OR $thread['typeprefix'] OR $thread['moderatedprefix'] OR $thread['prefix_rich']">
<span class="prefix understate">
{vb:raw thread.movedprefix}
{vb:raw thread.typeprefix}
{vb:raw thread.moderatedprefix}
{vb:raw thread.prefix_rich}
</span>
</vb:if>
<a class="title<vb:if condition="$show['gotonewpost']"> threadtitle_unread</vb:if>" href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo}, 'threadid', 'threadtitle'}" id="thread_title_{vb:raw thread.realthreadid}">{vb:raw thread.threadtitle}</a>
</h3>
<div class="threadmeta">
<div class="author">
<vb:if condition="$show['rmanage']">
<span class="rmanage"><a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}postings.php?{vb:raw session.sessionurl}do=editthread&t={vb:raw thread.redirectthreadid}">{vb:rawphrase manage}</a></span>
</vb:if>
<vb:if condition="!$show['detailedtime']">
{vb:rawphrase started_by_x_y_z_a, {vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}, {vb:raw thread.postusername}, {vb:raw thread.startdate}, {vb:raw thread.starttime}, {vb:stylevar dirmark}}
<vb:else />
{vb:rawphrase started_by_x_y_z, {vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}, {vb:raw thread.postusername}, {vb:raw thread.startdate}, {vb:stylevar dirmark}}
</vb:if>
<vb:if condition="$show['unsubscribe']">
<a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}newreply.php?{vb:raw session.sessionurl}do=newreply&t={vb:raw thread.threadid}" rel="nofollow">{vb:rawphrase reply}</a>
| <a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}subscription.php?{vb:raw session.sessionurl}do=removesubscription&return=uc p&t={vb:raw thread.threadid}" rel="nofollow">{vb:rawphrase unsubscribe}</a>
</vb:if>
<vb:if condition="$thread['pagenav']">
<dl class="pagination" id="pagination_threadbit_{vb:raw thread.realthreadid}">
<dt class="label">{vb:raw thread.totalpages} {vb:rawphrase pages} <span class="separator">•</span></dt>
<dd>
{vb:raw thread.pagenav}
<vb:if condition="$show['pagenavmore']"> <span class="separator">...</span> <span><a href="{vb:raw thread.lastpagelink}">{vb:raw thread.totalpages}</a></span></vb:if>
</dd>
</dl>
</vb:if>
</div>
</div>
</div>
<!-- iconinfo -->
<div class="threaddetails td">
<div class="threaddetailicons">
<vb:if condition="$show['taglist']">
<img src="{vb:stylevar imgdir_misc}/tag.png" alt="{vb:raw thread.taglist}" />
</vb:if>
<vb:if condition="$show['rexpires']">
<img src="{vb:stylevar imgdir_misc}/expires.gif" alt="{vb:rawphrase expires_on_x_y, {vb:raw thread.expiredate}, {vb:raw thread.expiretime}}" />
</vb:if>
<vb:if condition="$show['moderated']">
<img src="{vb:stylevar imgdir_misc}/moderated_small.gif" alt="{vb:rawphrase x_moderated_posts, {vb:raw thread.hiddencount}}" />
</vb:if>
<vb:if condition="$show['deletedthread']">
<img src="{vb:stylevar imgdir_misc}/trashcan_small.gif" alt="{vb:rawphrase x_deleted_posts, {vb:raw thread.deletedcount}}" />
</vb:if>
<vb:if condition="$show['paperclip']">
<a href="javascript://" onclick="attachments({vb:raw thread.threadid}); return false"> <img src="{vb:stylevar imgdir_misc}/paperclip.png" border="0" alt="{vb:rawphrase x_attachments, {vb:raw thread.attach}}" /></a>
</vb:if>
<vb:if condition="$show['subscribed']">
<img src="{vb:stylevar imgdir_misc}/subscribed.png" alt="{vb:rawphrase you_are_subscribed_to_this_thread}" />
</vb:if>
</div>
</div>
</div>
<!-- threadstats -->
<vb:if condition="!$show['notificationtype']">
<ul class="threadstats td alt" title="<vb:if condition="$thread['dot_count'] > 0">{vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw thread.dot_count}, {vb:raw thread.dot_lastpost}}</vb:if>">
<vb:if condition="$show['threadmoved']">
<li> </li>
<li> </li>
<vb:else />
<li>{vb:rawphrase replies}: <a href="misc.php?do=whoposted&t={vb:raw thread.threadid}" onclick="who({vb:raw thread.threadid}); return false;" class="understate">{vb:raw thread.replycount}</a></li>
<li>{vb:rawphrase views}: {vb:raw thread.views}</li>
</vb:if>
<li class="hidden">{vb:rawphrase rating}{vb:raw thread.rating} / 5</li>
</ul>
</vb:if>
<!-- lastpost -->
<dl class="threadlastpost td<vb:if condition="$show['notificationtype']"> alt</vb:if>">
<vb:if condition="$show['threadmoved']">
<dt class="lastpostby hidden"> </dt>
<vb:else />
<dt class="lastpostby hidden">{vb:rawphrase last_post_by}</dt>
<dd>{vb:raw memberaction_dropdown}</dd>
<dd>{vb:raw thread.lastpostdate}<vb:if condition="!$show['detailedtime']">, <span class="time">{vb:raw thread.lastposttime}</span></vb:if>
<a href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_lastpost}, 'threadid', 'threadtitle'}#post{vb:raw pageinfo_lastpost.p}" class="lastpostdate understate" title="{vb:rawphrase go_to_last_post}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase go_to_last_post}" /></a>
</dd>
</vb:if>
</dl>
<vb:if condition="$show['notificationtype']">
<!-- notification -->
<div class="threadnotification td" >
<label for="thread_imod_checkbox_{vb:raw thread.realthreadid}">{vb:raw thread.notification}</label>
</div>
<label class="threadimod td">
<input type="checkbox" name="deletebox[{vb:raw subscribethread.$threadid}]" id="thread_imod_checkbox_{vb:raw thread.realthreadid}" value="yes" tabindex="1" />
</label>
</vb:if>
<vb:if condition="$show['inlinemod']">
<!-- fourth block -->
<label class="threadimod td alt">
<input type="checkbox" id="thread_imod_checkbox_{vb:raw thread.realthreadid}" name="imodcheck[{vb:raw thread.realthreadid}]" tabindex="1" />
</label>
</vb:if>
</div>
</li>
And this is my navbar:
<div id="navbar" class="navbar">
<ul id="navtabs" class="navtabs floatcontainer<vb:if condition="$show['member'] AND $notifications_total"> notify</vb:if>">
{vb:raw template_hook.navtab_start}
<vb:if condition="!$vboptions['selectednavtab'] AND THIS_SCRIPT != 'search'">
<li class="selected"><a class="navtab" href="{vb:link forumhome}">{vb:rawphrase forum}</a>
<ul class="floatcontainer">
{vb:raw template_hook.navbar_start}
<vb:if condition="$show['searchbuttons']">
<vb:if condition="$show['member']">
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_P ost">{vb:rawphrase new_posts_nav}</a></li>
<vb:else />
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum _Post">{vb:rawphrase todays_posts}</a></li>
</vb:if>
</vb:if>
{vb:raw template_hook.navbar_after_getnew}
<vb:if condition="$show['pmmainlink']">
<li><a href="private.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase private_messages}</a></li>
</vb:if>
{vb:raw template_hook.navbar_after_pm}
<li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}" accesskey="5">{vb:rawphrase faq}</a></li>
{vb:raw template_hook.navbar_after_faq}
<vb:if condition="$show['canviewcalendar']">
<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>
</vb:if>
{vb:raw template_hook.navbar_after_calendar}
<vb:if condition="$show['communitylink']">
<li class="popupmenu">
<a href="javascript://" class="popupctrl" accesskey="6">{vb:rawphrase community}</a>
<ul class="popupbody popuphover">
{vb:raw template_hook.navbar_community_menu_start}
<vb:if condition="$show['quick_links_groups']">
<li><a href="{vb:link grouphome}">{vb:rawphrase social_groups}</a></li>
</vb:if>
<vb:if condition="$show['quick_links_albums']">
<li><a href="album.php{vb:raw session.sessionurl_q}">{vb:rawphrase pictures_and_albums}</a></li>
</vb:if>
<vb:if condition="$bbuserinfo['userid']">
<li><a href="profile.php?{vb:raw session.sessionurl}do=buddylist"><vb:if condition="$show['friends_and_contacts']">{vb:rawphrase contacts_and_friends}<vb:else />{vb:rawphrase contacts}</vb:if></a></li>
</vb:if>
<vb:if condition="$show['memberslist']">
<li><a href="memberlist.php{vb:raw session.sessionurl_q}">{vb:rawphrase members_list}</a></li>
</vb:if>
{vb:raw template_hook.navbar_community_menu_end}
</ul>
</li>
</vb:if>
{vb:raw template_hook.navbar_after_community}
<vb:if condition="$show['canviewforums']">
<li class="popupmenu">
<a href="javascript://" class="popupctrl">{vb:rawphrase forum_actions}</a>
<ul class="popupbody popuphover">
<li>
<a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}forumdisplay.php?{vb:raw session.sessionurl}do=markread&markreadhash={vb:ra w bbuserinfo.securitytoken}">{vb:rawphrase mark_forums_read}</a>
</li>
<vb:if condition="$show['member']">
<li>
<a href="profile.php?{vb:raw session.sessionurl}do=editoptions">{vb:rawphrase edit_options}</a>
</li>
<li>
<a href="profile.php?{vb:raw session.sessionurl}do=editprofile">{vb:rawphrase edit_your_details}</a>
</li>
</vb:if>
</ul>
</li>
</vb:if>
<li class="popupmenu">
<a href="javascript://" class="popupctrl" accesskey="3">{vb:rawphrase quick_links}</a>
<ul class="popupbody popuphover">
<vb:if condition="$show['member']">
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum _Post">{vb:rawphrase todays_posts}</a></li>
<li><a href="{vb:link subscription}" rel="nofollow">{vb:rawphrase subscribed_threads}</a></li>
<li><a href="javascript://" onclick="window.open(getBaseUrl() + 'misc.php?{vb:raw session.sessionurl}do=buddylist&focus=1','buddylis t','statusbar=no,menubar=no,toolbar=no,scrollbars= yes,resizable=yes,width=250,height=300'); return false;">{vb:rawphrase open_contacts}</a></li>
</vb:if>
<vb:if condition="$vboptions['forumleaders']">
<li><a href="showgroups.php{vb:raw session.sessionurl_q}" rel="nofollow">
<vb:if condition="$vb_suite_installed">
{vb:rawphrase view_site_leaders}
<vb:else />
{vb:rawphrase view_forum_leaders}
</vb:if>
</a></li>
</vb:if>
{vb:raw template_hook.navbar_quick_links_menu_pos1}
{vb:raw template_hook.navbar_quick_links_menu_pos2}
{vb:raw template_hook.navbar_quick_links_menu_pos3}
<vb:if condition="$show['wollink']">
<li><a href="online.php{vb:raw session.sessionurl_q}">{vb:rawphrase whos_online}</a></li>
</vb:if>
{vb:raw template_hook.navbar_quick_links_menu_pos4}
</ul>
</li>
{vb:raw template_hook.navbar_end}
</ul>
</li>
<vb:else />
<li><a class="navtab" href="{vb:link forumhome}">{vb:rawphrase forum}</a></li>
</vb:if>
{vb:raw template_hook.navtab_middle}
<vb:if condition="!$vboptions['selectednavtab'] AND THIS_SCRIPT == 'search'">
<vb:if condition="$show['member']">
<li class="selected"><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_P ost" accesskey="2">{vb:rawphrase getnew_tab}</a>
<ul class="floatcontainer">
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_P ost">{vb:rawphrase new_posts_nav}</a></li>
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_S ocialGroupMessage">{vb:rawphrase new_group_messages_nav}</a></li>
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_E vent">{vb:rawphrase new_events_nav}</a></li>
{vb:raw template_hook.navbar_getnew_menu}
<li><a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}forumdisplay.php?{vb:raw session.sessionurl}do=markread&markreadhash={vb:ra w bbuserinfo.securitytoken}">{vb:rawphrase mark_forums_read}</a></li>
</ul>
</li>
<vb:else />
<li class="selected"><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum _Post" accesskey="2">{vb:rawphrase getnew_tab}</a>
<ul class="floatcontainer">
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum _Post">{vb:rawphrase todays_posts}</a></li>
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum _SocialGroupMessage">{vb:rawphrase daily_group_message}</a></li>
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum _Event">{vb:rawphrase daily_events}</a></li>
{vb:raw template_hook.navbar_getdaily_menu}
<li><a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}forumdisplay.php?{vb:raw session.sessionurl}do=markread&markreadhash={vb:ra w bbuserinfo.securitytoken}">{vb:rawphrase mark_forums_read}</a></li>
</ul>
</li>
</vb:if>
<vb:elseif condition="$show['member']" />
<li><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_P ost" accesskey="2">{vb:rawphrase getnew_tab}</a></li>
<vb:else />
<li><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum _Post" accesskey="2">{vb:rawphrase getnew_tab}</a></li>
</vb:if>
{vb:raw template_hook.navtab_end}
</ul>
<vb:if condition="$vboptions['enablesearches']">
<div id="globalsearch" class="globalsearch">
<form action="search.php?{vb:raw session.sessionurl}do=process" method="post" id="navbar_search" class="navbar_search">
<vb:comment><input type="hidden" name="s" value="{vb:raw session.sessionurl}" /></vb:comment>
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="do" value="process" />
<span class="textboxcontainer"><span><input type="text" value="" name="query" class="textbox" tabindex="99"/></span></span>
<span class="buttoncontainer"><span><input type="image" class="searchbutton" src="{vb:stylevar imgdir_button}/search<vb:if condition="$stylevar['textdirection'] == 'rtl'">_rtl</vb:if>.<vb:if condition="is_browser('ie') AND !is_browser('ie', 7)">gif<vb:else />png</vb:if>" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100"/></span></span>
</form>
<ul class="navbar_advanced_search">
<li><a href="search.php{vb:raw session.sessionurl_q}" accesskey="4">{vb:rawphrase advanced_search}</a></li>
</ul>
</div>
</vb:if>
</div>
</div><!-- closing div for above_body -->
<div class="body_wrapper">
<div id="breadcrumb" class="breadcrumb">
<ul class="floatcontainer">
<li class="navbithome"><a href="index.php{vb:raw session.sessionurl_q}" accesskey="1"><img src="{vb:stylevar imgdir_misc}/navbit-home.png" alt="{vb:rawphrase home}" /></a></li>
{vb:raw navbits.breadcrumb}
{vb:raw navbits.lastelement}
</ul>
<hr />
</div>
{vb:raw ad_location.ad_navbar_below}
{vb:raw ad_location.global_below_navbar}
<vb:if condition="$show['notices'] AND THIS_SCRIPT != 'register'">
<form action="profile.php?do=dismissnotice" method="post" id="notices" class="notices">
<input type="hidden" name="do" value="dismissnotice" />
<input type="hidden" name="s" value="{vb:raw session.sessionurl}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" />
<input type="hidden" name="url" value="{vb:raw return_link}" />
<ol>
{vb:raw notices}
</ol>
</form>
</vb:if> i really hope you can help me :)
gothicuser
12-02-2011, 06:22 PM
Guys, really sorry. Just got home from work, need sleep will reply in the morning.
gothicuser
12-03-2011, 04:40 AM
Sorry for the bump,..
But I hafta ask one more question. can this be applied to forumlists so I can have the forum description popup in a tooltip?
Thanks for everything in this!
I did try that once, but I seem to remember there were other issues there, not sure what they were though.
When this damn project I'm so submerged in comes to an end I will have time to further develop this and will add other bits as well.
gothicuser
12-03-2011, 04:44 AM
hi friend great mod, but im having troubles with my header i think, i follow the edit instructions but is not showing the "Log in/register" button :( this is my header and my navbar
i really hope you can help me :)
The code you posted for the header looks like a bit of your threadbits template.
What theme are you having the problems with?
Let me know and I'll be able to help you more bud.
gothicuser
12-03-2011, 04:50 AM
Nope..That is not the issue. I commented out the original Title as you can see
I'm at a loss. Been trying to replicate your issue but can't.
Which theme are you trying to add the mod to please?
thedarkroom
12-03-2011, 05:00 AM
hi :) the name of my template is Concept9
gothicuser
12-03-2011, 06:11 AM
hi :) the name of my template is Concept9
I'll have a look and get back to you.
thedarkroom
12-03-2011, 03:36 PM
it would be great :D
smirkley
12-03-2011, 03:45 PM
I did try that once, but I seem to remember there were other issues there, not sure what they were though.
When this damn project I'm so submerged in comes to an end I will have time to further develop this and will add other bits as well.
Take your time, you have a life. So no worries.
I am going to play with that concept for awhile, and if I can make it work I will shoot you the code.
Thanks again.
customcolor
12-06-2011, 06:29 AM
well im running 4.1.8 and it looks fine...sings in fine...but only one thing not working.....the registration doesnt show the question, image or that other thing...and it only shows " i agree to"
try it at... http://www.localclubhotspot.com/forum.php
gothicuser
12-06-2011, 06:36 AM
only one thing not working.....the registration doesnt show the question, image or that other thing...and it only shows " i agree to"
Silly question really.. do you have Human Verification turned on/configured from your AdminCP?
and is "Display Human Verification?" in the AdminCP/jQt Settings turned on?
Normally if the script is hiccupping there, it will display a blank/empty bordered box.
customcolor
12-06-2011, 09:16 PM
Silly question really.. do you have Human Verification turned on/configured from your AdminCP?
and is "Display Human Verification?" in the AdminCP/jQt Settings turned on?
Normally if the script is hiccupping there, it will display a blank/empty bordered box.
turned on meaning "not disabled" then yes its turned on
and yes display human verification is turned on for jqt settings
customcolor
12-07-2011, 02:00 AM
at this point i disabled it so that i can use auctions/classifieds the jqt clashed
smirkley
12-07-2011, 05:01 AM
Silly question really.. do you have Human Verification turned on/configured from your AdminCP?
and is "Display Human Verification?" in the AdminCP/jQt Settings turned on?
Normally if the script is hiccupping there, it will display a blank/empty bordered box.
I think he is talking about the percieved link for the Rules and Terms...just looks like that whats that for.
gothicuser
12-07-2011, 08:02 AM
Take your time, you have a life. So no worries.
I am going to play with that concept for awhile, and if I can make it work I will shoot you the code.
Thanks again.
I have it working..... after a fashion.
I am able to get the actual description up in a tooltip, also, in a sexier color the post and thread count. But I'm damned if I can make it display the 'Last Post By' detail. I have tried everything with totally NO success :(
Still, acorns... etc.
update: I can make it display all that I would like, but only if I generate a new template and do a replacement which is not tenable because of the vast variety of themes/styles.
I will persevere, and let me know if you have any success in this area
gothicuser
12-07-2011, 11:08 AM
However I have a couple issues:
The thread tooltip shows up fine but it still shows also the "standard" popup from vBulletin when hovering over a thread. How can I turn the "standard" popup off?
This has been addressed in the next release, due out in a couple of days.
gothicuser
12-07-2011, 02:05 PM
Been having a heavy dev session.
Will be issuing an upgrade package in the next couple of days which will include a couple of bug fixes
New features:
Search results tooltip
Forum description tooltip
More functionality to the current threadbit tooltip.
Shout (very quickly) if you can think of any other bits that ought to be added.
smirkley
12-07-2011, 02:55 PM
Quick question,.. in the legacy postbit tooltip, I noticed that the tooltip pops up on the page, but lays under a posted google video. I rather keep the tooltip positioned where I have it, but is this a bug? or just the way it interacts with an embedded google video?
You can see this if you make a post with lets say just an embedded google video in a post, using legacy postbit. I have my tooltip positioned just to the right of a users avatar.
And Thanks, for the upcoming enhancements!
gothicuser
12-07-2011, 04:02 PM
Quick question,.. in the legacy postbit tooltip, I noticed that the tooltip pops up on the page, but lays under a posted google video. I rather keep the tooltip positioned where I have it, but is this a bug? or just the way it interacts with an embedded google video?
You can see this if you make a post with lets say just an embedded google video in a post, using legacy postbit. I have my tooltip positioned just to the right of a users avatar.
And Thanks, for the upcoming enhancements!
I have seen that, it's to do with the z-index which I can adjust from my end :)
smirkley
12-08-2011, 02:57 AM
Sorry for the late post, but I just discovered that Login/Logout does not work on CMS builds.
Havent tested register yet.
gothicuser
12-08-2011, 04:13 AM
Sorry for the late post, but I just discovered that Login/Logout does not work on CMS builds.
Havent tested register yet.
Eh?
Do you mean on version 4.1.9?
If so I haven't tested yet, though I did see that they have included a new jQuery library :eek:
EDIT: Nope, not that, just upgraded one of my dev boxes to 4.1.9 and all seems to work fine. No errors.
smirkley
12-08-2011, 04:46 AM
I am still on 4.1.8 until 9 comes out of beta.
But I click on the register link, or logout link,...and nothing happens.
Other pages completely ok.
gothicuser
12-08-2011, 07:00 AM
I am still on 4.1.8 until 9 comes out of beta.
But I click on the register link, or logout link,...and nothing happens.
Other pages completely ok.
Ah, you're saying those links are not working on VBCMS page(s) but ok on all other pages.
Interesting, I'm not having a problem here BUT I have seen that the execution order can have an effect on that.
What you could try (bit heavy handed, I know) is to pop into AdminCP/Plugins & Products/Manage Products/jQt Login/Register/jQt Suite Parse the MarkRead Template
Set execution order to something like 100
then AdminCP/Plugins & Products/Manage Products/jQt Login/Register/jQt Suite Parse the Logout Template and set it's execution order to maybe 120 (this has to be higher than markread)
Let me know if that kills your forums works or not.
smirkley
12-09-2011, 12:29 AM
Did as suggested,... everything works on CMS except Logout.
gothicuser
12-10-2011, 10:17 AM
Update itself is ready. All I have to do now is the documentation, and a couple more test installs.
Possibly tomorrow morning.
p.s. Smirkley, we really need to talk :rolleyes: I was on your site and see a couple of possible issues.
gothicuser
12-11-2011, 06:54 AM
Finally, I have posted the upgrade. Fully tested with new docs.
Oh dear, the docs need fixing :(
smirkley
12-15-2011, 06:56 PM
Thank you for this mod. I have just upgraded and also used the IE fix js file. I love the improvements.
After considerable testing the following are bugs/wishlist stuff. The bugs are carryovers from the last so they are nothing new. The wishlists are just things that seem to add to its value. I know you have implied that at least one of the bugs are a problem or conflict on my site, but I have disabled all mods and the problems persist on a default vB theme.
Bugs:
search result tooltip is positioned a couple of hundred pixels to the right further than the other tooltips, and when I adjust the css to move the threadbit tooltips toward the center, the search result tooltip moves even further to the right by the same amount. Would prefer to have all tooltips positioned the same referencing the css setting. fixed in v2.1
On CMS, logout login/reg overlay does not work on any CMS page.
Human verification does not show on CMS using IE and Firefox in register overlay, and does not show on any site page using Internet Explorer.
template edit below seems to have fixed this for FF, still no human verify using IE9 in reg.login
On the Register overlay, the term "(checkbox) I agree to" should also have added " all Terms & Conditions" to be fixed in next update - I edited to include a link and the rest of the phrase for now in the product xml.
fix: find:
{vb:raw vboptions.bbtitle}}
add after:
<u><a href="{vb:raw vboptions.tosurl}" target="_blank">{vb:rawphrase terms_of_service}</a></u>
in the legacy postbit tooltip, I noticed that the tooltip pops up on the page, but lays under a posted google video. I rather keep the tooltip positioned where I have it, but is this a bug? or just the way it interacts with an embedded google video? You can see this if you make a post with lets say just an embedded google video in a post, using legacy postbit. I have my tooltip positioned just to the right of a users avatar.
Wishlist:
forumhome forumlist tooltip - would like the image in tooltip to be the forum statusicon image instead of the default.
found fix solution!!:
replace in :
forumhome_forumbit_level1_post
forumhome_forumbit_level2_post
find:
{vb:stylevar imgdir_statusicon}/users.png
replace with:
{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}forum_{vb:raw forum.statusicon}-48.png
I, after testing out all the above items, wanted to try to add a register floater image on all pages, and link it to the login/register overlay. I am successful except for the fact the image links properly, but now the Login/Register link in the header no longer works. Is it not possible to have two instances of the login/register overlay on any given page?
I know you are busy, I look forward to your reply. Thanks.
gothicuser
12-15-2011, 08:07 PM
Bugs:
search result tooltip is positioned a couple of hundred pixels to the right further than the other tooltips, and when I adjust the css to move the threadbit tooltips toward the center, the search result tooltip moves even further to the right by the same amount. Would prefer to have all tooltips positioned the same referencing the css setting.
I will look further into this, I may try to separate the script controller for this (search) tooltip.
On CMS, logout login/reg overlay does not work on any CMS page.
Human verification does not show on CMS using IE and Firefox in register overlay, and does not show on any site page using Internet Explorer.I have to say that I have not seen these problems at all, having tested with all popular browsers (Chrome, FF, IE7,8 & 9 and Safari) All overlays work on all the pages on the three vB4 forums I administer with this mod installed.
On the Register overlay, the term "(checkbox) I agree to" should also have added " all Terms & Conditions"
Thanks, that will be added :o
in the legacy postbit tooltip, I noticed that the tooltip pops up on the page, but lays under a posted google video. I rather keep the tooltip positioned where I have it, but is this a bug? or just the way it interacts with an embedded google video? You can see this if you make a post with lets say just an embedded google video in a post, using legacy postbit. I have my tooltip positioned just to the right of a users avatar.I see what you mean. I have z-indexed that to 9999, but it still underlays the google video which I cannot explain. I will add that to my todo list
Wishlist:
forumhome forumlist tooltip - would like the image in tooltip to be the forum statusicon image instead of the default.
found fix solution!!:
replace in :
forumhome_forumbit_level1_post
forumhome_forumbit_level2_post
find:
{vb:stylevar imgdir_statusicon}/users.png
replace with:
{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}forum_{vb:raw forum.statusicon}-48.png
I, after testing out all the above items, wanted to try to add a register floater image on all pages, and link it to the login/register overlay. I am successful except for the fact the image links properly, but now the Login/Register link in the header no longer works. Is it not possible to have two instances of the login/register overlay on any given page?
I know you are busy, I look forward to your reply. Thanks.Is it not possible to have two instances of the login/register overlay on any given page?=No. I ran into that problem before on another of my mod attempts. It's the way jQuery works. You CAN have two instances but only with different trigger and element designations (change the names) which would effectively defeat the object. You see they rel="" using the ID's of which only one is allowed on any page. If I was able to utilise the 'class="" then you could have as many on one page as you want.
p.s. if you understood that lot you are a better person that me :eek:
smirkley
12-15-2011, 08:14 PM
search result tooltip is positioned a couple of hundred pixels to the right further than the other tooltips, and when I adjust the css to move the threadbit tooltips toward the center, the search result tooltip moves even further to the right by the same amount. Would prefer to have all tooltips positioned the same referencing the css setting.
Solution found:
I didnt see the changes in the search result template editfor the new version - fixed!
gothicuser
12-16-2011, 07:32 PM
On CMS, logout login/reg overlay does not work on any CMS page.
Human verification does not show on CMS using IE and Firefox in register overlay, and does not show on any site page using Internet Explorer.
It must be old age... mine!
I have a minor repair and explaining to do.
In the early versions I had to use the THIS_SCRIPT method of where to display, omitting the irrelevant pages, the CMS being one, this was because to display the human verify on non-index pages meant a lot more hard labor. Now, in the later versions I have partly overcome this but have not completed the code for it to display correctly on these other pages (CMS included).
Please forgive my negligence, I will (try to) make good over this weekend and post an update as soon as it's ready.
p.s. Got your PM, many thanks for the feedback and watch this space ;)
ndahiya
12-16-2011, 08:14 PM
This looks great, but too many template edits to do!
Has anyone made the edits in TMS (Template Modification System?) - or planning to do them? Would be so much easier if it was in TMS... Hope...
N.
gothicuser
12-16-2011, 08:20 PM
Smirkley, Forget I spoke.
Big time boo boo
gothicuser
12-16-2011, 08:22 PM
This looks great, but too many template edits to do!
Has anyone made the edits in TMS (Template Modification System?) - or planning to do them? Would be so much easier if it was in TMS... Hope...
N.
I did originally make all the template edits automatic, done through plugins, but the vast variety of 3rd party themes and styles that the auto-templates didn't work on decided me to go the manual way.
What is this TMS? I'll have to have a butchers that this I think.
ndahiya
12-16-2011, 08:50 PM
I did originally make all the template edits automatic, done through plugins, but the vast variety of 3rd party themes and styles that the auto-templates didn't work on decided me to go the manual way.
What is this TMS? I'll have to have a butchers that this I think.
www.vbulletin.org/forum/showthread.php?t=152931
It is really awesome. I do not make ANY template edits any more directly. all in TMS. much easier to turn on/off, keep track of, see if something broke etc.
ndahiya.
edit: if you make it a product under the master style, then all custom templates will inherit the changes as well. in case some of the changes do not work (because the underlying templates have been changed), it will show which are not working....
smirkley
12-16-2011, 11:41 PM
Smirkley, may have a temporary solution to the CMS issue.
Open the jqt_logreg template and near the bottom find:
<vb:if condition="THIS_SCRIPT == 'index' || THIS_SCRIPT == 'adv_index'">
<vb:if condition="$vboptions['jqt_suite_logreg_huver'] AND $vboptions['hv_type'] AND $vboptions['regimagetype']">
<div id="hummer" style="max-width:65%;">
{vb:raw human_verify}
</div>
</vb:if></vb:if>
and replace with
<vb:if condition="$vboptions['jqt_suite_logreg_huver'] AND $vboptions['hv_type'] AND $vboptions['regimagetype']">
<div id="hummer" style="max-width:65%;">
{vb:raw human_verify}
</div>
</vb:if>
It should work until I fix it permanently.
Yes, this seems to do the trick for FireFox, but the human verification still does not show up on any site pages using IE(9).
Interesting though is that the log/reg popup layout is slightly out of kilt now and only on the cms page, but the human verification displays now on cms. (untested atm)
gothicuser
12-17-2011, 04:49 AM
Yes, this seems to do the trick for FireFox, but the human verification still does not show up on any site pages using IE(9).
Interesting though is that the log/reg popup layout is slightly out of kilt now and only on the cms page, but the human verification displays now on cms. (untested atm)
Am working on that update this morning, that fix I issued was wrong :(
It's that same problem of the script (this time the human verify) only being allowed once on a page. I do need to use the THIS_SCRIPT method so it doesn't clash elsewhere.
To add the CMS page change that code in the jqt_logreg template from
<vb:if condition="THIS_SCRIPT == 'index' || THIS_SCRIPT == 'adv_index'">
<vb:if condition="$vboptions['jqt_suite_logreg_huver'] AND $vboptions['hv_type'] AND $vboptions['regimagetype']">
<div id="hummer" style="max-width:65%;">
{vb:raw human_verify}
</div>
</vb:if> </vb:if>
Replace with
<vb:if condition="THIS_SCRIPT == 'index' || THIS_SCRIPT == 'adv_index' || THIS_SCRIPT == 'vbcms'">
<vb:if condition="$vboptions['jqt_suite_logreg_huver'] AND $vboptions['hv_type'] AND $vboptions['regimagetype']">
<div id="hummer" style="max-width:65%;">
{vb:raw human_verify}
</div>
</vb:if> </vb:if>
gothicuser
12-17-2011, 12:39 PM
It is really awesome. I do not make ANY template edits any more directly. all in TMS. much easier to turn on/off, keep track of, see if something broke etc.
You're not kidding, I been a member for too many years to remember, and this is the first I have paid attention to that mod. What a revelation http://www.cornishserver.com/01.gif
Easy to use too, gets even better.
gothicuser
12-20-2011, 06:37 AM
This is the fix for the IE9 Positioning problem for the Login/Register Overlay
In your 'jqt_logreg' template, very near the top, find:
<div id="jqt_logreg_container" style="margin:auto;">
and replace with:
<div id="jqt_logreg_container">
I will be updating the package later today, after further testing.
ndahiya
12-20-2011, 03:04 PM
Thanks for the mod and for using TMS templates. took all of 30 secs to install!
one thought: would it be possible to separate login and register options? my forums use some mandatory fields for register, so i can not use the register popup. but would still like to use it for login (and register would redirect to the register page).
TIA
ndahiya
ps: the TMS edits can be part of the product XML as well: see this product for example : https://vborg.vbsupport.ru/showthread.php?t=266696
gothicuser
12-20-2011, 03:27 PM
one thought: would it be possible to separate login and register options? my forums use some mandatory fields for register, so i can not use the register popup. but would still like to use it for login (and register would redirect to the register page).
That is simple. I will sort something in the morning and post back then.
p.s. You may have to remind me, I'm desperately forgetful.
p.p.s. Thanks for that last TMS tip
gothicuser
12-21-2011, 04:34 AM
one thought: would it be possible to separate login and register options? my forums use some mandatory fields for register, so i can not use the register popup. but would still like to use it for login (and register would redirect to the register page).
Back to this, I have come to the decision to offer this as an alternative option, generating an optional downloadable package. Only problem is that it won't be ready for maybe four or five days. A couple of other people have mentioned that they would like this feature as well.
Leica.Robbiani
12-21-2011, 11:56 AM
Hi there,
I only want to use the avatar tooltip in postbit_legacy. It's working great, if a user is logged in. It's not working, when a user is not logged in, then it shows the standard browser tooltip with the source code in it.
Have you a solution for this?
Best regards
L.R.
gothicuser
12-21-2011, 12:37 PM
I only want to use the avatar tooltip in postbit_legacy. It's working great, if a user is logged in. It's not working, when a user is not logged in, then it shows the standard browser tooltip with the source code in it.
Have you a solution for this?
Somebody else was having this issue. At that time I couldn't replicate the problem, but I'll have a long look at it again over the holiday and get back as soon as I have an answer. Give me a couple of days please.
Thanks
Leica.Robbiani
12-21-2011, 12:54 PM
Hi,
don't hurry, I can wait a few days. What I did:
I uploaded all the files, imported the product, and then I only made the template edit in the postbit_legacy template.
Maybe this information will help you and it's all my fault.
Thank you.
Best regards
L.R.
AndrewSimm
12-21-2011, 03:10 PM
Could we add it to settings to allow users to decide if they want to use it? Some of my users really like it and some hate it. There is no in between.
gothicuser
12-21-2011, 03:13 PM
I uploaded all the files, imported the product, and then I only made the template edit in the postbit_legacy template.
Maybe this information will help you and it's all my fault.
Ok, I did exactly as you did. Here I did a clean install of vB, copied files, imported product but only did the postbit_legacy template change, and it works perfectly with logged in and out.
A couple of questions please:
1: Which version of vB4 are you using?
2: Do you have any other jQuery or Mootools scripts in the area?
3: Can you make sure that the following hook is in your 'headinclude_bottom' template:
{vb:raw template_hook.headinclude_bottom_css}Many thanks
Tony
oh, afterthought, is your forum installed to the root (public_html) or to a sub folder (public_html/forum)?
gothicuser
12-21-2011, 03:16 PM
Could we add it to settings to allow users to decide if they want to use it? Some of my users really like it and some hate it. There is no in between.
Now there's a thought. I'll look into the possibility.
Is it mainly the tooltips that irk?
Leica.Robbiani
12-21-2011, 03:48 PM
Hi Tony,
1: Which version of vB4 are you using?
4.0.6
2: Do you have any other jQuery or Mootools scripts in the area?
I'm not really sure, but I don't think so. I have Threadstarter, Helpful Answers, Post Thank You Hack, Bookmark Thread/Post, Quote Post to PN, Thread Font Resize, Quote Selected Text and More Share Options installed in postbit_legacy. A lot of things, I know.
Well, I have styled the postbit_legacy by myself, but the code for the avatar area is the original code.
3: Can you make sure that the following hook is in your 'headinclude_bottom' template:
Yes.
oh, afterthought, is your forum installed to the root (public_html) or to a sub folder (public_html/forum)?
It's installed in the root.
Ok, I did exactly as you did. Here I did a clean install of vB, copied files, imported product but only did the postbit_legacy template change, and it works perfectly with logged in and out.
Ok, at the moment this is not my thing, but I've also a fresh install of vb4.1.9 suite on my localhost for trying out and I have installed your mod with all template edits. I've noticed, when I'm editing a post there, it's the same problem with the avatar, also after submitting the edited post. But not always, only sometimes. All the other things are working like a charm.
Best regards
L.R.
AndrewSimm
12-21-2011, 03:53 PM
Now there's a thought. I'll look into the possibility.
Is it mainly the tooltips that irk?
Some users complain it gets in the way of thread titles when they scroll. I am guessing this might be because some are on a mac and the mouse could be on the div when they use a gesture to scroll.
gothicuser
12-21-2011, 04:06 PM
I am guessing this might be because some are on a mac and the mouse could be on the div when they use a gesture to scroll.
I can vouch for that :)
ndahiya
12-21-2011, 05:11 PM
Back to this, I have come to the decision to offer this as an alternative option, generating an optional downloadable package. Only problem is that it won't be ready for maybe four or five days. A couple of other people have mentioned that they would like this feature as well.
thanks much.
if possible, have separate login/register as the default and combined as an optional package? less chance of something messing up at the user-end.
ndahiya.
Leica.Robbiani
12-22-2011, 06:41 AM
Hi Tony,
please don't worry, I have my problem solved. One thing it was, I am using the 7Site Custom Login. Some things were not to search in the header template, they are in the navbar template and vice versa. Another thing was made by myself, in the Username HTML Markup I used:
<span style="color: #000080;">
Correct is:
<span style='color: #000080;'>
A really tricky jalopy.
Anyway thanks for your patience.
Best regards
L.R.
Leica.Robbiani
12-22-2011, 11:02 PM
Hi Tony,
what I haven't mentioned, I also had to put this one:
{vb:raw template_hook.logreg_display}
in the navbar template. So I did also the template edit for the Log Out, it's working. Also I am using vbadvanced in my forum, so I hava a suggestion for you, because there is a solution for tooltips in the recent threads module. Why don't you add the Log Out from your mod to the Log Out link in the welcome box of vbandvanced? I thing a lot of people are using the welcome box, in this case we could have the same look for the Log Out.
Merry Christmas and best regards
L.R.
gothicuser
12-23-2011, 05:34 AM
Why don't you add the Log Out from your mod to the Log Out link in the welcome box of vbandvanced? I thing a lot of people are using the welcome box, in this case we could have the same look for the Log Out.
I'll look at that after the holidays. Good idea.
(I'm at fault here, as I have always used vBAdvanced, but never used their welcome block.
OldSchoolDSL
12-23-2011, 10:23 AM
This XML file doesn't have any templates.
I guess its off to manually editing for me
OldSchoolDSL
12-23-2011, 10:36 AM
<li><a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}forumdisplay.php?{vb:raw session.sessionurl}do=markread&markreadhash={vb:ra w bbuserinfo.securitytoken}">{vb:rawphrase mark_forums_read}</a></li>
I found two copies of that in my navbar. Replace one or both?
I noticed you have a template edit text file and a html web file. Both seem to have different versions, neither of them seem to quote the current version.
gothicuser
12-23-2011, 11:44 AM
<li><a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}forumdisplay.php?{vb:raw session.sessionurl}do=markread&markreadhash={vb:ra w bbuserinfo.securitytoken}">{vb:rawphrase mark_forums_read}</a></li>
I found two copies of that in my navbar. Replace one or both?
Both
I noticed you have a template edit text file and a html web file. Both seem to have different versions, neither of them seem to quote the current version.The text file was left in mistakenly by me, from the TMS system, though both sets of edits are valid, I just keep forgetting to update the version in the HMTL file, my bad.
p.s. Have you thought of using the TMS (Template Management System, see first post) which will let you automatically apply my template edits? in seconds.
OldSchoolDSL
12-23-2011, 04:36 PM
Both
The text file was left in mistakenly by me, from the TMS system, though both sets of edits are valid, I just keep forgetting to update the version in the HMTL file, my bad.
p.s. Have you thought of using the TMS (Template Management System, see first post) which will let you automatically apply my template edits? in seconds.
This was the error message I got from using the XML file supplied
This XML file doesn't have any templates.
Quoted from here: https://vborg.vbsupport.ru/showpost.php?p=2280369&postcount=186
I have the newest version installed found here,
https://vborg.vbsupport.ru/showthread.php?t=152931
I wish it was working for me. There is a lot to edit.
gothicuser
12-23-2011, 05:54 PM
This was the error message I got from using the XML file supplied
This XML file doesn't have any templates.
There is a lot to edit.
To use the TMS xml file you need to have the TMS mod installed. You can download it from this thread. (https://vborg.vbsupport.ru/misc.php?do=producthelp&pid=tms)
When that is installed, you can then automatically apply the template edits I provided in that TMS xml file.
OldSchoolDSL
12-23-2011, 06:05 PM
To use the TMS xml file you need to have the TMS mod installed. You can download it from this thread. (https://vborg.vbsupport.ru/misc.php?do=producthelp&pid=tms)
When that is installed, you can then automatically apply the template edits I provided in that TMS xml file.
^ Scroll up (It is installed, but your XML file does not seem to work with it).
But thank you kindly for replying.
gothicuser
12-23-2011, 06:42 PM
^ Scroll up (It is installed, but your XML file does not seem to work with it).
But thank you kindly for replying.
Whoops, sorry bud, trying to reply while eating ones tea is not a good mix for full comprehension :(
To import it you need to go to AdminCP/Styles & Templates/Template-Modifications Manager/Up-/Download Template Modifications
Then in the Import bit you select the TMS-jqt_suite_templates.xml
OldSchoolDSL
12-24-2011, 12:54 AM
Whoops, sorry bud, trying to reply while eating ones tea is not a good mix for full comprehension :(
To import it you need to go to AdminCP/Styles & Templates/Template-Modifications Manager/Up-/Download Template Modifications
Then in the Import bit you select the TMS-jqt_suite_templates.xml
That is exactly how I got the error message in the first place. So no joy.
It's not really so much an issue. I can of course manually enter and edit things on my own time (which I plan on doing late tonight).
Thank you for your willingness in trying to help and I wish you a safe and happy holiday.
edit: Never mind. It maybe a bug with Template Modification Manager. There are two locations on which you can import from (or to be more correct, two ways to get to the import menu. One way works and one way doesn't.
I've confirm that it did make the modifications and everything is installed, but nothing is working. Nothing is going wrong either.
gothicuser
12-24-2011, 05:02 AM
I'm taking a few days out over the holidays OldSchoolDSL to develop Version 3 which will integrate the TMS edits more seamlessly, add new features and, most importantly, include fixes for most, if not all of the bugs so far mentioned. It will also be much more configurable and hopefully user friendly.
OldSchoolDSL
12-24-2011, 05:37 AM
I'm taking a few days out over the holidays OldSchoolDSL to develop Version 3 which will integrate the TMS edits more seamlessly, add new features and, most importantly, include fixes for most, if not all of the bugs so far mentioned. It will also be much more configurable and hopefully user friendly.
Thank you so very much Gothicuser for you willingness to help further develop this modification. I know sometimes working on code can be very time consuming and it seems more than often, people here complain more than they take the time to thank developers such as yourself, who put in such a good and kind effort.
So allow me to personally thank you and apologies if I seem to document everything. It's kind of my way of working out a problem, but I can also understand that it may get to be a little much sometimes.
I actually now have this working just fine on my site. Upon reviewing everything, I believe my only issues was with TMS and a conflict with another modification ( https://vborg.vbsupport.ru/showthread.php?t=274568 ) ...... None of which of course is your doing and I once again want to personally thank you for all your hard work and effort.
Happy Holidays and Happy New Year :)
gothicuser
12-27-2011, 05:02 AM
Why don't you add the Log Out from your mod to the Log Out link in the welcome box of vbandvanced? I thing a lot of people are using the welcome box, in this case we could have the same look for the Log Out.
Just realised, because these jquery overlays (the logout and register/login) are being triggered by their ID's only one per page can be shown, the second one will be ignored, or worse conflict.
sorry
p.s. my brain must still be in the bed :( I can generate seperate ID's for each logout, but it would add more resources to the page load. I'll see what can be done.
Leica.Robbiani
12-27-2011, 11:58 PM
Hey Tony,
I told you once, don't worry. It was just an advisement from me, it's not indispensable to life. What I use from your mod now is still working like a charm, even though I had some stumbling blocks to go. Those were made by myself, because my vB is customized where you can customize vB (your mod will meet the same destiny).
But the tooltips are great, I saw them, and I like them. So just say Thank You very much is what I have to do at least.
Have a good start in 2012 and a happy new year.
Best regards
L.R.
TheSupportForum
01-01-2012, 12:49 AM
Please Fix :
upon testing this i found the folling issue
I agree tothe forum rules <-- the url to forum rules point to register.php
gothicuser
01-02-2012, 08:55 AM
I'm almost ready to release the first beta of Version 3.0.
I have tied to focus on making the core product better and fixing the errors that existed, though there are new features.
The story so far:
FIXED:
Tooltip positioning (You can now adjust the positioning of most of the tooltips and I took the threadbits tooltip out of the div, and gave it to the anchor (tidier))
Forum Rules link in the registration overlay now acts as a 'Pop-up'
Image paths (I have created a stylevar for the jqt_img folder)
CSS irregularities. Went through every single CSS definition and tidied/fixed any problems there were.
NEW:
'Mini-Stats' Overlay which is triggerable from a button I have provisionally placed in the header which will display basic forum and user stats including the possibility to display the 'VSa Visitors in Last X Hours' results (with the kind permission of the Author, Valter) and 'Our Top Posters' (With the kind permission of the Author Seven Skins).
I have installed the updated version on my site (http://www.vbbits.com), but to see some of the refinements you will need to be logged in.
If you do not wish to register you can use USER: mildred PASS: fred
Finally, I have been experimenting with some other flourishes which can be seen on my site on the following pages:
'forumdisplay' I have made the forum tools bar at the top a slide-in/out button and the Forum Display options below the threads is also a slide-in/out.
'showthread' The thread tools above the posts is now a slider, and the 'Thread Information', 'Similar Threads' and 'Bookmarks' are now accordions.
These last two I will probably offer as either a 'Plug-In' to the main product or a 'Stand-alone' feature, depends on any feedback I get from you guys.
To Do:
Once this is released I want to work on offering the option to have seperate Login and Register overlays
Look at the possibility to give members the option to turn on/off the various odds and ends.
gothicuser
01-06-2012, 08:11 PM
For those of you that would like to tweak the position of the tooltips, here is a quote directly from the original jQuery Tools Tooltip documentation (http://flowplayer.org/tools/tooltip/index.html) describing what the numbers mean.
Edit these positions by opening
/jqt_suite/jqt_suite_black_css.js
/jqt_suite/jqt_suite_minimal_black_css.js
or
/jqt_suite/jqt_suite_white_css.js
and finding the line(s) 'offset: [-44, 90],'
The offset property fine tunes the tooltip position specified with the position property. For example, the value [10, -20] moves the tooltip position 10px downwards and 20px to the left. The first value modifies the vertical positioning from the top edge of the tooltip and the second value modifies the horizontal positioning from the left edge of the tooltip. Positive values move the tooltip downward and to the right, while negative values move the tooltip upward and to the left.
I meant to put this in the docs but forgot :( Still, better late than never eh.
gothicuser
01-18-2012, 08:32 PM
I have added yet another potentially useful overlay to the suite which can be seen on my site HERE. (http://www.vbbits.com)
You need to be logged in to see it though, you can use the following credentials for temporary access.
USER: fred
PASS: george
You need to look for the button in the header named 'Online', this will provide an overlay of the Who's Online page (restricted output).
A couple of people had mentioned to me that it would be nice to have easier access to this useful feature.
It will be included in the next release, which in reality will be the release candidate (as I have had no problems reported within the current beta).
Hi Tony,
this is looking very promising. I haven´t read all the pages of this thread, but I´ld need required fields in the registration process. Your description says nothing about that but on the first page you´ve said you´ld have a look if this could be implemented later on. Is this now included already and the description is only incomplete?
GhostHunter2010
01-18-2012, 11:01 PM
installed but not showin up on vb 4.1.9
gothicuser
01-19-2012, 05:35 AM
Hi Tony,
this is looking very promising. I haven?t read all the pages of this thread, but I?ld need required fields in the registration process. Your description says nothing about that but on the first page you?ve said you?ld have a look if this could be implemented later on. Is this now included already and the description is only incomplete?
It isn't included I'm afraid.
I keep going back to that but there are always obstacles. I will have another look though, but after this one is released (2 days time)
gothicuser
01-19-2012, 05:36 AM
installed but not showin up on vb 4.1.9
Works fine on all the 4.x series so far.
A little elaboration may help.
GhostHunter2010
01-19-2012, 05:50 PM
not on mine thanks for ur reply anyways unistalled
blue6995
01-20-2012, 06:29 AM
Installed and working great! How can I change the image on the left hand side of the Box that pops up when hovering mouse over forum title or thread?
Thanks
gothicuser
01-20-2012, 07:07 AM
Installed and working great!
Really glad to hear that :)
How can I change the image on the left hand side of the Box that pops up when hovering mouse over forum title or thread?The three templates are 'forumhome_forumbit_level1_post', 'forumhome_forumbit_level1_post' and 'threadbit'
If you have TMS installed edit from in there, and what you need to look for is
In the first two:
img src="{vb:stylevar jqt_forumhomedescription_icon}" border="0"style="width:80px;height:80px;" />change the {vb:stylevar jqt_forumhomedescription_icon} to the full path to the desired image
In the third one look for:
img src="{vb:raw thread.avatarurl}" border="0"style="max-width:80px;min-width:60px; max-height:90px;" />and again, change the {vb:raw thread.avatarurl} to point to your desired image.
You can use url or path thus
either
/public_html/images/image.pngOR
http://.www/freds-site.com/images/piccy.png
That should work, by the way, don't add any extra text marks/quotation marks etc. really screws the layout :eek:
blue6995
01-20-2012, 09:26 PM
I am using 4.1.10 and I note that when this mod is active unread posts are no longer shown in Bold - is there a work around for this?
Thanks
blue6995
01-20-2012, 09:59 PM
Since installing the latest upgrade the thread popup now shows this - see attachment
blue6995
01-20-2012, 10:18 PM
I just installed he latest version and now, when hovering over the latest thread or even an old thread, all I get is a Box with lots of gobbledygook in it!
http://rwf-forum.co.uk/vBulletin/forum.php
gothicuser
01-21-2012, 05:05 AM
I am using 4.1.10 and I note that when this mod is active unread posts are no longer shown in Bold - is there a work around for this?
Thanks
That shouldn't happen at all, I'll look into that this morning.
I just installed he latest version and now, when hovering over the latest thread or even an old thread, all I get is a Box with lots of gobbledygook in it!
The only other time I saw that happening it was caused by a clash with other script(s). If there is more than one jquery (type) or mootools script being loaded, only the first would be recognised. The workaround would be to use the <noConflict> method.
thecore762
01-21-2012, 06:02 AM
I am having issues using this.
See this: www.47r-squad.com
Probably because I am using prototype.js
can you post a fix?
thecore762
01-21-2012, 07:00 AM
Another issue I ran into is this:
gothicuser
01-21-2012, 07:29 AM
I am having issues using this.
See this: www.47r-squad.com (http://www.47r-squad.com)
Probably because I am using prototype.js
can you post a fix?
I am really sorry, but for me to use the noconflict fix would mean me re-writing the entire mod.
Even then I'm not sure it would work as I see you have multiple other scripts loading, some from external sources (histats etc).
thecore762
01-21-2012, 07:47 PM
Hmmmm, this is one of the main issues with jQuery and should have been accounted for when building this mod.
This is an excellent plugin, wish I could have been able to use it.
Of course I could turn off histats for this.
Anyways, thanks for the reply.
gothicuser
01-21-2012, 08:00 PM
Hmmmm, this is one of the main issues with jQuery and should have been accounted for when building this mod.
This has always been a recognised problem, but it's a simple case of what came first, the egg or the other thing? How many other jQuery add-ons are out there? vB and third party.
Who should incorporate the noconflict fix, me? them?
The other problem is that to build it in from scratch I would need to select a unique alias which others have not used, there are only so many letters in the alphabet.
I agree, it is a problem but not one I can fix alone.
EDIT: I have a few quiet days towards the second half of next week and I think I'll do a little experimentation regarding this problem. I won't promise anything at all, but you never know, something good may come of it.
thecore762
01-21-2012, 09:23 PM
This may help:
https://vborg.vbsupport.ru/showthread.php?t=276766
I was having the same problem with a similiar addon, but we found a fix for it.
Hopefully we can find something for this addon.
gothicuser
01-22-2012, 05:54 AM
This may help:
https://vborg.vbsupport.ru/showthread.php?t=276766
I was having the same problem with a similiar addon, but we found a fix for it.
Hopefully we can find something for this addon.
Yeah, thats using the standard noconflict fix. I prefer the alias method which should work with more than one conflict.
Was it just the tooltips (from that screenie) ?
If that is the case, could you please do me a favour and copy the file inside the archive to the folder 'jqt_suite' after backing up the original file of course.
Test out the tooltips using the Original Black theme, see if that helps.
thecore762
01-22-2012, 08:08 AM
Sweet, thank you!
Everything is working except the Postbit Tooltip.
gothicuser
01-23-2012, 05:10 AM
Sweet, thank you!
Everything is working except the Postbit Tooltip.
Just ran your postbit (page) through Firebug and see that there are nineteen scripts trying to shoulder their way in, jostling for what little space is there is.
I do have a couple of ideas that may work, give me a couple of days (work has now distracted me).
thecore762
01-23-2012, 05:48 AM
Just ran your postbit (page) through Firebug and see that there are nineteen scripts trying to shoulder their way in, jostling for what little space is there is.
I do have a couple of ideas that may work, give me a couple of days (work has now distracted me).
Ok, thanks for helping me :)
TombstoneWarrior
01-23-2012, 03:06 PM
This Script Has A Million Bugs No Reason To Add It To My Forum Till Its 100%
thecore762
01-23-2012, 10:59 PM
This Script Has A Million Bugs No Reason To Add It To My Forum Till Its 100%
I disagree.
If you are not running prototype.js then you should be all set with 0 issues.
thecore762
01-24-2012, 11:23 PM
gothicuser, I want to bring this up to your attention.
When you look at the screenshot when I have the mark as read disabled it doesn't mark as read the default option.
It just shows a small arrow next to the options.
Could this be fixed?
gothicuser
01-25-2012, 05:47 AM
gothicuser, I want to bring this up to your attention.
When you look at the screenshot when I have the mark as read disabled it doesn't mark as read the default option.
It just shows a small arrow next to the options.
Could this be fixed?
Fixed.
I've upgraded the package. To apply all you need to do is re-import the product .xml file, allowing overwrite.
thecore762
01-25-2012, 06:24 AM
Fixed.
I've upgraded the package. To apply all you need to do is re-import the product .xml file, allowing overwrite.
Sweet, thanks for the update!
Alex@Mk3OC
01-27-2012, 10:15 AM
This still doesn't work properly with read marking, the thread titles no longer show in bold for unread threads once this is installed, had to uninstall for now
gothicuser
01-28-2012, 06:39 AM
This still doesn't work properly with read marking, the thread titles no longer show in bold for unread threads once this is installed, had to uninstall for now
Fixed.
I've upgraded the package to v3.1RC3. To apply all you need to do is re-import the product .xml file, allowing overwrite.
thecore762
01-28-2012, 11:38 PM
Fixed.
I've upgraded the package to v3.1RC3. To apply all you need to do is re-import the product .xml file, allowing overwrite.
Hi there,
Thread preview doesn't work for guests.
http://www.47r-squad.com/general-discussion/
It works for the front page vBAdvanced, not the forum page.
gothicuser
01-29-2012, 05:51 AM
Hi there,
Thread preview doesn't work for guests.
http://www.47r-squad.com/general-discussion/
It works for the front page vBAdvanced, not the forum page.
I can see your problem. I don't have that issue here or on my other sites but will look further into it later for you.
I'm getting over food poisoning, feel like c**p so not really up to it this morning :(
thecore762
01-29-2012, 06:22 AM
I can see your problem. I don't have that issue here or on my other sites but will look further into it later for you.
I'm getting over food poisoning, feel like c**p so not really up to it this morning :(
Sorry to hear that, hopefully you have a speedy recovery.
Take your time and take care of yourself.
zyiad
01-29-2012, 08:15 AM
thanks,
thecore762
01-30-2012, 11:22 PM
Also wanted to report another bug.
In forum home: http://www.47r-squad.com/general-discussion/
New posts are not showing in bold.
gothicuser
01-31-2012, 08:39 AM
Also wanted to report another bug.
New posts are not showing in bold.
Sorry
Fixed.
I've upgraded the package to v3.1RC4. To apply all you need to do is re-import the product .xml file, allowing overwrite.
thecore762
01-31-2012, 11:49 PM
Nominated for mod of the month.
Excellent product and I believe it's one of the best plugins made so far for vBulletin!
I totally fell in love with jQuery.
thecore762
02-04-2012, 09:48 PM
I can see your problem. I don't have that issue here or on my other sites but will look further into it later for you.
I'm getting over food poisoning, feel like c**p so not really up to it this morning :(
I double checked the user permissions for unregistered, looks like everything is fine from that regard.
thecore762
02-28-2012, 11:34 PM
Hi there, I encountered a new bug.
Currently if a forum section is not using written description instead using a code/image this shows:
gothicuser
02-29-2012, 03:49 AM
Hi there, I encountered a new bug.
Currently if a forum section is not using written description instead using a code/image this shows:
Ouch, I'll look at that. Thanks
HHelp1
02-29-2012, 10:21 PM
Its not working here! Please help me :(
Do i have to upload Docs folder?
HHelp1
02-29-2012, 10:46 PM
AH! NVM! I have to edit template alot :(
nacaruncr
03-01-2012, 05:57 PM
It'd a good idea in the thread description, if the thread has a image, appear the image and the info from the thread...
Installed + tagged + MOTM + 5 stars :D
gothicuser
03-01-2012, 07:59 PM
It'd a good idea in the thread description, if the thread has a image, appear the image and the info from the thread...
Nice idea, I'll look into that when I settle down to fix the issue that was found.
Barbara1
03-04-2012, 02:24 PM
vb 4.1.11, TMS installed
got this error while trying to import the product.xml:
****************************************
Database error in vBulletin 4.1.11:
Invalid SQL:
SELECT t1.templateeditid AS templateeditid_1, t1.varname ,
t1.templateeditid AS templateeditid_1, t1.styleid AS styleid_1 ,
t2.templateeditid AS templateeditid_2, t2.styleid AS styleid_2
FROM templateedit AS t1
LEFT JOIN templateedit AS t1 ON (t1.varname=t1.varname AND t1.styleid=-2)
LEFT JOIN templateedit AS t2 ON (t1.varname=t2.varname AND t2.styleid=2)
WHERE t1.styleid = -1;
MySQL Error : Not unique table/alias: 't1'
Error Number : 1066
Request Date : Sunday, March 4th 2012 @ 05:22:15 PM
Error Date : Sunday, March 4th 2012 @ 05:22:15 PM
Script : http://***/***/admincp/plugin.php?do=productimport
Referrer : http://***/***/admincp/plugin.php?do=productadd
IP Address : ***
Username : ***
Classname : vB_Database
MySQL Version : 5.5.20
is there a way we can fix it? cause i really like a lot your hack!!
gothicuser
03-05-2012, 05:04 AM
vb 4.1.11, TMS installed
got this error while trying to import the product.xml:
****************************************
Database error in vBulletin 4.1.11:
is there a way we can fix it? cause i really like a lot your hack!!
It looks to be an issue with TMS after updating to 4.1.11 sadly.
I will look at this as soon as I can.
thecore762
03-05-2012, 05:12 AM
Confirmed.
It's TMS.
Unfortunately not much we can do until Andreas decided to update his plugin.
gothicuser
03-05-2012, 07:14 AM
Confirmed.
It's TMS.
Unfortunately not much we can do until Andreas decided to update his plugin.
PM'ed you a prezzy
Nirjonadda
03-05-2012, 08:14 AM
Database error in vBulletin 4.1.10:
Invalid SQL:
MySQL Error : Got a packet bigger than 'max_allowed_packet' bytes
Error Number : 1153
Request Date : Monday, March 5th 2012 @ 03:11:42 PM
Error Date : Monday, March 5th 2012 @ 03:11:51 PM
Script : http://www.*********/admincp/plugin.php?do=productimport
Referrer : http://www.********.com/admincp/plugin.php?do=productadd
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.1.56
thecore762
03-05-2012, 08:34 AM
Database error in vBulletin 4.1.10:
Invalid SQL:
MySQL Error : Got a packet bigger than 'max_allowed_packet' bytes
Error Number : 1153
Request Date : Monday, March 5th 2012 @ 03:11:42 PM
Error Date : Monday, March 5th 2012 @ 03:11:51 PM
Script : http://www.*********/admincp/plugin.php?do=productimport
Referrer : http://www.********.com/admincp/plugin.php?do=productadd
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.1.56
Come on man, have you even read the last 4 posts?
You will have to wait for tms to be upgraded to latest release.
smirkley
03-16-2012, 11:07 PM
I just installed your mod and really like professional look of it. Great job!!
However I have a couple issues:
The thread tooltip shows up fine but it still shows also the "standard" popup from vBulletin when hovering over a thread. How can I turn the "standard" popup off?
Did the modifications also for the postbit as instructed but my postbit looks like this now as shown in the attachment
Thanks for any help
Michael
Refer to the attachment in the above members post...
I dont know if this has been fixed, I have been away for awhile.
I have recently been addressing some issues on my board and this one is outstanding to fix yet.
I am wondering if a conditional can be put into the code so that banned member posts do not have the jquery popup. The issue is only with my banned members whose posts still remain.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.