paintballrefjosh / MaNGOSWebV4

This is a continuation of the MaNGOSWebV3 project.
GNU General Public License v3.0
32 stars 48 forks source link

Another Broken Link #64

Closed Estaira closed 6 years ago

Estaira commented 6 years ago

Modules: ToS Error: 404 Screenshot: http://prntscr.com/hd6fdk

I have tried to fix the 404 error related to the images. I still haven't found a solution.

paintballrefjosh commented 6 years ago

These should be present, references are located in file: modules/notice/notice.css

#posttable21 { background: url('modules/notice/images/post-til.gif') repeat-x bottom; }
...
.postdisplay div.postingcontainer21 { background: #313131 url('modules/notice/images/post-tim.gif') repeat-x top; }
Estaira commented 6 years ago

Accept the images aren't working as intended though I get a 404 error. I had to remove the images and css code from my website for the time being.

paintballrefjosh commented 6 years ago

Try this new CSS file in the bug-fixes branch, should fix the 404 errors:

https://github.com/paintballrefjosh/MaNGOSWebV4/blob/bug-fixes/modules/notice/notice.css

Estaira commented 6 years ago

@paintballrefjosh It works perfectly and fixes the 404 errors.