Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allowing custom URL schemes just like Google SEO #39

Closed
ATofighi opened this issue Oct 24, 2014 · 0 comments
Closed

allowing custom URL schemes just like Google SEO #39

ATofighi opened this issue Oct 24, 2014 · 0 comments
Assignees
Labels
Milestone

Comments

@ATofighi
Copy link
Owner

   if($mybb->settings['tags_seo'])
    {
        define('TAG_URL', "tag-{name}.html");
        define('TAG_URL_PAGE', "tag.html");
    }
    else
    {
        define('TAG_URL', "tag.php?name={name}");
        define('TAG_URL_PAGE', "tag.php");
    } 

Why not allowing custom URL schemes just like Google SEO does it? Unless I edit your code I can't use "etiqueta-{name}" or another.

Instead of an yes/no option use two a text box setting.

@ATofighi ATofighi added this to the MyBB-Tags v3 milestone Oct 24, 2014
@ATofighi ATofighi self-assigned this Mar 1, 2015
@ATofighi ATofighi added fixed and removed confrimed labels Mar 1, 2015
@ATofighi ATofighi removed the fixed label Mar 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant