Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question smilies

More
16 years 3 months ago - 16 years 3 months ago #36821 by balti
smilies was created by balti
Hello everyone , i hope someone can help me.

What i am trying to do is in Emotions field to put my own emotions colection, but in different size.
the default order is :

1.smilie 2.smilie 3.smilie 4.smilie
5.smilie 6.smilie 7.smilie 8.smilie, and so on.

I wold like to have it in thise order:

1.smilie
2.smilie
3.smilie
4.and so own

becose the smilies have big height
Last edit: 16 years 3 months ago by balti.

Please Log in or Create an account to join the conversation.

More
16 years 3 months ago #36830 by balti
Replied by balti on topic Re:smilies
It wold be als helpfull if someone can redireckt me to an simular problem, cose i can not find forum, helfull diskussion

Please Log in or Create an account to join the conversation.

More
16 years 3 months ago #36867 by sozzled
Replied by sozzled on topic Re:smilies
I'm sorry, balti, I don't understand what you are asking for - probably because I don't read Arabic. It might help if if you drew a picture of what you have now and what you would like to see instead? :)

Please Log in or Create an account to join the conversation.

More
16 years 3 months ago - 16 years 3 months ago #36871 by balti
Replied by balti on topic Re:smilies
as you see instead of smilies i use small pictures of arabic. and thay deform the whole forum , cose thay are long. if there was a way of puting tham one under the other, it wold not deform the field.

i wold like to move, or have, the smilies pics from the red marked field, ordered in the black marked field . one under the oder

1.
2.
3.smilie pic
Last edit: 16 years 3 months ago by balti.

Please Log in or Create an account to join the conversation.

More
16 years 3 months ago #36873 by sozzled
Replied by sozzled on topic Re:smilies
You can change the size of the table (from 4 columns to 1 column) but I think you're defeating the purpose of what emoticons are all about. Emoticons (or smileys) are pictographic images that convey the author's mood; emoticons are universal; they transcend language. For example, :) (a smile) conveys the meaning "happy". In my opinion, creating an image (ابتسامة) is unnecessary (I apologise if I have mistranslated).

Anyway, to change the table the way you want to, edit the file ../components/com_kunena/kunena.class.php. Find the function generate_smileys() at about line 1077:
Code:
function generate_smilies() { $kunena_db = &JFactory::getDBO(); $inline_columns = 4; $inline_rows = 5;
Change to:
Code:
function generate_smilies() { $kunena_db = &JFactory::getDBO(); $inline_columns = 1; $inline_rows = 5;

Please Log in or Create an account to join the conversation.

More
16 years 3 months ago #36877 by balti
Replied by balti on topic Re:smilies
Thank You very mutch

Please Log in or Create an account to join the conversation.

Time to create page: 0.324 seconds