Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Details »»

Version: 1.00, by Admin (Coder) Admin is offline
Developer Last Online: Nov 2024 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 02-23-2002 Last Update: Never Installs: 183
 
No support by the author.

IMPORTANT: If you are using v2.2.3 and up please read this thread!
https://vborg.vbsupport.ru/showthrea...threadid=35894


This is more of a visual change, but still requires hacking the files.
All it does is make the look of [code], [php] and [quote] codes better (IMO), instead of the ugly lines which are used right now.

Demo:
https://vborg.vbsupport.ru/showthrea...2985&styleid=4
https://vborg.vbsupport.ru/showthrea...2985&styleid=1

Everything you need is in the text file, have fun.

Show Your Support

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

Comments
  #82  
Old 04-05-2002, 12:09 PM
Admin's Avatar
Admin Admin is offline
Coder
 
Join Date: Oct 2023
Location: Server
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Beiddos: Don't do any changes to your functions.php file.

Ordovicuim: Please read the thread, at least read the first post.

:bunny:
Reply With Quote
  #83  
Old 04-05-2002, 04:41 PM
Bieddos's Avatar
Bieddos Bieddos is offline
 
Join Date: Nov 2001
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by FireFly
Beiddos: Don't do any changes to your functions.php file.

Ordovicuim: Please read the thread, at least read the first post.

:bunny:
Infact i try i do only this part: +-------------------------------------------------------------------------------------------------+
| In the Admin CP, goto Modify under Custom vB Codes and click [edit] next to the [quote] code |
| Place this code in the "vB Code replacement" Box |
+-------------------------------------------------------------------------------------------------+
<table border="0" align="center" width="90%" cellpadding="3" cellspacing="1"><tr><td><smallfont><b>quote:</b></smallfont></td></tr><tr><td style="BORDER: #000000 1px solid; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana,Arial; BACKGROUND-COLOR: #D7D7D7;">{param}</td></tr></table>
+-------------------------------------------------------------------------------------------------+

+
+++
+

+-------------------------------------------------------------------------------------------------+
| Add a new Replacement Variable, named #D7D7D7: |
+-------------------------------------------------------------------------------------------------+
#D7D7D7
+-------------------------------------------------------------------------------------------------+

+-------------------------------------------------------------------------------------------------+
| And another, named #000000: |
+-------------------------------------------------------------------------------------------------+
#000000
+-------------------------------------------------------------------------------------------------+

+-------------------------------------------------------------------------------------------------+
| You can adjust these colors to your liking. The first is the background color of the box, and |
| the second is the font color of the text inside the box. (Current colors fit default scheme) |
+-------------------------------------------------------------------------------------------------+



But there is this problem: the quote include the signature and the result is this :
Reply With Quote
  #84  
Old 04-05-2002, 04:52 PM
Admin's Avatar
Admin Admin is offline
Coder
 
Join Date: Oct 2023
Location: Server
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You didn't run the query...
Reply With Quote
  #85  
Old 04-05-2002, 10:40 PM
amykhar's Avatar
amykhar amykhar is offline
 
Join Date: Oct 2001
Location: PA
Posts: 4,438
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

weird problem. I upgraded from 2.2.2 to 2.2.5 and made the mods to the functions.php file. I did not change the replacement or anything else.

Windows users say everything is fine. Mac users can't read the quotes. They are seeing a light green text on a blue background.

See it here:
http://www.eaforums.com/showthread.p...954#post114954

Amy
Reply With Quote
  #86  
Old 04-06-2002, 03:25 AM
Erwin's Avatar
Erwin Erwin is offline
 
Join Date: Jan 2002
Posts: 7,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah - that happened to me too. All I did to fix that in 2.2.5 is to replace the {codefontcolor} and {codebackgroundocolor} with the actual color hex codes both in the vbcode section as well as in functions.php.

In other words, I hard-coded the color rather than used the replacement variables - it works like a charm. I suspect that if you did not want to do this you just need to run the db query again.
Reply With Quote
  #87  
Old 04-06-2002, 08:06 AM
Bieddos's Avatar
Bieddos Bieddos is offline
 
Join Date: Nov 2001
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by FireFly
You didn't run the query...
ops... now it's perfect
Reply With Quote
  #88  
Old 04-06-2002, 08:14 AM
Admin's Avatar
Admin Admin is offline
Coder
 
Join Date: Oct 2023
Location: Server
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Told'ya.
Reply With Quote
  #89  
Old 04-06-2002, 08:27 AM
Bieddos's Avatar
Bieddos Bieddos is offline
 
Join Date: Nov 2001
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have only a little problem with the colors...

Custom replacements
{--codebackground--} is replaced by #D7D7D7 [edit] [remove]
{--codefontcolor--} is replaced by #f7fcd1 [edit] [remove]

But the results is this: My Forum--> examples of quote <--
Reply With Quote
  #90  
Old 04-07-2002, 05:35 PM
Ordovicium's Avatar
Ordovicium Ordovicium is offline
 
Join Date: Oct 2001
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by FireFly
Beiddos: Don't do any changes to your functions.php file.

Ordovicuim: Please read the thread, at least read the first post.

:bunny:
Ok I read now everything, but now I have this Problem:
http://www.vbulletin.com/forum/showt...603#post272603
Reply With Quote
  #91  
Old 04-07-2002, 05:41 PM
Ambex Net's Avatar
Ambex Net Ambex Net is offline
 
Join Date: Nov 2001
Location: USA
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do i get this to work with the AutoCopy Code and PHP to clipboard hack?
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 04:26 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.04969 seconds
  • Memory Usage 2,317KB
  • 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
  • (3)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
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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