stardotstar
05-14-2013, 04:06 AM
Hi Guys,
Need guidance on this as, unlike my previous issue yesterday it has not resolved with rebuilding bitfields and general templates.
I have had two navbar navigation tabs in use for ages.
My Posts - setup in the navbar with
search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw bbuserinfo.userid}&contenttype=vBForum_Post&showpo sts=1
forms the url:
search.php?do=finduser&userid=&contenttype=vBForum_Post&showposts=1
and returns the error:
Please add more constraints to your search. Searches that return all or most of the database are a bad idea.
I note that the url that is formed is without the userid resolving.
If I manually insert my UID it works:
search.php?do=finduser&userid=1&contenttype=vBForum_Post&showposts=1
Now in the main top header where the login and profile block is the UID is correctly called because if I click my name it creates the member.php url:
member.php?u=1
So it is not a syntax change or variable name is it?
This only happened after 4.2.0PL3 up to 4.2.1
I have started digging around in the navigation manager and swapping out the url formation code to no avail.
I have also looked in the nav* templates
This is also happening with the default vB4 template.
Any suggestions guys?
W
Need guidance on this as, unlike my previous issue yesterday it has not resolved with rebuilding bitfields and general templates.
I have had two navbar navigation tabs in use for ages.
My Posts - setup in the navbar with
search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw bbuserinfo.userid}&contenttype=vBForum_Post&showpo sts=1
forms the url:
search.php?do=finduser&userid=&contenttype=vBForum_Post&showposts=1
and returns the error:
Please add more constraints to your search. Searches that return all or most of the database are a bad idea.
I note that the url that is formed is without the userid resolving.
If I manually insert my UID it works:
search.php?do=finduser&userid=1&contenttype=vBForum_Post&showposts=1
Now in the main top header where the login and profile block is the UID is correctly called because if I click my name it creates the member.php url:
member.php?u=1
So it is not a syntax change or variable name is it?
This only happened after 4.2.0PL3 up to 4.2.1
I have started digging around in the navigation manager and swapping out the url formation code to no avail.
I have also looked in the nav* templates
This is also happening with the default vB4 template.
Any suggestions guys?
W