Thursday, January 31, 2019

Re: Enable caching on SMF2.0.15, Ubuntu 16.04.05, Apache24, php7.0

You installed php-memcached, you need php-memcache.
SMF has detected that your server has Memcached installed.

And there you have it!
Thank you.
[quote author=drewa...

from Simple Machines Community Forum http://bit.ly/2RvSprF
via IFTTT

Re: How to build a successful forum

nice idea

from Simple Machines Community Forum http://bit.ly/2WBaIPQ
via IFTTT

Re: Wanting To add "by MEMBER NAME" to Forum Stats

[code=in Boardindex.template.php - replace]
      <p>
        ', $context['common_stats']['total_posts'], ' ', $txt['posts_made'], ' ', $txt['in'], ' ', $context['common_sta...


from Simple Machines Community Forum http://bit.ly/2Rw6TrM
via IFTTT

Re: SMF 2.1 Beta 3 Released

oh no kindred is here D:

from Simple Machines Community Forum http://bit.ly/2GcoP8E
via IFTTT

Re: Board Color Options

Update fore anyone else looking :

This mod seems compatible with 2.0.15 http://custom.simplemachines.org/mods...


from Simple Machines Community Forum http://bit.ly/2ShQ5ZJ
via IFTTT

Re: Anti Spam by CleanTalk (No CAPTCHA)

I found this mod very useful. For some reasons, the board that's opened for guest's contribution was getting lots of spam submission, and I had to implement a captcha solut...


from Simple Machines Community Forum http://bit.ly/2BeGZDv
via IFTTT

Re: Adding More Colors

What i have done is followed the directions on this thread https://www.simplemachines.org/community/index.php?topic=501640.msg3524574#msg3524574

Uploaded t...

from Simple Machines Community Forum http://bit.ly/2sYzeNn
via IFTTT

Re: Adding More Colors

Am on my reader, will check it tomorrow when back on computer, but it's a valid code.  Can you post the code block?


from Simple Machines Community Forum http://bit.ly/2HKbcjw
via IFTTT

Re: Adding More Colors

Hex codes should display correctly in any browser, nothing to do with SMF.  CSS is fussy about color text names, but not hex codes.  Which hex colors don't work?
[...


from Simple Machines Community Forum http://bit.ly/2sZ3d87
via IFTTT

Re: Adding More Colors

Hex codes should display correctly in any browser, nothing to do with SMF.  CSS is fussy about color text names, but not hex codes.  Which hex colors don't work?


from Simple Machines Community Forum http://bit.ly/2HHOTL6
via IFTTT

Re: Custom username color?

It does not seem complicated to apply it to itself that I did some half-quick tests. Please first try it on a test site and tell me if you have any problems... :-[ I try to keep it simple although it may have some junk codes, I base it on existing code...

from Simple Machines Community Forum http://bit.ly/2CVHcvs
via IFTTT

Re: Can my "Site Lock" hosting app be applied to my installed forum?

You would add the code into an echo statement in the footer section

Also, regarding upgrade..  you did the patch from 7 to 8 to 9 to 10 to 11 to 12 to 13 to 14 to 15?

If you are having an error going from 14 to 15, what is the specific error?

from Simple Machines Community Forum http://bit.ly/2S4QJdR
via IFTTT

Re: Ajuda Background

Então eu posso marcar como resolvido sua dúvida? ou você teve algum tipo de problema ao aplicar essa mudança?


Saudações!

from Simple Machines Community Forum http://bit.ly/2D2MNjI
via IFTTT

Re: Upgrading 2.0.15 to 2.1 Beta 3

In localhost you can do anything, first is first based on Kindred's post, and your follow up, you seems to be new to software/testing, this means you need a safe environment t...


from Simple Machines Community Forum http://bit.ly/2S4QzDh
via IFTTT

Re: Can my "Site Lock" hosting app be applied to my installed forum?

Quote
My SMF version is 2.0.8

According to the copyright line it's 2.0.7 and that is in a dire need of updates... You should install the (security) patches immedia...


from Simple Machines Community Forum http://bit.ly/2HHWeud
via IFTTT

Re: Add & Create Social Media Icons To Profiles

If anybody is having problems with installing this mod since the added support of 'https' in SMF, you need to change one section manually to get it to work.

Find the f...


from Simple Machines Community Forum http://bit.ly/2WywAf1
via IFTTT

Re: Pages 1,2 ... formatting

I was calling it the wrong thing. It was the New Posts and Replies list.

from Simple Machines Community Forum http://bit.ly/2RrO74B
via IFTTT

Re: Pages 1,2 ... formatting

Ah, so you weren't actually looking at the recent posts list, good to know.

from Simple Machines Community Forum http://bit.ly/2D0uGuv
via IFTTT

Re: More Genders

I think it was a genuine question, not an attempt at a snarky remark. Can't expect everybody to know everything. :)
This is clearly a sensitive matter that quickly derails. As requested before, if people feel the need to discuss this subject: please op...

from Simple Machines Community Forum http://bit.ly/2RY2HG4
via IFTTT

Re: Pages 1,2 ... formatting

I found it in Recent.php at line 1200

Code: [Select]
{
$tmppages[] = '<a class="navPages" href="' . $scripturl . '?topic=' . $row['id_topic'] . '.' . $tmpb . ';topicseen">' . $tmpa . '</a>';
$tmpa++;
}
I added in the class="navPages" and ...

from Simple Machines Community Forum http://bit.ly/2CWrfFl
via IFTTT

Re: Adding More Colors

Are you using hex codes for the colors?

yes I am.

from Simple Machines Community Forum http://bit.ly/2Gi8KOZ
via IFTTT

Re: Adding More Colors

Got a link to that topic? Just to see what you have done so far.

[url=http://bit.ly/2Gi85gt...

from Simple Machines Community Forum http://bit.ly/2G10eEq
via IFTTT

Re: More Genders

Just curious, other than Male and female, what other genders are there?

Just curious. . Why are there people like you that have to be such douchebags? Leave us Trans...

from Simple Machines Community Forum http://bit.ly/2G1oxSM
via IFTTT

Re: Pages 1,2 ... formatting

Recent Posts, action=recent, is built in RecentPosts() in Sources/Recent.php, and it's each of the places that $context['page_index'] is built and then output into the template in Recent.template.php.

When I look at that page on this site, I see that c...

from Simple Machines Community Forum http://bit.ly/2G1ZYFp
via IFTTT

Re: Pages 1,2 ... formatting

I checked in Subs.php and this is the code I see that generates the links for the pages:
[code]
   $base_link = '<a class="navPages" href="' . ($flexible_start ? $base_url : strtr($base_url, array('%' => '%%')) . ';start=%1$d') . '" color: #ffffff>%2$s</...

from Simple Machines Community Forum http://bit.ly/2Uv4TSo
via IFTTT

Re: Can my "Site Lock" hosting app be applied to my installed forum?

either way, the answer is yes....  did it for fx-sabers by adding it into the footer in index.template.php

the difference between an image/link and php code is where/how you add it.

from Simple Machines Community Forum http://bit.ly/2SltWd6
via IFTTT

Re: More Genders

https://www.youtube.com/watch?v=79DijItQXMM




from Simple Machines Community Forum http://bit.ly/2HJs9dW
via IFTTT

Re: Enable caching on SMF2.0.15, Ubuntu 16.04.05, Apache24, php7.0

I really should port across the Redis cache backend I wrote, it performs better than either memcache or memcached in all the testing I could throw at it.

from Simple Machines Community Forum http://bit.ly/2ShzUM3
via IFTTT

Re: Enable caching on SMF2.0.15, Ubuntu 16.04.05, Apache24, php7.0

.... and I jumped through hoops to find the memcachE i used.  It works in Apache2.4 MPM build running php7.0 just fine- but it was a PAIN to find it.  If you're interested, I can likely track it down for you?

from Simple Machines Community Forum http://bit.ly/2HK3Tbo
via IFTTT

Re: Can my "Site Lock" hosting app be applied to my installed forum?

Quote
My SMF version is 2.0.8

According to the copyright line it's 2.0.7 and that is in a dire need of updates... You should install the (security) patches immediately.

Quote
There is code for this app; and the code needs to be placed on m...


from Simple Machines Community Forum http://bit.ly/2ShdYAD
via IFTTT

Can my "Site Lock" hosting app be applied to my installed forum?

My SMF version is 2.0.8
My forum is located at: https://forum.perilous-journey.com
My Hosting package includes the app named "Site Lock" - it checks to see if there is Malware; Confirms Website Owner data; etc.
There is code for this app; and th...

from Simple Machines Community Forum http://bit.ly/2RuuLfa
via IFTTT

Re: Pitanje

To sam sredio eh mene zanima kako namjestit da razlikuje od obicni i zaljepljenih temi da nebude sve u jednom i kako boardviecers podesiti jer nema podrske za 2.0.15

from Simple Machines Community Forum http://bit.ly/2BdzWLn
via IFTTT

Re: More Genders

You're welcome.


Dammit now I have The Rock singing in my head.

from Simple Machines Community Forum http://bit.ly/2TnEcyJ
via IFTTT

Re: More Genders

Please let's not have that discussion, it's nice to have at least one place where these discussions are not being brought up constantly. :) OP's issue has been resolved by t...


from Simple Machines Community Forum http://bit.ly/2HIdpfo
via IFTTT

Re: More Genders

You're welcome.


from Simple Machines Community Forum http://bit.ly/2SgzaHe
via IFTTT

Re: Pages 1,2 ... formatting

It's in Subs.php in the function constructPageIndex.

from Simple Machines Community Forum http://bit.ly/2HJD4UW
via IFTTT

Re: More Genders

Please let's not have that discussion, it's nice to have at least one place where these discussions are not being brought up constantly. :) OP's issue has been resolved by the looks of it, if you insist on having this discussion (in a civil manner), pl...

from Simple Machines Community Forum http://bit.ly/2BfRlmz
via IFTTT

Pages 1,2 ... formatting

I am trying to make the "Pages [1] 2" formatted the same on the main list and on the unread post lists. The difference seems to be in the generated link.

On the main list:
[code]
<a class="navPages" href="https ..... ?topic=2300.0" color:="" #ffffff=""...

from Simple Machines Community Forum http://bit.ly/2TqAhkH
via IFTTT

MOVED: [Help] Help edit smf

This topic has been moved to Graphics and Templates.

https://www.simplemachines.org/community/index.php?topic=564798.0

from Simple Machines Community Forum http://bit.ly/2BceupO
via IFTTT

Re: Adding More Colors

Are you using hex codes for the colors?


from Simple Machines Community Forum http://bit.ly/2BgRCFP
via IFTTT

Re: More Genders

actually, it's one of the "science" things.

Actually, it's one of those "personal" things. and imo should be kept that way.



from Simple Machines Community Forum http://bit.ly/2Wz1xiV
via IFTTT

Re: Enable caching on SMF2.0.15, Ubuntu 16.04.05, Apache24, php7.0

You installed php-memcached, you need php-memcache.

from Simple Machines Community Forum http://bit.ly/2B7lCnB
via IFTTT

Re: More Genders

male, female, agender, trans-male, trans-female, non-binary, gender fluid, gender queer....   there are probably others, but those are ones that I know people identifying as...


from Simple Machines Community Forum http://bit.ly/2CXD8dY
via IFTTT

Re: More Genders

actually, it's one of the "science" things....  but sure, I'm ok with linking science with liberalism. :P

from Simple Machines Community Forum http://bit.ly/2RWXHBL
via IFTTT

Re: Enable caching on SMF2.0.15, Ubuntu 16.04.05, Apache24, php7.0

You also need to install the PHP-to-memcache connector, which you may not have done. There are two, and I think you installed the newer one that 2.0 doesn't support.
[/quote...


from Simple Machines Community Forum http://bit.ly/2CVUPuy
via IFTTT

Re: Ajuda Background

Primeiro, diga-lhe Bem-vindo ao fórum de suporte em português e para conseguir isso você tem que editar o CSS do tema que você está usando. Você tem que procurar index.css do sujeito:

[code]body {
    background: #ededed url(../images/theme/background....

from Simple Machines Community Forum http://bit.ly/2S202LK
via IFTTT

Re: Que la contraseña no llega al mail de bienvenida

No estoy cerca de una PC para verificarlo se puede editar el formato del correo pero no recuerdo de memoria, aunque si recuerdo esta Email Template Editor que es lo que andas buscando....

from Simple Machines Community Forum http://bit.ly/2GchVAh
via IFTTT

Re: How to add a new Tab at the top of my site?

Well I did what you told me. Upgrade went fine. Two of my mods were uninstalled even though I didn't touch their files but installing them again gave no errors so everything was ok. Site works normally now. Thanks for the assistance everyone :)

from Simple Machines Community Forum http://bit.ly/2HJQsrZ
via IFTTT

Re: More Genders

Just curious, other than Male and female, what other genders are there?

Don't worry, it's one of those "liberal" things.

from Simple Machines Community Forum http://bit.ly/2SjnVh0
via IFTTT

Ajuda Background

Ola gostaria de pedir ajuda para a imagem de backgroun do meu forum acompanhar quando descer la em baixo.

Meu foro

https://syndicaterpbr.000webhostapp.com/index.php

Como eu quero:

http://br.fenixzone.com/foro/

from Simple Machines Community Forum http://bit.ly/2Bc5xgc
via IFTTT

Re: Eliminar

Si apuntas al tema del SEO tene cuidado por ciertas practicas podes perder mas de lo que ganas, es un simple consejo. Ahora por lado del tema central se soluciono se marca como solucionado!


Saludos!

from Simple Machines Community Forum http://bit.ly/2ToNjPZ
via IFTTT

Re: Url canonica, con algunos problemas ?

Pregunta ¿cuanto tiempo tiene de creado el sitio? ya que no sera algo magico de la noche a la mañana... Ademas en google tenes mandar el sitemap, para inteprete que necesita indexar.


Saludos!

from Simple Machines Community Forum http://bit.ly/2UtCqfJ
via IFTTT

Re: More Genders

male, female, agender, trans-male, trans-female, non-binary, gender fluid, gender queer....   there are probably others, but those are ones that I know people identifying as.


from Simple Machines Community Forum http://bit.ly/2UuzC1N
via IFTTT

Re: More Genders

Just curious, other than Male and female, what other genders are there?

from Simple Machines Community Forum http://bit.ly/2MKWRSx
via IFTTT

Re: Installing on Godaddy?

I just installed smf from the installatron on godaddy a few days ago for my 2nd forum and it was still there. They did update cPanel a bit. So far I cant find anything bad to say about godaddy.


from Simple Machines Community Forum http://bit.ly/2sZnzhh
via IFTTT

Re: Excellente Année 2019

Bonjour Maximus23,

J'espère que tu vas bien. Surcharge de travail ici. Je suis toujours à Paris. Mais toujours en lien avec la Provence et l'Université.

Nous allons restructurer le forum en le simplifiant, tout en cherchant à mieux le coordonner avec l...

from Simple Machines Community Forum http://bit.ly/2HGAJKw
via IFTTT

Re: Anti Spam by CleanTalk (No CAPTCHA)

I found this mod very useful. For some reasons, the board that's opened for guest's contribution was getting lots of spam submission, and I had to implement a captcha solution that became a problem to most honest users. Opting for CleanTalk did the job...

from Simple Machines Community Forum http://bit.ly/2TqnRt6
via IFTTT

Re: Installing on Godaddy?


I switched to TMDHosting and already have website running and SMF installed.
I've had GD for about ten years and change is good. I like the better performance and the tickets were answered in a few minutes.

from Simple Machines Community Forum http://bit.ly/2sYah4E
via IFTTT

Re: No Mails from www.simplemachines.org

Cool, I'm glad that this issue is already known and that there are already plans to fix this.
Thanks a lot for your feedback  :)

from Simple Machines Community Forum http://bit.ly/2MMY8Ja
via IFTTT

Url canonica, con algunos problemas ?

Hola, he creado un foro de viajeros, y estoy probado la indexación.

Al poner en search console, esta url, https://www.foroviajeros.net/index.php?topic=2.0 me da este error:

La URL está disponible para Google, pero tiene problemas
Si se indexa y se sele...

from Simple Machines Community Forum http://bit.ly/2DM7PEs
via IFTTT

Re: How to add a new Tab at the top of my site?

ok...   so, you're running into some conflicting mod issues. :)

Yes. Uninstall.... then open the file that errored, search for
mem.is_spammer,
and delete that specific text.




from Simple Machines Community Forum http://bit.ly/2UtOLAv
via IFTTT

Re: im getting this database error

s ok i got i working. just a simple tweak to the install file


from Simple Machines Community Forum http://bit.ly/2DKHzdZ
via IFTTT

Que la contraseña no llega al mail de bienvenida

Cuando un usuario se registra llega esto:

¡Estás registrado en Foro Viajeros - Foro de Viajes - foroviajeros.net, Pepe!

Tu nombre de usuario de la cuenta es Pepe y tu contraseña es reghuj767h6h (que puede cambiarse posteriormente.)

Como puedo hacer par...

from Simple Machines Community Forum http://bit.ly/2t2uWo5
via IFTTT

Re: How to add a new Tab at the top of my site?

I bet it's the Stop Spammer mod...

If I try to uninstall it I get another error :D
Code: (Find)
[code]
mem.id_member, mem.member_name, mem.real_name, mem.email_addr...

from Simple Machines Community Forum http://bit.ly/2DNa76v
via IFTTT

Re: How to add a new Tab at the top of my site?

Yup, then this :)

I bet it's the Stop Spammer mod...

if so


Uninstall the mod
Install 2.0.15
Re...


from Simple Machines Community Forum http://bit.ly/2MP2nUB
via IFTTT

Re: How to add a new Tab at the top of my site?

Can you check what you have there now, and list what mods you have installed?

My mods are these:
1.   Mibbit Ajax IRC Chat Mod   2.1     [ Uninstall ] [ Lis...

from Simple Machines Community Forum http://bit.ly/2sVkOO4
via IFTTT

Re: Eliminar

Realizado, saludos y gracias

from Simple Machines Community Forum http://bit.ly/2MINnHv
via IFTTT

Re: How to add a new Tab at the top of my site?

I bet it's the Stop Spammer mod...

if so


Uninstall the mod
Install 2.0.15
Reinstall the mod, ignoring the error for that line
Manually edit the file as I described above[...


from Simple Machines Community Forum http://bit.ly/2sZ9JLR
via IFTTT

Re: doubt with hardcoded text

Kindred's right if you were to give users a selection of colors to choose from, however if the users specify the color value themselves then there is no better way of doing it then how you're doing it.

from Simple Machines Community Forum http://bit.ly/2MHO8ka
via IFTTT

Re: Como eliminar el index.php ?

Gracias por la info, mejor no lo hago jeje

from Simple Machines Community Forum http://bit.ly/2WtPbc9
via IFTTT

Re: im getting this database error

well....


technically, we don't support MariaDB...   there are some configurations that trigger errors throughout the code. It could be (and sounds like) you found one in the...


from Simple Machines Community Forum http://bit.ly/2RppN3r
via IFTTT

Re: Como eliminar el index.php ?

El problema es que sale ese enlace con la parte de /index.php porque ese valor (el enlace de tu foro) está almacenado en una variable global. Se podría cambiar manualmente para que apuntase directamente al enlace que tu quieres aunque no es recomendabl...

from Simple Machines Community Forum http://bit.ly/2ShEYjA
via IFTTT

Re: How to add a new Tab at the top of my site?

If it's ManageMembers.php, I'd guess a mod rather than a theme. What edit exactly is failing?

from Simple Machines Community Forum http://bit.ly/2HFnv0t
via IFTTT

Re: How to add a new Tab at the top of my site?

you should also upgrade to SMF 2.0.15.

The installer gives one error in the ManageMembers.php file, probably because of my theme. But I'll backup and try 2.0.15 anyw...

from Simple Machines Community Forum http://bit.ly/2SleMo4
via IFTTT

MOVED: Como eliminar el index.php ?

This topic has been moved to Temas y Diseño (Themes).

https://www.simplemachines.org/community/index.php?topic=564806.0

from Simple Machines Community Forum http://bit.ly/2HHY12v
via IFTTT

Re: Failure during install - Some of the queries were not executed properly

what did u replace the settings file with?

from Simple Machines Community Forum http://bit.ly/2Wwv1ho
via IFTTT

Re: doubt with hardcoded text

To my mistake then for misinterpreting it :P what modifications.english.php with the previous envie I understood, now I just need to solve that. Thank you so much @Lex!

@Kindred That way I had thought about it but in this case what I try ...

from Simple Machines Community Forum http://bit.ly/2Rsu1Ht
via IFTTT

Re: im getting this database error

2.0.15

installing

that is the full error

it has something to do with maria d i think.

see this thread https://www.simplemachines.org/community/index.php?topic=560047.0

from Simple Machines Community Forum http://bit.ly/2SjMuKW
via IFTTT

Eliminar

Hola, para que google tome la meta descripcitión que desee, me gustaira quitar el  <meta name="description" del codigo index,

como puedo hacerlo ?

Mil gracias

from Simple Machines Community Forum http://bit.ly/2HSa5hw
via IFTTT

Re: im getting this database error

What version of SMF?
What were you doing when these errors occured?

What is the full error?  Because what you included above is almost certain not what the system output.

from Simple Machines Community Forum http://bit.ly/2Ru4gqc
via IFTTT

doubt with hardcoded text

I am trying to create a modification for the users to change color, which everything is fine or so I thought. I was thinking about sending it to SMF when I realize something:

[code]<a href="' . $scripturl . '?action=profile;u='. $message['member']['id'...

from Simple Machines Community Forum http://bit.ly/2WtKU8B
via IFTTT

im getting this database error

Some of the queries were not executed properly. This could be caused by an unsupported (development or old) version of your database software.

Technical information about the queries:

    Line #1338:
    Line #1346:


from Simple Machines Community Forum http://bit.ly/2WxQCWM
via IFTTT

Re: How to add a new Tab at the top of my site?

I had no clue how anything works...

It'll definitely be faster the next time you have to edit code. :)
and as you do this and further minor edits, you'll start to...

from Simple Machines Community Forum http://bit.ly/2RuspNe
via IFTTT

Re: SMF 2.1 Beta 3 Released

Why is is worrisome?

We have a VOLUNTEER staff.
"Real Life"TM ALWAYS comes first.

You can track the general progress on GitHub... and note that things HAVE BEEN progressing.

So, Instead of complaining how long it takes (which is actually cou...

from Simple Machines Community Forum http://bit.ly/2TlTLqI
via IFTTT

Re: Excellente Année 2019

Bonjour,

Merci et meilleurs vœux également :)

Cela faisait longtemps que je n'avais plus de tes nouvelles :)

from Simple Machines Community Forum http://bit.ly/2CRSRes
via IFTTT

Re: Enable caching on SMF2.0.15, Ubuntu 16.04.05, Apache24, php7.0

I think the issue is using the wrong memcache library (as there are two and the OP mentions the newer one)

from Simple Machines Community Forum http://bit.ly/2S3LVWp
via IFTTT

Re: Enable caching on SMF2.0.15, Ubuntu 16.04.05, Apache24, php7.0

did you start memcache?  dumb question, i know... but I didn't. 

Code: [Select]
memcached -d -m 512 -l 127.0.0.1 -p 11211 -u nobody




from Simple Machines Community Forum http://bit.ly/2S1vLfO
via IFTTT

Re: Cuando será reponsive SMF ?

Otra opcion si usas el tema predeterminado esta Responsive Curve que permite hacerlo algo mas adaptativo.


Saludos!

from Simple Machines Community Forum http://bit.ly/2BbIr9u
via IFTTT

Re: Como eliminar el index.php ?

¿Quieres sacar la url del logo? o ¿editarlo para marque otra url? no comprendo que quieres hacer...


Saludos!

from Simple Machines Community Forum http://bit.ly/2Toeme9
via IFTTT

Re: Enable caching on SMF2.0.15, Ubuntu 16.04.05, Apache24, php7.0

You also need to install the PHP-to-memcache connector, which you may not have done.

from Simple Machines Community Forum http://bit.ly/2HG6Z0k
via IFTTT

Re: Embedded Link Preview - Is It Possible?

Does anyone have any experience with the Open Embed mod?

http://custom.simplemachines.org/mods/index.php?mod=4075

It...

from Simple Machines Community Forum http://bit.ly/2MIBJN5
via IFTTT

Re: Installing on Godaddy?

Can't count how many support issues I've seen arising from the actions of GoDaddy, which never got resolved because GoDaddy just made a mess and didn't own up to it.

from Simple Machines Community Forum http://bit.ly/2HJcivI
via IFTTT

Re: Installing on Godaddy?

godaddy has been known to screw up many forums, I would stay very very far away. they don't care if they screw you over either.

from Simple Machines Community Forum http://bit.ly/2MMydRO
via IFTTT

Re: How to add a new Tab at the top of my site?

you should also upgrade to SMF 2.0.15.

from Simple Machines Community Forum http://bit.ly/2CV3m0N
via IFTTT

Re: Installing on Godaddy?

Nothing wrong with GoDaddy. I have no issues and have been using them since 2002.

I would rather have the resources of a big company behind me than some of the hosts that have just a handful of employees.

from Simple Machines Community Forum http://bit.ly/2S1uXry
via IFTTT

Re: How to add a new Tab at the top of my site?

And next time, it'll take you 5 minutes :)

from Simple Machines Community Forum http://bit.ly/2CV3gWZ
via IFTTT

Re: How to add a new Tab at the top of my site?

This went better than expected :D I had no clue how anything works but did it for ~1 hour only. Thanks a lot! :)

from Simple Machines Community Forum http://bit.ly/2S1rSYi
via IFTTT

Re: Installing on Godaddy?

Installing manually really isn't too hard, and for your own security and comfort it is definitely worth the trouble.

Installing SMF

from Simple Machines Community Forum http://bit.ly/2CW83ax
via IFTTT

Re: injecting code on targeted posts?

I agree with you here

from Simple Machines Community Forum http://bit.ly/2TlG0s4
via IFTTT

Re: CSS help- NOT just SMF centric- position:sticky

It really helped, thanks!

from Simple Machines Community Forum http://bit.ly/2BdmrLE
via IFTTT

Excellente Année 2019

Bonjour Maximus23,
Bonjour toutes et tous,

Tous nos Meilleurs Voeux pour une Heureuse Année 2019 : Santé, Paix et Réussites !
  :) :) :)


