Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Template Modifications

Reply
 
Thread Tools
Right mouse click menu Details »»
Right mouse click menu
Version: 1.00, by HaYLaZ HaYLaZ is offline
Developer Last Online: Mar 2013 Show Printable Version Email this Page

Version: 3.5.0 RC3 Rating:
Released: 09-17-2005 Last Update: Never Installs: 21
 
No support by the author.

when you right click wiht your mouse there is open a new men?.You can change links,colors what you want.

install;
open your header template and add the codes below to top of your header template and edit links,colors ect

PHP Code:
<META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD>
<
BODY id=bg text=#093349 bgColor=#f5f5f5 topMargin=0>
<STYLE>#contextMenu {
    
BORDER-RIGHTblack 1px outsetBORDER-TOPblack 1px outsetVISIBILITYhiddenBORDER-LEFTblack 1px outsetWIDTH120pxBORDER-BOTTOMblack 1px outsetPOSITIONabsoluteBACKGROUND-COLOR#dde8f4; layer-background-color: #cccccc
}
.
A:unknown {
    
WIDTH100%; CURSOR: default; COLORblackTEXT-DECORATIONnone
}
.
A:unknown {
    
WIDTH100%; CURSOR: default; COLORwhiteBACKGROUND-COLORblackTEXT-DECORATIONnone
}
</
STYLE>

<
SCRIPT language="">
 
