If you want to place it at any other position inside the postbit* template, follow the instructions in this post: https://vborg.vbsupport.ru/showpost....70&postcount=3
Just place the following part anywhere you like the profile to appear:
I could be doing something wrong... but should this show up when a user doesn't have their account connected to steam? In the attached, the first user does not have a their account connected to steam but the following two do. The second just hasn't set up a community profile and the third works just fine.
Mainly wondering about the first where their "Steam Connect Settings" is set to NO.
the first one shouldn't actually display. So I'm not sure what's going on there. You use steam mini profiles with steam connect, yes?
Also: Make sure the cache directory inside the steam mini profiles dir under clientscript is writable (chmod 777) including all files which are already inside.
the first one shouldn't actually display. So I'm not sure what's going on there. You use steam mini profiles with steam connect, yes?
Also: Make sure the cache directory inside the steam mini profiles dir under clientscript is writable (chmod 777) including all files which are already inside.
I did check and both that directory, it's subdirectory, and files within are chmod to 777.
When I turn the plugin "add steam profile" back on, it only shows the appropriate ones so it leads me to believe maybe I set it wrong in the postbit (legacy). This is how I set it:
Do I need to make a plugin for it since I turned off the other one (guessing no but unsure what else I might be doing wrong)? I also sent you a URL to the community in a PM so you can see it live (if that helps).
Yeah, this is the wrong one. you need to tell the template that it should only display the html tags if the steam id is not empty. You can do this like this:
Yeah, this is the wrong one. you need to tell the template that it should only display the html tags if the steam id is not empty. You can do this like this:
The following error occurred when attempting to evaluate this template:
Could not find phrase 'no_true_expression_specified'.
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
And if I force it to accept, it gives me this on the page:
Quote:
Parse error: syntax error, unexpected '=' in /home/stoic/stoicstudio.com/forum/includes/class_core.php(4627) : eval()'d code on line 158
And while writing this up, I figured out the problem. I just needed to change:
It should at least contain a few cache files otherwise this might be the issue.
//e: Other thing wich comes to my mind: Do you have cUrl installed on your machine? Lookup the phpinfo in the vb admincp and check if curl is installed and working.