[img width=600 height=337]https://image.n...

from Simple Machines Community Forum http://bit.ly/2sYC9WA
via IFTTT

Enable caching on SMF2.0.15, Ubuntu 16.04.05, Apache24, php7.0

Hi,
I want to enable caching for my forum.
I have tried with memcached.
(memcached, php-memcached, libmemcached11:amd64 is installed, memcached is listening on 127.0.0.1:11211
memcached is listed on a phpinfo, and I have confirmed caching using a separ...

from Simple Machines Community Forum http://bit.ly/2Bf45K7
via IFTTT

Re: Installing on Godaddy?


I agree.
Is there any hosting that allows me to install SMF with the click of a button?
I need WP as well.
I am trying to add a forum on my website - www.deanlautermilch.com


from Simple Machines Community Forum http://bit.ly/2TodpCH
via IFTTT

Re: Pitanje

Kako misliš "aktiviraš"? Sve grupe korisnika se uređuju iz admin panela. Možeš ih mijenjati po volji, kako god ti odgovara.

from Simple Machines Community Forum http://bit.ly/2Wq4r9I
via IFTTT

Re: Como eliminar el index.php ?

tienes que instalar el mod pretty url si quieres una url limpia y bonita

from Simple Machines Community Forum http://bit.ly/2Rumc3Z
via IFTTT

Re: SMF 2.1 Beta 3 Released

As much as I like videogame references (;)) and stable software one must admit that it's worrisome to consider how many years have passed since 2.0 final was released. (Although I do remember it like it was yesterday.)

