Hallo, Gast! (Registrieren)

Letzte Ankündigung: MyBB 1.8.37 veröffentlicht (04.11.23)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
theme_redirect
#1
Eine neue Erweiterung wurde veröffentlicht: Theme Redirect

Zitat:Please don't ask for support in the reviews section, I can't reply there.

Bug reports: https://github.com/JordanMussi/theme_redirect/issues

Add redirects to multiple theme demo sites. Each site needs a URL with {theme} located inside it so that it can be replaced by the theme id. Multiple demo sites can be added if a group of theme authors want their themes on their own demo site.

Additional Information
Two Language Files.
No New Templates.
No Template Edits.
No New Settings Group.
No New Settings.
Two New Database Tables.
One New Configuration Page in Admin CP.
One New File in the Front End.

How to Rename the redirect page.
To rename the redirecting page. First rename ./theme_redirect.php to your new name. Next open ./inc/plugins/theme_redirect.php and on line 28 there should be
Code:
define(REDIRECTOR_LOCATION, "theme_redirect.php"); 
Replace theme_redirect.php with the new name.

Vorschau:
http://demonate.com
Zitieren
#2
Eine neue Version wurde veröffentlicht: Theme Redirect 1.1
Zitieren