SOLVED CODE And MOD TEMPLATE In Bbcode - How To Make It Real?


Subject: CODE And MOD TEMPLATE In Bbcode - How To Make It Real?
Hello again!

I got a little Problem. I want to make the "code" "/code" in my posting editor because i got only the normal "code"-function.
Hope you understand what i mean?
Example like this:
Code: [Download] [Hide] [Select]
test


And i want this function:
OPEN
FIND
Code: [Download] [Hide] [Select]
test

REPLACE WITH
Code: [Download] [Hide] [Select]
testings


So how i can do this?
I found no explanation for this. -.-"

Last edited by Ghostsearcher on Tue 29 Dec, 2009 07:53; edited 1 time in total
Profile PM  
Subject: Re: CODE And MOD TEMPLATE In Bbcode - How To Make It Real?
Oops, i guess i have to say i'm sorry. This seems to be a normal bbcode from phpbb3.
It is because, i never used subsilver2 nor prosilver and i could not find this with the implemented BBcodeBox3.

Well, i'm just a very big fan of Black Pearl. ;)

Profile PM  
Subject: Re: [SOLVED] CODE And MOD TEMPLATE In Bbcode - How To Make It Real?
So you solved your issue?

I think you can create a custom BBCode in ACP to get what you need.

Subject: Re: CODE And MOD TEMPLATE In Bbcode - How To Make It Real?
Nope, not solved.

If i knew how i would implement the bbcode. But in this case.... I let it be ^^

Profile PM  
Subject: Re: [SOLVED] CODE And MOD TEMPLATE In Bbcode - How To Make It Real?
If you go to ACP => POSTING => BBCODES you can customize BBCODES.

Add a new one and try this:

BBCode Usage:
Code: [Download] [Hide] [Select]
[modfile={SIMPLETEXT1}]{TEXT1}[/modfile]{TEXT2}


HTML Replacement:
Code: [Download] [Hide] [Select]
OPEN <strong>{SIMPLETEXT1}</strong><br />
<br />
FIND:<br />
<div class="codetitle"><b>{L_CODE}:</b></div><div class="codecontent">{TEXT1}</div><br />
<br />
REPLACE WITH:<br />
<div class="codetitle"><b>{L_CODE}:</b></div><div class="codecontent">{TEXT2}</div><br />
<br />




Then flag Display on posting page.

_________

You can then use something like this:

Code: [Download] [Hide] [Select]
[modfile=forum.php]Test[/modfile]Testing


You need to perform some tweaking of course... this is just a basic demo.


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.2884s (PHP: 7% SQL: 93%)
SQL queries: 17 - Debug Off - GZIP Enabled