from Simple Machines Community Forum http://bit.ly/2Wxz9xV
via IFTTT

Re: Installing on Godaddy?

SMF and Godaddy doesn't mix. Your first task is to get a good host.

from Simple Machines Community Forum http://bit.ly/2Gd6PuM
via IFTTT

Fehlermeldung bei Serverumzug

Hallo zusammen,

kann mir bitte jemand sagen, was diese Fehlermeldung bedeutet und wie ich den Fehler beheben kann?
Serverumzug und Umstellung auf php 7.2

"Warning: require_once(/webspace/12/58763/stairway-to-heaven.de/forum/Sources/QueryString.php): fa...

from Simple Machines Community Forum http://bit.ly/2S1ygz0
via IFTTT

MOVED: Installing on Godaddy?

This topic has been moved to SMF 2.0.x Support.

https://www.simplemachines.org/community/index.php?topic=564807.0

from Simple Machines Community Forum http://bit.ly/2RwmPKu
via IFTTT

Re: Como eliminar el index.php ?

No se debe borrar ese archivo por varias cuestiones relacionadas con el funcionamiento general de SMF.

Me refiero al logo que clicke sin index.php jeje

gracias

from Simple Machines Community Forum http://bit.ly/2Wzz78q
via IFTTT

Re: Installing on Godaddy?

