Page 1 of 1
More fields for users
Posted:
03 Mar 2018, 14:53
by jmclement
Hello all,
I need to add more fields for users (name, surname, address), on registration/update, any idea how to make this?
Re: More fields for users
Posted:
05 Mar 2018, 11:20
by andipas
This is a paid customization. Please kindly leave your message on our
contact us form.
Re: More fields for users
Posted:
05 Mar 2018, 21:30
by jmclement
ok, thanks I'll get it sorted myself :)
Re: More fields for users
Posted:
20 Mar 2018, 01:36
by andreasmullerrs
I have a question. How i remove date when users post a comment , also posted dates of my listing.
I want to remove them.
Please help
Re: More fields for users
Posted:
22 Mar 2018, 10:19
by Foton
andreasmullerrs wrote:I have a question. How i remove date when users post a comment , also posted dates of my listing.
I want to remove them.
Please help
You can remove it in files:
themes/your_theme_name/views/modules/apartments/views/view.php - for listings (look at "date_created")
themes/classic/views/modules/comments/views/commentsList.php - for comments (look at "dateCreated")
Re: More fields for users
Posted:
22 May 2018, 15:35
by andreasmullerrs
Also how i remove :
All views: 14
Today number of views: 14
From listings.
Thank you!
Re: More fields for users
Posted:
24 May 2018, 11:27
by Foton
andreasmullerrs wrote:Also how i remove :
All views: 14
Today number of views: 14
From listings.
Thank you!
Which site theme do you use?
Re: More fields for users
Posted:
31 May 2018, 10:25
by andreasmullerrs
I use atlas theme.
Also I have a question. How i remove date when users post a comment , also posted dates of my listing.
I want to remove them.
Please help
themes/your_theme_name/views/modules/apartments/views/view.php - for listings (look at "date_created")
themes/classic/views/modules/comments/views/commentsList.php - for comments (look at "dateCreated")
This steps doesnt work any more!
please help
Re: More fields for users
Posted:
06 Jun 2018, 20:52
by Xpycm
Hello.
themes\atlas\views\modules\comments\views\commentsList.php file
line:
- Code: Select all
<span class="date">'.$comment->dateCreated.'</span>
This topic name is "More fields for users"
Post in correct topic or create a new topic!