Inpackning - My Product Gallery
I show you can sort by title or manufacturer?
As far as cookies feel free to post a user login so I can see what cookie is created to be able to assist more indepth. The thread I posted is very detailed so I am not sure what cookie issue you would have until I can see the issue.
In
vb you set cookies like this
cookie path /
cookie domain .lockigt.com
Your
vb cookie prefix is set in your vbulletin config.php file in the includes directory by default it would be bb. You might also find your
vb license number at the top of that file or any other vbulletin php file.
In reviewpost admin you set cookies like this
cookie path /
cookie prefix bb or whatever is in your
vb config file
cookie domain .lockigt.com
then in your reviewpost config settings you set the correct
vb license number where asked.
If this is done your login will be read throughout the forum and reviewpost fine. That way when you login to one you will be logged into both etc.