1
AxelF
Re: All about M.A.S.K. runs XOOPS 2.5.11.
  • 2021/1/3 9:52

  • AxelF

  • Theme Designer

  • Posts: 238

  • Since: 2004/7/12


@All

thanks for the warm words. I started the site in 2002, since 2004 I´m using Xoops for it. The site was offline from 2009 - 2020, but I always wanted to bring it back online. In June I found an old version of the database and started again with it.

All modules can be found at github

myalbum is a module I used back from 2004 in many version. @goffy helped me a lot top get the moldule ready for Xoops 2.10.+
The version I use on my site is highly costomized and I´m not able to upload it, it will not work in your systems

I renamed the module many times, so I have the modules I need.



2
AxelF
Re: Publisher 1.08 Alpha 3 Released for Testing
  • 2021/1/3 9:37

  • AxelF

  • Theme Designer

  • Posts: 238

  • Since: 2004/7/12


@goffy, I tested the new version.

After I installed the new version I couldn´t edit or post article. The rights are the same as the older version 1.07. final

Fother I can´t user the reactions, it´s always star rating.

Thanks for your fantastic work and help



3
AxelF
All about M.A.S.K. runs XOOPS 2.5.11.
  • 2020/12/27 17:41

  • AxelF

  • Theme Designer

  • Posts: 238

  • Since: 2004/7/12


Hi XOOPSers,

today I want to show you my websitre All about M.A.S.K. . But before I do so, I need to thank goffy for his support at myxoops.org. Without him, the site wasn´t possible.

What I use atAll about M.A.S.K. :

XOOPS: XOOPS 2.5.11 Beta 1
Theme: Goffys wgskiclub theme and modifyed it for my site
Modules: - Most parts of the site is using the myalbum-p module, back from the early days of xoops. With help of goffy the module is now running under the lastest XOOPS version. It is used in 6 installations, all with unique names.
- adslight
- contact-
- mylinks
- publisher
- waiting content
- wflinks
- wggallery
- xlanguage
- xoopstube (modified)
- xsitemap

I also included a lot of features, not included in XOOPS, to the site.

Like Flipbooks or 360° views

Resized Image


Resized Image


Enjoy the site, any feedback is welcome

XOOPS IS STILL ALIVE



4
AxelF
Re: xoRewriteModule - Simplified, Short URLs?
  • 2020/12/27 9:04

  • AxelF

  • Theme Designer

  • Posts: 238

  • Since: 2004/7/12


Does a coder has the chance to have a look to the xlanguage module? I really need that fearure.

Thank you!



5
AxelF
Re: xoRewriteModule - Simplified, Short URLs?
  • 2020/11/20 19:22

  • AxelF

  • Theme Designer

  • Posts: 238

  • Since: 2004/7/12


Nice That´s more important for shure.

And it´s a long way. In 2009 I was involved for the new official theme for xoops.org.



6
AxelF
Re: xoRewriteModule - Simplified, Short URLs?
  • 2020/11/18 11:17

  • AxelF

  • Theme Designer

  • Posts: 238

  • Since: 2004/7/12


I'm sorry if I'm a little impatient, I really like to use the SEO hack.

Do you already have an idea how that can be solved with the xlanguage module?



7
AxelF
Re: xoRewriteModule - Simplified, Short URLs?
  • 2020/11/12 20:40

  • AxelF

  • Theme Designer

  • Posts: 238

  • Since: 2004/7/12


Quote:

heyula wrote:
After this process, links of old articles appear as follows.

If you say edit the articles from the admin panel and send them again, you will have the URL structure as below.

Resized Image


Demo:
https://demo.erenyumak.com/publisher.item.7/xoops-modulebuilder-3-03-alpha-4-released-for-testing.html

Thanks. Thats so cool

Quote:

heyula wrote
https://kenner-mask.com/merchandise/[de]Kataloge-und-Hefte[/de][en]Catalogs-and-booklets[/en]/cat,80,0,12,0,list.html


I will look when I am available for error in language.

That would be very nice. It's important for me
Otherwise I cant use the SEO option



8
AxelF
Re: xoRewriteModule - Simplified, Short URLs?
  • 2020/11/12 8:47

  • AxelF

  • Theme Designer

  • Posts: 238

  • Since: 2004/7/12


Good morning,

thanks, that heloed. For publisher it works fine.

For my other modules all cloned from myalbum is it weorking.

But, one problem I have with xlanguage. Have a look what it´s doing to the URL

https://kenner-mask.com/merchandise/[de]Kataloge-und-Hefte[/de][en]Catalogs-and-booklets[/en]/cat,80,0,12,0,list.html

htaccess code for myalbum (name is here merchandise)

