Sub Menu
Links Menu
Online Users

In total there are 304 users online :: 4 registered, 0 hidden and 300 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Bing [Bot], Google [Bot], Helter, Majestic-12 [Bot] based on users active over the past 60 minutes

tag code test

You can test the functionalities of the forum here. It is still moderated.

Moderator: Integra Moderator

tag code test

PostAuthor: sanji » Thu Mar 08, 2007 3:36 pm

bold

Code: Select all
[b]bold[/b]
Last edited by sanji on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[img]http://www.secret-japan.com/forum/images/banners/fuji%20secret-japan%2088x31.gif[/img] [url=http]Secret Japan[/url] : discover Japan off the beaten tracks

sanji
Sr Integra Member
Sr Integra Member
 
Posts: 291
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 12, 2006 8:18 pm
Cash on hand: 0.00

Re: tag code test

PostAuthor: Helter » Thu Mar 08, 2007 4:28 pm

you cant put bbcode tags inside of the [code] or [php] tags
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

PostAuthor: sanji » Thu Mar 08, 2007 6:24 pm

Why wouldn't you be able to put bbcode in a [ code ] tag? The whole idea of a code tag is to allow someone to post some code that is left as so...

On my forum, this is working fine with the modifications I made on the bbcode.php file. And it was working fine with 1.4.0...

sanji
Last edited by sanji on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[img]http://www.secret-japan.com/forum/images/banners/fuji%20secret-japan%2088x31.gif[/img] [url=http]Secret Japan[/url] : discover Japan off the beaten tracks

sanji
Sr Integra Member
Sr Integra Member
 
Posts: 291
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 12, 2006 8:18 pm
Cash on hand: 0.00

Re: tag code test

PostAuthor: Helter » Thu Mar 08, 2007 7:44 pm

you must have fixed your 140. It has never worked on any of my forums, or this site, even before the 141 mods were added to it. I just tried it on the archive site, which is 140 and it failed
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: tag code test

PostAuthor: Frost » Thu Mar 08, 2007 9:25 pm

This never worked for me either, I started to tweak the code once, but lost interest quickly
Last edited by Frost on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 1:04 am
Cash on hand: 0.00
Location: Photoshop CS3

Re: tag code test

PostAuthor: sanji » Fri Mar 09, 2007 2:30 am

You can try this following easy modification of the bbcode.php file...

FIND
Code: Select all
                                $between_tags = preg_replace('#&##', '&#', $between_tags);                                 $between_tags = preg_replace('/]+]/si', ']', $between_tags);  


AFTER, ADD
Code: Select all
                                $code_entities_match = array('#<#', '#>#', '#"#', '#]#', '#(#', '#)#', '#{#', '#}#');                                 $code_entities_replace = array('&lt;', '&gt;', '&quot;', ':', '[', ']', '(', ')', '{', '}');                                 $between_tags = preg_replace($code_entities_match, $code_entities_replace, $between_tags);    


That's all <img>

sanji
Last edited by sanji on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[img]http://www.secret-japan.com/forum/images/banners/fuji%20secret-japan%2088x31.gif[/img] [url=http]Secret Japan[/url] : discover Japan off the beaten tracks

sanji
Sr Integra Member
Sr Integra Member
 
Posts: 291
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 12, 2006 8:18 pm
Cash on hand: 0.00

PostAuthor: tekguru » Fri Mar 09, 2007 6:21 am

I've now added it to see what happens <img>
Last edited by tekguru on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[size=99px]http][/size]
[url=http][img=left]http://www.4winmobile.com/news/MVP_Horizontal_FullColor.png[/img][/url]
User avatar
tekguru
Sr Integra Member
Sr Integra Member
 
Posts: 329
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 10:29 pm
Cash on hand: 0.00

Re: tag code test

PostAuthor: jomasaco » Sun Sep 09, 2007 4:22 pm

works fine, thanks sanji.
Last edited by jomasaco on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

jomasaco
Members
Members
 
Posts: 31
Likes: 0 post
Liked in: 0 post
Joined: Wed Jun 20, 2007 1:16 am
Cash on hand: 0.00

Re: tag code test

PostAuthor: CaNNon » Mon Sep 10, 2007 4:13 pm

Anyone getting this?

Code: Select all
[b] test [/b]


Its only showing up with the b tag. Not sure if I've messed it up.
Last edited by CaNNon on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Image
Image
User avatar
CaNNon
Sr Integra Member
Sr Integra Member
 
Posts: 750
Likes: 0 post
Liked in: 0 post
Joined: Thu Apr 19, 2007 11:15 am
Cash on hand: 0.00

Re: tag code test

PostAuthor: Teelk » Mon Sep 10, 2007 6:41 pm

I think having the bbcode tags show up in the code and php bbcode boxes is by design. Ok, maybe not the php box, but certaintly the code box, since bbcode is code. I think the idea is if you need to show someone how bbcode works etc. then you can do it easily using the code box and bbcode buttons. But, each site is unique, so this is still a helpful hint for anyone who wants to change it.
Last edited by Teelk on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 5:25 pm
Cash on hand: 0.00
Location: Canada

Re: tag code test

PostAuthor: sanji » Thu Sep 13, 2007 5:59 pm

"CaNNon";p="28346" wrote:Anyone getting this?

Code: Select all
[b] test [/b]


Its only showing up with the b tag. Not sure if I've messed it up.


Check this thread ]http://www.integramod.com/forum/viewtopic.php?t=3143[/url]

sanji
Last edited by sanji on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[img]http://www.secret-japan.com/forum/images/banners/fuji%20secret-japan%2088x31.gif[/img] [url=http]Secret Japan[/url] : discover Japan off the beaten tracks

sanji
Sr Integra Member
Sr Integra Member
 
Posts: 291
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 12, 2006 8:18 pm
Cash on hand: 0.00

PostAuthor: Baku » Sat Sep 22, 2007 2:17 pm

Code: Select all
[b][i]test[/b][/i]
Last edited by Baku on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

Baku
Newbie
Newbie
 
Posts: 3
Likes: 0 post
Liked in: 0 post
Joined: Sat Sep 22, 2007 2:06 pm
Cash on hand: 0.00


Return to Test Forum

Who is online

Registered users: Bing [Bot], Google [Bot], Helter, Majestic-12 [Bot]