E
ed762
Guest
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...