miniBB Support Forums
|
Forums
|
Register
|
Reply
|
Search
|
Statistics
|
Manual
|
miniBB Support Forums
/
Custom Tutorials and Modifications
/
day when you register
tanker300
Guest
#1
|
Posted: 5 Sep 2005 04:55
How can I also add the date you joined to show up next to lets say the times you posted box
Team
#2
|
Posted: 5 Sep 2005 11:13
Read more about
$userInfoInPosts
feature.
Team
#3
|
Posted: 5 Sep 2005 11:18
Explanation:
1) Add
'user_regdate'
in
$userInfoInPosts
(setup_options.php), f.e.:
$userInfoInPosts=array('user_regdate');
2) Add
{$userInfo_user_regdate[$poster_id]}
in templates/main_posts_cell.html
3) Add in bb_plugins.php:
function parseUserInfo_user_regdate($val){
return convert_date($val);
}
tanker300
Guest
#4
|
Posted: 6 Sep 2005 06:05
Thank You, The only thing I get is semi colon above the answered post on the bottom. tsigold.com/index.php
Open up a answered post and you can see this ;
on the top right. If there is more answers you will see ; for every answer.
Woody
tanker300
Guest
#5
|
Posted: 6 Sep 2005 06:31
Top left instead of top right you will see ;
Team
#6
|
Posted: 6 Sep 2005 10:27
Just because there is a semicolon after {$userInfo_user_regdate[$poster_id]}; - there should be not.
miniBB Support Forums
/
Custom Tutorials and Modifications
/ day when you register
↑
Top
Your Reply
Short link for this topic:
?
You are welcome to post anonymously, by entering a nickname with no password (if the similar Username has not been taken yet), or by leaving both fields empty. If you have a forums account, you can also sign in from this page without posting a message, or sign in and post at once.
Before posting, make sure your message is compliant with our
forum posting rules
. If not, it may be locked or deleted with no explanation.
News & Announcements
FAQ
How To
Bugs
The Other
Official Addons and Solutions
Custom Tutorials and Modifications
Master Class
Specific
Re-cycled
Suggestions
Testimonials
qwerty
Features
Requirements
Demo
Download
Showcase
Gallery of Arts
Compiler
Premium Extensions
Premium Support
License
Contacts
Organize opinions on miniBB-forums,
collecting them with the
Polls & Surveys add-on
!