| Author |
Message |
chosen14u Hangin' Around

Joined: Feb 08, 2010 Posts: 31
|
Posted:
Thu Feb 11, 2010 9:49 am |
|
I have edited some files to allow for Xfire bbcode to be used
but all it shows in my forum is
| Code: | [xfire]http://www.xfire.com/video/213e05[/xfire]
|
site forum link is
Could someone have a look at the code I have edited possibly?
I will post the mod i used all I did was copy the youtube coding and then edit it with xfire bbcode instead
I was using references from
the button to add xfire bbcode is in the mod box but seems forums do not reconize the bbcode.[/url] |
|
|
|
 |
spasticdonkey RavenNuke(tm) Development Team

Joined: Dec 02, 2006 Posts: 1251 Location: Texas, USA
|
Posted:
Thu Feb 11, 2010 11:12 am |
|
I'm pretty busy the next few days.. I may (no promises ) have some time this weekend so if you haven't gotten help by then I'll try to take a look. |
|
|
|
 |
chosen14u Hangin' Around

Joined: Feb 08, 2010 Posts: 31
|
Posted:
Thu Feb 11, 2010 11:31 am |
|
|
|
 |
spasticdonkey RavenNuke(tm) Development Team

Joined: Dec 02, 2006 Posts: 1251 Location: Texas, USA
|
Posted:
Thu Feb 11, 2010 2:51 pm |
|
lol, this weekend is Valentine's Day... so amend my earlier statement, it will be next week before I have a chance; or I may be at risk for bodily injury  |
|
|
|
 |
chosen14u Hangin' Around

Joined: Feb 08, 2010 Posts: 31
|
Posted:
Thu Feb 11, 2010 3:37 pm |
|
haha, totally understandable ! i still dunno what to buy my gf :S |
|
|
|
 |
montego Former Admin in Good Standing

Joined: Aug 29, 2004 Posts: 9071 Location: Arizona
|
Posted:
Fri Feb 12, 2010 7:37 am |
|
how much???
 |
|
|
|
 |
spasticdonkey RavenNuke(tm) Development Team

Joined: Dec 02, 2006 Posts: 1251 Location: Texas, USA
|
Posted:
Thu Feb 18, 2010 3:28 pm |
|
whoa, that took way longer than expected
But here it is, the pre-edited files for all the themes in the distro as of RN2.40.01** (based on kguske's BBCodeBox vRN2.3)
Tested and working in the latest of Firefox, Opera, Chrome, and IE.
| Quote: | | BBCode Box for RN2.40.01 with pre-edited files plus xfire video code. No instructions included.. Just upload to the ROOT of your site (only upload theme files for installed themes). Use a text comparison program such as winmerge if you need to duplicate the changes for other themes (or if you have customized the forum templates) |
** Tested in most themes, but not extensively... I did not update the css files, or in some cases they are missing, so might be better to add this to your style.css file (nothing critical just some mouse pointer styling)
| Code: | /*
//====================================================================== |
//==== Start Advanced BBCode Box MOD =================================== |
//==== vRN2.30 ========================================================== |
//====
*/
.postimage {
cursor: pointer;
cursor: hand;
}
.postimage:hover {
background-color: #C2CFE5;
cursor: pointer;
cursor: hand;
}
/*
//====
//==== End Advanced BBCode Box MOD ==================================== |
//===================================================================== |
*/ |
and here's a that shows most of the features |
|
|
|
 |
chosen14u Hangin' Around

Joined: Feb 08, 2010 Posts: 31
|
Posted:
Thu Feb 18, 2010 4:14 pm |
|
Hey, thank you very much spasticdonkey. I owe ya! |
|
|
|
 |
spasticdonkey RavenNuke(tm) Development Team

Joined: Dec 02, 2006 Posts: 1251 Location: Texas, USA
|
Posted:
Thu Feb 18, 2010 4:18 pm |
|
np,
btw I updated the zip file a few minutes ago with the IE textarea fix i forgot to apply... you may have to clear your cache and redownload (or use another browser) |
|
|
|
 |
chosen14u Hangin' Around

Joined: Feb 08, 2010 Posts: 31
|
Posted:
Thu Feb 18, 2010 7:54 pm |
|
|
|
 |
|
|
|
|