Where can i find all { variables} please
I want make a button my docs, but i did {nickname} but in the URL t's shows %7Bname%7D
Or is this others to each module?
Where can i find all { variables} please I want make a button my docs, but i did {nickname} but in the URL t's shows %7Bname%7D Or is this others to each module? http://www.busimatch.club ( The most exclusive business club) |
And here i see my documents http://www.busimatch.club ( The most exclusive business club) |
bump http://www.busimatch.club ( The most exclusive business club) |
Research here using the search, top right of this site. If you don't know how to make a simple button link, you need to read up on the subject. Your asking way too many simple questions that could be answered via google quicker than you will get here. ManOfTeal.COM a Proud UNA site, six years running strong! |
Not sure if this is exactly what you want but it might get you going in the right direction. e.g. http://mynewbeetle.net/page/test-page <a href="http://www.busimatch.com/m/docs/owner/Didier" title="Didiers Documents" target="_blank"><label><input type="link" name="link to didiers" value="Didiers Documents" /></label></a> ManOfTeal.COM a Proud UNA site, six years running strong! |
I have been searching for hours for the values of 7.1 {variables} or <variables> as well. My photo module sets all new albums as {FirstName}'s Album...so obviously, that's not the right syntax. It would be nice to have some stickies or some easy way to find basic information on Dolphin's syntax. Research here using the search, top right of this site.
|
Bump... I would also like to make all the albums the same. Sounds was default at {nickname} while video's default was {firstname}. Photo module default was {firstname}, however it doesn't work and just makes an album called {firstname}'s Album not Joe's Album... |
The question might be, how does the {variables} thingy works? Geeks, making the world a better place |
I'm completely lost on what your wanting. Could you provide a link example? My photo module sets all new albums as {FirstName}'s Album...so obviously, that's not the right syntax.
that's not the right syntax. for what? ManOfTeal.COM a Proud UNA site, six years running strong! |
Admin Panel>Photo Module>Settings Tab>Default Album Name. Only works if set to {nickname}, but I hate {nickname}...I tried to change it to {firstname} or {FirstName} but it doesn't work. Just makes an album called {FirstName}'s Album, not Bob's Album. So I am trying to find out what the syntax is for pulling profile values. This was the only thread I could find, but I started another one too because I know more people are looking for this BASIC information. The TRAC hasn't been updated since 2011... I'm completely lost on what your wanting. Could you provide a link example? My photo module sets all new albums as {FirstName}'s Album...so obviously, that's not the right syntax.
that's not the right syntax. for what?
|
Regarding default photos album - http://www.boonex.com/forums/topic/Photo-Module-default-album-name.htm Different places has own substitution variables, but there are following consistent rules: - in menu you can use logged in user's info in the following variables: memberID, memberUsername, memberNick, memberLink + some custom variables on particular pages - in most email templates you can use fields which match recipient profile fields from 'Profiles' db table - in templates you can use some predefined constructions, which are described in inc/classes/BxDolTemplate.php file (before the class definition)
Rules → http://www.boonex.com/terms |
But what i must use now? I don't know.. :s http://www.busimatch.club ( The most exclusive business club) |
Why don't you do this in php code. search for the function or php script that adds the nickname album name and try to change that... I did this for something else and that works... Example: /Profile Album (memberID) Keep in mind that you have to update this with every version update. Always backup your files before you make any changes to your files. |