Icy Phoenix


General Support - Is It Possible To Change The URL Showed When I Share Some Topic?



Cristianita [ Tue 01 May, 2018 19:28 ]
Post subject: Is It Possible To Change The URL Showed When I Share Some Topic?
First of all, I'll appreciate if you correct me when I write wrongly... It will help me if you give me the correct statement, because is not enough you understand me. I have to learn good English

Well, I've noticed that URL when I share some topic on Facebook:

4088463417

It's the same URL showed in this forum:

dos_puntos_categoria

Will there be any way to change that URL? For example, do not show those two points, nor the category.


MWE_001 [ Wed 02 May, 2018 00:10 ]
Post subject: Re: Is It Possible To Change The URL Showed When I Share Some Topic?
That is one thing I am not exactly sure of to be honest. I am not sure if it is possible to get rid of them (hide) or not. that would be a Informpro or a Mighty Gorgon intervention moment for us.


Cristianita [ Wed 02 May, 2018 01:36 ]
Post subject: Re: Is It Possible To Change The URL Showed When I Share Some Topic?
Thanks, avatar MWE_001, we have to wait for MG and Informpro


Mighty Gorgon [ Fri 04 May, 2018 22:24 ]
Post subject: Re: Is It Possible To Change The URL Showed When I Share Some Topic?
Hi Cristianita,

OPEN viewtopic.php
FIND
Code: [Hide] [Select]
$meta_content['page_title'] = $meta_content['forum_name'] . ' :: ' . $topic_title_plain;

REPLACE WITH
Code: [Hide] [Select]
$meta_content['page_title'] = $topic_title_plain;


OPEN includes/functions_meta.php
FIND
Code: [Hide] [Select]
$meta_content['page_title'] = $meta_content['forum_name'] . ' :: ' . $meta_content['page_title'];

REPLACE WITH
Code: [Hide] [Select]
$meta_content['page_title'] = $meta_content['page_title'];


Cristianita [ Sun 06 May, 2018 00:51 ]
Post subject: Re: Is It Possible To Change The URL Showed When I Share Some Topic?
Done!

This topic is SOLVED Thanks, avatar Mighty Gorgon!




Powered by Icy Phoenix