- Posts: 19
- Thank you received: 0
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
Please read
Before you ask for help with template issues ...
Question RTL Pagination Direction
16 years 4 months ago #36814
by kamal
RTL Pagination Direction was created by kamal
Please Log in or Create an account to join the conversation.
16 years 4 months ago #36817
by etusha
Replied by etusha on topic Re: RTL Pagination Direction
EDIT THIS FILE
view.php showcat.php latestx.php kunena.search.class.php
FIND
for ($i = $startpage; $i <= $endpage && $i <= $totalpages; $i++)
REPLACE WITH
for($i = $totalpages; $i >= $startpage; $i--) {
view.php showcat.php latestx.php kunena.search.class.php
FIND
for ($i = $startpage; $i <= $endpage && $i <= $totalpages; $i++)
REPLACE WITH
for($i = $totalpages; $i >= $startpage; $i--) {
Please Log in or Create an account to join the conversation.
16 years 4 months ago #36836
by kamal
Replied by kamal on topic Re:RTL Pagination Direction
thanks Etusha,
appreciate your help ... it is working now as it suppose to be.
appreciate your help ... it is working now as it suppose to be.
Please Log in or Create an account to join the conversation.
16 years 4 months ago #36837
by etusha
Replied by etusha on topic Re:RTL Pagination Direction
i test it on localhost and for me was OK
anyway u copy those file
im not a professional coder (im new)
anyway u copy those file
im not a professional coder (im new)
Please Log in or Create an account to join the conversation.
16 years 4 months ago #36838
by kamal
Replied by kamal on topic Re:RTL Pagination Direction
yes i did replace the string in all 4 files and worked. site still on localhost for designing & not yet published.
thx
thx
Please Log in or Create an account to join the conversation.
16 years 4 months ago #36959
by kamal
Replied by kamal on topic Re:RTL Pagination Direction
there is still one couldn't find it, if the thread has more than one page which appears next to the thread titles!!
i had changed all 4 files, but this one still displaying number of pages LTR
thx :blush:
i had changed all 4 files, but this one still displaying number of pages LTR
thx :blush:
Please Log in or Create an account to join the conversation.
Time to create page: 0.254 seconds