Hi guys, I'm working in my forum www.foromovil.org without results at ranks.
I want to know your suggestions to improve the SEO of my website, and your experience with your websites.
Hi guys, I'm working in my forum www.foromovil.org without results at ranks.
I want to know your suggestions to improve the SEO of my website, and your experience with your websites.
@baris thank you
@PitaJ Issue identiffied!, maybe is a bug.
Is the reputation configuration.
I had it disabled, but the system was working like if the reputation was enabled.
Now is enabled and the users with the required reputation can upload his avatars and complete the other fields.
Updated again.
Please help...
Updated post, please any idea about my issue?
Thanks to all in advance.
up '^^, I didnt solve the issue
@The-Worms Hi sir, the upload avatars are enabled at settings.
Some suggestion please? '^^
Hi guys, I have a strange issue.
The button for upload the avatar didnt appears, also I cant change the cover photos, the website and the about me.
At backend is enabled the option to allow the users to upload his profile images.
IMPORTANT: As admin, I can edit the cover photo, avatar and all the fields of each user at his profile. But, also as admin or normal user, I can't edit my own cover photo, avatar, about me, etc.
The website url is www.forosmartphones.com if someone want to check it.
Hi, please check my website ForoMovil.org
I'm cleaning one server to make a fresh install of Centos for nodebb, any suggestion?
Hi guys, I'm interested on create a new project with nodebb.
Currently I have two VPS servers, both with Centos and Apache, one of them with varnish too.
I never used NodeJS before, so I have several doubts about the compatibility and how to proceed without break the apache websites.
I go to use the server without varnish.
Can I do the install??? :
yum install nodejs
etc... (https://docs.nodebb.org/installing/os/centos/)
and then create the vhost in the apache conf file like this one???? :
<VirtualHost *:80>
ServerName mydomain
ServerAlias *.mydomain
ProxyRequests off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /socket.io/1/websocket ws://127.0.0.1:4567/socket.io/1/websocket
ProxyPassReverse /socket.io/1/websocket ws://127.0.0.1:4567/socket.io/1/websocket
ProxyPass /socket.io/ http://127.0.0.1:4567/socket.io/
ProxyPassReverse /socket.io/ http://127.0.0.1:4567/socket.io/
ProxyPass / http://127.0.0.1:4567/
ProxyPassReverse / http://127.0.0.1:4567/
</VirtualHost>