Log in

View Full Version : ARG-5 Error shown besides usernames in forumview


Tauhid
07-23-2010, 05:00 AM
Hello,

Please check the following screenshot, anytime a member clicks on "What's New" on the Warrior skin, it gives weird ARG-5 text beside each username. I am not sure why this is occurring but its not showing on the latest vbulletin default skins. I am running Warrior on vb 4.0.5, not sure if this is replicated in other skins but the default one has no such problems. Please let me know whats wrong and how to fix it.

You can see the problem live in this link:
http://wheelsbd.com/forum/search.php?do=getdaily&contenttype=vBForum_Post

https://vborg.vbsupport.ru/external/2010/07/12.png

Lynne
07-23-2010, 01:33 PM
If you are having problems with a skin, you need to go post in the thread where you got the skin for help.

Dave
07-23-2010, 04:27 PM
I had the same problem. Try reverting the template.

Tauhid
07-23-2010, 05:26 PM
I had the same problem. Try reverting the template.

You mean the threadbit template? Or something else? Can you share what your threadbit template contains? Put it in the code/quote box. Will really appreciate.

I contacted the skin developer, he says its a known bug for the skin, will be fixed in the future releases but that's not right when the skin was bought for a live view in my website.

ketan9
07-27-2010, 05:38 PM
The problem is in your threadbit. One of the parameters is missing to the vb:raw statement.

Tauhid
07-27-2010, 06:05 PM
There is a solution that someone from skinbox helped me upon:

For your style's search_threadbit template, find:
{vb:rawphrase started_by_x_y_z_a, {vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}, {vb:raw thread.postusername}, {vb:raw thread.startdate}, {vb:raw thread.starttime}}

and then replace it with:
{vb:rawphrase started_by_x_y_z_a, {vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}, {vb:raw thread.postusername}, {vb:raw thread.startdate}, {vb:raw thread.starttime}, {vb:stylevar dirmark}}