Any updates on this theme? Would love to purchase it.
danieldanielecki
Posts
-
Majestic v4 -
Can't display custom fieldsSolved by myself, this documentation could be a bit updated for easier implementation, for those who will the same problem, let me give necessary steps:
- Install the plugin
- Rebuild then restart NodeBB
- Add some custom fields
- You can edit them by going to edit profile and "Change Extra"
- To display them in user profile, in case if you're using Person theme, go to nodebb-theme-person -> templates -> account -> profile.tpl
- Paste the code wherever you want it do be visible
<!-- IF customFields.length --> <div class="custom-fields"> <!-- BEGIN customFields --> <div class="custom-field-item"> <span class="field-label">{customFields.name}</span> <span class="field-value">{customFields.value}</span> </div> <!-- END customFields --> </div> <!-- ENDIF customFields.length -->
- Rebuild then restart NodeBB
-
[nodebb-plugin-contact-page] A contact formReally good plugin, +1 from my side.
However can't see possibilities to edit the template, in the Admin panel I can see only main settings and Google re-captcha settings, using Node 1.7.5.
Also, is it possible to embed this contact form into posts?
-
Delete/hide user profile elementIs it doable to delete or hide some elements, i.e. signature or website from the user profile?
-
Can't display custom fieldsNo one?
I tried to insert the code into many places, but still can't figure out. Anyone is at least aware if this shall work with v1.7.5?<!-- IMPORT partials/account/custom_fields_flex.tpl -->
-
Can't display custom fieldsHave a small problem with nodebb-plugin-ns-custom-fields (https://github.com/NicolasSiver/nodebb-plugin-ns-custom-fields), installed it, builded NodeBB once again, the "Custom Fields" appeared in "extensions", added key/names, but don't know why added by me new custom fields are not visible in the user profile. Any help?
I think I shall place small piece of code mentioned here https://github.com/NicolasSiver/nodebb-plugin-ns-custom-fields#profile-view to display it, but the question is where?
Would be really glad for help.
-
Charts/training diaryIs there an option to create charts based on specific data? I'd like to try create kind of training diary, where I could see progress of specific day/weeks/months of training with some interactive charts, is it doable in NodeBB?