pH7Software / pH7-Social-Dating-CMS

😻 pH7Builder (formerly pH7CMS) is a Professional & Open Source Social Dating CMS written in PHP 8 🚀 This Social Dating Script aims to be low resource-intensive, powerful and secure. pH7Builder includes over 40 modules. It is the first Professional, Free & Open Source Social Dating Site Builder Software and the first choice for enterprise level Da
https://pH7Builder.com
MIT License
961 stars 578 forks source link

Remove and Update Home Page Heading and Footer Links #605

Closed abuaslad closed 5 years ago

abuaslad commented 5 years ago

Issue 1: I am unable to find the location of following heading present in admin section or which file to update it on homepage:

🚀 Meet amazing people near Mumbai! 🎉

Especially I am looking to change Mumbai but I am unable to find anywhere.

Issue 2

I am unable to find Footer file to update following homepage footer links:

About Nookors | Help | Newsletter | Invite | Site Map

From where I can change it i.e admin or Footer file

Issue 3

Home Page is not SEO Friendly:

Heading Tag H1, H2, H3 are not placed properly: H1 - 2 Times => Wrong SEO practice H2 - 🚀 Meet amazing people near Mumbai! 🎉 =>Wrong Place

Please let us know from where we can change Heading of Home Page.

Website:- http://www.nookors.in/ nookers-home 1

Undefined-Variables commented 5 years ago

The word Mumbai is a variable! This variable is determined by the current users IP address location so if the user was in Madrid it would say Madrid not Mumbai.

The links are found in the themes folder /public/templates/themes/base/tpl/bottom_menu.inc.tpl

But again these are not hard coded words they are variables and to change them is not that simple, you will have to make changes in many places or your site will simply break!

The pages are not hard to find if you have a good text editor that has a search function (that's my tip of the day)

polynamaude commented 5 years ago

@abuaslad

Here's some link for more information...

https://ph7cms.com/doc/

https://github.com/pH7Software/pH7-Social-Dating-CMS/wiki/How-to-edit-the-Terms,-Privacy,-Legal-Notice,-About-Us-pages%3F

https://ph7cms.com/doc/en/how-to-remove-the-link-in-the-footer

https://github.com/pH7Software/pH7-Social-Dating-CMS/wiki/How-to-ask-for-help

The last one is pretty important, unless you feel like getting on the ignore list.

The source code is well commented so shouldn't be too hard. If you want to change to name of the city to a static one, you simply have to edit the main controller and set the variable to a static string. That's pretty easy and fool proof.

Regarding what you consider as SEO acceptable practice, feel free to change it suiting your own needs. That's the goal of GPL and this is not meant to be a universal, out-of-box solution. Unless you still believe in Santa Claus.

You'd be nice if you could give a star on gitHub and / or make a nice review on Sourceforge.

star-repo
Undefined-Variables commented 5 years ago

You never asked me to give you a star!!! And don't ruin xmas for me I still believe LMFAO

polynamaude commented 5 years ago

@Undefined-Variables You mind just keeping quiet when needed ? If you are waiting to get a real banned, then you are getting pretty close. Get it ?

abuaslad commented 5 years ago

The source code is well commented so shouldn't be too hard. If you want to change to name of the city to a static one, you simply have to edit the main controller and set the variable to a static string. That's pretty easy and fool proof.

@polynamaude From which file I will get the

Location Variable

Please help me I am tired of finding it.

IP based location changing Variable is not working. Its is BUG. Need to resolve it because I have checked with many different proxy site of US, UK and many other country but everywhere it is showing MUMBAI.

I want to remove following heading permanently until BUG is not resolved permanently.

🚀 Meet amazing people near Mumbai! 🎉

polynamaude commented 5 years ago

@abuaslad Use fgrep to search inside the files. You can use this tool to find any type of string.

polynamaude commented 5 years ago

@abuaslad Nothing prevent you from completely removing the line if you prefer.

Undefined-Variables commented 5 years ago

The source code is well commented so shouldn't be too hard. If you want to change to name of the city to a static one, you simply have to edit the main controller and set the variable to a static string. That's pretty easy and fool proof.

@polynamaude From which file I will get the

Location Variable

Please help me I am tired of finding it.

IP based location changing Variable is not working. Its is BUG. Need to resolve it because I have checked with many different proxy site of US, UK and many other country but everywhere it is showing MUMBAI.

I want to remove following heading permanently until BUG is not resolved permanently.

🚀 Meet amazing people near Mumbai! 🎉

Its not a bug it works for me! the file you are looking for is here

_protected/app/system/modules/user/views/base/tpl/main/user_promo_block.inc.tpl

all the pages are found here

abuaslad commented 5 years ago

Thanks @Undefined-Variables

Finally I have removed it permanently from following file location: _protected/app/system/modules/user/views/base/tpl/main/user_promo_block.inc.tpl

Thanks a lot....

lock[bot] commented 5 years ago

Hi there, I locked the thread since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Thank you, Pierre-Henry Soria 🤖