FFXIAH BBCode

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » FFXIAH.com » Help » FFXIAH BBCode
FFXIAH BBCode
 Seraph.Caiyuo
Offline
Server: Seraph
Game: FFXI
user: Caiyuo
Posts: 6524
By Seraph.Caiyuo 2009-11-12 12:46:26
Link | Quote | Reply
 
Ragnarok.Anye said:
Seraph.Caiyuo said:
Also, I *** love how dorky things are getting around here. I'm just looking for excuses to use all this fancy new shizzle.
I ALREADY DID :D :D :D :D :D :D
Nerd rivals it is!
 Odin.Blazza
Offline
Server: Odin
Game: FFXI
user: Blazza
Posts: 6473
By Odin.Blazza 2009-11-13 05:48:55
Link | Quote | Reply
 
Seraph.Caiyuo said:
Ragnarok.Anye said:
Seraph.Caiyuo said:
Also, I *** love how dorky things are getting around here. I'm just looking for excuses to use all this fancy new shizzle.
I ALREADY DID :D :D :D :D :D :D
Nerd rivals it is!
Am I winning yet?
 Ragnarok.Anye
Offline
Server: Ragnarok
Game: FFXI
user: Anye
Posts: 5449
By Ragnarok.Anye 2009-11-13 10:30:42
Link | Quote | Reply
 
T_T Yesh....
 Seraph.Caiyuo
Offline
Server: Seraph
Game: FFXI
user: Caiyuo
Posts: 6524
By Seraph.Caiyuo 2009-11-13 15:40:24
Link | Quote | Reply
 
*tilts glasses that I don't have down to bridge of nose*

WAT
 Cerberus.Wolftamer
Offline
Server: Cerberus
Game: FFXI
user: wolftamer
Posts: 16
By Cerberus.Wolftamer 2009-12-05 10:57:49
Link | Quote | Reply
 
Hmm....any chance of releasing the BBcode/jscript for the item sets? I'd love to integrate it into my forums.
 Ragnarok.Anye
Offline
Server: Ragnarok
Game: FFXI
user: Anye
Posts: 5449
By Ragnarok.Anye 2009-12-05 13:26:08
Link | Quote | Reply
 
It's right there at the bottom :)
Code
[itemset]57937[/itemset]




=edit= BAH. Ignore me. I can't read. XDDD I know there's a way, let me find it for you....
 Ragnarok.Anye
Offline
Server: Ragnarok
Game: FFXI
user: Anye
Posts: 5449
By Ragnarok.Anye 2009-12-05 13:33:30
Link | Quote | Reply
 
Not sure if this helps as I'm not all... javascript-savvy, but I found something:
Taken from this thread:
Fenrir.Scragg said:
Odin.Ringthree said:
Ok, sweet! Now, I fail at coding so it should end up looking like this right:

Code
<script type='text/javascript' src='http://www.ffxiah.com/js/ffxiahify.js'></script>


Or am I doing it wrong?
looks correct, I would suggest putting it right before the </body> tag.
 Cerberus.Wolftamer
Offline
Server: Cerberus
Game: FFXI
user: wolftamer
Posts: 16
By Cerberus.Wolftamer 2009-12-05 22:08:13
Link | Quote | Reply
 
Well, that's for the tooltips (which is good to know BTW) but I'm looking for the item set box. As a BB code it should be calling for the script with some sort of identifier.

For example the "current equip" uses:

<script type="text/javascript" src="http://www.ffxiah.com/widget.php?q=equip&server=Lakshmi&name=Jaerik"></script>

The script calls for the equip widget, and then the server and name. This should do something similar, call for the script, and then a variable for the set. I need the syntax to call for that.

 Fenrir.Scragg
Administrator
Offline
Server: Fenrir
Game: FFXI
user: Scragg
Posts: 2579
By Fenrir.Scragg 2009-12-05 22:17:38
Link | Quote | Reply
 
Hey Wolftamer, I don't have javascript for itemsets to use for bbcode on other forums yet. Our itemset bbcode is doing serverside stuff so it only works for ffxiah.
 Cerberus.Wolftamer
Offline
Server: Cerberus
Game: FFXI
user: wolftamer
Posts: 16
By Cerberus.Wolftamer 2009-12-05 22:20:53
Link | Quote | Reply
 
