User not able to input thread prefix

poptastico

Well-known member
Registered
Joined
Sep 29, 2020
Messages
74
Points
28

Reputation:

Hi everyone,

Need help.
I have set 2 prefixes, but the user is not able to put the prefix on posting thread
All user groups and all forums are set, what could be hapenning?

1603912836897.png
 

Attachments

  • 1603912625053.png
    1603912625053.png
    7.8 KB · Views: 82
  • 1603912809579.png
    1603912809579.png
    18.7 KB · Views: 71

zeus1971

Collaborate
Collaborate
Registered
Joined
Apr 18, 2020
Messages
310
Points
73

Reputation:

Are you sure that permission group to use them are set ? And also in forum nodes if users need to set a prefix.
For other hand, did you check if with default style it works ?
 

poptastico

Well-known member
Registered
Joined
Sep 29, 2020
Messages
74
Points
28

Reputation:

@zeus1971
You were right, that's a problem on the style I am using (Exclusive Dark)
What template is related to post on a thread? I gonna copy the code from default
 

zeus1971

Collaborate
Collaborate
Registered
Joined
Apr 18, 2020
Messages
310
Points
73

Reputation:

ok.
Mhh...no idea what template is related for prefix. :unsure:
 

poptastico

Well-known member
Registered
Joined
Sep 29, 2020
Messages
74
Points
28

Reputation:

Just found the issue

Template: forum_view
Cause: missing prefixes argument on macro call

XML:
                <xf:macro template="thread_list_macros" name="quick_thread"
                    arg-forum="{$forum}"
                    arg-page="{$page}"
                    arg-order="{$sortInfo.order}"
                    arg-direction="{$sortInfo.direction}"
                    arg-prefixes="{$quickThreadPrefixes}"/>
 
Top