vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=134)
-   -   [Release] - [Gamma] - Round Quotes with Images (https://vborg.vbsupport.ru/showthread.php?t=88309)

Werty 09-13-2003 11:11 PM

I changed it to match my dark forums.....

http://forums.hitman2.net/showthread.php?p=13603

Now i only need it centered !!! Anyone know how to do that ?

I attached the gifs i made if anyone can use them.

Elmer 09-14-2003 01:52 AM

Quote:

Originally Posted by netsewer
I changed it to match my dark forums.....

http://forums.hitman2.net/showthread.php?p=13603

Now i only need it centered !!! Anyone know how to do that ?

I attached the the gifs i made if anyone can use them.

Do you mean centered in the postbit? if is that what you want than put align="center" in the first <table> tag.

Werty 09-14-2003 02:07 AM

Quote:

Originally Posted by Dexter
Do you mean centered in the postbit? if is that what you want than put align="center" in the first <table> tag.

Ahh, thnx, worked nicely :D

phill2003 09-14-2003 09:47 AM

thank you this is very nice :) you are very generous to share it........

Skinny.Demon 09-16-2003 11:10 PM

Fantastic editing. Looks great even on the standard vB template..
Great work...

Vb-Hispano 09-17-2003 12:51 AM

In version 2.3.2 it works with this code:

Quote:

<blockquote>
<table border="0" cellpadding="0" cellspacing="0" width="70%" height="">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="">
<tr>
<td width="75">
<table border="0" cellpadding="0" cellspacing="0" id="AutoNumber3" width="50">
<tr>
<td width="28">
<img SRC="images/quotes/quot-top-left.gif" WIDTH="28" HEIGHT="19"alt="" /></td>
<td width="100%" background="images/quotes/quote-bg.gif" valign="middle">
<span class="smallfont">Cita:</span></td>
<td width="14">
<img SRC="images/quotes/quot-top-right.gif" WIDTH="14" HEIGHT="19"alt="" /></td>
</tr>
</table>
</td>
<td width="100%" align="right">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td background="images/quotes/quot-top-bg.gif" width="100%"></td>
<td width="10" align="right">
<img SRC="images/quotes/quot-top-right-10.gif" WIDTH="15" HEIGHT="19"alt="" /></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="10" background="images/quotes/quoting-left.gif"></td>
<td width="100%" valign="top" bgcolor="#ffffff"></td>
<td width="10" background="images/quotes/quoting-right.gif"></td>
</tr>
<tr>
<td width="10" background="images/quotes/quot-left-bg.gif"></td>
<td width="100%" valign="top" bgcolor="#ffffff" style="font-size: 10pt"><span class="smallfont"><i>{param}</i></span></td>
<td width="10" background="images/quotes/quot-right-bg.gif"></td>
</tr>
<tr>
<td width="10" valign="top">
<img SRC="images/quotes/quot-bot-left.gif" WIDTH="15" HEIGHT="15"alt="" /></td>
<td width="100%" background="images/quotes/quot-bot-bg.gif"></td>
<td width="10" valign="top">
<img SRC="images/quotes/quot-bot-right.gif" WIDTH="15" HEIGHT="15"alt="" /></td>
</tr>
</table>
</td>
</tr>
</table>
<br />
</blockquote>
Single I have added this to him <blockquote> and </blockquote>

If they do not want that they put it in version 2.3.2 they eliminate my post.

thanks


Elmer 09-17-2003 02:24 AM

Thanks all for your comments :)

Areku 09-19-2003 10:47 AM

Quote:

Originally Posted by Vb-Hispano
In version 2.3.2 it works with this code:


Single I have added this to him <blockquote> and </blockquote>

If they do not want that they put it in version 2.3.2 they eliminate my post.

thanks


VBHispano, estas diciendo q conseguiste a?adir el Round Quotes en una v.2.3.2? Y como instertas tanto HTML en los CustomVB Codes?

VBHispano, are you saying you managed to get Round Quotes work onto v2.3.2? How tha hell u put so many HTML tags onto Custom VB Codes?

Thanks!

Erwin 09-20-2003 05:00 AM

Looks nice.

Erwin 09-20-2003 06:50 AM

Fix for the maximages problem

Note that just increasing the maximum number of images in Admin CP is not a good solution because if someone wants to put lots of quotes in their posts, they will hit the maximum - each quote has a minimum of 5 images. 10 quotes would be 50 images.

A better solution is to do this:

In the BBCode section for both Simple and Username Quotes, find in the HTML every instance of:

Code:

<img SRC="images/quotes
And replace with:

Code:

<img WIDTH="15" SRC="images/quotes
and delete the second occurance of WIDTH="15" in each of the img tag.

You do this 5 times in the Simple Quote, and 7 times (I think) in the Quote with Username.

Then, you need to do some hacking - apologies if this is not allowed - it's only a minor hack.

In includes/functions_newpost.php, find:

PHP Code:

fetch_character_count(parse_bbcode($post['message'], $foruminfo['forumid'], $post['enablesmilies']), '<img') > $vboptions['maximages']) 

Replace with:

PHP Code:

fetch_character_count(parse_bbcode($post['message'], $foruminfo['forumid'], $post['enablesmilies']), '<img src') > $vboptions['maximages']) 

That should do it. The quoting images will now NOT be counted as an image in posts. Smilies and other images will still be counted as usual.


All times are GMT. The time now is 11:06 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.01101 seconds
  • Memory Usage 1,755KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete