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=88280)

imported_SloChild 12-18-2004 06:01 PM

With a bit of modification, this worked great for wrapping users signatures in - thanks for the great idea!

imported_T3MEDIA 12-20-2004 02:54 PM

Not to sound rude but is this updated so all the mods in this thread are in it (first post)?

swantonio 12-23-2004 08:08 AM

COMPLIMETI MOLTO BELLO


http://www.losmuertos.biz :D

Pion 12-24-2004 04:18 AM

Not to sound like an ***, but where is the support from the creaters of those mods and Moderators when you need one?

Elmer 01-09-2005 08:02 PM

Quote:

Originally Posted by kay
Ok I got it to work, but when not quoting a member, just using
Quote:

test
it still brings up the Orginally posted by: field without the username...how can I fix this to take out this field.

I don't know why it's happening that but try replacing the code again. I'm using the same modification posted in the first post here and I'm not getting that error

see this post
http://www.2spoemas.com/foros/showthread.php?t=1559

scroll down to see it.

DRJ 01-24-2005 07:33 AM

I just installed this and it looks great. Thanks. :)

*Clicks Install

DRJ 01-24-2005 07:53 AM

I am having some odd text wrapping with FireFox and a quote box w/o a user specified.

The text will wrap after about 30 characters?

See pic.

Any ideas on a fix?

Otherwise it looks great.

Thanks

mp3dreaming 02-07-2005 04:53 PM

How can one make the width always the same as it is here? Caus that's bugging me. Small boxes and big boxes with quotes... Not really nice looking IMO... So how do I get the thing working with a fixed width? I used the txt file on the first page and it works perfectly from the start, exept for the width that is variable...

Scootmans 02-10-2005 02:20 PM

Thanks very mutch working great :D

The Realist 02-17-2005 03:41 PM

Worked a treat, well done M8

Any PSD files for this or can someone explain how I can change the outline to match my forum.

Laters

rex_b 02-17-2005 08:25 PM

Works great! thanks.

gpdoyon 03-01-2005 06:15 PM

I am running vBulletin 3.0.7. I added this little hack and it works for the most part, except, instead of the text being quoted it just says "{param}". See attachment.

- Gerry

P.S. Your directions in the text file within the Zip file didn't make sense as I had no "Simple Quoting" section for the Custom BB Codes. IN fact, I have NO custom BB codes at all! So, I added the code to the "BB Code Quote" in the Style/Template manager.

Lexina 03-21-2005 10:28 PM

I'm working with 3.0.3 and I got it working, but the text has a white background.. can anyone help? See thread: http://www.thefad.net/forum/showthre...=3227#post3227

SVTOA 03-21-2005 10:40 PM

Lexina, if you only use one board style, hard-code the font color in the template.

221 04-09-2005 10:29 AM

Use this to have it work properly on 3.07 also change the 2 #colour values near the end of the code to match the background for light or dark skins...upload the quote folder to forum /images. Works %100 for me.

PHP Code:

<table>
<
tr>
<
td>
<
table border="0" cellpadding="0" cellspacing="0" width="100%">
<
tr>
<
td width="75" valign="bottom">
<
table border="0" cellpadding="0" cellspacing="0" width="50">
<
tr>
<
td width="28">
<
img src="images/quotes/quot-top-left.gif" width="28" height="19" alt /></td>
<
td width="100%" style="background-image: url('images/quotes/quote-bg.gif')" valign="middle">
<
span class="smallfont">$vbphrase[quote]:</span></td>
<
td valign="top">
<
img src="images/quotes/quot-top-right.gif" alt /></td>
</
tr>
</
table>
</
td>
<
td align="left" style="background-image: url('images/quotes/quot-lr-bg.gif')" valign="bottom">&nbsp;
</
td>
<if 
condition="$show['username']">
<
td width="0" align="left" valign="bottom">
<
table border="0" cellpadding="0" cellspacing="0" width="200">
<
tr>
<
td valign="top">
<
img src="images/quotes/quot-by-left.gif" alt /></td>
<
td width="100%" style="background-image: url('images/quotes/quot-bye-bg.gif')" align="left" valign="middle" nowrap="nowrap">
<
span class="smallfont">
<
phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase></span></td>
<
td valign="top">
<
img src="images/quotes/quot-by-right.gif" alt /></td>
</
tr>
</
table>
</
td>
<else /></if>
<
td width="100%" align="right" valign="bottom">
<
table border="0" cellpadding="0" cellspacing="0" width="100%">
<
tr>
<
td width="100%">
<
table border="0" cellpadding="0" cellspacing="0" width="100%">
<
tr>
<
td style="background-image: url('images/quotes/quot-top-bg.gif')" width="100%" valign="middle">
</
td>
<
td align="left" valign="top">
<
img src="images/quotes/quot-top-right-10.gif" alt /></td>
</
tr>
</
table>
</
td>
</
tr>
</
table>
</
td>
</
tr>
</
table>
<
table border="0" cellpadding="0" cellspacing="0" width="100%">
<
tr>
<
td width="10" style="background-image: url('images/quotes/quoting-left.gif')">
</
td>
<
td width="100%" valign="top" bgcolor="#13486D"></td>
<
td width="10" style="background-image: url('images/quotes/quoting-right.gif')">
</
td>
</
tr>
<
tr>
<
td width="10" style="background-image: 
url('images/quotes/quot-left-bg.gif')"
>
</
td>
<
td width="100%" valign="top" bgcolor="#13486D" class="smallfont">
<if 
condition="$show['username']"><i>$message</i>
<else />
$message</if></td>
<
td width="10" style="background-image: url('images/quotes/quot-right-bg.gif')">
</
td>
</
tr>
<
tr>
<
td width="10" valign="bottom">
<
img src="images/quotes/quot-bot-left.gif" width="15" height="15" alt="" /></td>
<
td width="100%" style="background-image: url('images/quotes/quot-bot-bg.gif')">
</
td>
<
td width="10" valign="bottom">
<
img src="images/quotes/quot-bot-right.gif" alt /></td>
</
tr>
</
table>
</
td>
</
tr>
</
table


