Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications

Reply
 
Thread Tools
legend in another way - by alra7ba Details »»
legend in another way - by alra7ba
Version: 1.00, by Dr.osamA Dr.osamA is offline
Developer Last Online: Oct 2015 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.1.0 Rating:
Released: 01-02-2011 Last Update: 01-03-2011 Installs: 7
Template Edits
Re-useable Code Additional Files Translations  
No support by the author.

hi guys

Happy new year
As an example intended to find it in the MOD alra7ba.info the reference to a member's name or any similar link

demo: alra7ba.info
user : vBulletin
pass :123456

Available also illustrations in attachments
How work this modification:
After the addition of attached files and source code, this code shows you the balloon only about the links that are locked between the tag's
PHP Code:
<a> and </a
installation:
upload the files attached to path in vb root as is the following

PHP Code:
clientscript/jquery/jquery.tools.min.js
clientscript
/lo.js 
And now we enter the ACP and look for headinclude template and add the following code to the end

PHP Code:
<!-- Start code to show a demonstration by black balloon alra7ba -->
<
script type="text/javascript" src="clientscript/jquery/jquery.tools.min.js"></script>
<
script type="text/javascript" src="clientscript/lo.js"></script>
<!-- 
End code to show a demonstration by black balloon alra7ba --> 
and save

then look for additional.css template and add the following code to the end
PHP Code:
/* simple css-based tooltip-by alra7ba */
.tooltip {
    
background-color:#000;
    
border:1px solid #fff;
    
padding:10px 15px;
    
width:200px;
    
display:none;
    
color:#fff;
    
text-align:right;
    
font-size:11px;

    
/* outline radius for mozilla/firefox only */
    
-moz-box-shadow:0 0 10px #000;
    
-webkit-box-shadow:0 0 10px #000;

and save

Do not press the install, I do not care about this
But you can leave a response
Enjoy

بالنسبة للاخوة العرب تجدون مع المرفقات شرح بالعربي

Download Now

File Type: zip alra7ba.zip (41.4 KB, 31 views)

Screenshots

File Type: gif mou4.gif (6.7 KB, 0 views)
File Type: gif mou1.gif (13.1 KB, 0 views)
File Type: gif mou2.gif (13.4 KB, 0 views)
File Type: gif mou3.gif (11.7 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 01-03-2011, 10:11 PM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So is this in English?

And if I understand you correctly, this will make balloon tips in black?!
Reply With Quote
  #3  
Old 01-03-2011, 10:13 PM
Dr.osamA's Avatar
Dr.osamA Dr.osamA is offline
 
Join Date: Aug 2004
Location: Syrie
Posts: 979
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes

you can try it on Demo bro
Reply With Quote
  #4  
Old 01-03-2011, 10:15 PM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dr.osamA View Post
yes

you can try it on Demo bro
شكرا

Thank you
Reply With Quote
  #5  
Old 01-03-2011, 10:22 PM
Dr.osamA's Avatar
Dr.osamA Dr.osamA is offline
 
Join Date: Aug 2004
Location: Syrie
Posts: 979
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you are welcome sir

عفــــواً
Reply With Quote
  #6  
Old 01-03-2011, 10:55 PM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This didn't work for me, but thank you anyways.
Reply With Quote
  #7  
Old 01-03-2011, 11:06 PM
Dr.osamA's Avatar
Dr.osamA Dr.osamA is offline
 
Join Date: Aug 2004
Location: Syrie
Posts: 979
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This was nice if you told us why ( Reason)

anyways Welcome bro
Reply With Quote
  #8  
Old 01-03-2011, 11:10 PM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dr.osamA View Post
This was nice if you told us why ( Reason)

anyways Welcome bro
1) Nothing different showed up

2) I had to remove the following or it would show up in my header

Code:
<-- Start code to show a demonstration by black balloon alra7ba -->
<-- End code to show a demonstration by black balloon alra7ba -->
Which left only the script code, which should have been acceptable. But still did not see anything to suggest this mod was working.

I'm using 4.1 PL2
Reply With Quote
  #9  
Old 01-03-2011, 11:16 PM
Dr.osamA's Avatar
Dr.osamA Dr.osamA is offline
 
Join Date: Aug 2004
Location: Syrie
Posts: 979
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

updated

PHP Code:
<!--  Start code to show a demonstration by black balloon alra7ba -->
<
script type="text/javascript" src="clientscript/jquery/jquery.tools.min.js"></script>
<
script type="text/javascript" src="clientscript/lo.js"></script>
<!--  
End code to show a demonstration by black balloon alra7ba--> 
thi code must be in headinclude template not in header

plzzz can you send your lik site ??

i hop you dont uninstall anything else
Reply With Quote
  #10  
Old 01-03-2011, 11:30 PM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dr.osamA View Post
updated

PHP Code:
<!--  Start code to show a demonstration by black balloon alra7ba -->
<
script type="text/javascript" src="clientscript/jquery/jquery.tools.min.js"></script>
<
script type="text/javascript" src="clientscript/lo.js"></script>
<!--  
End code to show a demonstration by black balloon alra7ba--> 
thi code must be in headinclude template not in header

plzzz can you send your lik site ??

i hop you dont uninstall anything else
I did uninstall it.

I added it to headeinclude, but that code showed up in the header (above my logo).
Reply With Quote
Reply

Thread Tools

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 06:27 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.07228 seconds
  • Memory Usage 2,333KB
  • Queries Executed 24 (?)
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)bbcode_code
  • (6)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (5)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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_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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete