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
- 26,860
- Points
- 823
Reputation:
I am working on creating a link to pull out posts with set prefix ID
The output:
The "t=post" part is not coming up. Any tips as to what it is going wrong?
Continue reading...
{{ link('search/search', null, { 't': 'post', 'c[prefixes][0]': 2, 'c[users]': $xf.visitor.username, 'o': 'relevance' }) }}
Click to expand...
The output:
instead of:?c[prefixes][0]=2&c[users]=USER&o=relevance
Click to expand...
t=post&c[prefixes][0]=2&c[users]=USER&o=relevance
Click to expand...
The "t=post" part is not coming up. Any tips as to what it is going wrong?
Continue reading...