#Merchandise
RewriteRule ^merchandise/submit.html                                                                                         modules/merchandise/submit.php  [L,NC,QSA]
RewriteRule ^merchandise/submit.php                                                                                         modules/merchandise/submit.php  [L,NC,QSA]
RewriteRule ^merchandise/ratephoto.php                                                                                         modules/merchandise/ratephoto.php  [L,NC,QSA]
RewriteRule ^merchandise/cat,([0-9]+),([0-9]+),([0-9]+),([0-9]+),([a-zA-Z0-9]+).html                                         modules/merchandise/viewcat.php?cid=$1&uid=$2&num=$3&pos=$4&view=$5  [L,NC,QSA]
RewriteRule ^merchandise/rss,([0-9]+),([0-9]+),([0-9]+),([0-9]+),([a-zA-Z0-9]+).rss                                            modules/merchandise/rss.php?cid=$1&uid=$2&num=$3&pos=$4&view=$5  [L,NC,QSA]
RewriteRule ^merchandise/index,([0-9]+),([0-9]+).html                                                                         modules/merchandise/index.php?num=$1&pos=$2  [L,NC,QSA]
RewriteRule ^merchandise/rate,([0-9]+).html                                                                                 modules/merchandise/ratephoto.php?lid=$1  [L,NC,QSA]
RewriteRule ^merchandise/top,([0-9]+),([0-9]+).html                                                                         modules/merchandise/topten.php?hit=$1&rate=$2  [L,NC,QSA]
RewriteRule ^merchandise/(.*?)/index.php                                                                                     modules/merchandise/index.php  [L,NC,QSA]
RewriteRule ^merchandise/(.*?)/comment_(.*?)                                                                                  modules/merchandise/comment_$2  [L,NC,QSA]
RewriteRule ^merchandise/(.*?)/photo.php(.*?)                                                                                  modules/merchandise/photo.php$2  [L,NC,QSA]
RewriteRule ^merchandise/(.*?)/viewcat.php(.*?)                                                                              modules/merchandise/viewcat.php$2  [L,NC,QSA]
RewriteRule ^merchandise/(.*?)/ratephoto.php(.*?)                                                                              modules/merchandise/ratephoto.php$2  [L,NC,QSA]
RewriteRule ^merchandise/(.*?)/list.tag.php(.*?)                                                                              modules/merchandise/list.tag.php$2  [L,NC,QSA]
RewriteRule ^merchandise/(.*?)/view.tag.php(.*?)                                                                              modules/merchandise/view.tag.php$2  [L,NC,QSA]
RewriteRule ^merchandise/(.*?)/submit.php(.*?)                                                                                modules/merchandise/submit.php?$2&title=$1  [L,NC,QSA]
RewriteRule ^merchandise/(.*?)/submit,([0-9]+).html                                                                            modules/merchandise/submit.php?cid=$2&title=$1  [L,NC,QSA]
RewriteRule ^merchandise/(.*?)/cat,([0-9]+),([0-9]+),([0-9]+),([0-9]+),([a-zA-Z0-9]+).html                                     modules/merchandise/viewcat.php?cid=$2&uid=$3&num=$4&pos=$5&view=$6  [L,NC,QSA]
RewriteRule ^merchandise/(.*?)/rss,([0-9]+),([0-9]+),([0-9]+),([0-9]+),([a-zA-Z0-9]+).rss                                     modules/merchandise/rss.php?cid=$2&uid=$3&num=$4&pos=$5&view=$6  [L,NC,QSA]
RewriteRule ^merchandise/(.*?)/(.*?)/edit,([0-9]+),([0-9]+).html                                                            modules/merchandise/editphoto.php?lid=$3&cid=$4   [L,NC,QSA]
RewriteRule ^merchandise/(.*?)/(.*?)/rate,([0-9]+),([0-9]+).html                                                            modules/merchandise/ratephoto.php?lid=$3&cid=$4   [L,NC,QSA]
RewriteRule ^merchandise/(.*?)/(.*?)/submit.php?cid=([0-9]+)                                                                modules/merchandise/submit.php?cid=$3&title=$1  [L,NC,QSA]
RewriteRule ^merchandise/(.*?)/(.*?)/comment_(.*?)                                                                          modules/merchandise/comment_$3  [L,NC,QSA]
RewriteRule ^merchandise/(.*?)/(.*?)/photo.php(.*?)                                                                          modules/merchandise/photo.php$3  [L,NC,QSA]
RewriteRule ^merchandise/(.*?)/(.*?)/viewcat.php(.*?)                                                                          modules/merchandise/viewcat.php$3  [L,NC,QSA]
RewriteRule ^merchandise/(.*?)/(.*?)/ratephoto.php(.*?)                                                                      modules/merchandise/ratephoto.php$3  [L,NC,QSA]
RewriteRule ^merchandise/(.*?)/(.*?)/list.tag.php(.*?)                                                                      modules/merchandise/list.tag.php$2  [L,NC,QSA]
RewriteRule ^merchandise/(.*?)/(.*?)/view.tag.php(.*?)                                                                      modules/merchandise/view.tag.php$2  [L,NC,QSA]
RewriteRule ^merchandise/(.*?)/(.*?)/index.php                                                                                 modules/merchandise/index.php  [L,NC,QSA]
RewriteRule ^merchandise/(.*?)/(.*?)/([0-9]+),([0-9]+).html                                                                 modules/merchandise/photo.php?lid=$3&cid=$4  [L,NC,QSA]
RewriteRule ^merchandise/(.*?)                                                                                                 modules/merchandise/$1  [L,NC,QSA]


How can I fix this?



9
AxelF
Re: xoRewriteModule - Simplified, Short URLs?
  • 2020/11/10 15:25

  • AxelF

  • Theme Designer

  • Posts: 238

  • Since: 2004/7/12


No ideas?



10
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




TopTop
(1) 2 3 4 ... 6 »



Login

Who's Online

105 user(s) are online (74 user(s) are browsing Support Forums)


Members: 0


Guests: 105


more...

Donat-O-Meter

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

Latest GitHub Commits