Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases

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
  #62  
Old 03-08-2002, 07:47 PM
Mr. X's Avatar
Mr. X Mr. X is offline
 
Join Date: Oct 2001
Location: Iowa
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Vivi Ornitier
hey Fireflu, i'm having troubles getting the colors inside the quote box to be a different color. Right now, i think it's automatic cell color and it's just the same as the cell color that I posted in. I tried editing the replacement values and such but it still doesn't work, i tried manually inserting a hex color in the #D7D7D7 place but still nothing, can u plz tell me what ihave to edit, the color i'm trying to insert is something like #167D24
Its basically the same with Vivi. I added the hack, but the boxes dont become a different color. I added the replacement values, but it doesnt seem to do anything. See attachment for what Im getting at.

Also, im not sure if its supposed to be like this, but if I quote a post that has a quote, I only get the text quoted, not the original quote. Nesting I think its called? Its in the shot.

And lastly, do I replace the other vB code for things like PHP etc?
Reply With Quote
  #63  
Old 03-08-2002, 08:17 PM
Mr. X's Avatar
Mr. X Mr. X is offline
 
Join Date: Oct 2001
Location: Iowa
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh, when I quote and quote again in a PM, I see both quotes, so it works dandy there. Hmm.
Reply With Quote
  #64  
Old 03-08-2002, 11:38 PM
psico psico is offline
 
Join Date: Oct 2001
Location: Buenos Aires, Argentina
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The problem is this line in functions.php this changed with version 2.2.3b:
PHP Code:
    $bbcode=str_replace("{""{"$bbcode); // stop people posting replacements in their posts 
so comment this line with "//"...
If anyone know how to avoid this please let me know...

bye!
Reply With Quote
  #65  
Old 03-09-2002, 04:52 AM
Admin's Avatar
Admin Admin is offline
Coder
 
Join Date: Oct 2023
Location: Server
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="https://vborg.vbsupport.ru/showthread.php?s=&threadid=35894" target="_blank">https://vborg.vbsupport.ru/showt...threadid=35894</a>
Reply With Quote
  #66  
Old 03-10-2002, 03:13 AM
dezoris dezoris is offline
 
Join Date: Jan 2002
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can you run this from the sql query hack you made for the admin CP? Because I have no clue as to how to do it from, Telnet?

| Now run this SQL query through phpMyAdmin or Telnet/SSH |
+-------------------------------------------------------------------------------------------------+
ALTER TABLE bbcode CHANGE bbcodereplacement bbcodereplacement TEXT;
Reply With Quote
  #67  
Old 03-10-2002, 03:19 AM
inetd inetd is offline
 
Join Date: Nov 2001
Posts: 332
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

dezoris, install this hack (by FireFly) for run sql query from Admin CP
Reply With Quote
  #68  
Old 03-10-2002, 05:41 AM
dezoris dezoris is offline
 
Join Date: Jan 2002
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by inetd
dezoris, install this hack (by FireFly) for run sql query from Admin CP
That is all I have to do is run that line
ALTER TABLE bbcode CHANGE bbcodereplacement bbcodereplacement TEXT; in the query box ?
Reply With Quote
  #69  
Old 03-10-2002, 10:00 AM
inetd inetd is offline
 
Join Date: Nov 2001
Posts: 332
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes, without ;
Reply With Quote
  #70  
Old 03-10-2002, 10:25 AM
dezoris dezoris is offline
 
Join Date: Jan 2002
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Results of query ALTER TABLE bbcode CHANGE bbcodereplacement bbcodereplacement TEXT
--------------------------------------------------------------------------------

Warning: Supplied argument is not a valid MySQL result resource in /usr/www/users/dezoris/hondalife/forum/admin/query.php on line 24
Query executed successfully!

Thats what I get
Reply With Quote
  #71  
Old 03-10-2002, 08:11 PM
SWFans.net's Avatar
SWFans.net SWFans.net is offline
 
Join Date: Oct 2001
Posts: 243
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I’m curious if there is someway to make the box’s (td bgcolor) alternate oppositely of the first and second alt colors for tables?

Example: In a thread the background for each postbit alternates between the two colors chosen for the replacement variables firstaltcolor and secondaltcolor. I think it would be cool to have these boxes alternate in the opposite, so that in a post with the firstaltcolor as its BG, the box inside it displays the secondaltcolor.
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 05:28 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.07812 seconds
  • Memory Usage 2,304KB
  • 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
  • (2)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