Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Thread Cosmetics V1.0 Details »»
Thread Cosmetics V1.0
Version: 1.00, by paul41598 paul41598 is offline
Developer Last Online: Jun 2013 Show Printable Version Email this Page

Version: 3.6.4 Rating:
Released: 11-17-2006 Last Update: 02-27-2007 Installs: 13
 
No support by the author.

Thread Cosmetics V1.0

Inspired by own my idea months ago:

You Must Have Vbplaza installed else this hack WILL NOT WORK It uses the tables/columns from this hack.

Description:

Thread Cosmetics is what it says. The ability to colorize, bold, italics, underline your thread, but from within the thread manage rather than using vbplaza and points!

Vbplaza / Why?:

Well, why not? If the hack is already there with the correct tables/columns why not take advantage of it? Besides, it was the only way I knew how to code the hack. So MAKE sure you have Vbplaza, else major errors!

Inspiration / Why?:

I guess I've always wanted to be able to colorize, bold, etc my thread, and its like 4-5 extra steps to do it through vbplaza. Why not have it along with the thread tools? This is why I struggled to create this hack.


Support:

There will be limited support for this hack. I will try my best, but I'm still waay to new to coding and if its beyond me, I might not be able to help.

I have tested this hack on 3.6.1, works great. However:

Use At Your Own risk Please click INSTALL

Show Your Support

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

Comments
  #12  
Old 11-20-2006, 07:18 AM
memomemo's Avatar
memomemo memomemo is offline
 
Join Date: Aug 2006
Location: Turkey
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by paul41598 View Post
The only thing I can say about those of you who are getting SQL errors involving "vbp_titletextcolor" either A.) You dont have vbplaza installed. or B.) It's named something else in your database for whatever reason.

I suggest you use phpmyadmin, click over to the thread table and find out what column name its using...

Hello
I have new table create on phpmyadmin ?
Table name "vbp_titletextcolor"
Column neme = ?

Thank you
Reply With Quote
  #13  
Old 11-20-2006, 09:45 AM
paul41598's Avatar
paul41598 paul41598 is offline
 
Join Date: Jun 2004
Location: MI
Posts: 732
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no no, the column name is called "vbp_titletextcolor" and it can be found in the thread table
Reply With Quote
  #14  
Old 11-20-2006, 12:54 PM
thepub thepub is offline
 
Join Date: Aug 2006
Posts: 226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

saving this to install soon! Thank you very much!
Reply With Quote
  #15  
Old 11-20-2006, 10:42 PM
Gryphon's Avatar
Gryphon Gryphon is offline
 
Join Date: Oct 2001
Location: Seattle, WA
Posts: 617
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can make Vbplaza a required dependency in the product.
Reply With Quote
  #16  
Old 11-20-2006, 10:50 PM
SouthernTn SouthernTn is offline
 
Join Date: Jul 2005
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would be nice if this could be done for 3.6.X without having to need vBPlaza aswell .. nice hack
Reply With Quote
  #17  
Old 11-21-2006, 05:32 AM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks good, im sure this could also be expended as well.
Reply With Quote
  #18  
Old 11-21-2006, 06:32 PM
paul41598's Avatar
paul41598 paul41598 is offline
 
Join Date: Jun 2004
Location: MI
Posts: 732
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

New search tool available here
Reply With Quote
  #19  
Old 12-22-2006, 05:02 PM
HolyKiller HolyKiller is offline
 
Join Date: Dec 2006
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This hack are NICE, but i don't want install vBplaza through this hack.

So, my question is: Exists some hack for colorize/stylize thread title only?

Thanx a lot for the answer

Holy
Reply With Quote
  #20  
Old 01-24-2007, 08:53 PM
Kungfu Kungfu is offline
 
Join Date: Dec 2005
Posts: 242
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

good idea but bad javascript coding.

the javascript should be

Code:
<script language="javascript">
<!-- Hide from older browsers
function hideAll() {
 document.getElementById('purchDiv1').style.display='none';
 document.getElementById('purchDiv2').style.display='none';
}

function showCosmetic1() {
 document.getElementById('purchDiv1').style.display='block';
 document.getElementById('purchDiv2').style.display='none'; 
 document.getElementById('purchDiv1').style.visibility='visible';
}
function showCosmetic2() {
 document.getElementById('purchDiv2').style.display='block';
 document.getElementById('purchDiv1').style.display='none';
 document.getElementById('purchDiv2').style.visibility='visible';
}
// -->
</script>
this should make it work in any browser.
Reply With Quote
  #21  
Old 01-25-2007, 02:22 AM
arena's Avatar
arena arena is offline
 
Join Date: Oct 2006
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
 
Database error in vBulletin 3.6.4:
Invalid SQL:
  UPDATE thread
  SET
  vbp_titledisplayflags = '2'
  WHERE threadid = '34793';
MySQL Error  : Unknown column 'vbp_titledisplayflags' in 'field list'
Error Number : 1054
Date         : Thursday, January 25th 2007 @ 06:20:46 AM
Script       : http://www.xxxxx.com/postings.php?t=34793&pollid=
Referrer     : http://www.xxxxx.com/showthread.php?p=153958#post153958
IP Address   : xxxxxxxxxx
Username     : xxxxxxx
Classname    : vb_database
Problem help plase?
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 11:34 AM.


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.04722 seconds
  • Memory Usage 2,308KB
  • 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
  • (2)bbcode_code
  • (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
  • (2)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