PDA

View Full Version : stripping postbit off everything but post text itself


khininger
01-27-2013, 04:13 PM
hi :)

i have:
a thread that's updated weekly by a moderator and is visible to everyone including guests. sorted newest to oldest.

i want:
a page that's stripped off all the forum layout and extras, all i want is the page header with navbar, page footer, body background, and text from that thread: bold title, post text, separator img, next bold title, next post text, separator img, etc. no borders, no usernames, no postcounts, joindates, signatures, avatars, reputation, postdates, etc. nothing.

im assuming i need to either modify style for the subforum the thread is in, to hide all these things from postbit - or i need to pull the text into an external page, and style it however i want - i'd rather do that tbh, but it can't be on javascript, so unsure if it's possible at all.

how do i do it? or are there better options?

thank you very much!

kh99
01-27-2013, 04:24 PM
It might be easiest to do something like this: https://vborg.vbsupport.ru/showthread.php?t=228112 but that would mean doing some php coding to display the posts.

khininger
01-27-2013, 05:40 PM
thank you very much for response, kh99 :)
im gonna need moderators being able to update that page easily. no html knowledge, no login into admin cp, etc. i thought of just using an external guestbook - would be the easiest way all around, but i need to make it easy for moderators, and having to log into the guestbook is just too much hassle for them. editing a custom page would be even worse, because it's not only login, but also html editing...