*sigh* All that time searching and the answer was in the var:
$user->data['username'];
No fancy tricks or anything- I deconstructed a MOD to get it. Realy wish I found it sooner.
For those who don't know, you have to assign $userdata['username']; to a var (like $a_username) before you use it ...
Search found 14 matches
- Thu Feb 12, 2009 2:49 am
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: Php User Variables
- Replies: 3
- Views: 33579
- Tue Feb 10, 2009 11:29 pm
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: Php User Variables
- Replies: 3
- Views: 33579
Re: Php User Variables
Alright, I've been working on this around the clock without much success. Here are some updates:
:idea: Php variables do work in template files (which means the above quote only applyed to PhpBB2)
:idea: I had assumed that since all the files were compiled and catched before being run that I ...
:idea: Php variables do work in template files (which means the above quote only applyed to PhpBB2)
:idea: I had assumed that since all the files were compiled and catched before being run that I ...
- Tue Feb 10, 2009 8:55 pm
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: Border colours on a seperate cell?
- Replies: 1
- Views: 8236
Re: Border colours on a seperate cell?
That should be easy to do if you know CSS or use a simple tutorial on CSS tables. You should find some topics here that will help you:
(PhpBB)
http://phpbbcom.phpbbservice.nl/kb/3.0/
And here:
(CSS)
http://www.w3schools.com/css/css_intro.asp
(PhpBB)
http://phpbbcom.phpbbservice.nl/kb/3.0/
And here:
(CSS)
http://www.w3schools.com/css/css_intro.asp
- Tue Feb 10, 2009 8:46 pm
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: colorizing the board
- Replies: 2
- Views: 22719
Re: colorizing the board
Here are some links that may help you out - hopefuly you will find what you need.
http://html-color-codes.com/
http://74.125.113.132/search?q=cache:hTxM1rQNvr0J:https://www.phpbb.com/community/viewtopic.php%3Ff%3D74%26t%3D547983%26start%3D0+PhpBB+CSS+color&hl=en&ct=clnk&cd=5&gl=us
More generic info ...
http://html-color-codes.com/
http://74.125.113.132/search?q=cache:hTxM1rQNvr0J:https://www.phpbb.com/community/viewtopic.php%3Ff%3D74%26t%3D547983%26start%3D0+PhpBB+CSS+color&hl=en&ct=clnk&cd=5&gl=us
More generic info ...
- Tue Feb 10, 2009 8:31 am
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: Php User Variables
- Replies: 3
- Views: 33579
Re: Php User Variables
http://area51.phpbb.com/phpBB/viewtopic.php?f=26&t=12672&start=150
Re: Templating ... a simple guide
by geckzilla » Sun Sep 30, 2007 5:10 am
... ... ...
...I thought the <!--PHP--> tags would be a godsend but as it turns out you can't include phpbb variables within the php tags.
Judging by ...
Re: Templating ... a simple guide
by geckzilla » Sun Sep 30, 2007 5:10 am
... ... ...
...I thought the <!--PHP--> tags would be a godsend but as it turns out you can't include phpbb variables within the php tags.
Judging by ...
- Tue Feb 10, 2009 5:07 am
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: Php User Variables
- Replies: 3
- Views: 33579
Php User Variables
I've been trying to use variables from
http://phpbbcom.phpbbservice.nl/kb/article/list-of-userdata-variables.html
in the _body file of one of my custom PhpBB integrated pages; the problem is that they keep returning empty. On the page listed above they said that the follow code would work:
echo ...
http://phpbbcom.phpbbservice.nl/kb/article/list-of-userdata-variables.html
in the _body file of one of my custom PhpBB integrated pages; the problem is that they keep returning empty. On the page listed above they said that the follow code would work:
echo ...
- Mon Feb 09, 2009 11:49 pm
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: The Template Refresh Buttons - They Do Nothing!
- Replies: 7
- Views: 23913
Re: The Template Refresh Buttons - They Do Nothing!
Clear your forum;s cache.
Use the bottom button on the front page of the Admin control panel.
Instead of using the options on the "Styles" tab of the ACP I used the clear forum cache button like you said and it worked!
Problem Solved!
Thank you Brf, jdman321 and bolverk for your help!
Use the bottom button on the front page of the Admin control panel.
Instead of using the options on the "Styles" tab of the ACP I used the clear forum cache button like you said and it worked!
Problem Solved!
Thank you Brf, jdman321 and bolverk for your help!
- Mon Feb 09, 2009 10:43 pm
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: 3 questions
- Replies: 4
- Views: 24513
Re: 3 questions
I'm not a PhpBB or Php guru, but let's see if I can't help a bit:
Question 3
Is it possible (I think so ^^ because I've seen it in other phpbb forums) , is it possible to make some restriction in posting some links ?
for example , users that have less than 10 posts can't post links ..
I belive ...
Question 3
Is it possible (I think so ^^ because I've seen it in other phpbb forums) , is it possible to make some restriction in posting some links ?
for example , users that have less than 10 posts can't post links ..
I belive ...
- Mon Feb 09, 2009 9:48 pm
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: The Template Refresh Buttons - They Do Nothing!
- Replies: 7
- Views: 23913
Re: The Template Refresh Buttons - They Do Nothing!
Yes, I am changing the files via file manager; I am not using the ACP to change the files.
(And, thanks, BTW, for taking the time to try and help me out - I appreciate it)
(And, thanks, BTW, for taking the time to try and help me out - I appreciate it)
- Mon Feb 09, 2009 10:35 am
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: The Template Refresh Buttons - They Do Nothing!
- Replies: 7
- Views: 23913
Re: The Template Refresh Buttons - They Do Nothing!
It's been more then a week and they still aren't changing one little bit.jdman321 wrote:In some cases it takes some time for it to actually show the change(s) on the boards.