:( sigh, kk.


Please let me know if you get one running, I'll give ya my first born, lol.

Oh, and Scragg, any plans to update the profile widget? Would love to be able to play with the colors, and have a landscape option.
 Cerberus.Wolftamer
Offline
Server: Cerberus
Game: FFXI
user: wolftamer
Posts: 16
By Cerberus.Wolftamer 2009-12-06 10:05:02
Link | Quote | Reply
 
OK, new thing, if possible.

I figured how to do the tooltips with no problem. For example:

Code
<html>
<body>
<a href="http://www.ffxiah.com/item.php?id=14973"><img src="http://static.ffxiah.com/icon/14973.png"></a>
<script type='text/javascript' src='http://www.ffxiah.com/js/ffxiahify.js'></script>
</body>
</html>


I'd love to build my own item sets for my web page, and I can manually do the tables, all that fun stuff. My question is, how do I bring in the equipment box background and overlay the icon images to it? I figured a table background of some type, but I'll be damned if I can find it looking at the page source, lol.

Sorry for all the questions lately Scragg, and y'all do great work.
 Cerberus.Wolftamer
Offline
Server: Cerberus
Game: FFXI
user: wolftamer
Posts: 16
By Cerberus.Wolftamer 2009-12-06 17:14:01
Link | Quote | Reply
 
ignore my question on background, found it. http://static.ffxiah.com/images/eq1.gif, etc.

 Cerberus.Wolftamer
Offline
Server: Cerberus
Game: FFXI
user: wolftamer
Posts: 16
By Cerberus.Wolftamer 2009-12-07 07:55:37
Link | Quote | Reply
 
It's a little slow as I have to do it all manually, but it also gives me some advantages as you will see, but here is a small sample of what all my questions is producing:

http://ffxi.dakpluto.net/?page_id=13

I think it's coming along pretty well.
 Leviathan.Webjester
Offline
Server: Leviathan
Game: FFXI
user: Webjester
Posts: 393
By Leviathan.Webjester 2009-12-11 10:58:53
Link | Quote | Reply
 
Scragg,

Does FFXIahify.js no longer accept &sid=, or is there new syntax to include price information by server?

Thanks,

Web
necroskull Necro Bump Detected! [57 days between previous and next post]
 Shiva.Darkshade
Offline
Server: Shiva
Game: FFXI
Posts: 1091
By Shiva.Darkshade 2010-02-06 11:08:30
Link | Quote | Reply
 
*** yeah necro bumps!
necroskull Necro Bump Detected! [105 days between previous and next post]
 Alexander.Trixan
Offline
Server: Alexander
Game: FFXI
user: Trixan
Posts: 122
By Alexander.Trixan 2010-05-22 18:34:56
Link | Quote | Reply
 
How do I insert an image on a post? I'm having trouble lol.
 Bismarck.Dracondria
Offline
Server: Bismarck
Game: FFXI
Posts: 33978
By Bismarck.Dracondria 2010-05-22 18:36:50
Link | Quote | Reply
 
[img][ /img]
 Lakshmi.Feifongwong
Offline
Server: Lakshmi
Game: FFXI
Posts: 1097
By Lakshmi.Feifongwong 2010-05-22 18:55:54
Link | Quote | Reply
 
Alexander.Trixan said:
How do I insert an image on a post? I'm having trouble lol.

Most of what you need to know is listed in the Sample BBcode at the bottom of the screen when you post. You can also check out the reference page as well for extras.
 Alexander.Trixan
Offline
Server: Alexander
Game: FFXI
user: Trixan
Posts: 122
By Alexander.Trixan 2010-05-22 19:29:34
Link | Quote | Reply
 
Like how do I do this? Do I put url of image after [img][ /img]? Explain or do an example. :D
 Bismarck.Dracondria
Offline
Server: Bismarck
Game: FFXI
Posts: 33978
By Bismarck.Dracondria 2010-05-22 19:31:04
Link | Quote | Reply
 
Between them and take away the space there. Couldn't write it out or it would show up as a blank post.
 Phoenix.Kojo
Forum Moderator
Offline
Server: Phoenix
Game: FFXI
user: AnnaMolly
Posts: 12308
By Phoenix.Kojo 2010-05-22 19:35:07
Link | Quote | Reply
 


Like this. It would show up like...



...this.
 Ramuh.Dasva
Offline
Server: Ramuh
Game: FFXI
user: dasva
Posts: 40469
By Ramuh.Dasva 2010-05-23 09:11:36
Link | Quote | Reply
 
More importantly why can't I set youtube vids to autoplay anymores!?! And holy necrobump
 Phoenix.Kojo
Forum Moderator
Offline
Server: Phoenix
Game: FFXI
user: AnnaMolly
Posts: 12308
By Phoenix.Kojo 2010-05-23 09:15:46
Link | Quote | Reply
 
Ramuh.Dasva said:
More importantly why can't I set youtube vids to autoplay anymores!?! And holy necrobump

It wouldn't let me, either.
necroskull Necro Bump Detected! [378 days between previous and next post]
 Shiva.Flionheart
Offline
Server: Shiva
Game: FFXI
Posts: 23653
By Shiva.Flionheart 2011-06-05 06:18:41
Link | Quote | Reply
 
Any chance for a youtube button?
Offline
Posts: 4027
By Blazed1979 2011-06-05 06:22:06
Link | Quote | Reply
 
lol Flion probably trying to help noobs lik me
 Shiva.Flionheart
Offline
Server: Shiva
Game: FFXI
Posts: 23653
By Shiva.Flionheart 2011-06-05 06:22:45
Link | Quote | Reply
 
it just makes it easier lol.
Log in to post.