MyvB8MyIPS 04-13-2005 05:36 PM

Quote:

Originally Posted by Dexter

Is there an English version to the link in that page?

youans 04-14-2005 10:54 PM

Lookin Good..Thank you

MyvB8MyIPS 04-15-2005 07:01 AM

Quote:

Originally Posted by jeddie
Use this to have it work properly on 3.07

Hello. For 3.0.7 where did you enter this code, as there is no "Simple Quoting" section for the Custom BB Codes?

Thanks.

Pion 04-15-2005 08:06 PM

I tried and it doesn't work for 3.0.7

MyvB8MyIPS 04-15-2005 08:18 PM

Quote:

Originally Posted by kay
I tried and it doesn't work for 3.0.7

Hello Kay.

How did you try to install this?

We were able to install this today and we have 3.0.7.

Pion 04-19-2005 11:37 PM

I followed jeddie's code but nothing changed at all.

imported_evo_j 06-17-2005 11:29 AM

Same here, any fix?

Quote:

Originally Posted by gpdoyon
I am running vBulletin 3.0.7. I added this little hack and it works for the most part, except, instead of the text being quoted it just says "{param}". See attachment.

- Gerry

P.S. Your directions in the text file within the Zip file didn't make sense as I had no "Simple Quoting" section for the Custom BB Codes. IN fact, I have NO custom BB codes at all! So, I added the code to the "BB Code Quote" in the Style/Template manager.


LloydSev 06-17-2005 03:04 PM

Yes .. at the top of the guide it says it is written for vBulletin 3.5 ...

which would explain the different layout he is describing in the admin CP.

In "Custom BB Codes" in vB3 .. it is just that.. only the custom codes you've made before.

imported_evo_j 06-19-2005 12:25 AM

edit: nevermind, missed the post above.

enginethatcan't 07-10-2005 02:44 AM

says "Look for the "Quote with Username" section and click on the Edit link"

What do you mean?

Skaterscafe.com 07-10-2005 10:21 AM

I tried this but I get the X's where the images should be, is there a download of the images somewhere?

Tony G 07-10-2005 11:04 AM

Download the .zip, it has the images in it.

mkdevo 07-10-2005 10:56 PM

Quote:

Originally Posted by imported_Sc0rpion
Great work love It :)

I noticed a few members asking for images to use on dark forums, I had to convert them for myself so I thought I'd share ;)


The images make white speech bubbles with a transparent background, all optimised. hope this helps a few people out.

while the regular hack is working fine for me, the 'dark style' version is not. images seem to show up ok, but text is whited out.. can anyone help?

enginethatcan't 07-11-2005 12:14 AM

bump for my question.

DefenceTalk 07-13-2005 01:24 AM

If I follow the directions... it gives me this(see image).

Help/pointers would be appreciated!

Thanks!

DefenceTalk 07-13-2005 05:42 PM

Quote:

Originally Posted by DefenceTalk
If I follow the directions... it gives me this(see image).

Help/pointers would be appreciated!

Thanks!

Never mind! looks good!!! :nervous:

o0Hubba0o 07-18-2005 09:24 PM

Quote:

Originally Posted by DefenceTalk
Never mind! looks good!!! :nervous:

I had the same problem you did too, took me a minute before I went duh and figured out what I had to do lol.

Quote:

Originally Posted by LloydSev
Yes .. at the top of the guide it says it is written for vBulletin 3.5 ...

which would explain the different layout he is describing in the admin CP.

In "Custom BB Codes" in vB3 .. it is just that.. only the custom codes you've made before.

That's the thing, this is in the vB3.0 mods section. :ermm:

There should be a section in the read-me for those who aren't in vb3.5 yet if it's going to be in this section. If anyone's having problems like me and defence did, you basically need to create two quote tags in the bb code manager, the file in the zip has the code on top for no name, and the one on the bottem is with name. Then the other text download goes in the template.

stamos2003 01-08-2006 08:21 PM

thx.!

works fine for 3.5.3 also :)


All times are GMT. The time now is 04:35 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.02082 seconds
  • Memory Usage 1,846KB
  • 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
  • (1)bbcode_php_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (33)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