IO dark mode /undefined/ redirect?

dark_night

Well-known member
Registered
Joined
Jul 28, 2020
Messages
149
Points
53

Reputation:

hey guys, question about IO dark skin. im looking for a fix for when you click on a threads cell and instead of it redirecting u to the thread, it takes you to /undefined/ page? clicking thread title works fine, but clicking outside of the thread cell wont work. not sure if this is addon effected or a style issue.

thanks
 

DareSec

Inforc3r
Staff member
Administrator
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
May 25, 2019
Messages
1,372
Points
523

Reputation:

It's bug .don't make whole clickable threads
 

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,125
Points
823

Reputation:

You should put the website link, people will be easier to help you
 

dark_night

Well-known member
Registered
Joined
Jul 28, 2020
Messages
149
Points
53

Reputation:

any way to fix the bug? seems useful
 

dark_night

Well-known member
Registered
Joined
Jul 28, 2020
Messages
149
Points
53

Reputation:

website is offline using maintenance page addon so not visible for all

but it isa common bug in skin i have heard, just cant find a fix
 

DareSec

Inforc3r
Staff member
Administrator
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
May 25, 2019
Messages
1,372
Points
523

Reputation:

Yes and report ,ddos you.its risky to share links now days in forum
 

Soft4Win

Developer
Staff member
Moderator
Collaborate
Registered
Joined
Apr 27, 2019
Messages
370
Points
103

Reputation:

Someone else having this issue could fix it easily by

Going to templates and open template thread_list_macros and search for
<div class="structItem-title">

and replace it by

<div class="structItem-title" uix-data-href="{{ link('threads' . (($thread.isUnread() AND !$forceRead) ? '/unread' : ''), $thread) }}">
 
Top