Hi,
I need a plugin which let me configure tags needed per category.
So in some categories you dont have to insert tags,
in some other you should get an alert reminding you with a message to enter tags.
Hi,
I need a plugin which let me configure tags needed per category.
So in some categories you dont have to insert tags,
in some other you should get an alert reminding you with a message to enter tags.
@pichalite ok thanks I will write them.
If somebody else want to get this done with some donations, please contact me also.
@pichalite because I will access them in another way.
after fiddeling around the complete day, i have found it!
if anyone else need it, you can change the categories.tpl in /nodebb-widget-essentials/public/templates/widgets/ for example into:
# code block
<!-- BEGIN categories -->
<ul class="categories-list">
<li>
<!-- IF !categories.link -->
<h4><a href="{relative_path}/category/{categories.slug}">{categories.name}</a></h4>
<!-- ELSE -->
<h4><a href="{categories.link}">{categories.name}</a></h4>
<!-- ENDIF !categories.link -->
<!-- BEGIN children -->
<!-- IF categories.children.link -->
<a href="{categories.children.link}" itemprop="url" target="_blank">
<!-- ELSE -->
<a href="{config.relative_path}/category/{categories.children.slug}" itemprop="url">
categories.children.name}</a><br />
</div>
<!-- ENDIF categories.children.link -->
<!-- END children -->
</li>
</ul>
<!-- END categories -->
Hi,
I am searching for a post reaction plugin, so you have a few possiblities to give feedback to a post like
"Useful" "Promote" "Awesome" "WTF" etc you know the deal!
I can pay little bit for the plugin to develop if it is needed - please get in touch.
Thanks
found plugin
https://github.com/cwis-public/nodebb-plugin-merge-subtopics
to be useful
but now it should also hide the subcategories in the main categories list (where all the sub-topic are shown)
Hi,
I would need some more custom fields to enter data into depending on the category.
So for example I have a "music post" category and want a field "link to audio:"
where the user has to enter a value (mustfield).
I can pay also for it if this is needed!
Hi,
if I add the categories widget to a sidebar it only shows the Main/Head Categories
but not the subcategories underneath it.
Is it possible to show them too?
Thanks!
Okay what I now have done is replacing the node executable from the /usr/local/n/versions/4.4.1/ folder in the /usr/bin/ folder,
now the process.versions is showing me 4.4.1!
Is this the way it should be? Only replacing the executable and everything is fine? Or did i miss something?
And which NodeJS version do you recommend for NodeBB at the moment? Thanks!
Hi everyone, I am a fresh NodeJS user so please bare with me.
I have NodeBB installed - everything is running,
but I have the fear that I use an old NodeJS version.
When I type node in the console - and process.version I get v0.10.29,
now I want to upgrade this to at least 4.1.1
Now everywhere I see "its so easy to update NodeJS through NPM"
like these commands:
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
Yeah, NodeJS installs in a higher version - but when I do the node process-versions command I get v0.10.29 back and nothing changed.
??
Can anyone enlighten me? Thanks a lot
Hi,
i have this case:
MainCategory
-Subcategory 1
-Subcategory 2
Users should not post directly into MainCategory but into the Subcategories,
now I want to see all topics from every subcategory in the MainCategory.
Is this possible to achieve?
Thanks