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 Attachments cannot be deleted at all => 403
- ArnoBrinkman
-
Topic Author
- Offline
- Junior Member
-
Less
More
9 years 8 months ago #179137
by ArnoBrinkman
TradingTalk
Replied by ArnoBrinkman on topic Attachments cannot be deleted at all => 403
Something totally unrelated, but every time you click a link on this forum to open a message (which contains the Bookmark with the ID). The message dissapears behind the navigation/header. Because a lot of links include the messageid to directly refer to the right message i need to scroll to be able to see the message. On my forum i added custom css for that "a" element that contains the Bookmark:
Code:
#kunena.layout small.text-muted a {
padding-top: 255px;
}
TradingTalk
Please Log in or Create an account to join the conversation.
- ArnoBrinkman
-
Topic Author
- Offline
- Junior Member
-
9 years 8 months ago #179155
by ArnoBrinkman
TradingTalk
Replied by ArnoBrinkman on topic Attachments cannot be deleted at all => 403
Finally found the problem, the DELETE method was rejected by Apache. While my Apache knowledge is small it costed some time to find out where to adjust it. A lot of suggestions to find on the internet, but finding the right/good answer to your configuration is sometimes a challenge.
TradingTalk
Please Log in or Create an account to join the conversation.
9 years 8 months ago #179156
by 810
Replied by 810 on topic Attachments cannot be deleted at all => 403
I have changed it to post, so it shouldn't happen again.
Please Log in or Create an account to join the conversation.
- ArnoBrinkman
-
Topic Author
- Offline
- Junior Member
-
9 years 8 months ago #179162
by ArnoBrinkman
TradingTalk
Replied by ArnoBrinkman on topic Attachments cannot be deleted at all => 403
That's even better for other users not strumbling on this thing.
Could you tell me which branch i should be using to have the latest K5 patches from git?
Could you tell me which branch i should be using to have the latest K5 patches from git?
TradingTalk
Please Log in or Create an account to join the conversation.
9 years 8 months ago #179163
by 810
Replied by 810 on topic Attachments cannot be deleted at all => 403
K5.0 branch
Please Log in or Create an account to join the conversation.
- ArnoBrinkman
-
Topic Author
- Offline
- Junior Member
-
9 years 8 months ago - 9 years 8 months ago #179164
by ArnoBrinkman
TradingTalk
Replied by ArnoBrinkman on topic Attachments cannot be deleted at all => 403
Thank you again,
btw, when reply-ing then the font in the messagebox where you type is red!
This is because the "invalid" class it has assigned, only when you put the focus out this textarea (another control or so) it becomes black. On some templates the style for invalid is red and bold, so that doesn't look that nice.
I've solved it by css, but i can imagine that this wass not intended.
Regards,
Arno
btw, when reply-ing then the font in the messagebox where you type is red!
This is because the "invalid" class it has assigned, only when you put the focus out this textarea (another control or so) it becomes black. On some templates the style for invalid is red and bold, so that doesn't look that nice.
I've solved it by css, but i can imagine that this wass not intended.
Regards,
Arno
TradingTalk
Last edit: 9 years 8 months ago by ArnoBrinkman.
Please Log in or Create an account to join the conversation.
Time to create page: 0.266 seconds