Hello, take a look at this: https://wiki.simplemachines.org/smf/Installing

from Simple Machines Community Forum http://bit.ly/2RtXRey
via IFTTT

Re: Como eliminar el index.php ?

No se debe borrar ese archivo por varias cuestiones relacionadas con el funcionamiento general de SMF.

from Simple Machines Community Forum http://bit.ly/2sVRVBk
via IFTTT

Installing on Godaddy?


I just saw that Godaddy removed SMF from the automatic install on their hosting control panel. Is there any kind of a guide for a manual install?

from Simple Machines Community Forum http://bit.ly/2MGLmvu
via IFTTT

Como eliminar el index.php ?

Hola, como hacer para eliminar el index.php ?

quitar index.php smf

He visto cosas por el foro, pero son del 2011. etc.. no se si funcionara ahora...

gracias

from Simple Machines Community Forum http://bit.ly/2TpoGlY
via IFTTT

Re: Muestra tu SMF

Mi foro es:

Nombre del sitio: Foroviajeros
Descripcion: Foro para viajeros y amentes de los viajes
Version SMF: 2.0
Mods Instalados: Google  UA, y Sitemap
Link: https://www.foroviajeros.net

from Simple Machines Community Forum http://bit.ly/2Rt9QJA
via IFTTT

Re: Cuando será reponsive SMF ?

Esperamos lanzar SMF 2.1 RC1 (que no será la definitiva) dentro de poco. Será una versión estable pero no definitiva, por lo que si se usa una vez que la lancemos, probablemente habrá cambios en futuras versiones.

from Simple Machines Community Forum http://bit.ly/2ScqJN2
via IFTTT

Re: Cuando será reponsive SMF ?

SMF 2.0.x ya es responsive dependiendo del tema que estés usando (hay bastantes aquí) y por defecto, SMF 2.1.x será re...


from Simple Machines Community Forum http://bit.ly/2DKo4lr
via IFTTT

Re: SMF is searching for translators!

ArafatHajumrah.com provides best Hajj & Umrah Packages in Pakistan.
We provide the following Packages,
 VIP Hajj Packages
 Short Hajj Packages
 Umrah Packages 7 Days
 Umrah Packages for Couple
We Offer you Cheap & Economical Packages for 7, 21 & 28 Day...

from Simple Machines Community Forum http://bit.ly/2Gapfwa
via IFTTT

Re: Pitanje

Šta da aktiviraš?

from Simple Machines Community Forum http://bit.ly/2Skoves
via IFTTT

Re: How to add a new Tab at the top of my site?

https://wiki.simplemachines.org/smf/Buttons_-_How_do_I_add_buttons_to_SMF_2.0

from Simple Machines Community Forum http://bit.ly/2Wu46CY
via IFTTT

MOVED: Cuando será reponsive SMF ?

This topic has been moved to Temas y Diseño (Themes).

https://www.simplemachines.org/community/index.php?topic=564802.0

from Simple Machines Community Forum http://bit.ly/2UxPu3Q
via IFTTT

Re: Cuando será reponsive SMF ?

SMF 2.0.x ya es responsive dependiendo del tema que estés usando (hay bastantes aquí) y por defecto, SMF 2.1.x será responsive.

from Simple Machines Community Forum http://bit.ly/2DL83vF
via IFTTT

Re: Upgrading from SMF 2.0.11 to SMF 2.0.15

Your data is in the database. The database is not modified at all.
(However, ALWAYS ALWAYS ALWAYS take a backup of your files and your database BEFORE doing ANY modification...


from Simple Machines Community Forum http://bit.ly/2UqrTli
via IFTTT

How to add a new Tab at the top of my site?

Hello everybody,

On my website (http://www.classicracing.ml/index.php) I want to add another Tab at the top between 'IRC Chat' and 'Profile' named 'Server Scoreboard'.
When a user clicks on that 'Server Scoreboard' tab it should open up this page http:...

from Simple Machines Community Forum http://bit.ly/2DJSq7F
via IFTTT

Cuando será reponsive SMF ?

Hola.

Cuando será reponsive SMF ?

Gracias.

from Simple Machines Community Forum http://bit.ly/2MI6ly5
via IFTTT

Re: SMF is searching for translators!

Hi guys! I'm glad to join you :)

The first post in this topic has some interesting advice.

from Simple Machines Community Forum http://bit.ly/2G4nulh
via IFTTT

Re: Sort posts by date posted, not by most recent reply

I also came across this problem. Thanks for the good advice!

from Simple Machines Community Forum http://bit.ly/2Gaj0Zg
via IFTTT

Re: SMF is searching for translators!

Hi guys! I'm glad to join you :)

from Simple Machines Community Forum http://bit.ly/2RsTC35
via IFTTT

http://bit.ly/2RtsSPS

Super S Keto you cranky and provide you with complications and temper swings. Going on a crash diet also can result in sicknesses like Ulcer. Weight loss pointers that advise skipping food should additionally be averted. You might skip your lunch due t...

from Simple Machines Community Forum http://bit.ly/2WzomD9
via IFTTT

Re: Upgrading 2.0.15 to 2.1 Beta 3

In localhost you can do anything, first is first based on Kindred's post, and your follow up, you seems to be new to software/testing, this means you need a safe environment to do anything you want, which is localhost. Then you can test upgrades.

While...

from Simple Machines Community Forum http://bit.ly/2WvLfHH
via IFTTT

Re: Upgrade 2.0.15 auf 2.1 Beta 3

Danke auch von mir. Vielleicht ist auch dieser Link hier für manche hilfreich:
https://www.simplemachines.org/community/index.php?topic=559925.msg4004821#msg4004821


from Simple Machines Community Forum http://bit.ly/2RW7wQe
via IFTTT

Re: Läuft die SMF-Version 2.0.15 mit PHP 7.2.1 ?

Offiziell gibt es wohl noch Dinge im Code von 2.0.15, die nicht 7.2-kompatibel sind (ich sage nur: create_function()).
Die Version läuft unter 7.2, allerdings füllt sie dir a...


from Simple Machines Community Forum http://bit.ly/2CYBtF9
via IFTTT

Re: "Global" Tag

And again I remind people that if even it were possible, it could well be illegal to do.

from Simple Machines Community Forum http://bit.ly/2FYDZ24
via IFTTT

Re: "Global" Tag

As admin you can surely go into their profiles and do it for them

you cannot do this as admin. as it has to be done per board or topic.

from Simple Machines Community Forum http://bit.ly/2Gabe1w
via IFTTT

Re: Upgrading 2.0.15 to 2.1 Beta 3

Also, given...


from Simple Machines Community Forum http://bit.ly/2Ga9Yvw
via IFTTT

Re: Adding More Colors

Got a link to that topic? Just to see what you have done so far.

from Simple Machines Community Forum http://bit.ly/2DMIH0F
via IFTTT

Re: Adding More Colors

I found the thread about doing this by editing 3 different files. I finally found those files. . After doing so, the colors won't show. I've tried the colors "Platinum, & Gray Wolf". . Are there certain colors that are NOT allowed by SMF?

Another quest...

from Simple Machines Community Forum http://bit.ly/2CSTlRK
via IFTTT

Wednesday, January 30, 2019

Re: SMF 2.1 Beta 3 Released

You mean to spend adequate time testing to avoid putting out buggy releases?
I wish those clowns behind Wolfenstein: The New Colossus had done that...


But I digress...

from Simple Machines Community Forum http://bit.ly/2Bd5ctT
via IFTTT

Re: Custom username color?

You're right the Custom Username Color v1.2 mod has been deleted.
So perhaps the discussion thread should b...

from Simple Machines Community Forum http://bit.ly/2TjaLy0
via IFTTT

Re: "Global" Tag

If they all want this, then they can individually subscribe to receive noti...


from Simple Machines Community Forum http://bit.ly/2Bahe7q
via IFTTT

Re: Spam

Is anything about the accounts they create consistent? The username? The email address? The IP address?



from Simple Machines Community Forum http://bit.ly/2TpVMSQ
via IFTTT

Re: How to add color to Editor dropdown menu?

I finally found the solution !!! Thanks for pointing me in the correct direction Badboy..

Here is how to add color in SMF 2.0.X

In Editor.js

[code]   // Color maps! (hex => nam...


from Simple Machines Community Forum http://bit.ly/2SkfaTO
via IFTTT

Adding More Colors

I searched on this site and couldn't find anything recent for 2.0.15, or before. How can I add more colors to the drop down menu when creating a new post? I've attached an image.

from Simple Machines Community Forum http://bit.ly/2ShjYJL
via IFTTT

Re: More Genders

You can disable core Gender in Admin -> Features and Options -> Profile Fields.

Awesome!  Thanks so much! 

from Simple Machines Community Forum http://bit.ly/2HHQwsq
via IFTTT

Re: Developer Update

How to get Developer from Rahim-soft Please Please::) ::) ::)


from Simple Machines Community Forum http://bit.ly/2S9J9y3
via IFTTT

Re: Migrating servers on same host

I did a trial run as suggested and was able to move servers without much trouble.
I copied the forum files and database to the new server, and was able to connect without too many problems. The new server setup is a multi-site hosting plan. The primary...

from Simple Machines Community Forum http://bit.ly/2sXYiE9
via IFTTT

Re: More Genders

You can disable core Gender in Admin -> Features and Options -> Profile Fields.


from Simple Machines Community Forum http://bit.ly/2MICANM
via IFTTT

Re: [Help] Help edit smf

Hmm, well, in Display.template.php you should see this -

Code: [Select]
  
<li class="membergroup">', $message['member']['group'], '</li>';


So in index.css you can do something like this -

[code]

/* poster and postarea + moderation area und...

from Simple Machines Community Forum http://bit.ly/2FXZS1r
via IFTTT

Re: More Genders

Now, I just need to know how to disable the "default Gender" option that comes installed with SMF

from Simple Machines Community Forum http://bit.ly/2MGKfvY
via IFTTT

Re: More Genders

Or use ...


from Simple Machines Community Forum http://bit.ly/2sXWBGN
via IFTTT

Re: More Genders

create custom profile field with as many gender options as needed, then re...


from Simple Machines Community Forum http://bit.ly/2DKvntm
via IFTTT

[Help] Help edit smf

Hello, I installed SMF 2.0.15
for testing and as soon as I upgrade I will migrate it to a hosting, but I would like to ask for help I wanted to add a red strip equal to the one in the picture below in the position of administrators and moderators, coul...

from Simple Machines Community Forum http://bit.ly/2BbSWtv
via IFTTT

Re: User Banned -why?

I have a honeypot too, but that's not really to stop spammers. It's to identify spammers. There's a difference.

from Simple Machines Community Forum http://bit.ly/2UuuFpQ
via IFTTT

Re: More Genders

create custom profile field with as many gender options as needed, then remove core field with a couple of code edits.

Easier to do this than try editing ...

from Simple Machines Community Forum http://bit.ly/2GdlbLC
via IFTTT

Re: No Mails from www.simplemachines.org

Thanks for your report.
This is a known-issue that comes and goes when we have to switch the delivery method and the mismatching domains and IP's is a result of the the way the stack functions internally. It's essentially a failover method that then go...

from Simple Machines Community Forum http://bit.ly/2Tmci6f
via IFTTT

Re: More Genders

Or use the mod....  or wait until 2.1 :)

As I said just above, I posted the code edits in ...


from Simple Machines Community Forum http://bit.ly/2BbzFZ7
via IFTTT

Re: Upgrade 2.0.15 auf 2.1 Beta 3

Dank dir albertlast.

from Simple Machines Community Forum http://bit.ly/2Rpf8Wl
via IFTTT

Re: User Banned -why?

could be related to the stop spammer mod. what happens if you uninstall it?

If I uninstall...


from Simple Machines Community Forum http://bit.ly/2HE1tuY
via IFTTT

Re: More Genders

Or use the mod....  or wait until 2.1 :)

As I said just above, I posted the code edits in the mod support thread a long time ago

Kindred,

If i gave you the files ne...

from Simple Machines Community Forum http://bit.ly/2SbnXYr
via IFTTT

Re: Require code that refers to time registered

ok did the trick the variable scope was the issue
thank you !!

from Simple Machines Community Forum http://bit.ly/2sVMQZL
via IFTTT

Re: Require code that refers to time registered

See also my edit, I assumed you knew what variable scope was, being a programmer and all.
ok will try
i'm a bad programmer that haven't really done any programming ...

from Simple Machines Community Forum http://bit.ly/2FZPbLV
via IFTTT

Re: Require code that refers to time registered

See also my edit, I assumed you knew what variable scope was, being a programmer and all.

from Simple Machines Community Forum http://bit.ly/2FZbW2q
via IFTTT

Re: Require code that refers to time registered

Then you, or some mod you have installed, has broken your SMF installation.

$user_settings is populated during the startup of SMF (during loadUserSettings) as a global varia...


from Simple Machines Community Forum http://bit.ly/2G9fCOi
via IFTTT

Re: Require code that refers to time registered

Then you, or some mod you have installed, has broken your SMF installation.

$user_settings is populated during the startup of SMF (during loadUserSettings) as a global variable, before transferring a subset of the values in it to $user_info. It's liter...

from Simple Machines Community Forum http://bit.ly/2G3dKrt
via IFTTT

Re: Require code that refers to time registered

Fine.

$user_settings['date_registered'].

i actually tried this one,
it's like the $user_profile[$memID]['date_registered'];
doesn't work on other pages
actually a...

from Simple Machines Community Forum http://bit.ly/2HH63J7
via IFTTT

Re: Require code that refers to time registered

Fine.

$user_settings['date_registered'].

from Simple Machines Community Forum http://bit.ly/2Bcoboq
via IFTTT

Re: Require code that refers to time registered

So, essentially once we give you the relevant bit, we then need to explain how to use it?

How about explaining what you're trying to do this time (first)?

no need t...

from Simple Machines Community Forum http://bit.ly/2GdSUEH
via IFTTT

Re: Börü [SMF 2.0 - Responsive Theme]

These new themes have goto be the best iv seen in a while keep up the fantastic work.

from Simple Machines Community Forum http://bit.ly/2FYoA1Q
via IFTTT

Re: Require code that refers to time registered

So, essentially once we give you the relevant bit, we then need to explain how to use it?

How about explaining what you're trying to do this time (first)?

from Simple Machines Community Forum http://bit.ly/2GgusCC
via IFTTT

Re: Require code that refers to time registered

I don't remember, but I assume if you know how to write code that can use it, you can also var_dump it. It's not like I'm in front of my home PC where I have the source avai...


from Simple Machines Community Forum http://bit.ly/2B73Y35
via IFTTT

Re: db_insert información de retorno

solucionado solo puse una variable con el valor de  true al final del proceso

from Simple Machines Community Forum http://bit.ly/2MHcc6X
via IFTTT

db_insert información de retorno

mi código es
[code]
$result = $smcFunc['db_insert']('replace',
            '{db_prefix}spirit_mejor_respuesta',
            array(
               'id_msg'          => 'int',
               'id_topic'          => 'int',
               'id_users' => 'string',
               'total_votes'    => 'int'
            ),
   ...

from Simple Machines Community Forum http://bit.ly/2FXAd9a
via IFTTT

Re: Require code that refers to time registered

I don't remember, but I assume if you know how to write code that can use it, you can also var_dump it. It's not like I'm in front of my home PC where I have the source available to me.

from Simple Machines Community Forum http://bit.ly/2HF5v6h
via IFTTT

Re: Require code that refers to time registered

Then try $user_settings.
what would be the exact syntax ?

from Simple Machines Community Forum http://bit.ly/2sUFLsi
via IFTTT

Re: Börü [SMF 2.0 - Responsive Theme]

Thanks.

from Simple Machines Community Forum http://bit.ly/2MGVF2J
via IFTTT

Re: Which version of the XML should I use?

I have no idea what it is you're trying to do exactly

from Simple Machines Community Forum http://bit.ly/2WrnyjX
via IFTTT

Re: Börü [SMF 2.0 - Responsive Theme]

Looking good!

from Simple Machines Community Forum http://bit.ly/2RrStsm
via IFTTT

Börü [SMF 2.0 - Responsive Theme]


Demo:http://smftheme.byethost18.com/smf/index.php
Video:https://youtu.be/o...

from Simple Machines Community Forum http://bit.ly/2WxutYW
via IFTTT

Re: Spam

if you stop them from registering in the first place they cant make the posts.

from Simple Machines Community Forum http://bit.ly/2Bc7ZUh
via IFTTT

Re: Spam

https://wiki.simplemachines.org/smf/Spam_-_my_forum_is_flooded_with_spam,_what_can_I_do

Registrations isn't an issue, it's the post commenting.

from Simple Machines Community Forum http://bit.ly/2TmUQyG
via IFTTT

Re: php 7.2

I just spoke to godaddy tech support about this. 7.2 and soon 7.3 will be installed on their servers, but they will keep the older versions available in cPanel so I'm safe for now.

from Simple Machines Community Forum http://bit.ly/2Wo2zOK
via IFTTT

Re: Upgrade 2.0.15 auf 2.1 Beta 3

Nightly gibt es hier https://www.simplemachines.org/community/index.php?topic=558451.0
rc1 ist noch nicht freigegeben

2.0.15 läuft mit php 7.1
für 7.2 gibt es eine mod (bitte selber danach suchen wenn benötigt)

from Simple Machines Community Forum http://bit.ly/2sUgdM3
via IFTTT

Re: Error al borrar usuarios bots/spam

¿Cual tema estas usando? deberias poder verlo si sos administrador... Ten cuidado con tocar la base de datos aunque es altamente recomendable tener copias de seguridad regularmente. Cuando se va a eliminar al usuario y te pide confirmacion para hacerlo...

from Simple Machines Community Forum http://bit.ly/2sYkm1D
via IFTTT

Re: @mention members

Not sure if this already exist, but if don't, is it possible to add for every member an option to disable notifications for mentions since its bugged, requiring few more clicks to get rid of notification and doesn't seem to cooperate with New post/topi...

from Simple Machines Community Forum http://bit.ly/2RZAaA8
via IFTTT

Re: "Global" Tag

Nope and even if there were, they would be borderline illegal in Europe anyway.

from Simple Machines Community Forum http://bit.ly/2DHXZUm
via IFTTT

Re: "Global" Tag

Not without modifications.

Do you know of any plug in type off the shelf mods to do this ?

Craig

from Simple Machines Community Forum http://bit.ly/2G0wiZ2
via IFTTT

Re: "Global" Tag

Not without modifications.

from Simple Machines Community Forum http://bit.ly/2ScWhCq
via IFTTT

Re: Upgrade 2.0.15 auf 2.1 Beta 3

Schliesse mich der suche an.

2.0.15 bis zu welcher php version ist diese lauffähig?

from Simple Machines Community Forum http://bit.ly/2HGfsk9
via IFTTT

Re: "Global" Tag

If they all want this, then they can individually subscribe to receive notifications from a board or topic of their choosing.

I totally agree, however...

from Simple Machines Community Forum http://bit.ly/2WxiPxd
via IFTTT

http://bit.ly/2HDBpQw

Nutra Keto 24 Cookies Soda Pasta The concept is to plot your grocery listing across the gadgets you may get within the healthy, outer aisles and avoid the harmful inner aisles. If you can get yourself to try this each experience to the store, you might...

from Simple Machines Community Forum http://bit.ly/2SewedZ
via IFTTT

Re: How can I set the image to be automatically reduced

I don't know what Nao did with the licence after I walked away.

from Simple Machines Community Forum http://bit.ly/2MG9PBf
via IFTTT

Re: Require code that refers to time registered

Then try $user_settings.

from Simple Machines Community Forum http://bit.ly/2Sap4rl
via IFTTT

Re: Require code that refers to time registered

That's because the profile of a single user is loaded in full in the profile but for performance it isn't loaded elsewhere.

Are you interested in the current user or someone...


from Simple Machines Community Forum http://bit.ly/2HDXyOT
via IFTTT

Re: How can I set the image to be automatically reduced

They did it as LESS files but the exact same principle: assign variables in the CSS source, splice in the settings from the admin panel into those variables, compile down to...


from Simple Machines Community Forum http://bit.ly/2WtSYWU
via IFTTT

Re: Google Automated Ads and SMF Forums

Thank you to all of you for your replies. I was under the impression that with Automated Ads, I just add a code and Google decides where to place ads. No penalty ris...


from Simple Machines Community Forum http://bit.ly/2WCUmXg
via IFTTT

Re: Require code that refers to time registered

That's because the profile of a single user is loaded in full in the profile but for performance it isn't loaded elsewhere.

Are you interested in the current user or someone else? If the current user, take a look in $user_info.

from Simple Machines Community Forum http://bit.ly/2HDwuz2
via IFTTT

Re: Google Automated Ads and SMF Forums

If your forum is private as a guest, google can't access either to read your website so it can show relevant ads. Not sure if that's a violation but i've been fooled before.


Anyways, copy and paste the autoads code after the <head> tag in index.templat...

from Simple Machines Community Forum http://bit.ly/2FYcYMb
via IFTTT

Re: "Global" Tag

If they all want this, then they can individually subscribe to receive notifications from a board or topic of their choosing.

from Simple Machines Community Forum http://bit.ly/2sVsn7B
via IFTTT

Re: No Mails from www.simplemachines.org

Thanks you !
   
"Site Comments, Issues and Concerns" fits much better, indeed. Looks like I oversaw this - Sorry for that !

from Simple Machines Community Forum http://bit.ly/2HGCB5X
via IFTTT

Re: Google Automated Ads and SMF Forums

Thank you to all of you for your replies. I was under the impression that with Automated Ads, I just add a code and Google decides where to place ads. No penalty risk. My question would be where to add that Google code to cover the entire forum. Within...

from Simple Machines Community Forum http://bit.ly/2SelFrl
via IFTTT

Re: No Mails from www.simplemachines.org

Thank you, I've moved this to a better board.

from Simple Machines Community Forum http://bit.ly/2HOLE4y
via IFTTT

Re: "Global" Tag

Thanks for your reply.

So you are saying No, it can't be done ? Not even through some sort of group membership ?

The members ( recipients) are asking for it, its a private room on our forum for club committee members to use and we want them all to get ...

from Simple Machines Community Forum http://bit.ly/2Tn7JZk
via IFTTT

MOVED: No Mails from www.simplemachines.org

This topic has been moved to Site Comments, Issues and Concerns.

https://www.simplemachines.org/community/index.php?topic=564789.0

from Simple Machines Community Forum http://bit.ly/2B9JWFt
via IFTTT

No Mails from www.simplemachines.org

Hi @all,

by accident I found out, that the SMTP Server that sends Mails for www.simplemachines.org is not properly configured.
In the SMTP Dialog it claims to be "httpd3.localdomain" - A hostname that can't apparantly be resolved. Even worse - the reve...

from Simple Machines Community Forum http://bit.ly/2TmmP1s
via IFTTT

Re: Which version of the XML should I use?

@SychO

Thanks for clarification. But these lines can be removed from this code, because the only file with the translation is this file Announcements.polish-utf8.php. Right?

[code]<modification type="file">polish-utf8.xml</modification>

<modification t...

from Simple Machines Community Forum http://bit.ly/2DIWmFG
via IFTTT

Re: Change the location of the user profile

Can somebody help me?

from Simple Machines Community Forum http://bit.ly/2GaasBN
via IFTTT

Re: How can I set the image to be automatically reduced

admin -> features and options layout
Max width of posted pictures (0 = disable) and Max height of posted pictures (0 = disable) will enable the feature the op is looking for....


from Simple Machines Community Forum http://bit.ly/2Uv8hg9
via IFTTT

Re: "Global" Tag

No. And I wouldn't recommend doing this anyway. Any email you send without the recipient actually asking for it, is basically asking for trouble in the long run.

from Simple Machines Community Forum http://bit.ly/2HGaJ1M
via IFTTT

Re: Upgrade 2.0.15 auf 2.1 Beta 3

Alles klar danke für die Info. Wo kann man was zum Nightly Build oder RC1 finden ?

from Simple Machines Community Forum http://bit.ly/2ScKTqi
via IFTTT

Re: Problem with SMF 2.0.15 after install

This can sometimes happen with a fresh install, and the easiest way to fix this is by repair_settings.

What is repair_settings.php?

from Simple Machines Community Forum http://bit.ly/2HEkopr
via IFTTT

Re: Pitanje

netko ?

from Simple Machines Community Forum http://bit.ly/2TqADbm
via IFTTT

Re: User Banned -why?

Great :)

from Simple Machines Community Forum http://bit.ly/2WwT1kq
via IFTTT

Re: SMF is searching for translators!

A while back i had mentioned that i was searching for a MAC utility to automatically remap gm translator is a complete standard MIDI file translation tools. Together we have put together a very useful program we call SMF translator. I have exceeded my ...

from Simple Machines Community Forum http://bit.ly/2WuluHO
via IFTTT

"Global" Tag

Hi

I am looking for a way to tag multiple people in a post at the same time so they get an email notification, rather than tagging a dozen people individually. Is there a way to do this perhaps using membership of a group ?

Craig

from Simple Machines Community Forum http://bit.ly/2RrqUPZ
via IFTTT

Re: Spam

https://wiki.simplemachines.org/smf/Spam_-_my_forum_is_flooded_with_spam,_what_can_I_do

from Simple Machines Community Forum http://bit.ly/2WwOkrd
via IFTTT

Re: Problem with SMF 2.0.15 after install

Ok... I founded the solution.

Main problem was "Theme Settings" with "Default theme URLs"

Sorry for been so stupid in this...

from Simple Machines Community Forum http://bit.ly/2Rr9tir
via IFTTT

Re: Require code that refers to time registered

Where, and in what way are you trying to get and use this info?
hi
i just need the member registration date for a small modification i am doing on my test forum
i c...

from Simple Machines Community Forum http://bit.ly/2MHLZF9
via IFTTT

Problem with SMF 2.0.15 after install

Hello everyone.

Can somebody help me?
After i install SMF on my host machine website is "white styled"

On dev console:
Loading failed for the <script> with source "http://127.0.0.1/smf/Themes/default/scripts/script.js?fin20"

and in inspector eve...

from Simple Machines Community Forum http://bit.ly/2GaOAGh
via IFTTT

Re: Error al borrar usuarios bots/spam

@radge cada usuario tenes borrarlo manualmente, creo seria la mejor forma por verificar, y al momento de borrar los usuarios te aparecera la opcion si deseas tambien...


from Simple Machines Community Forum http://bit.ly/2FXciXw
via IFTTT

Re: User Banned -why?

Clearing the cache and cookies worked- many thanks.

from Simple Machines Community Forum http://bit.ly/2Scxz58
via IFTTT

Spam

Hello all.

I have a spam problem on my forum, but not with user registrations, rather intentional, manual spam (i think).

Someone keeps creating a new account and posting on the forum with "contact me with depression help on +44957594020", the messages...

from Simple Machines Community Forum http://bit.ly/2Toq8oM
via IFTTT

Re: SMF 2.1 Beta 3 Released

The SMF team is taking the 3D Realms approach to development...
LOL

At least we d...


from Simple Machines Community Forum http://bit.ly/2B9uKrC
via IFTTT