MyBB Community Forums

Full Version: Report templates or CSS broken?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Currently using the igame theme and for some odd reason, reporting posts or reputation doesn't work.

When reporting reputation a thing opens up outside the screen like so - 
[Image: lHdKQSC.png]
Can't do anything, forum just freezes in place.

And when reporting a post nothing appears to pop up but the same freezing up occurs. 

Here's the templates - 

reputation_vote_report
		<div class="float_right postbit_buttons">
			<a href="javascript:void(0)" onclick="Report.reportReputation({$reputation_vote['rid']}); return false;" class="postbit_report"><span>{$lang->report_vote}</span></a>
		</div>
		


postbit_report
<a href="javascript:void(0)" onclick="Report.reportPost({$post['pid']}); return false;" title="{$lang->postbit_report}" class="postbit_report"><span>{$lang->postbit_button_report}</span></a>


EDIT: Appears multi-quotes don't work either, it just spins and spins.
https://i.imgur.com/Ust1Vyi.png
The thing opening outside the screen might be a similar issue to one I was having when I took over managing the backend of my forums. For whatever reason, the modal.css wasn't being referenced by anything. So I added the following bit of code into my hearderinclude.

<link rel="stylesheet" type="text/css" href="/admin/styles/default/modal.css" />

Hope that helps you somehow!
Try to temporarily change your theme to the default theme to see if it works. or visit the link bellow.

https://community.mybb.com/thread-218439...pid1308436
(2018-07-08, 03:35 AM)DerTollUdo Wrote: [ -> ]The thing opening outside the screen might be a similar issue to one I was having when I took over managing the backend of my forums. For whatever reason, the modal.css wasn't being referenced by anything. So I added the following bit of code into my hearderinclude.

<link rel="stylesheet" type="text/css" href="/admin/styles/default/modal.css" />

Hope that helps you somehow!
Thanks for the tip, but unfortunately didn't solve it for me.

(2018-07-08, 08:39 AM)susano Wrote: [ -> ]Try to temporarily change your theme to the default theme to see if it works. or visit the link bellow.

https://community.mybb.com/thread-218439...pid1308436
Default theme works, all the pop ups work and are in the correct place.
(2018-07-08, 01:37 PM)Citrus Wrote: [ -> ]
(2018-07-08, 03:35 AM)DerTollUdo Wrote: [ -> ]The thing opening outside the screen might be a similar issue to one I was having when I took over managing the backend of my forums. For whatever reason, the modal.css wasn't being referenced by anything. So I added the following bit of code into my hearderinclude.

<link rel="stylesheet" type="text/css" href="/admin/styles/default/modal.css" />

Hope that helps you somehow!
Thanks for the tip, but unfortunately didn't solve it for me.

(2018-07-08, 08:39 AM)susano Wrote: [ -> ]Try to temporarily change your theme to the default theme to see if it works. or visit the link bellow.

https://community.mybb.com/thread-218439...pid1308436
Default theme works, all the pop ups work and are in the correct place.

Does that mean your problem is solved?
(2018-07-08, 04:20 PM)susano Wrote: [ -> ]
(2018-07-08, 01:37 PM)Citrus Wrote: [ -> ]
(2018-07-08, 03:35 AM)DerTollUdo Wrote: [ -> ]The thing opening outside the screen might be a similar issue to one I was having when I took over managing the backend of my forums. For whatever reason, the modal.css wasn't being referenced by anything. So I added the following bit of code into my hearderinclude.

<link rel="stylesheet" type="text/css" href="/admin/styles/default/modal.css" />

Hope that helps you somehow!
Thanks for the tip, but unfortunately didn't solve it for me.

(2018-07-08, 08:39 AM)susano Wrote: [ -> ]Try to temporarily change your theme to the default theme to see if it works. or visit the link bellow.

https://community.mybb.com/thread-218439...pid1308436
Default theme works, all the pop ups work and are in the correct place.

Does that mean your problem is solved?

Nope, the custom theme is still broken.
(2018-07-09, 03:15 PM)Citrus Wrote: [ -> ]
(2018-07-08, 04:20 PM)susano Wrote: [ -> ]
(2018-07-08, 01:37 PM)Citrus Wrote: [ -> ]
(2018-07-08, 03:35 AM)DerTollUdo Wrote: [ -> ]The thing opening outside the screen might be a similar issue to one I was having when I took over managing the backend of my forums. For whatever reason, the modal.css wasn't being referenced by anything. So I added the following bit of code into my hearderinclude.

<link rel="stylesheet" type="text/css" href="/admin/styles/default/modal.css" />

Hope that helps you somehow!
Thanks for the tip, but unfortunately didn't solve it for me.

(2018-07-08, 08:39 AM)susano Wrote: [ -> ]Try to temporarily change your theme to the default theme to see if it works. or visit the link bellow.

https://community.mybb.com/thread-218439...pid1308436
Default theme works, all the pop ups work and are in the correct place.

Does that mean your problem is solved?

Nope, the custom theme is still broken.

Then maybe you could wait for the 1.8.17 realease.
Still broken, gonna just use another theme I think.
Just so you know the iGame theme on MyBB's extend site hasn't been updated since 1.8.7 I think.
(2018-07-21, 12:46 AM)iAndrew Wrote: [ -> ]Just so you know the iGame theme on MyBB's extend site hasn't been updated since 1.8.7 I think.

That why we got always problem when mybb updated Sad
Pages: 1 2