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.
The forum of the forums
+2
Ange Tuteur
Rhino.Freak
6 posters

    [Only topic] Notification Drop Down Empty

    Rhino.Freak
    Rhino.Freak
    Helper
    Helper


    Male Posts : 1248
    Reputation : 104
    Language : English
    Location : Mumbai, India

    Solved [Only topic] Notification Drop Down Empty

    Post by Rhino.Freak Wed 24 Jun 2015 - 10:56

    Hello all, off late I have been noticing that the notification dropdown just doesn't appear on one of my forums..
    http://prntscr.com/7kokfv

    I wonder how can I fix that?

    Forum Link : http://ntsd.open-board.com/
    Forum Version : Phpbb3

    Thanks in advanced!
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: [Only topic] Notification Drop Down Empty

    Post by Ange Tuteur Wed 24 Jun 2015 - 11:04

    Hi @Rhino.Freak,

    Just to make sure, do you have any notifications on this page ?
    Rhino.Freak
    Rhino.Freak
    Helper
    Helper


    Male Posts : 1248
    Reputation : 104
    Language : English
    Location : Mumbai, India

    Solved Re: [Only topic] Notification Drop Down Empty

    Post by Rhino.Freak Wed 24 Jun 2015 - 11:06

    Hey @Ange Tuteur, long time no see! Razz
    And yes, I forgot to mention, I can see notifications there.
    http://prntscr.com/7konma
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: [Only topic] Notification Drop Down Empty

    Post by Ange Tuteur Wed 24 Jun 2015 - 11:10

    Yeah ! Very Happy


    It doesn't appear to be anything CSS related from what I can tell. ( tested your CSS on my forum ) Try disabling JavaScript for a second to see if it's anything there.
    Modules > JavaScript codes management > Enable JS codes management : No

    If that doesn't work, open your console to see if there's any errors from the notification system. ( F12 > Console )
    Rhino.Freak
    Rhino.Freak
    Helper
    Helper


    Male Posts : 1248
    Reputation : 104
    Language : English
    Location : Mumbai, India

    Solved Re: [Only topic] Notification Drop Down Empty

    Post by Rhino.Freak Wed 24 Jun 2015 - 11:36

    Okay I tried disabling the JavaScripts but that didn't help surprisingly :/

    In the Console, there's the error
    Code:
    Failed to load resource: the server responded with a status of 404 (Not Found) http://ntsd.open-board.com/notification.forum

    Also one a totally different note, a little question related to design :
    Spoiler:
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: [Only topic] Notification Drop Down Empty

    Post by Ange Tuteur Wed 24 Jun 2015 - 12:16

    Rhino.Freak wrote:Okay I tried disabling the JavaScripts but that didn't help surprisingly :/

    In the Console, there's the error
    Code:
    Failed to load resource: the server responded with a status of 404 (Not Found) http://ntsd.open-board.com/notification.forum
    I reported this to our pro-admin as it's nothing you can fix, that I'm aware of.

    Rhino.Freak wrote:Also one a totally different note, a little question related to design :
    Spoiler:
    Should be able to add some spacing to the left with this rule :
    Code:
    .postprofile { padding-left:6px }
    Rhino.Freak
    Rhino.Freak
    Helper
    Helper


    Male Posts : 1248
    Reputation : 104
    Language : English
    Location : Mumbai, India

    Solved Re: [Only topic] Notification Drop Down Empty

    Post by Rhino.Freak Wed 24 Jun 2015 - 16:15

    Ange Tuteur wrote:
    I reported this to our pro-admin as it's nothing you can fix, that I'm aware of.
    Whoa thanks! My first pro admin thread XD
    Ange Tuteur wrote:Should be able to add some spacing to the left with this rule :
    Code:
    .postprofile { padding-left:6px }
    I tried that, but I only want to move Avatar, not the whole post profile (to align it with ranks and profile fields).
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: [Only topic] Notification Drop Down Empty

    Post by Ange Tuteur Wed 24 Jun 2015 - 16:37

    Oh, try this then :
    Code:
    .postprofile dt img { margin-left:6px }
    Shadow
    Shadow
    Manager
    Manager


    Male Posts : 16208
    Reputation : 1832
    Language : French, English

    Solved Re: [Only topic] Notification Drop Down Empty

    Post by Shadow Wed 24 Jun 2015 - 16:46

    Hello

    The problem has been reported to our technicians. They'll work it asap Smile Thanks for your patience Smile
    Diabolus
    Diabolus
    New Member


    Posts : 9
    Reputation : 1
    Language : English

    Solved Re: [Only topic] Notification Drop Down Empty

    Post by Diabolus Wed 24 Jun 2015 - 19:38

    Hi there! Our forum is also experiencing this problem. I created a thread on this a few minutes ago without knowing that this one already existed (click)

    Forum link: http://gasrforum.com
    Version: phpbb2 

    Thanks for your help. (:
    Shadow
    Shadow
    Manager
    Manager


    Male Posts : 16208
    Reputation : 1832
    Language : French, English

    Solved Re: [Only topic] Notification Drop Down Empty

    Post by Shadow Thu 25 Jun 2015 - 9:08

    Hello @Diabolus

    Thanks for your help. Our technicians are still working on the problem Smile Thanks for your patience :rose:
    avatar
    Globe Administrator
    Forumember


    Posts : 92
    Reputation : 1
    Language : English, Igbo, Pidgin, Yoruba

    Solved Re: [Only topic] Notification Drop Down Empty

    Post by Globe Administrator Thu 25 Jun 2015 - 10:09

    My punBB forum too won't dropdown; it isn't even clickable. _niceplug.niceboard.com
    Rhino.Freak
    Rhino.Freak
    Helper
    Helper


    Male Posts : 1248
    Reputation : 104
    Language : English
    Location : Mumbai, India

    Solved Re: [Only topic] Notification Drop Down Empty

    Post by Rhino.Freak Thu 25 Jun 2015 - 13:44

    Thanks buttercup! I love you Mr. Green
    I'll be waiting for it to be fixed.

    Ange Tuteur wrote:Oh, try this then :
    Code:
    .postprofile dt img { margin-left:6px }
    This code had no visible effect either. :/


    EDIT: Notification problem fixed.
    Diabolus
    Diabolus
    New Member


    Posts : 9
    Reputation : 1
    Language : English

    Solved Re: [Only topic] Notification Drop Down Empty

    Post by Diabolus Sat 27 Jun 2015 - 1:36

    The notification problem has been fixed for our users. Thanks again!
    Shadow
    Shadow
    Manager
    Manager


    Male Posts : 16208
    Reputation : 1832
    Language : French, English

    Solved Re: [Only topic] Notification Drop Down Empty

    Post by Shadow Mon 29 Jun 2015 - 14:28

    Your welcome and thanks for your help Smile
    avatar
    Guest
    Guest


    Solved Re: [Only topic] Notification Drop Down Empty

    Post by Guest Sat 4 Jul 2015 - 14:48

    Hey, sorry to disappoint, but we're experiencing this problem again.

    Link: draxgd.forumotion.com
    Version: phpbb2

    Thanks for your work!
    Paulostge
    Paulostge
    Forumember


    Male Posts : 129
    Reputation : 17
    Language : Greek
    Location : Greece

    Solved Re: [Only topic] Notification Drop Down Empty

    Post by Paulostge Sat 4 Jul 2015 - 15:06

    this problem is only created in the browser firefox
    avatar
    Guest
    Guest


    Solved Re: [Only topic] Notification Drop Down Empty

    Post by Guest Sat 4 Jul 2015 - 15:07

    Nope, I'm using Chrome as is a majority of my other members.

      Current date/time is Mon 23 Sep 2024 - 9:24