vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin.org Site Feedback (https://vborg.vbsupport.ru/forumdisplay.php?f=7)
-   -   New Quote Boxes? (https://vborg.vbsupport.ru/showthread.php?t=50066)

DrkFusion 03-13-2003 02:10 AM

New Quote Boxes?
 
Was the quote box changed? It seems different :surprised:

Rose 03-13-2003 02:45 AM

Quote:

Originally posted by Keptic
Was the quote box changed? It seems different :surprised:

*blush* I just wanted to test the quote box. This is the second reference I've seen to it, but haven't seen the actual box yet.

ETA - I don't think it's changed....But I'm not the most perceptive cookie, either.

Erwin 03-13-2003 03:05 AM

That's was just me testing out a few things. It's back to normal now. :)

Rose 03-13-2003 03:08 AM

Quote:

Originally posted by Erwin
That's was just me testing out a few things. It's back to normal now. :)

Darn. I missed all the fun.

[high]* Rose goes to pout[/high]

mr e 03-13-2003 04:53 AM

looks better this way :)

Erwin 03-13-2003 08:12 AM

Quote:

Today at 05:53 PM mr e said this in Post #5 (https://vborg.vbsupport.ru/showthrea...313#post365313)

looks better this way :)



Check this out...

Quote now has time of original post, post number of original post in the thread, and a link to the original post.

;)

Boofo 03-13-2003 08:30 AM

Will this be released so we can all use it?

Tony G 03-13-2003 09:10 AM

Hmm, I thought I saw a template mod which does a smiliar thing. Might just be me..

Kars10 03-13-2003 09:46 AM

The quotes are really cool...
Please release it Erwin! ;)

Xenon 03-13-2003 09:47 AM

Quote:

Today at 12:10 Lord Dexter said this in Post #8

Hmm, I thought I saw a template mod which does a smiliar thing. Might just be me..



i've changed it again i think it looks better now :)

Kars10 03-13-2003 09:48 AM

@ Stefan, kuck mal die URL an von den Beitr?gen in den Zitaten...:confused:

Xenon 03-13-2003 09:48 AM

hehe, also erwin used a link to his board i had to put it out *gg*

Tony G 03-13-2003 09:49 AM

Yep, looking nice now Xenon. Good job you two. :D

Xenon 03-13-2003 09:49 AM

Quote:

Today at 12:48 Kars10 said this in Post #11

@ Stefan, kuck mal die URL an von den Beitr?gen in den Zitaten...:confused:



auch gemerkt *gg*

jetzt stimmts oder?

Erwin 03-13-2003 10:00 AM

I made a mistake with the URL tags... it's working fine as it should now. :)

Rose 03-13-2003 01:52 PM

Quote:

Today at 06:00 AM Erwin said this in Post #15
[B]I

I think the Quote Box is wigging out a bit.

Chris Gwynne 03-13-2003 01:58 PM

Yes, Rose. I got that exact same error happening with another post. :(

Xenon 03-13-2003 02:01 PM

Quote:

Today at 16:58 a-drive said this in Post #17
Yes, Rose. I got that exact same error happening with another post. :(

oops, sorry my fault ;)
should work now :)

Chris Gwynne 03-13-2003 02:03 PM

Quote:

Today at 04:01 PM Xenon said this in Post #18



oops, sorry my fault ;)
should work now :)


*gives it a try* :p

Dean C 03-13-2003 03:18 PM

Looks a lot better now guys :)

- miSt

Boofo 03-13-2003 04:07 PM

Quote:

Today at 10:01 AM Xenon said this in Post #18



oops, sorry my fault ;)
should work now :)


Ok, I finally figured out how you did this. (The code I needed is right there in the quote_reply section. DOHH!!!) ;) How did you get it not to extend the line under the url (Post #18) part? With the space there for the tag, I keep getting an extended line one space over. Did I miss something?

DrkFusion 03-13-2003 04:14 PM

Very Nice, you guys are really hacking up this hacked board :)

Xenon 03-13-2003 04:30 PM

at boofo: hmm, good question, it works, i don't know why the last space doesn't have a _

Boofo 03-13-2003 04:35 PM

You must be doing something right and I must be doing something wrong then. Only explanation I can come up with. ;)

Xenon 03-13-2003 04:40 PM

:)

if you want to take a look:
this is our quotereply template:
Code:

[disable]

       
Quote:

       
       
               
       
       

                       

                       
                                $postdate at $posttime $originalposter said this in Post #$postcount
$pagetext
                       
                       

               

[/disable]


Boofo 03-13-2003 04:57 PM

This is strange. With your code, I don't get the extended line. But with mine, I do. I noticed you are using postcount. You must have modified the code a bit to get that. Here's how I did it. I get the same as you, but with color and the extended line. ;)

Quote:

[disable]
Quote:

$postdate at $posttime $originalposter posted this in Post#$postid :

$pagetext
[/disable]
Thank Chen for the disable tags, huh? ;)

Xenon 03-13-2003 05:02 PM

yes chens disable works wonders ;)
you're right, the $postcount value comes from a hack :)

your looks good, too :)

Boofo 03-13-2003 05:12 PM

But it's weird that I get the extended line with my code and not yours. LOL

The postcount is from bira's hack (which I have installed, too). Did you add that code to the quote_reply code, too, then?

Xenon 03-13-2003 05:18 PM

no, we haven't changed any files for that code above, i also wonder why it works, i think chen has done great there ;)

Boofo 03-13-2003 05:52 PM

I figured out where I was getting the extended line. If I move the closing color tag in my code to before the [url= tag, then I don't get the extended line. Templates aren't very forgiving at times, it seems. ;)

Thank you, sir, for helping me figure it out. ;)

Erwin 03-13-2003 06:19 PM

To get the post count in, you need to edit the "postbit" template and add the variable to the URL for the quote button. :)

Kars10 03-13-2003 06:32 PM

For me the postcount dosent work. I have the postcount and direct link hack installed. In Postbit the variable $postcount works but in my quotereply not...this is strange! :confused:

Boofo 03-13-2003 06:37 PM

Quote:

Today at 02:19 PM Erwin said this in Post #31
To get the post count in, you need to edit the "postbit" template and add the variable to the URL for the quote button. :)
You totally lost me here. I just used postid in the quote_reply and it worked. Where and how would you add it to the quote button and what would you use for the line in the quote_reply then? ;)

Erwin 03-13-2003 06:38 PM

Like I said, the $postcount variable does NOT work immediately.

You need to edit your Quote button link in postbit, and add this to the end of the Quote button URL:

&postcount=$postcount

OR

&postcount=$post[postcount]

Depending on what you use as the postcount variable in your postbit. This way the variable is send to the quote reply template.

:)

Boofo 03-13-2003 06:42 PM

Ahhh, I see. But if you just use $postid where you have $postcount, you wouldn't need to edit the quote button line at all. ;)

Kars10 03-13-2003 07:09 PM

Works like a charm now!!
Thank you Erwin!! :)

Xenon 03-13-2003 07:29 PM

damn, that was a real good idea Erwin :)

i see you are the template specialist of us two :)
so we will have a very good partnership here, i do most file stuff and you most template stuff :)

really good work :)

Boofo 03-13-2003 07:37 PM

Excellent work, Erwin, but postid would have done the same thing. ;)

Xenon 03-13-2003 09:27 PM

but postnumber of a thread looks better ;)

Boofo 03-13-2003 09:30 PM

But when it is processed, the information is all the same. ;)


All times are GMT. The time now is 05:58 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.01283 seconds
  • Memory Usage 1,791KB
  • 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_code_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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