1091
pacho
Re: New Module and Theme
  • 2020/11/12 20:47

  • pacho

  • Quite a regular

  • Posts: 235

  • Since: 2005/6/7 2


Great assets Heyula, thanks!



1092
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



1093
Mamba
XoopsHeadline 1.12 Beta 1 released for testing
  • 2020/11/12 11:23

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Resized Image


XoopsHeadline 1.12 Beta 1 is released for testing and contributions

The XoopsHeadlines module is used to display RSS feeds on your website. It is typically used to aggregate news feeds into a single location on your website. The headlines can be shown in the XoopsHeadlines module or in a block on your site.

DOWNLOAD: https://github.com/mambax7/xoopsheadline/releases/

FORK: https://github.com/XoopsModules25x/xoopsheadline/

REQUIREMENTS:
- XOOPS 2.5.10
- PHP 7+ (works on PHP 8)
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



1094
heyula
Re: xoRewriteModule - Simplified, Short URLs?
  • 2020/11/12 10:08

  • heyula

  • Theme Designer

  • Posts: 594

  • Since: 2008/4/24


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

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.



1095
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?



1096
Mamba
Experimental modules: mTools and Quotes
  • 2020/11/12 8:38

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Resized Image


Resized Image


Here are two experimental modules to test a new approach to module building.

Originally, when I started to add namespaces to our modules, I also added common classes in /class/Common/

The plan was to group them together, so later on we could move them to one common location for all modules. The new central location would become a kind of "incubator" for common functionality, and the Core team could decide which ones could eventually be moved into XMF (XOOPS Module Framework)

Inspired by what Tad did with his "TadTools", I started to work on "MTools", and this is the first experimental version:

1) Install first the MTools

2) Then you can install "Quotes" module to test it

Thanks to Namespaces, we can now call all the "Common" classes directly from MTools.

Bugs are expected, since this is still in "experimental" phase, but the module should install and when you install the Testdata, it should (hopefully), at least in Admin, show the Quotes and Authors.

FYI: Blocks have not been installed/tested, so don't test them.

REQUIREMENTS:
- XOOPS 2.5.10
- PHP 7+ (works on PHP 8)
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



1097
Mamba
Re: New Module and Theme
  • 2020/11/12 7:54

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


That's so awesome!!!

Thank you!

Viva XOOPS!
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



1098
heyula
New Module and Theme
  • 2020/11/12 7:47

  • heyula

  • Theme Designer

  • Posts: 594

  • Since: 2008/4/24


New modules and theme created with ModuleBuilder are coming soon.

Resized Image

Resized Image


goffy
for ModuleBuilder 3.04 Final thank you so much again



1099
Mamba
XOOPS Statistics 1.0 RC-1 released
  • 2020/11/12 4:44

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Resized Image


Statistics 1.0 RC-1 is released for testing and contributions

Statistics is for collecting visitor statistics, and to provide info about your PHP Configuration.

DOWNLOAD: https://github.com/mambax7/statistics/releases/

FORK: https://github.com/XoopsModules25x/statistics/

REQUIREMENTS:
- XOOPS 2.5.10
- PHP 7+ (works on PHP 8)
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



1100
Mamba
Re: ModuleBuilder 3.04 Final
  • 2020/11/12 4:36

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Awesome!!!!

Thank you! 

Viva XOOPS!  Very Happy 

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




TopTop
« 1 ... 107 108 109 (110) 111 112 113 ... 29425 »



Login

Who's Online

405 user(s) are online (329 user(s) are browsing Support Forums)


Members: 0


Guests: 405


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