Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.
This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.
The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.
This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.
The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.
Question adding a neww bbcode tag
16 years 8 months ago - 16 years 8 months ago #21032
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:adding a neww bbcode tag
Hello,
I have something for you
, open the file components/com_kunena/template/default/smile.class.php at line 304 add this :
You can change the image link_url.png by one other
I have something for you
Code:
<img class = "fb-bbcode" accesskey = "w" name = "addbbcode16" src="<?php echo KUNENA_LIVEUPLOADEDPATH.'/editor/'; ?>link_url.png" alt="URL" onclick = "bbfontstyle('[url=][img]','[/img][/url]');" onmouseover = "javascript:kunenaShowHelp('<?php @print(_KUNENA_EDITOR_HELPLINE_LINK);?>')" />
You can change the image link_url.png by one other
I don't provide support by PM, because this can be useful for someone else.
Last edit: 16 years 8 months ago by xillibit.
Please Log in or Create an account to join the conversation.
16 years 8 months ago #21070
by djcoby
Replied by djcoby on topic Re:adding a neww bbcode tag
Hey!
is there a way that i can add a button like the "CODE" button in the bbcode,
but i want it to add the string :
{flv}blablabla{/flv} ?
im using the newest kunena ..
Thanx !
is there a way that i can add a button like the "CODE" button in the bbcode,
but i want it to add the string :
{flv}blablabla{/flv} ?
im using the newest kunena ..
Thanx !
Please Log in or Create an account to join the conversation.
16 years 8 months ago #21075
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re:adding a neww bbcode tag
djcoby wrote:
What is your question? What purpose does it serve to create a button so that, every time someone presses it, it generates the string "{flv}blablabla{/flv}" when you can just as easily type it? :S
Congratulations. You have successfully added the string "{flv}blablabla{/flv}".... I want it to add the string :
{flv}blablabla{/flv}
What is your question? What purpose does it serve to create a button so that, every time someone presses it, it generates the string "{flv}blablabla{/flv}" when you can just as easily type it? :S
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
16 years 8 months ago - 16 years 8 months ago #21085
by djcoby
Replied by djcoby on topic Re:adding a neww bbcode tag
well I tried the code you writed and i managed to add another button .
but i have a few questions :
what does the "accesskey", "name", and "alt" does ?
i didnt see any changes... Thanx for the great tip !!
but i have a few questions :
what does the "accesskey", "name", and "alt" does ?
i didnt see any changes... Thanx for the great tip !!
Last edit: 16 years 8 months ago by djcoby.
Please Log in or Create an account to join the conversation.
16 years 8 months ago #21086
by djcoby
Replied by djcoby on topic Re:adding a neww bbcode tag
about your question :
I have installed AllVideo plugin so the users can upload videos onto
my server and publish it .
the string to publish it is {flv}myvideo{/flv}
and were talking about USERS ... not u and me ...
I have installed AllVideo plugin so the users can upload videos onto
my server and publish it .
the string to publish it is {flv}myvideo{/flv}
and were talking about USERS ... not u and me ...
Please Log in or Create an account to join the conversation.
16 years 8 months ago - 16 years 8 months ago #21087
by Spock
Replied by Spock on topic Re:adding a neww bbcode tag
djcoby , This will definitely require a hack of the standard video bbcode - i'd suggest adding a new video provider call it "Your Site" to the video bbcode
Try this:
1. Edit /components/com_kunena/lib/kunena.parser.php and insert the embed properties. looks like this for flashvars
2. Then edit /components/com_kunena/template/default/smile.class.php
and add "Your Site" to the video providers
Trial and error to see if it works
Try this:
1. Edit /components/com_kunena/lib/kunena.parser.php and insert the embed properties. looks like this for flashvars
Code:
'flashvars' => array ('flash', 480, 360, 0, 0, $between, '', array(array(6, 'flashvars', $vid["param"])))
and add "Your Site" to the video providers
Trial and error to see if it works
Last edit: 16 years 8 months ago by Spock.
Please Log in or Create an account to join the conversation.
Time to create page: 0.280 seconds