- Posts: 7329
- Thank you received: 1425
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
Question Crypsis Bootstrap 3 Template Beta?
10 years 11 months ago #165694
by 810
Replied by 810 on topic Crypsis Bootstrap 3 Template Beta?
where in the tabs you see them?
Please Log in or Create an account to join the conversation.
- betteryouthanme
-
- Offline
- Senior Member
-
Less
More
- Posts: 144
- Thank you received: 13
10 years 11 months ago - 10 years 11 months ago #165695
by betteryouthanme
Two things fill the mind with ever new and increasing wonder and awe - the starry heavens above me and the moral law within me. Immanuel Kant
Replied by betteryouthanme on topic Crypsis Bootstrap 3 Template Beta?
Two things fill the mind with ever new and increasing wonder and awe - the starry heavens above me and the moral law within me. Immanuel Kant
Last edit: 10 years 11 months ago by betteryouthanme.
Please Log in or Create an account to join the conversation.
10 years 11 months ago #165696
by 810
Replied by 810 on topic Crypsis Bootstrap 3 Template Beta?
its using the same file. I will fix it
The following user(s) said Thank You: betteryouthanme, hazel1919
Please Log in or Create an account to join the conversation.
- betteryouthanme
-
- Offline
- Senior Member
-
Less
More
- Posts: 144
- Thank you received: 13
10 years 11 months ago #165711
by betteryouthanme
Two things fill the mind with ever new and increasing wonder and awe - the starry heavens above me and the moral law within me. Immanuel Kant
Replied by betteryouthanme on topic Crypsis Bootstrap 3 Template Beta?
in layouts/topic/list/default.php (and layouts/message/list/default.php?)
h2 should be wrapped in another div, then the h2 and the filter are in one line:
Code:
<div class="row">
<div class="col-md-12">
<h2>
<?php echo $this->escape($this->headerText); ?>
<small class="hidden-sm">
(<?php echo (JText::plural('COM_KUNENA_X_TOPICS', $this->formatLargeNumber($this->pagination->total))); ?>)
</small>
<?php // ToDo:: <span class="badge badge-success"> <?php echo $this->topics->count->unread; ?/></span> ?>
</h2>
<div id="filter-time">
<div class="filter-sel pull-right">
h2 should be wrapped in another div, then the h2 and the filter are in one line:
Code:
<div class="row">
<div class="col-md-12">
<div class="pull-left">
<h2>
<?php echo $this->escape($this->headerText); ?>
<small class="hidden-sm">
(<?php echo (JText::plural('COM_KUNENA_X_TOPICS', $this->formatLargeNumber($this->pagination->total))); ?>)
</small>
<?php // ToDo:: <span class="badge badge-success"> <?php echo $this->topics->count->unread; ?/></span> ?>
</h2>
</div>
Two things fill the mind with ever new and increasing wonder and awe - the starry heavens above me and the moral law within me. Immanuel Kant
The following user(s) said Thank You: hazel1919
Please Log in or Create an account to join the conversation.
- betteryouthanme
-
- Offline
- Senior Member
-
Less
More
- Posts: 144
- Thank you received: 13
10 years 11 months ago - 10 years 11 months ago #165764
by betteryouthanme
Two things fill the mind with ever new and increasing wonder and awe - the starry heavens above me and the moral law within me. Immanuel Kant
Replied by betteryouthanme on topic Crypsis Bootstrap 3 Template Beta?
made a few more adjustments:
Edit button in profil view -> btn btn-warning, so it's better visible
(don't know the php file)
message/list/default.php
line 77: fix obsolete "span" class
line 138: remove "pagination" class in div
line 106: add "form-inline" in div
line 117: add btn-default
widget/login/logout
line17: "nav navbar-nav pull-right" instead of "nav pull-right"
custom css
in the custom css i made also a few adjustments (that's probably only for Purity III users:
login/logut module
with margin set to 0 i at least could open the login/logout module, but if i enter username, after a few letters typed, the module disappears again
What function has status text?
Edit button in profil view -> btn btn-warning, so it's better visible
(don't know the php file)
message/list/default.php
line 77: fix obsolete "span" class
line 138: remove "pagination" class in div
line 106: add "form-inline" in div
line 117: add btn-default
widget/login/logout
line17: "nav navbar-nav pull-right" instead of "nav pull-right"
custom css
in the custom css i made also a few adjustments (that's probably only for Purity III users:
Code:
#kunena.layout .navbar .nav > li > a {
padding: 0;
}
.dropdown-menu {
margin: 0;
}
#kunena.layout .search {
left: 0px;
}
login/logut module
with margin set to 0 i at least could open the login/logout module, but if i enter username, after a few letters typed, the module disappears again
What function has status text?
Two things fill the mind with ever new and increasing wonder and awe - the starry heavens above me and the moral law within me. Immanuel Kant
Last edit: 10 years 11 months ago by betteryouthanme.
Please Log in or Create an account to join the conversation.
10 years 11 months ago - 10 years 11 months ago #165766
by 810
Replied by 810 on topic Crypsis Bootstrap 3 Template Beta?
try this one.
I fixed a lot of issue's yesterday.
Status text you will see when hovering status. So you can add your mood of something.
I fixed a lot of issue's yesterday.
Status text you will see when hovering status. So you can add your mood of something.
Last edit: 10 years 11 months ago by 810.
The following user(s) said Thank You: betteryouthanme, hazel1919
Please Log in or Create an account to join the conversation.
Time to create page: 0.238 seconds