@sallyruchman
7 years, 6 months ago
Hello,
i would like to hide topic / reply IDs, what appear on the right starting with # .., like its here in the bbpress forums…
Is there a way, to hide the Ids only public, and only show them as admin?
Is there a code snippet to accomplish this?
Thx Regards Sally
@casiepa
This CSS might help to hide it from the screen, but of course in the source code of the HTML page you might still find it.
.bbp-forum-header a.bbp-forum-permalink, .bbp-reply-header a.bbp-reply-permalink, .bbp-topic-header a.bbp-topic-permalink { display: none; }
Hi Pascal,
thanks, works fine
Regards Sally