vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   ARG-5 Error shown besides usernames in forumview (https://vborg.vbsupport.ru/showthread.php?t=247120)

Tauhid 07-23-2010 06:00 AM

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

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

Lynne 07-23-2010 02: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 05:27 PM

I had the same problem. Try reverting the template.

Tauhid 07-23-2010 06:26 PM

Quote:

Originally Posted by Superwaffle (Post 2073466)
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 06:38 PM

The problem is in your threadbit. One of the parameters is missing to the vb:raw statement.

Tauhid 07-27-2010 07: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}}


All times are GMT. The time now is 12:05 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00925 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete