Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - 131

Pages: [1]
1
I try this before, just start with this template tags, but I recive random names and Ids - look before
Could You confirm that this works for You after refreshing page and still have this same id/name ?

Now Im loged as a admin -> id=1, with your code I have {user_id} from user which upload random image. I dont remeber it is mod or bulid fx, I use&set 4images ages ago.

Mayby You could show my where {user_id} can by changed by fx coping/modyfing to something like {logged_user_id}

_______
php is enabled in templates - I try to integrte now 4images and wordspressmu, so urls are strange :)

regards
Pawel



2
hmmm ...
Dont works or I do something wrong
in login template (user_logininfo.html) I just put for tests (without calling template - just home.html/main site):


<li><a href="member.php?action=showprofile&user_id=
<?php 
echo format_text(trim($user_info[$user_table_fields['user_name']]), 2);
?>">Profil</a></li>
<li><a href="{url_control_panel}">Edit myProfil</a></li>
<li><a href="user_id/
<?php
echo "user_id=".$user_info[$user_table_fields['user_id']];
?>


Could You check this? mayby its works for You, I dont have any data on both fx.

regards

3
calling template its not a problem, I made something ages ago and still works.
so template=xxx works well, and static text with dynamic blocks like {header} works (FAQ, TERMS, etc)

main problem is calling user ID and user Name, looks like they are "remeber" from last "visitors?" last "random photo?".

when I use {user_id} i recive random ID - dont know where comes from :(

We can start from displaying user name and ID in loged user panel, I'll try do rest my self ;)

regards

4
Mods & Plugins (Releases & Support) / Re: [MOD] Buddy List || Friend List
« on: November 25, 2007, 10:56:06 PM »
Does anyone have missing file friendslist.html ?
In rar is missing or is something wrong with description?

regards

5
Hello
Like in topic
I woudl like to call loged member id {user_id} in template, ive try few things which should works but no results or results are random id.

I need something like index.php?template=xxx&member={user_id}

regards
for any help

Pages: [1]