var 
menu
function 
showMenu (evt) { 
  if (
document.all) { 
    
document.all.contextMenu.style.pixelLeft event.clientX
    
document.all.contextMenu.style.pixelTop event.clientY
    
document.all.contextMenu.style.visibility 'visible'
    return 
false
  } 
  else if (
document.layers) { 
    if (
evt.which == 3) { 
      
document.contextMenu.left evt.x
      
document.contextMenu.top evt.y
      
document.contextMenu.onmouseout 
        function (
evt) { this.visibility 'hide'; }; 
      
document.contextMenu.visibility 'show'
      return 
false
    } 
  } 
  return 
true

if (
document.all
  
document.oncontextmenu =showMenu
if (
document.layers) { 
  
document.captureEvents(Event.MOUSEDOWN); 
  
document.onmousedown showMenu

</
SCRIPT>

<
DIV id=contextMenu onmouseover=clearTimeout(this.tid); 
onmouseout="menu = this; this.tid = setTimeout  ('menu.style.visibility = \'hidden\'', 1);" style="width: 161; height: 332">
<
TABLE borderColor=#999999 width="100%" border=1>
  
<TBODY>
  <
TR>
    <
TD class=tablecat align=left width="100%" background="js/cellpic.gif"><SPAN class=smallfont><B>Genel Ba&#351;lıklar</B></SPAN></TD></TR>
  
<TR class=tablea>
    <
TD><SPAN class=smallfont>
    <
STRONG>&nbsp;?</STRONG>&nbsp; <A href="portal.php"><B>Portal</B></A>
    <
BR>
    <
STRONG>&nbsp;?</STRONG>&nbsp; <A href="index.php"><B>Ana Sayfa</B></A>
    <
BR>
    <
STRONG>&nbsp;?</STRONG>&nbsp; <A href="gallery.php"><B>Galeri</B></A>
    <
BR>
    <
STRONG>&nbsp;?</STRONG>&nbsp; <A href="chat/index.php"><B>Chat</B></A>
    <
BR>
    <
STRONG>&nbsp;?</STRONG>&nbsp; <A href="upload/index.php"><B>upload</B></A>
    <
BR>
    </
SPAN></TD></TR>
  <
TR>
    <
TD class=tablecat align=left width="100%" background="js/cellpic.gif"><SPAN class=smallfont><B>Extralar</B></SPAN></TD></TR>
  <
TR class=tablea>
    <
TD><SPAN class=smallfont>
    <
STRONG>&nbsp;?</STRONG>&nbsp; <A href="private.php">Mesaj Kutusu</A>
    <
BR>
    <
STRONG>&nbsp;?</STRONG>&nbsp; <A href="showgroups.php">Forum Liderleri</A>
    <
BR>
    <
STRONG>&nbsp;?</STRONG>&nbsp; <A href=" memberlist.php">?yelerin Listesi</A>
    <
BR>
    <
STRONG>&nbsp;?</STRONG>&nbsp; <A href="profile.php?do=editavatar">Avatar D?zenle</A>
    <
BR>
    <
STRONG>&nbsp;?</STRONG>&nbsp; <A href="profile.php?do=editsignature">&#304;mza D?zenle</A>    
    
<BR>
    </
SPAN></TD></TR></TBODY></TABLE></DIV

Show Your Support

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

Comments
  #12  
Old 09-19-2005, 08:32 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nexialys
.. and be in english ... even if it's just a demo!
I do believe Chat and Upload are still English words. Don't quote me on that though.
Reply With Quote
  #13  
Old 09-19-2005, 11:09 AM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is nice thanks.
Reply With Quote
  #14  
Old 09-19-2005, 11:47 AM
Floris Floris is offline
 
Join Date: Jan 2002
Posts: 1,898
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Gee, someone posts their work with the skills that they have, thank you for sharing and good job. Considering the feedback you received this feels like a first attempt of such a resource, looking forward to a future version more compatible with 3.5, using phrases for easy translation and xhtml/css for markup.
Reply With Quote
  #15  
Old 09-19-2005, 12:35 PM
HaYLaZ's Avatar
HaYLaZ HaYLaZ is offline
 
Join Date: Apr 2005
Posts: 349
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you will change the green sectors yourself.They are below;

<STRONG>&nbsp;?</STRONG>&nbsp; <A href="portal.php"><B>Portal</B></A>
<BR>
<STRONG>&nbsp;?</STRONG>&nbsp; <A href="index.php"><B>Home</B></A>
<BR>
<STRONG>&nbsp;?</STRONG>&nbsp; <A href="gallery.php"><B>Gallery</B></A>
<BR>
<STRONG>&nbsp;?</STRONG>&nbsp; <A href="chat/index.php"><B>Chat</B></A>
<BR>
<STRONG>&nbsp;?</STRONG>&nbsp; <A href="upload/index.php"><B>upload</B></A>
<BR>
</SPAN></TD></TR>
<TR>
<TD class=tablecat align=left width="100%" background="js/cellpic.gif"><SPAN class=smallfont><B>Extras</B></SPAN></TD></TR>
<TR class=tablea>
<TD><SPAN class=smallfont>
<STRONG>&nbsp;?</STRONG>&nbsp; <A href="private.php">PmBox</A>
<BR>
<STRONG>&nbsp;?</STRONG>&nbsp; <A href="showgroups.php">Forum Leaders</A>
<BR>
<STRONG>&nbsp;?</STRONG>&nbsp; <A href=" memberlist.php">MemberList</A>
<BR>
<STRONG>&nbsp;?</STRONG>&nbsp; <A href="profile.php?do=editavatar">Modify Avatar</A>
<BR>
<STRONG>&nbsp;?</STRONG>&nbsp; <A href="profile.php?do=editsignature">Modify Signature</A>



the codes are work with all vbulletin and php scripts.
Reply With Quote
  #16  
Old 09-19-2005, 12:55 PM
Vizionz Vizionz is offline
 
Join Date: Jul 2003
Location: Chicago
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this so reminds me of zero tolerance's right click menu hack he did for ipb i believe not sure if he did it for vbulletin already... its actually usefull as far as what its for but like everyones saying other browsers dont support it users complain about it if anything you should make it a user cp option so users can turn it on if they want it or if they dont they dont :P then its a usefull hack
Reply With Quote
  #17  
Old 09-19-2005, 01:50 PM
HaYLaZ's Avatar
HaYLaZ HaYLaZ is offline
 
Join Date: Apr 2005
Posts: 349
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you are right ı will work on this modification
Reply With Quote
  #18  
Old 10-05-2005, 12:38 PM
dhpcvn dhpcvn is offline
 
Join Date: Sep 2005
Location: NY, USA
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it's only working with IE browser, not work with Mozilla FireFox
Reply With Quote
  #19  
Old 10-14-2005, 01:32 AM
redspider's Avatar
redspider redspider is offline
 
Join Date: Jul 2005
Posts: 225
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there was a way to add the copy and paste funtion this would be perfect .
Reply With Quote
  #20  
Old 10-25-2005, 09:34 AM
organik81's Avatar
organik81 organik81 is offline
 
Join Date: Jan 2005
Location: istanbul / Turkey
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good job @HaYLaZ ... thanx...
Reply With Quote
  #21  
Old 10-26-2005, 07:03 AM
gael11 gael11 is offline
 
Join Date: Oct 2005
Location: South of France
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And don't work with opera
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 04:14 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.14428 seconds
  • Memory Usage 2,351KB
  • Queries Executed 25 (?)
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_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete