Where can i find all { variables}

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)
Quote · 14 Jun 2013

And here i see my documents 

http://www.busimatch.com/m/docs/owner/Didier

http://www.busimatch.club ( The most exclusive business club)
Quote · 14 Jun 2013

bump

http://www.busimatch.club ( The most exclusive business club)
Quote · 15 Jun 2013

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!
Quote · 15 Jun 2013

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!
Quote · 15 Jun 2013

 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.

 

Quote · 19 Jun 2013

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...

Quote · 19 Jun 2013

The question might be, how does the {variables} thingy works?

Geeks, making the world a better place
Quote · 20 Jun 2013

 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!
Quote · 20 Jun 2013

 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?

 

Quote · 20 Jun 2013

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
Quote · 21 Jun 2013

But what i must use now? I don't know.. :s

http://www.busimatch.club ( The most exclusive business club)
Quote · 22 Jun 2013

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.

Quote · 23 Jun 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.