here i have a problem with a second Picture Upload its shows always like in the Avatar the tnnophoto_n.png if no picture are uploaded or if picture was deselected.
Yes I have two Picture uploads one thats the normal Avatar upload that have to show tnnophoto_n.png and a second one that should show no-mii.png. Self by the registration or edit of the profile booth show upload Avatar in the drop down menu, is it possible that the second one show upload Mii Barcode and if nothing is selected its shows the other profile picture no-mii.png?
All image fields show the default avatar if no image is uploaded. A workaround for this is to render your new image field using a substitution in a delimiter field. For more on substitutions please see tutorials within my signature. This would allow you to use an IF statement to test if the user has supplied at image or not, if they have then render the field, if not then leave blank. Example as follows.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: martin@zanit.dk
Have i understand it right i put in a new Fields delimiter with the code: [cb:if cb_myimage!=""][cb:userfield field="cb_myimage" /][/cb:if]?
Sorry i don't understand it, where i find the delimiter field, do i search the tutorial wrong?
Sometimes you don't want to use a tab, but would love for it to be an actual field instead. This is very possible without breaking the structure of the tab and the usage of the tab while having the benefit of it being a field. Using a Delimiter field you'll need to add the following substitution.
[cb:usertab tab="##" user="#displayed" /]
You'll need to replace ## with the ID (found in Tab Management) of the actual tab you wish to display. Now save your Delimiter field as appropriately, but this isn't enough! If you leave the tab you're trying to render visible as well they'll conflict! So you'll now need to navigate to Tab Management and edit the tab. Then move its position to a "Not displayed on profile" location (doesn't matter which). You now have a working tab as a field!
You create delimiter fields from Field Management and yes the substitution provided would be its content. The tutorial you copy and pasted is for substituting tabs. The below is the one that would be of interest to you.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.