Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #21  
Old 09-08-2012, 06:12 PM
Syxguns's Avatar
Syxguns Syxguns is offline
 
Join Date: Jul 2011
Posts: 280
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here you go:

Code:
<!-- lastpost -->
		<dl class="threadlastpost td<vb:if condition="$show['notificationtype']"> alt</vb:if>">
		<vb:if condition="$show['threadmoved']">
			<dt class="lastpostby hidden">&nbsp;</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}" onload="this.parentNode.parentNode.parentNode.getElementsByTagName('a')[0].removeAttribute('title');" /></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>
It looks to me like it should be correct.
Reply With Quote
  #22  
Old 09-08-2012, 06:27 PM
nerbert nerbert is offline
 
Join Date: May 2008
Posts: 784
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I went to your forum and there's no mouseover tooltip box. Did you reload the page from a link or just hit the refresh button?
Reply With Quote
  #23  
Old 09-08-2012, 06:29 PM
Syxguns's Avatar
Syxguns Syxguns is offline
 
Join Date: Jul 2011
Posts: 280
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, I don't know if this will help or not, but according to Firebug we may be editing the wrong item. Notice the line in red is what is showing up on mouse over event.

Code:
[COLOR]

<a id="yui-gen63" class="username online popupctrl" bold;"="" font-weight:="" red;="" color:="" ms;="" sans="" comic="" 13px="" font:="" title="<span style=" href="member.php?u=1">
Syxguns is online now">
<strong>
<span style="font: 13px Comic Sans MS; color: red; font-weight: bold;">Syxguns</span>
</strong>
</a>
--------------- Added [DATE]1347132648[/DATE] at [TIME]1347132648[/TIME] ---------------

Quote:
Originally Posted by nerbert View Post
I went to your forum and there's no mouseover tooltip box. Did you reload the page from a link or just hit the refresh button?
I just hit the refresh button. Let me try to clear cookies and history real quick... Nope it still shows the mouse over on that link in the last post by area. I tried in Firefox, Chrome, Opera, and IE.
Reply With Quote
  #24  
Old 09-08-2012, 06:38 PM
nerbert nerbert is offline
 
Join Date: May 2008
Posts: 784
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just click on some other forum. Refreshing the page won't reload JavaScript

--------------- Added [DATE]1347133547[/DATE] at [TIME]1347133547[/TIME] ---------------

You still have the same problem with the thread starter.

Try this:

Code:
onload="this.parentNode.parentNode.parentNode.getElementsByTagName('a')[0].removeAttribute('title');
this.parentNode.parentNode.parentNode.parentNode.getElementsByTagName('a')[1].removeAttribute('title');"
Reply With Quote
  #25  
Old 09-08-2012, 06:47 PM
Syxguns's Avatar
Syxguns Syxguns is offline
 
Join Date: Jul 2011
Posts: 280
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nerbert View Post
Just click on some other forum. Refreshing the page won't reload JavaScript
I closed down the forum, went to a couple of other sites, then opened the forum again, even after cleaning cookies and history. If you are saying that you do not see the tool tip when you hover over that area, then maybe I need to clear the cache and history from Prefetch folder, and reboot my machine to see if it is gone. I'll update this post in just a short time.
Reply With Quote
  #26  
Old 09-08-2012, 07:00 PM
nerbert nerbert is offline
 
Join Date: May 2008
Posts: 784
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You must be on GENERAL FORUMS page. I'm on Introduce yourself!

There must be another bit of some kind you have to modify for the page you're on. I'll look
Reply With Quote
  #27  
Old 09-08-2012, 07:19 PM
Syxguns's Avatar
Syxguns Syxguns is offline
 
Join Date: Jul 2011
Posts: 280
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nerbert View Post
You must be on GENERAL FORUMS page. I'm on Introduce yourself!

There must be another bit of some kind you have to modify for the page you're on. I'll look
Yeah, I forgot to mention that it is the Forum Home page where the problem seems to be. However, on the introduce yourself page, the left hand side it should say, "Started by:" but I have a "<span=" there as well. The right side of the page seems perfect.

I'll be back shortly, let me know if you find anything.
Reply With Quote
  #28  
Old 09-11-2012, 03:10 AM
Syxguns's Avatar
Syxguns Syxguns is offline
 
Join Date: Jul 2011
Posts: 280
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nerbert,
I found a [FIXED] version of the mod for 4.2 and it works worst than the original mod. I'm going to keep testing different ideas that I can come up with! Maybe I'll get lucky, but who knows. I might have to change the original code back and just remove the XML file and not have user name colors on the thread links like I wanted.

If you happen to think of anything else let me know and I'll give it a shot!
Reply With Quote
  #29  
Old 10-02-2012, 12:49 PM
Morpheuss89 Morpheuss89 is offline
 
Join Date: May 2008
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any news ??
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:16 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04521 seconds
  • Memory Usage 2,270KB
  • Queries Executed 14 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete