The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

(Only Topic) Problem with topic review in post window

+4
Focker
Elaine Woodley
Darren1
The Colonel
8 posters

Go down

Important (Only Topic) Problem with topic review in post window

Post by The Colonel March 26th 2010, 11:37 pm

I'm having trouble with the topic review (which allows the user to see a number of posts for reference when typing their post/reply). Originally the topic review was placed below the post window, but a few days ago it has appeared above the post window. So, users have to scroll down through the previous posts in order to get to the post window to type their messages.

I don't remember changing a setting for that, and I've looked virtually everywhere, but I can't find what setting I need to change or what I need to do.

I would either like the topic review to go back to its original place below the post window, or even to get rid of it (which ever would solve the problem!)

If anyone could help, I'd be very thankful. My members have been groaning about it! Laughing

Thanks.


Last edited by MrMario on March 27th 2010, 5:35 am; edited 2 times in total (Reason for editing : Made Only Topic ~ MrMario)
avatar
The Colonel
New Member

Posts : 2
Reputation : 0
Language : English

Back to top Go down

Important Re: (Only Topic) Problem with topic review in post window

Post by Darren1 March 27th 2010, 12:02 am

Hello,

This is caused by the recent attachment & Global messages update.
This has been reported to the technician's, and should be corrected hopefully very quickly.

EDIT 10:08AM

This is correctable via Template editing; Do you have versions PunBB or PHPBB2, as we can fix it from that?
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Important Re: (Only Topic) Problem with topic review in post window

Post by Elaine Woodley March 27th 2010, 12:31 am

I don't know about the person above but my forum is PHPBB version. This glitch is driving my members batty..not to mention me! Thanks for any help !
avatar
Elaine Woodley
New Member

Posts : 8
Reputation : 0
Language : English

Back to top Go down

Important Re: (Only Topic) Problem with topic review in post window

Post by Darren1 March 27th 2010, 12:33 am

Are you using PHPBB2 or PHPBB3?
Admin panel >> Display ( tab ) > Choose a style > Version
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Important Re: (Only Topic) Problem with topic review in post window

Post by Elaine Woodley March 27th 2010, 12:44 am

Sorry, it is a 3
avatar
Elaine Woodley
New Member

Posts : 8
Reputation : 0
Language : English

Back to top Go down

Important This is the fix for PunBB and PHPBB2

Post by Darren1 March 27th 2010, 1:04 am

Ok.

Sorry, but because we, the users cannot edit phpbb3 templates, you will have to wait for the techies to fix it themselves, which will be after the weekend Wink

EDIT Darren:
I'm going to precedent this is an only topic, and I am going to insert the Fix for PunBB & PHPBB2 here (Read below)

Idea If your using PHPBB3 or Invision you cannot edit templates, you have to wait until the technician's fix it.


You can only edit this as the founding account

Exclamation PunBB Fix:

Head to: Admin panel >> Display ( Tab ) >> Templates > Post & Private messages > Click on posting_body and locate this code {POST_PREVIEW_BOX} Highlight and cut it, now paste it below this:

Code:
<!-- BEGIN switch_reasons -->
      <dl>
         <dt><label>{L_REASON}</label></dt>
         <dd>{REASON_NEW}</dd>
      </dl>
      <!-- END switch_reasons -->

Now save it and publish it.

Exclamation PHPBB2 Fix:

Admin panel >> Display ( Tab ) >> Templates > Post & Private messages > Click on posting_body and locate this code {POST_PREVIEW_BOX} Highlight and cut it, now paste it next to this:
Code:
<td><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a> <!-- BEGIN switch_not_privmsg -->{NAV_CAT_DESC}<!-- END switch_not_privmsg --></span></td>

So it should look like this:

Code:
<td><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a> <!-- BEGIN switch_not_privmsg -->{NAV_CAT_DESC}<!-- END switch_not_privmsg --></span></td>{POST_PREVIEW_BOX}


Now save it and publish it.


Last edited by darren1 on March 27th 2010, 5:08 am; edited 4 times in total (Reason for editing : Add the fixes)
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Important Re: (Only Topic) Problem with topic review in post window

Post by Elaine Woodley March 27th 2010, 1:11 am

Oh... boo hiss! Rolling Eyes

Thank you, Darren, I appreciate your time anyway.
avatar
Elaine Woodley
New Member

Posts : 8
Reputation : 0
Language : English

Back to top Go down

Important Re: (Only Topic) Problem with topic review in post window

Post by Focker March 27th 2010, 1:20 am

darren1 wrote:I'm going to precedent this is an only topic, and I am going to insert the Fix for PunBB & PHPBB2 here
Thanx for trying but PHPBB2 doesn't have the issue.
Focker
Focker
New Member

Posts : 15
Reputation : 0
Language : english

Back to top Go down

Important Re: (Only Topic) Problem with topic review in post window

Post by Darren1 March 27th 2010, 1:29 am

Your welcome.

Unfortunately I don't think the techies expected this to happen. haha.
Shouldn't be too much longer now that I've posted 3/4th of the bug fix, I'll just let them find the one for phpbb3.

Focker, well, I can see why now, I expected phpbb2 to comply to similar rules to punbb, however it's not, I'll update that with a fix in just a min.

Fix has been added, sorry about my mistake.
I hope it works for everyone and not just me Razz
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Important Re: (Only Topic) Problem with topic review in post window

Post by 032122 March 27th 2010, 5:50 am

I am on phpbb3 too - thanks for your helpful posts, we will have to wait for technicians to fix (it is a little annoying Smile )
avatar
032122
New Member

Posts : 8
Reputation : 0
Language : English

Back to top Go down

Important Re: (Only Topic) Problem with topic review in post window

Post by timsmrs1 March 27th 2010, 11:50 am

I'm on phpbb3 too, thanks for the replies
timsmrs1
timsmrs1
Forumember

Female Posts : 261
Reputation : 0
Language : english

Back to top Go down

Important Re: (Only Topic) Problem with topic review in post window

Post by slartibartfast March 27th 2010, 10:43 pm

Glad this is being worked on. My mods and members are getting annoyed. Hope the tech guys manage to find a fix soon.
avatar
slartibartfast
Forumember

Posts : 47
Reputation : 0
Language : English
Location : Wales

Back to top Go down

Important Re: (Only Topic) Problem with topic review in post window

Post by psaras March 28th 2010, 9:43 am

I'm on phpbb3 too Crying or Very sad
psaras
psaras
Forumember

Male Posts : 48
Reputation : 0
Language : bulgarian-Greek

http://gofishing.forumsclub.com/portal.htm

Back to top Go down

Important Re: (Only Topic) Problem with topic review in post window

Post by 032122 March 29th 2010, 10:53 pm

Thanks for fixing! Much better now Smile
avatar
032122
New Member

Posts : 8
Reputation : 0
Language : English

Back to top Go down

Important Re: (Only Topic) Problem with topic review in post window

Post by slartibartfast March 29th 2010, 11:25 pm

Our 2000ish members thank you sincerely for fixing the annoying glitch.
avatar
slartibartfast
Forumember

Posts : 47
Reputation : 0
Language : English
Location : Wales

Back to top Go down

Important Re: (Only Topic) Problem with topic review in post window

Post by Focker March 30th 2010, 2:43 am

Thanks for the fix!
Focker
Focker
New Member

Posts : 15
Reputation : 0
Language : english

Back to top Go down

Important Re: (Only Topic) Problem with topic review in post window

Post by psaras April 2nd 2010, 6:54 am

Thanks (Only Topic) Problem with topic review in post window 532797(Only Topic) Problem with topic review in post window 910598
psaras
psaras
Forumember

Male Posts : 48
Reputation : 0
Language : bulgarian-Greek

http://gofishing.forumsclub.com/portal.htm

Back to top Go down

Important Re: (Only Topic) Problem with topic review in post window

Post by psaras April 2nd 2010, 7:35 am

Now I see it
(Only Topic) Problem with topic review in post window Wbb1og

if you can help me to become so, thanks

(Only Topic) Problem with topic review in post window Xgmul5
psaras
psaras
Forumember

Male Posts : 48
Reputation : 0
Language : bulgarian-Greek

http://gofishing.forumsclub.com/portal.htm

Back to top Go down

Important Re: (Only Topic) Problem with topic review in post window

Post by Darren1 April 2nd 2010, 10:58 am

Psaras, have you read my post above with the coding in it?

That will explain what you are asking, and provide a full fix Wink
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum