View Full Version : [release] Cool Quotes
filburt1
03-02-2003, 10:00 PM
Author: filburt1
Description: completely redone version of the [quote] tag. Relies heavily on CSS.
Screenshot: attached
Thank god for CSS.
nice..... may install it later
Good job filburt!
Vladdy
03-03-2003, 01:22 AM
Ok I am brain-farting here (lack of sleep :D) where am I running this query?
try in phpMYadmin into your vb database as usual....... If this is what I think your doing -hasn't actualy opened the txt file-
filburt1
03-03-2003, 01:38 AM
There's also a link in my sig (query runner) which lets you run a query.
Tony G
03-03-2003, 03:57 AM
Nice mod filbie, may install actually. :)
Buddha
03-03-2003, 08:33 PM
****, that looks great.
Sephiroth32
03-04-2003, 12:37 AM
it looks nice, but I think I will stick with saintdog's mod
Buddha
03-04-2003, 12:52 AM
will that querry affect saintdog's quote mod?
that's what i currently use.
i wouldn't mind giving yours a shot, but not if it will screw up the current quotes setup i have.
(sorry if this sounds ridiculous, but i've not familiar with querries so don't know what this one will do.)
thanks in advance.
also, can this be set up instead as a seperate vb code.
so you'd still have the regular quotes, but then you could use this as - i don't know - special quotes.
kinda like having php or code vbcode.
Convergys
03-04-2003, 01:43 PM
I applied this after using SaintDog's, and nothing bad has happened...
The only question I have filburt1, if you have time.. How do you change the colours to use a replacement... Is that possible? For example.. I am trying to get the 2 sides to be the Tablehead background colour, but when I put in {tableheadbgcolor} for everything.. it doesn't work.. Is it possible for that to happen? When I replaced all the hex codes with {tablebgcolor} all that happened was the 2 sides turned a blue color... lol...
Thanks for the nice mod...
filburt1
03-04-2003, 01:44 PM
When I was creating it I tried to do just that, but it seems that you can't use replacements in custom BB codes, annoyingly enough.
Convergys
03-04-2003, 01:45 PM
Multiple styles will be interesting....
filburt1
03-04-2003, 01:47 PM
I gave up on maintaining multiple styles last January :p
Sorry but I don't believe anything can be done short of hacking.
filburt1
03-04-2003, 01:48 PM
will that querry affect saintdog's quote mod?
that's what i currently use.
i wouldn't mind giving yours a shot, but not if it will screw up the current quotes setup i have.
(sorry if this sounds ridiculous, but i've not familiar with querries so don't know what this one will do.)
thanks in advance.
also, can this be set up instead as a seperate vb code.
so you'd still have the regular quotes, but then you could use this as - i don't know - special quotes.
kinda like having php or code vbcode.
Yes you can make this a separate tag, like [prettyquote], but when you quote a post the default quote tag will be used instead, obviously.
Buddha
03-04-2003, 04:40 PM
would i then have to run the querry to use this as a different vb code?
oh, and thanks.
filburt1
03-04-2003, 04:43 PM
All the query does is allow you to have longer BB code replacements because this one exceeds the default 200 characters.
Smoothie
03-04-2003, 05:52 PM
Will changing the vb code replacement affect how past quotes are displayed, or will it only affect new quotes?
filburt1
03-04-2003, 06:36 PM
It should affect past ones.
Buddha
03-04-2003, 10:57 PM
All the query does is allow you to have longer BB code replacements because this one exceeds the default 200 characters.
thanks for the info filburt1.
i'll give it a shot then!
Smoothie
03-05-2003, 02:24 AM
It should affect past ones.You are correct.
Buddha
03-05-2003, 10:08 PM
Multiple styles will be interesting....
all you have to do is change the class in the td's, so that it points to a class that you've added to your main css... you should have as many css files as you have styles, so that you can easily change them.
know what i mean?
filburt1
03-05-2003, 10:10 PM
No because I hardcoded the CSS instead of making it refer to classes to make it easier to install.
Buddha
03-06-2003, 01:59 PM
No because I hardcoded the CSS instead of making it refer to classes to make it easier to install.
i changed it to point it to a linked css instead so that i can modify it as i want for different styles.
i agree that hardcoding it like you did makes it easier for users to install, but i was just offering the tip for anyone who would like to be able to change the style.
by the way, i love the look of it filburt1. good idea!
SaintDog
03-06-2003, 02:01 PM
Not bad at all :) - I like that rather much and may just have to get it working here :).
SaintDog
03-06-2003, 02:08 PM
Seems to work great with vBulletin 3.0, you don't have to run the query as it is already set to the query result by default :)
filburt1
03-06-2003, 02:39 PM
i changed it to point it to a linked css instead so that i can modify it as i want for different styles.
i agree that hardcoding it like you did makes it easier for users to install, but i was just offering the tip for anyone who would like to be able to change the style.
by the way, i love the look of it filburt1. good idea!
Good idea, thanks, will use the concept in future mods :)
filburt1
03-06-2003, 02:39 PM
Seems to work great with vBulletin 3.0, you don't have to run the query as it is already set to the query result by default :)
It's missing the username though. I think you have to specify the {param} or {option}, whichever one it is.
Buddha
03-06-2003, 02:43 PM
for anyone interested, here's what i did.
filburt1, hope you don't mind me posting this... if you do, just say the word and i'll delete this (or better yet, you delete it... lol).
Edit: Attachment added for ease of viewing all posts.
that way, you can change the css to whatever colors you like for each stylesheet that corresponds to different styles. i named it mycooltable just cause it was easier just to grab the code from saintdog's quote mod which was in my stylesheet. you can name it whatever you want. i also made the quotations just a smidge smaller. anyway, there it is.
edit:
i also changed the colors so that you didn't get that framed look... if you like that look, it's easy to mess with the colors to get it through the css. if you want, i can post that. i just thought it looks better when it's all the same.
SaintDog
03-06-2003, 02:44 PM
Yeah, option was left out, that will be fixed now :)
SaintDog
03-06-2003, 02:51 PM
All fixed :)
filburt1
03-06-2003, 02:53 PM
Testing it with no option:
Stuff
...
Buddha
03-06-2003, 03:06 PM
fyi, i didn't create the class for the quotes, as i am not using this as a replacement for quotes like it was designed, but rather as a cool quotes type of vB code to use only occasionally... so i wasn't worried about conserving kb's... otherwise, i'd add the class in the div to the stylesheet as well. just a thought, because in a page with many quotes, that can add to the overall page size.
Edit: Added attachment for ease of viewing
edit:
had to actually add two css entries to seperate the top and the bottom as they have different heights. sorry. this works though, as i've changed mine over and it's all good. even added it to the vbcode language java file and vbcode buttons template, so users can either select regular quotes or the cool ones.
SaintDog
03-06-2003, 03:09 PM
Ok.....now they both should be working, the darn system will not allow quote to be set to yes and yes so I had to delete one of them and re-add it back and set it to no.
Anyway, point being, both should now work :)
Buddha
03-06-2003, 03:11 PM
Ok.....now they both should be working, the darn system will not allow quote to be set to yes and yes so I had to delete one of them and re-add it back and set it to no.
Anyway, point being, both should now work :)
testing cool new quotes.
edit:
good work, dog.
SaintDog
03-06-2003, 03:12 PM
Ah, cool :)
I just have to work on porting all the template mods from 2.x.x to 3.0 and I will be good to go :)
Mr. X
03-07-2003, 04:17 AM
How do make the quoted text font size smaller?
omega buster
03-07-2003, 08:31 AM
How do make the quoted text font size smaller?
just change the <normalfont> and </normalfont> to <smallfont> & </smallfont> :)
SaintDog
03-07-2003, 08:38 AM
Well, smallfont and normalfont are phased out in vBulletin 3.0 so I used:
<font style="font-size: 10px;">{param}</font>
Of course, you can adjust that to your specifications.
Boofo
03-07-2003, 12:19 PM
Well, smallfont and normalfont are phased out in vBulletin 3.0 so I used:
<font style="font-size: 10px;">{param}</font>
Of course, you can adjust that to your specifications.
Great Mod, filburt. ;)
If anyone is interested, I also made the PHP and CODE boxes (with PHP and CODE where the quotes are) using the code form this Mod. It turned out fantastic. Thanks again.
Boofo
03-07-2003, 05:36 PM
I'm running into a strange problem here. The quote box works great. It's just that I have an extra space under the quote box now. The only way to get rid of it is to run the text all together. Did I miss something somewhere? I checked the quotereply and it is the same as before. Anyone have any ideas?
Buddha
03-07-2003, 07:14 PM
I'm running into a strange problem here. The quote box works great. It's just that I have an extra space under the quote box now. The only way to get rid of it is to run the text all together. Did I miss something somewhere? I checked the quotereply and it is the same as before. Anyone have any ideas?
did you add a carridge return to the info that you pasted into the vB code?
Mr. X
03-07-2003, 08:00 PM
Well, smallfont and normalfont are phased out in vBulletin 3.0 so I used:
<font style="font-size: 10px;">{param}</font>
Of course, you can adjust that to your specifications.
Ah ok. Yeah I was going to put the <smallfont> tags, then I realized it didnt have it so I asked :)
Boofo
03-07-2003, 08:09 PM
did you add a carridge return to the info that you pasted into the vB code?
No, I already checked that. :)
DAB10788
03-09-2003, 12:02 AM
very nice
thanx dude
imported_VirtualMind
03-09-2003, 05:21 PM
When i use this template modification i can see the:
" Originally Posted By: username "
can anyone explain why?
Thanks :)
Sephiroth32
03-10-2003, 12:39 AM
Well, smallfont and normalfont are phased out in vBulletin 3.0 so I used:
<font style="font-size: 10px;">{param}</font>
Of course, you can adjust that to your specifications.
what no smallfont and normalfont!?!
those were lifesavers!
Breaker
03-11-2003, 06:44 PM
:( this doesn't seem to work, it erases all the text and then fills the rest of my post in grey url or my testing post..
http://www.alixd.co.uk/forums/showthread.php?postid=23#post23
Breaker
03-11-2003, 06:46 PM
ok, managed to fix it :D yey dno wot was rong but it dont matter nemore
PurpleCow
03-27-2003, 10:52 AM
hello,
I think, i managed to succesfully get it to work on my new board ver 2.3.0.
However, i have not tested it on any posts, but in the adminCp section, where we are supposed to replace the code with what filburt has provided, it shows the correct preview...does that mean, its working very fine and i have run the query properly ???
Thanks much
Mickie D
04-07-2003, 08:59 AM
thanks this is a gr8 modification :)
sorry i could not understand what css file i had to change for the multi styles :( etc
but i used filberts instructions and it works gr8 :)
thanks again
imported_midnightz
05-15-2003, 01:05 AM
Sorry newbie alert,
I had no problem with the first part of Cool Quotes 2.0 - I am stuck on step 5
find the second [quote] code with username?
I cant find that.. it might be three hours sleep i'm running on , but I just curious where it lives.
Cheers,
midnightz
JCFN TeK gEEk
08-06-2003, 05:39 PM
where can I go to learn how to install phpMYadmin? or better yet how to use it?
imported_ogden2k
08-09-2003, 01:25 PM
How do I uninstall this query?
detty
08-14-2003, 03:25 AM
this hack screwed my quotes up! now i cant do quotes at all>:O someone please give me the original replacement code so i can get back my quotes!
Chris-FH
08-14-2003, 11:38 PM
THX filburt1 for this very cool quote boxes!
C.
detty
08-15-2003, 01:41 AM
please help!
Joel Llewellyn
08-15-2003, 02:11 PM
Well, I installed this wrong - but that's not the problem. Now I don't have the ORIGINAL code for quotes....................
detty
08-16-2003, 12:20 AM
Help Us!!!!!
detty
08-16-2003, 05:33 PM
do u guys just ******* offer no support?
am i missing something with this hack
if i edit the orignal quote hack i dont get same pic as you only i get the same pic as you when i add a new VB code does it work.
Editing the orginal quote hack just gives me text and no box around it
I have ran the query as well on the databse
sphinx
08-18-2003, 06:21 PM
hhmm not trying to say I told you so but as I have mentioned before help a little lacking,if you guys need a hand drop me a pm and I will take a look.
well im asking for help now and all help is appreciated
shame it dont work as its looks neat.
sphinx
08-19-2003, 06:14 PM
drop me a pm then m8,with vb version you are using,I have just reinstalled this quotes hack on a new style and again no problems.
sphinx
08-19-2003, 06:24 PM
addendum, see the attached file,follow the instructions in the original cool quotes hack,then when you click on edit at the side of quote, add the attached files contents as it says and you should be fine,but remember to change your colours etc to fit,and you may also need to make the quote ie " bigger as I made mine smaller,hope this sorts it out for you.If not again drop me a pm and I will try to sort this out for you.
saint_seiya
10-03-2003, 11:04 PM
This is an awesome hack. Good job :)
imported_NietzscheKid
10-12-2003, 04:20 PM
This quote hack doesn't work for me in VB3. Has anyone installed it on VB3 yet? Any hints/tipps? Thank you in advance. :)
syedakm
12-08-2003, 07:36 PM
I am looking for any templates for the kinda quotes this forum is using with the borders and bubble. Any templates for that, I tried to search the forum but no help
Thanks iun advance
imported_ogden2k
01-07-2004, 10:36 PM
HOW do I uninstall this db change?????
imported_ogden2k
01-15-2004, 06:14 PM
How do I remove this change in the DB for this hack?
egyptsons
01-16-2004, 08:53 AM
it is good ;)
from where I can get a qute like this one
this is a qutes
imported_ogden2k
01-24-2004, 12:48 AM
How do I remove this change in the DB for this hack?
I'll keep asking till I get an answer.....
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.