311
Farell
Problem with my site following the php update to php.8
  • 2022/12/17 9:54

  • Farell

  • Just popping in

  • Posts: 3

  • Since: 2022/12/17


Hello, Following the update of my php server which is upgraded to php8 version I had to update my site which was in version 2.5.10 and which is upgraded to version 2.5.11-Beta2 , but here is most of the modules that do not support the php8 version and since I have a lot of bugs can you tell me what I could do because there are not many modules that accept the php8, I am lost...
PS; Google Translate



312
goffy
Re: xoopsMailer and SMTP
  • 2022/11/27 9:31

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi

I got it working in my environment, but I am not sure whether this is valid for everyone.

This is the code:
$xoopsMailer xoops_getMailer();
$xoopsMailer->multimailer->isSMTP();
$xoopsMailer->multimailer->Port       $my_port_out// set the SMTP port
$xoopsMailer->multimailer->Host       $my_server_out//sometimes necessary to repeat
$xoopsMailer->multimailer->SMTPAuth   true;
$xoopsMailer->multimailer->SMTPSecure $my_securetype_out;
$xoopsMailer->multimailer->Username   $my_username// SMTP account username
$xoopsMailer->multimailer->Password   $my_password// SMTP account password
$xoopsMailer->multimailer->SMTPDebug  0;
...

The biggest problem was that my mail provider use different setting for client tools like outlook or thunderbird in comparison with setting for smtp access via a CMS.
Therefore: check allways in advance which settings your provider allows



313
heyula
Re: Is Xoops SEO friendly on URLS?
  • 2022/11/23 5:21

  • heyula

  • Theme Designer

  • Posts: 590

  • Since: 2008/4/24


If you use publisher as content module, seo compatible links are available.

Publisher Seo
https://xoops.org/modules/publisher/item.php?itemid=6071
Demo:https://sevamed.com.tr/sevamed-17/sevamed.html

For seo compatible links on fixed pages

xmcontent
Demo:https://www.togaysan.com.tr/icerikler-1-hakkimizda.html
https://github.com/GregMage/xmcontent

RewriteEngine On
RewriteRule    
^content-([0-9]+)/.*.html$    modules/xmcontent/viewcontent.php?content_id=$1
RewriteRule    
^content-.*/viewcontent.php$    modules/xmcontent/viewcontent.php? [QSA]
RewriteRule    ^content-.*/comment_edit.php$    modules/xmcontent/comment_edit.php [QSA]
RewriteRule    ^content-.*/comment_reply.php$    modules/xmcontent/comment_reply.php [QSA]
RewriteRule    ^content-.*/comment_delete.php$    modules/xmcontent/comment_delete.php [QSA]
RewriteRule    ^content-.*/comment_post.php$    modules/xmcontent/comment_post.php [QSA]
RewriteRule    ^content-.*/comment_new.php$    modules/xmcontent/comment_new.php [QSA]
RewriteRule    ^content modules/xmcontent/index.html


An example of a site where all modules for Xoops are set and used as seo compatible
Contact Module:
Original Link:
https://www.gezginler.net/modules/contact/
Seo Link:
https://www.gezginler.net/iletisim/



314
Kernel87
Is Xoops SEO friendly on URLS?
  • 2022/11/23 3:45

  • Kernel87

  • Just popping in

  • Posts: 2

  • Since: 2022/11/23


Is the URL rewriting system Google friendly? I'm trying to create a forum, but I need it to rank well, so on that subject... How is Xoops doing?

Thank you for any help or suggestions you can give me.

Best regards!



315
Mamba
Re: Obituaries 2.4.1. Beta1 cant add new record
  • 2022/11/23 3:43

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


You can always check the module's tables in the /sql/mysql.sql file.

For Obituaries, we have only one table:
users_obituaries

It will probably make sense to rename it in the future to just "obituary"
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



316
Mamba
Re: XOOPS and cookies
  • 2022/11/23 3:38

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


They are built-in as part of the Core, so I don't think so. You would have to rewrite XOOPS, but it seems to be doable:

https://stackoverflow.com/questions/3740845/php-session-without-cookies
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



317
Kernel87
Re: New Theme on xoops.org to celebrate the release of PHP 8.1
  • 2022/11/23 3:31

  • Kernel87

  • Just popping in

  • Posts: 2

  • Since: 2022/11/23


I am trying to create a news forum for my community, although I am undecided... with this I am convinced to use Xoops.



318
goffy
XOOPS and cookies
  • 2022/11/22 12:29

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


is it possible to run a XOOPS website without any cookies?



319
Yurdal
Re: Obituaries 2.4.1. Beta1 cant add new record
  • 2022/11/21 22:25

  • Yurdal

  • Friend of XOOPS

  • Posts: 386

  • Since: 2005/3/27


Thanks for sorting out Mamba, strange thing here is I dont have ant tabel regarding this module in phpmyadmin ?
Do I miss simply sql data here ?, what are the tables wich this module use can we regenerate it ?

regards



320
Mamba
Re: xoopsMailer and SMTP
  • 2022/11/21 6:51

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


There was an old discussion here, but I'm not sure if it still actual.

And another one here
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs




TopTop
« 1 ... 29 30 31 (32) 33 34 35 ... 29422 »



Login

Who's Online

96 user(s) are online (56 user(s) are browsing Support Forums)


Members: 0


Guests: 96


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits