31
zivXP
Re: survey
  • 2023/7/2 10:30

  • zivXP

  • Not too shy to talk

  • Posts: 113

  • Since: 2006/2/9 1


Quote:

zivXP wrote:
And how to make the page open only at the specified addresshttps://sevamed.com.tr/sevamed-17/sevamed.html ?
And at the specified addresshttps://sevamed.com.tr/sevamed-17/sevamedwwwwwwwwwuuuuuuuu.html didn't open?

I've been trying to do this for a long time, but so far nothing is working. This is done so that there are no accidental duplicate pages in search engines.


To do this. We need a single entry point (front controller). It contains a router that will launch the appropriate software handler (controller) for a specific address or addresses of a specific format.
Is there such a possibility in xoops or in the "publisher" module?



32
zivXP
xmnews 1.7.0
  • 2023/7/1 20:07

  • zivXP

  • Not too shy to talk

  • Posts: 113

  • Since: 2006/2/9 1


Installed module xmnews1.7.0-Alpha on Xoops 2.5.11-RC2. I really liked it.

Much of what I added and wanted to do in the "news" module is already in this module.https://www.cpv.ru/

The only thing missing is the $block.spotlight functionality from the news_block_top block.

And this limits my use of this module. Is it possible to include such functionality in future versions?


P.S. On my website, the image in the top news block is displayed automatically. I don't need to choose them with my own hands, as in the "news" module.
Added to display an image of the latest news:
$news['picture'] = XOOPS_URL . '/downloads/news/image/' . $history->picture();
$news['pictureinfo'] = $story->picture information();
Another necessary code has been added.



33
zivXP
Re: wgevents
  • 2023/6/28 11:20

  • zivXP

  • Not too shy to talk

  • Posts: 113

  • Since: 2006/2/9 1


Quote:

goffy wrote:
hi

1.0.6 stable is running only under 2.5.11 Beta1 or 2.5.11 Beta2, because 1.0.6 include Smarty2

if you are testing 2.5.11 RC1 or RC2 then you must take the last version from github (1.0.7 RC1) which includes Smarty3

as soon as 2.5.11 is released as stable I will release alson a stable version of wgevents


Thank you! It turns out that this is the problem. And I kept trying to edit the templates. wtgevents 1.0.7 RC1 has been installed and I am testing it.

You have a lot of interesting modules. Will other modules be updated as well?



34
zivXP
wgevents
  • 2023/6/27 19:02

  • zivXP

  • Not too shy to talk

  • Posts: 113

  • Since: 2006/2/9 1


Why are there "crooked" modules marked as "Stable" in the repository?

Downloaded and installed the wgevents-1.0.6-stable module. And templates are a solid error : SmartyCompilerException: Syntax error in the template.

People (especially beginners) are trying to install such modules. They see that it doesn't work. And the reputation of xoops is falling.

For example , it was prescribed:<{xoAppUrl /modules/system/admin.php?fct=blocksadmin&op=edit&bid=}><{$block.id}>" title="<{$smarty.const.THEME_TOOLBAR_EDIT_THIS_BLOCK}>">

, and you need: <{xoAppUrl '/modules/system/admin.php?fct=blocksadmin&op=edit&bid='}><{$block.id}>" title="<{$smarty.const.THEME_TOOLBAR_EDIT_THIS_BLOCK}>">

And other errors that cause the site not to load.

P.S. It probably depends on the version of xoops.



35
zivXP
Re: Update site
  • 2023/6/26 17:27

  • zivXP

  • Not too shy to talk

  • Posts: 113

  • Since: 2006/2/9 1


Quote:

Mamba wrote:
Don't update yet to 2.5.11 your existing sites, there will be soon RC-3, and it will fix some of the recent issues that we've discovered.


Oh, that's great!



36
zivXP
Re: Update site
  • 2023/6/26 17:19

  • zivXP

  • Not too shy to talk

  • Posts: 113

  • Since: 2006/2/9 1


Quote:

heyula wrote:
You will get php version error in all modules you use on the site. Most modules on chlmz.com will not work in Xoops 2.5.11


I think the "publisher" module will cope with this task. The problem is multilingualism.



37
zivXP
Re: survey
  • 2023/6/25 7:54

  • zivXP

  • Not too shy to talk

  • Posts: 113

  • Since: 2006/2/9 1


And how to make the page open only at the specified addresshttps://sevamed.com.tr/sevamed-17/sevamed.html ?
And at the specified addresshttps://sevamed.com.tr/sevamed-17/sevamedwwwwwwwwwuuuuuuuu.html didn't open?

I've been trying to do this for a long time, but so far nothing is working. This is done so that there are no accidental duplicate pages in search engines.



38
zivXP
Re: survey
  • 2023/6/23 19:46

  • zivXP

  • Not too shy to talk

  • Posts: 113

  • Since: 2006/2/9 1


Quote:

zivXP wrote:
Quote:

heyula wrote:

You can use the code below for publisher's seo friendly link

https://xoops.org/modules/publisher/item.php?itemid=6071


Only now I was able to make this change. It turns out very well. Thanks for the advice!


But it doesn't work for categories. And that the numbers are also entered into the address bar.

I also added in .htaccess
RewriteRule ^publisher-([0-9.]+)/([a-z-0-9-]+).html modules/publisher/item.php?itemid=$1 [L]
RewriteRule ^publisher-([0-9.]+)/ modules/publisher/category.php?categoryid=$1 [L]

Now the logic in the URL has gone astray. How to do it right?



39
zivXP
Update site
  • 2023/6/23 18:54

  • zivXP

  • Not too shy to talk

  • Posts: 113

  • Since: 2006/2/9 1


I'm going to update the sitehttp://www.chlmz.com /
2 CMS XOOPS are used. 1 - very old 2008, 2 - slightly newer 2010.
I also plan to do this on XOOPS. Some working modules will need to be moved to other modules. Also, the database encoding is incorrect - I will change it. And the layout was not adapted to different devices.

Should I probably use xoops 2.5.11? And what do you recommend?



40
zivXP
Re: survey
  • 2023/6/23 18:31

  • zivXP

  • Not too shy to talk

  • Posts: 113

  • Since: 2006/2/9 1


Quote:

heyula wrote:

You can use the code below for publisher's seo friendly link

https://xoops.org/modules/publisher/item.php?itemid=6071


Only now I was able to make this change. It turns out very well. Thanks for the advice!




TopTop
« 1 2 3 (4) 5 6 7 ... 12 »



Login

Who's Online

251 user(s) are online (172 user(s) are browsing Support Forums)


Members: 0


Guests: 251


more...

Donat-O-Meter

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

Latest GitHub Commits