miniBB ®

miniBB

®
Support Forums
  
 · Start · Sign in · Register · Search · Statistics · File Bank · Manual ·
Custom Tutorials and Modifications miniBB Support Forums / Custom Tutorials and Modifications /  
 

day when you register

 
Author tanker300
Guest
#1 · Posted: 5 Sep 2005 04:55Reply Quote
How can I also add the date you joined to show up next to lets say the times you posted box

Author Team
8-)
#2 · Posted: 5 Sep 2005 11:13Reply Quote
Read more about $userInfoInPosts feature.

Author Team
8-)
#3 · Posted: 5 Sep 2005 11:18Reply Quote
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);
}

Author tanker300
Guest
#4 · Posted: 6 Sep 2005 06:05Reply Quote
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

Author tanker300
Guest
#5 · Posted: 6 Sep 2005 06:31Reply Quote
Top left instead of top right you will see ;

Author Team
8-)
#6 · Posted: 6 Sep 2005 10:27Reply Quote
Just because there is a semicolon after {$userInfo_user_regdate[$poster_id]}; - there should be not.

Custom Tutorials and Modifications miniBB Support Forums / Custom Tutorials and Modifications /
 day when you register
 Share Topic's Link

Your Reply Click this icon to move up to the quoted message

BB code for the Bold StyleBB code for the Italic StyleBB Code for the PictureBB code for the URLUpload a File

  ?
Post as a Guest, leaving the Password field blank. You could also enter a Guest name, if it's not taken by a member yet. Sign-in and post at once, or just sign-in, bypassing the message's text.


Before posting, make sure your message is compliant with forum rules; otherwise it could be locked or removed with no explanation.

 

 
miniBB Support Forums Powered by Forum Software miniBB ® Home  Features  Requirements  Demo  Download  Showcase  Gallery of Arts
Compiler  Premium Extensions  Premium Support  License  Contact Us
Proceed with the File and Picture Attachments add-on: extend your miniBB-forums, attaching images and files.