1141
AxelF
Re: xoRewriteModule - Simplified, Short URLs?
  • 2020/10/29 20:23

  • AxelF

  • Theme Designer

  • Posts: 238

  • Since: 2004/7/12


Thanks a lot for your answer.

Does the modules is doing to change the URL as well like this?

[Default] http://xoops_site/modules/news/article.php?storyid=1
[Converted] http://xoops_site/news+article.storyid+1.htm

[Default] http://xoops_site/modules/userinfo.php?uid=1
[Converted] http://xoops_site/userinfo.uid+1.html



1142
heyula
Re: xoRewriteModule - Simplified, Short URLs?
  • 2020/10/29 12:17

  • heyula

  • Theme Designer

  • Posts: 594

  • Since: 2008/4/24





1143
AxelF
xoRewriteModule - Simplified, Short URLs?
  • 2020/10/28 16:25

  • AxelF

  • Theme Designer

  • Posts: 238

  • Since: 2004/7/12


Hi,

long time ago, I was active at Xoops, and now I´m back. I reaktivated an old project (https://kenner-mask.com) and need some help with Xoops 2.5.11 and SEO.

Back in the old days, there was the option to use modules and hacks to generate seo friendly URL.

Is there a way for xoops 2.5.11 to do the same?

Thanks for your time



1144
Mamba
PHP 8.0 RC-2 available for testing
  • 2020/10/17 20:51

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


PHP 8.0 RC-2 available for testing!!!!

INFO: https://www.php.net/archive/2020.php#2020-10-16-1

If you're using Windows, you can download the Windows version here: https://windows.php.net/qa/

Also released recently: XDEBUG 3.0 Beta 1, but right now Windows binaries are available as PECL only for PHP 7.1 - 7.4

We are testing the upcoming XOOPS 2.5.11 on PHP 8!

You can download XOOPS 2.5.11 from https://github.com/XOOPS/XoopsCore25

Resized Image
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



1145
Mamba
Re: Multitheme XOOPS without defacer module ?
  • 2020/10/15 15:15

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Please note that using <{php}> tags in Smarty is not recommended, and in Smarty 3 it is disabled by default.

Defacer seems to be the best and safest way.

More info about {php} tag in Smarty: https://www.smarty.net/best_practices
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



1146
liomj
Re: Multitheme XOOPS without defacer module ?
  • 2020/10/15 12:58

  • liomj

  • Just popping in

  • Posts: 80

  • Since: 2012/4/10


i think i got this.. i changed all xoImgUrl to $xoops_imageurl in my themes and now its working



1147
liomj
Multitheme XOOPS without defacer module ?
  • 2020/10/15 12:15

  • liomj

  • Just popping in

  • Posts: 80

  • Since: 2012/4/10


Hi does anyone know how to set xoops to have a different theme for different module without using Defacer module in XOOPS 2.5.10 ?

I saw this old post from the defunct xoops-tip website but its not working...the theme file is loading but the theme directory name themename is not changing
Quote:

create a new theme.html file with the following
<{php}>
      
$mod $GLOBALS['xoopsModule'];
    
$dirname = (isset($mod) ? $mod->getVar('dirname') :'system');
if (
$dirname == 'newbb') {
   
$theme='dream_on';
  } elseif (
$dirname == 'news') {
   
$theme='sunshine';
  }elseif (
$dirname == 'mylinks') {
   
$theme='imago06';
  } else {
   
$theme='7dana-rose';
}

$this->assign('themename'$theme.'/theme.html');
$this->assign('xoops_theme'$theme);
$this->assign('xoops_themecss'XOOPS_URL.'/themes/'.$theme.'/style.css');
$this->assign('xoops_imageurl'XOOPS_URL.'/themes/'.$theme.'/');
<{/
php}>
<{include 
file="$themename"}>


Create a New Theme

We created a new theme call Multi (you can name it to whatever you wish) under the theme directory - use either a FTP client or mkdir shell command.

We uploaded the newly created theme.html file into Multi theme directory. Also we uploaded the style.css file from ThemeA to the Multi directory.

Please note that style.css is not required to make your multiple themes work. Without it, all the java popup windows will not look very nice, as they can’t find a suitable style.css file under Multi theme. Javascript popup windows will only look for the style.css file under the default theme (Multi), and not under individual themes.


Enable Multiple Themes

We then went to Preferences and General Settings: selected Yes for updating theme files and selected Multi as the default theme.

Viola, we have a multi-theme site. If you have followed the steps and have not made typos and other mistakes, now you should have a multi-themed Xoops Site.



1148
Mamba
Re: wgTransifex 1.04 Final
  • 2020/10/13 18:07

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Awesome job!!!

I'll be definitely voting for this module on PhpClasses !!!
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



1149
goffy
wgTransifex 1.04 Final
  • 2020/10/13 5:27

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


wgTransifex is now available as final version

This module is especially developed for the translators of XOOPS modules and core.
This module is:
* downloading translations from Transifex
* renaming the files if necessary
* creating the folder structure
* saving the files in the forseen folder
* creating a zip-file

Therefore downloaded files can be easily provided as a language package.

DOWNLOAD: https://github.com/XoopsModules25x/wgtransifex/releases
FORK: https://github.com/XoopsModules25x/wgtransifex
Tutorial: https://xoops.gitbook.io/wgtransifex-module-tutorial/

A quickstart description you can find at https://xoops.gitbook.io/wgtransifex-module-tutorial/11quickstart

If you want to contribute with translating, please see https://xoops.org/modules/newbb/viewtopic.php?post_id=365247

REQUIREMENTS:
- XOOPS 2.5.10
- PHP 7.3+

I have published the module also on phpclasses.org. Therefore, please vote for it to make XOOPS more popular again.



1150
liomj
Re: xoops preferences "site close" override
  • 2020/10/12 21:37

  • liomj

  • Just popping in

  • Posts: 80

  • Since: 2012/4/10


Thank you Mamba




TopTop
« 1 ... 112 113 114 (115) 116 117 118 ... 29425 »



Login

Who's Online

636 user(s) are online (551 user(s) are browsing Support Forums)


Members: 0


Guests: 636


more...

Donat-O-Meter

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

Latest GitHub Commits