Sorry for asking the obvious. What means "included with HTML"? What means "list usage"? Should i use those shortcuts instead of my "real URLs"?URL - display a CB constructed URL (pre-defined)
[cb:url location="DESTINATION" /]
DESTINATIONs include: login, logout, registers, lostpassword, manageconnections, profile_view, profile_edit, list, itemid
[cb:url location="login" /]will display the login raw URL that can be included with HTML for example.
For list usage you must specify the parameter list="LIST_ID"; without it you'll be given the default userlist URL.
Please Log in or Create an account to join the conversation.
CB Invites adds a menu link to the "Edit Profile" menu and that's where it places them.- "Manage-Invites" displays on first position. I think, plugins should add their link at the end of the menu... ?
Link is generated through core files. Only way to remove it is with CSS as other means would require core edits.- "Remove Avatar" has no confirmation, i would like to remove this item completely.
Not really, that's a bit of a daunting task. You're welcome to inspect the elements on page using Firebug for Firefox to see what the URLs.1.) Is it possible to have an overview about ALL important user actions? Also for Incubator or Subscriber-Plugins, if there any important ones?)
Use the [user_id] substitution to substitute in the ID.2.) How to re-create and fill the following URLs with the visited userID at XXXXXX?
Yes, CB 1.4 introduced some new substitution API to provide shortcut URL construction. It gives you the raw URL that you can add as the href in your HTML link. List usage is the userlist, you need to specify the list id if using such destination. Please re-read the section carefully.3.) Also found the following infos on your page "Substitutions usage", which seem to be a shortcut for some typical links?! You wrote:
Please Log in or Create an account to join the conversation.
krileon wrote:
CB Invites adds a menu link to the "Edit Profile" menu and that's where it places them.- "Manage-Invites" displays on first position. I think, plugins should add their link at the end of the menu... ?
Not really, that's a bit of a daunting task. You're welcome to inspect the elements on page using Firebug for Firefox to see what the URLs.1.) Is it possible to have an overview about ALL important user actions? Also for Incubator or Subscriber-Plugins, if there any important ones?)
Yes, CB 1.4 introduced some new substitution API to provide shortcut URL construction. It gives you the raw URL that you can add as the href in your HTML link. List usage is the userlist, you need to specify the list id if using such destination. Please re-read the section carefully.3.) Also found the following infos on your page "Substitutions usage", which seem to be a shortcut for some typical links?! You wrote:
Please Log in or Create an account to join the conversation.