Forums / Unrelated / Offtopic / Siena ideas

siena ideas

elfrenazo
#1 2012-01-04 00:05

siena ideas.

 - Automatic detection of the old browser.

 - More user information in the published pages.

 (example: avatar, country, age, sex.)

Twiebie
#2 2012-01-04 01:19

- Automatic detection of the old browser.
You can easily implement this yourself in the header.tpl of your theme. Not sure if that is what you mean?

 - More user information in the published pages. (example: avatar, country, age, sex.)
This is something you can easily do yourself aswell in your own theme, most of the things you mentioned have tags for them already. The others can be done with extra fields.
elfrenazo
#3 2012-01-04 02:41

Hi, try putting the avatar of the publishers on the page and I could not.

The browser I have it since, but I say why in older browsers and tested it, and some things are deformed.

Greetings.

Trustmaster
#4 2012-01-04 08:01

Here is how to find tags about publisher information:

  1. Open datas/config.php, find $cfg['debug_mode']. Set it TRUE, e.g.: 
    $cfg['debug_mode'] = TRUE;
  2. Go to any page with your browser and add &tpl_debug=1 to the address bar. Example: 
    http://www.malditopc.es/index.php?e=page&c=paginasweb&id=4403&tpl_debug=1
  3. Find block "page.tpl / MAIN" or press Ctrl+F and search for "PAGE_OWNER".
  4. See the tags starting with "PAGE_OWNER_" and their current values.
May the Source be with you!
Kingsley
#5 2012-01-04 10:52

*throws away plugin for that shizzle..*

elfrenazo
#6 2012-01-04 20:55

I understand it
interesting information! yes

thank you very much
Trustmaster

Added 13 hours later:

the tags are very comfortable and easy to use
and put the avatar

 

panelavatar.jpg
This post was edited by elfrenazo (2012-01-05 10:44, 12 years ago)
Kingsley
#7 2012-01-16 12:03

@ Elfrenazo

Could you copy that piece of code to here? Cant seem to get it to work..

elfrenazo
#8 2012-01-16 16:46

code users pages

 

Avatar publications

<a href="http://www.malditopc.es/index.php?e=users&m=details&u={PAGE_OWNER_NICKNAME}"><img class="instant itiltleft" src="{PAGE_OWNER_AVATAR_SRC}"></a>

 

Name, Age, Gender in pages

{PAGE_OWNER_NAME} {PAGE_OWNER_AGE} {PAGE_OWNER_GENDER}

 

Thanks

<!-- IF {PAGE_THANK_CAN} --><a href="{PAGE_THANK_URL}" onclick="return confirm('{PHP.L.thanks_ensure}')">{PHP.L.thanks_thanks}</a> <!-- ENDIF -->