inherit
spamtanaka@gmail.com
194962
0
Apr 24, 2020 19:56:12 GMT -8
gundamu
2
June 2013
gundamu
|
Post by gundamu on Oct 30, 2013 14:07:16 GMT -8
Bennett 🚀 I know you're probably extremely busy with other things and I know you're throwing together a guide on how to use this plugin, but I was wondering if you could do a quick example of how to use the [googlefont] tag because I'm absolutely clueless on how I'm supposed to use it. Sorry to be a bother >.>
|
|
Luna
New Member
Posts: 3
inherit
192168
0
Feb 17, 2019 0:54:35 GMT -8
Luna
3
April 2013
typeluna
|
Post by Luna on Nov 7, 2013 11:44:56 GMT -8
I was actually getting some similar issues with the version for the last version of Proboards. I think it is not something with the plugin but just an update Mozilla released on their Firefox, though I could be wrong.
|
|
Berry
New Member
Posts: 71
inherit
197522
0
Jan 6, 2014 7:41:19 GMT -8
Berry
71
July 2013
berry123
|
Post by Berry on Nov 13, 2013 10:42:13 GMT -8
Bennett 🚀I had this installed on my forum ( here) and it caused a bunch of threads to basically freeze up and stop loading. The moment I uninstalled it everything went back to normal. The threads in question were a bit... heavy, I guess? They had a lot of coding and information in them (the race page was one). I'm not sure if that relates to anything but I would absolutely love to allow my members to make use of this plugin. I just don't want to end up locking up important threads because of it.
|
|
inherit
97216
0
Nov 23, 2024 12:51:52 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Nov 14, 2013 18:46:51 GMT -8
Bennett 🚀I had this installed on my forum ( here) and it caused a bunch of threads to basically freeze up and stop loading. The moment I uninstalled it everything went back to normal. The threads in question were a bit... heavy, I guess? They had a lot of coding and information in them (the race page was one). I'm not sure if that relates to anything but I would absolutely love to allow my members to make use of this plugin. I just don't want to end up locking up important threads because of it. Yeah, it's only working in chrome for whatever reason. I have yet worked on a patch to make it work for everything, I'll let ya'll know when it's done.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Nov 14, 2013 20:12:37 GMT -8
iPokemon - just so you know for me its not even working in chrome
|
|
inherit
bostoncommonssl@aol.com
197960
0
Nov 23, 2013 17:57:59 GMT -8
bcsladmin
5
August 2013
bcsladmin
|
Post by bcsladmin on Nov 20, 2013 22:09:21 GMT -8
How do googlefonts work on this? I can't figure it out at all.
|
|
inherit
97216
0
Nov 23, 2024 12:51:52 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Nov 21, 2013 18:03:05 GMT -8
How do googlefonts work on this? I can't figure it out at all. [googlefont="Font Name:700,400"] and then proceed to use font-family: 'Font Name'; font-weight: 700; on a [ div] tag.
|
|
inherit
97216
0
Nov 23, 2024 12:51:52 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Nov 24, 2013 14:39:25 GMT -8
|
|
inherit
197814
0
Apr 14, 2016 22:43:41 GMT -8
mildred
-w-
91
August 2013
mildr34d
|
Post by mildred on Nov 24, 2013 17:09:23 GMT -8
iPokemon , thank you!! It's working great already!
|
|
inherit
77130
0
Nov 24, 2019 16:18:05 GMT -8
ashycat!
Probably playing in Illustrator.
2,482
April 2006
adampiro
ashycat's Mini-Profile
|
Post by ashycat! on Nov 24, 2013 17:47:19 GMT -8
Bennett 🚀 I could kiss you! Tho, you know not. but THANK YOU! their working like a charm <3
|
|
inherit
hannah.dillon92@gmail.com
197426
0
Aug 16, 2016 17:43:05 GMT -8
habbue
23
July 2013
habbue
|
Post by habbue on Nov 25, 2013 14:14:56 GMT -8
thank you!
|
|
inherit
188358
0
Jun 9, 2023 19:17:18 GMT -8
Dorothia
139
January 2013
aquarius1427
|
Post by Dorothia on Nov 25, 2013 15:20:37 GMT -8
This is great! I'm excited and I can't wait to use it!
|
|
inherit
197814
0
Apr 14, 2016 22:43:41 GMT -8
mildred
-w-
91
August 2013
mildr34d
|
Post by mildred on Nov 25, 2013 19:06:38 GMT -8
Bennett 🚀, just wondering -- is there an easy way to convert code like [atrb=border,0,true][atrb=cellSpacing,0,true][cs=2][atrb=width,450,true] to the attr format? I'm creating a macro that will convert a lot of my users' tables and posting formats etc, and this is the only part I'm not seeing a way to make automatic. It's easy enough slap a class with those values where it needs to be, but I was wondering if I was just missing something, like I was putting quotation marks in the wrong place, maybe.
|
|
inherit
97216
0
Nov 23, 2024 12:51:52 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Nov 25, 2013 20:44:59 GMT -8
Bennett 🚀, just wondering -- is there an easy way to convert code like [atrb=border,0,true][atrb=cellSpacing,0,true][cs=2][atrb=width,450,true] to the attr format? I'm creating a macro that will convert a lot of my users' tables and posting formats etc, and this is the only part I'm not seeing a way to make automatic. It's easy enough slap a class with those values where it needs to be, but I was wondering if I was just missing something, like I was putting quotation marks in the wrong place, maybe. Unfortunately, no, seeing as those are for tables and not divs, which are what my attribute tags are for. So unless you submit them to be fixed by someone who knows CSS and HTML, my [attr] tags will be of no help in that situation where there are tables involved.
|
|
inherit
197814
0
Apr 14, 2016 22:43:41 GMT -8
mildred
-w-
91
August 2013
mildr34d
|
Post by mildred on Nov 25, 2013 21:30:01 GMT -8
Bennett 🚀 Okay, just thought I would ask. I hate using tables rather than divs, but all of the members have been doing it for years, you know how it goes. I can fix it myself no problem, I just didn't want to have to do it every time by hand. Thank you though. Also, I thought I would mention that using inline styles for the divs works fine, but when you start using newclass instead, the gear button drop down doesn't work anymore. It's easy enough to get around -- just edit the post and remove the newclasses before deleting it -- but I thought I would mention it in case it's something you can fix. In case I'm not making any sense: [div style="whatever: 20px;"]blahblahblah[/div] works fine, but if you go the route of [div][attr="class","whatever"]blahblahblah[/div] [newclass=.whatever]whatever: 20px;[/newclass] you can't delete the post unless you edit the newclass values out. Curiously enough, if you leave the newclass blank [newclass=.whatever][/newclass] but leave the [attr ] in the post, the gear button will still work. This is from my tests in the latest versions of opera and chrome, and I have someone else on my board showing similar results in firefox.
|
|