The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
ARG-5 Error shown besides usernames in forumview
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...e=vBForum_Post |
#2
|
||||
|
||||
If you are having problems with a skin, you need to go post in the thread where you got the skin for help.
|
#3
|
|||
|
|||
I had the same problem. Try reverting the template.
|
#4
|
|||
|
|||
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. |
#5
|
|||
|
|||
The problem is in your threadbit. One of the parameters is missing to the vb:raw statement.
|
#6
|
|||
|
|||
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}} |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|