Page 1 of 2 Go to page : 1, 2
- Guest
How to make it?
Last edited by The sea on Sun Feb 27, 2022 7:15 pm; edited 1 time in total
- Guest
Problem still there
- Guest
Ok, i will wait till then.
- Guest
Ok, it is unnecessary to keep topic title in every post. But can you make staff post header bar color accordinhbto group color please?
- Guest
It is not rank image but staff color take the color of it't bar color
- Guest
I used
To make some space between two post. Now it is time to give code for staff header color but it is only working for phpbb3 forum. I don't know code fpr punbb
- Code:
.post {
margin-bottom: .75rem;
}
To make some space between two post. Now it is time to give code for staff header color but it is only working for phpbb3 forum. I don't know code fpr punbb
- Guest
Can i show you the java script code for it?
- Guest
This is the code for it
- Code:
(function($) {
'use strict';
$('<style>').text([
'.fa-post-staff {',
' border-top: 12px solid;',
'}',
].join('\n'))
.appendTo('head');
$(function() {
if (!/^\/t(\d+)(p\d+-|-).*$/i.test(location.pathname)) return;
$('.post').each(function() {
var $post = $(this);
var $name = $post.find('.postprofile strong[style] > a[href] > span[style]');
if (!$name.length) return;
if (!$name.css('color')) return;
$post.addClass('fa-post-staff').css('border-top-color', $name.css('color'));
});
});
})(jQuery);
- Guest
Wow, thanks, could you teach me, how to fix it?

- Guest
Ok.
so if i used this code for another punbb forum then i should copy it from java management, right?

- Guest
Can you change the color #23- posted by and today at 11:53 am and move the multi quote, quote, edit on the top? It should be more lighter. It is hard to find out these buttons
The sea wrote:Can you change the color #23- posted by and today at 11:53 am and move the multi quote, quote, edit on the top? It should be more lighter. It is hard to find out these buttons
- Regarding the post time color: find me a color and I'll do it.
- Posting buttons: I can move them, yes. But are you talking about the buttons when you say "It should be more light"
- Please, for the love of god, post a new topic per issue. Here you posted two NEW issues, in a topic about a DIFFERENT issue. Instead you should post one topic for moving the buttons and one topic for the color of the post time text. This makes it much easier for me to help you and understand what you need.
- Guest
Ok then close the topic. I had more three issue i will open new, thanks
- Guest
Admin wrote:Thanks. Fixed for PunBB now.
This is the script
Go to page : 1, 2
Similar topics
Create an account or log in to leave a reply
You need to be a member in order to leave a reply.
Permissions in this forum:
You cannot reply to topics in this forum
|
|