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

Reply
 
Thread Tools
[Release] Cool Quotes v2.0 Details »»
[Release] Cool Quotes v2.0
Version: 1.00, by SaintDog SaintDog is offline
Developer Last Online: Jan 2007 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 03-10-2003 Last Update: Never Installs: 0
 
No support by the author.

Author: SaintDog
Description: This mod will turn your quotes from the regular <hr> bars into the below "cool quotes"!
Demo:

Quote:
This is an example of the cool quotes vB Code mod, originally by filburt1
Quote:
Originally Posted by SaintDog
This is an example of the cool quotes vB Code mod, originally by filburt1 (quoting with username)
v1 of this template mod was originally done by filburt1.

Version for 2.x.x is at http://www.vbulletintemplates.com/mo...?threadid=3244 .

Show Your Support

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

Comments
  #32  
Old 09-27-2003, 09:13 PM
Toky0's Avatar
Toky0 Toky0 is offline
 
Join Date: Aug 2003
Location: USA
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When I try to run the query through the ACP via Import & Maintenance > Execute SQL Query. It says "You are not authorized to execute SQL queries"... Can someone help me out?
Reply With Quote
  #33  
Old 09-27-2003, 09:45 PM
Schorsch's Avatar
Schorsch Schorsch is offline
 
Join Date: Jul 2002
Location: Germany
Posts: 345
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Toky0
When I try to run the query through the ACP via Import & Maintenance > Execute SQL Query. It says "You are not authorized to execute SQL queries"... Can someone help me out?
you can change that in your config.php :

PHP Code:
 [size=2]
// ****** USERS WITH QUERY RUNNING PERMISSIONS ******

// The users specified here will be allowed to run queries from the control panel.

// See the above entries for more information on the format.

// Please note that the ability to run queries is quite powerful. You may wish

// to remove all user IDs from this list for security reasons.

$canrunqueries '';

[/
size
Reply With Quote
  #34  
Old 09-27-2003, 09:48 PM
Toky0's Avatar
Toky0 Toky0 is offline
 
Join Date: Aug 2003
Location: USA
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
you can change that in your config.php :

PHP Code:
 [size=2]
// ****** USERS WITH QUERY RUNNING PERMISSIONS ******

// The users specified here will be allowed to run queries from the control panel.

// See the above entries for more information on the format.

// Please note that the ability to run queries is quite powerful. You may wish

// to remove all user IDs from this list for security reasons.

$canrunqueries ''ALTER TABLE bbcode CHANGE bbcodereplacement bbcodereplacement TEXT NOT NULL;";

[/size] 
So I put the query like this. ^ ?
Reply With Quote
  #35  
Old 09-27-2003, 10:05 PM
Schorsch's Avatar
Schorsch Schorsch is offline
 
Join Date: Jul 2002
Location: Germany
Posts: 345
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no!!

put in your user id

eg.

$canrunqueries = '1'

save your config.php, upload to the server.

then you can run querys from your admincp
Reply With Quote
  #36  
Old 09-27-2003, 10:06 PM
Toky0's Avatar
Toky0 Toky0 is offline
 
Join Date: Aug 2003
Location: USA
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

lol Sorry. Ive been drinking so I misread what you wrote. Thanks for the help.
Reply With Quote
  #37  
Old 09-27-2003, 10:18 PM
Toky0's Avatar
Toky0 Toky0 is offline
 
Join Date: Aug 2003
Location: USA
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="http://www.battle-grounds.net/test3/showpost.php?p=4&postcount=4" target="_blank">http://www.battle-grounds.net/test3/...=4&postcount=4</a>

This is what I get even after running the query. =/
Reply With Quote
  #38  
Old 09-28-2003, 01:20 PM
Ryan McBain's Avatar
Ryan McBain Ryan McBain is offline
 
Join Date: Feb 2002
Location: Earth
Posts: 221
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Something tells me version 3.0 needs to be made lol
Reply With Quote
  #39  
Old 09-28-2003, 09:38 PM
Frank Frank is offline
 
Join Date: Nov 2001
Location: Toronto, Canada
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ryan McBain
Something tells me version 3.0 needs to be made lol
Version 3.0 (for vB 3.0.0 beta7)
Insert into the "bbcode_quote" template in the Style Manager:

Code:
<table style="background-color:#EEEEEE; color:black; border:1px solid #BBBBBB" border="0" cellspacing="0" cellpadding="5">
<tr> 
<td valign="top" bgcolor="#BBBBBB">
<div style="font-size:50px; font-weight:bold; font-family:Times New Roman, Times, serif; position:relative; top:-10px">?</div>
</td>
<td rowspan="2"><font style="font-size: 10px;">

<if condition="$username != ''">
Originally Posted By: <i><b>$username</b></i><br
<br></if>

$message</font></td>
<td rowspan="2" valign="bottom" bgcolor="#BBBBBB">
<div style="font-size:50px; font-weight:bold; font-family:Times New Roman, Times, serif; position:relative; top:25px">?</div>
</td>
</tr>
<tr> 
<td height="25" valign="top" bgcolor="#BBBBBB"></td>
</tr>
</table>
<br>
Reply With Quote
  #40  
Old 09-28-2003, 11:16 PM
Ryan McBain's Avatar
Ryan McBain Ryan McBain is offline
 
Join Date: Feb 2002
Location: Earth
Posts: 221
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Frank
Version 3.0 (for vB 3.0.0 beta7)
Insert into the "bbcode_quote" template in the Style Manager:

Code:
<table style="background-color:#EEEEEE; color:black; border:1px solid #BBBBBB" border="0" cellspacing="0" cellpadding="5">
<tr> 
<td valign="top" bgcolor="#BBBBBB">
<div style="font-size:50px; font-weight:bold; font-family:Times New Roman, Times, serif; position:relative; top:-10px">?</div>
</td>
<td rowspan="2"><font style="font-size: 10px;">
 
<if condition="$username != ''">
Originally Posted By: <i><b>$username</b></i><br
<br></if>
 
$message</font></td>
<td rowspan="2" valign="bottom" bgcolor="#BBBBBB">
<div style="font-size:50px; font-weight:bold; font-family:Times New Roman, Times, serif; position:relative; top:25px">?</div>
</td>
</tr>
<tr> 
<td height="25" valign="top" bgcolor="#BBBBBB"></td>
</tr>
</table>
<br>
Thanks it looks better but how do I get it to look like version 2? This code is totally different...
Reply With Quote
  #41  
Old 09-29-2003, 12:40 AM
Frank Frank is offline
 
Join Date: Nov 2001
Location: Toronto, Canada
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ryan McBain
Thanks it looks better but how do I get it to look like version 2? This code is totally different...
Dunno mate, I'm using this quote instead. Sorry, I've just registered tonight and not tried this one on v3.
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 11:49 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.04493 seconds
  • Memory Usage 2,312KB
  • 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
  • (2)bbcode_php
  • (7)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
  • (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