Hello,
How can we change the name of "Join" page. I have http://www.boonex.com/m/master-splash-page-model-1 on my site .
Now the problem is that browser shows "join" as the heading above the description of the site and not the site name so changing the name of join page to the site name could help the site SEO.
Kindly Help.
|
Splash page fields are same with join page. |
Ok , can anybody tell , what will happen if I change the TITLE of the page ?? |
The only thing that should happen is the title of the page will change. I don't think anything uses the title of the page. Geeks, making the world a better place |
The only thing that should happen is the title of the page will change. I don't think anything uses the title of the page.
Thanks for the reply,
You are an Angle.
|
I am not sure if this is the correct place, but I would like to change what shows up in the browser tab from Join to something else.
Peer
Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
Here is the problem; there is not an easy way to change the name of the page with Dolphin. You can go into the database and you have to change both sys_page_compose and sys_page_compose_ pages, or whatever they are actually named. One lists the pages, the other holds the blocks for each page. If you change the page name in the database, then you have to go over and run a query to rename each in the blocks table.
You can try using Deano's Head Injection module; that works off the page title; however, you could try using it to inject a title meta tag into the page header which should override the default title for the page. The head injection module is a rather useful module. You can ask Deano about this and see what he says before you buy the module.
Geeks, making the world a better place |
Here is the problem; there is not an easy way to change the name of the page with Dolphin. You can go into the database and you have to change both sys_page_compose and sys_page_compose_ pages, or whatever they are actually named. One lists the pages, the other holds the blocks for each page. If you change the page name in the database, then you have to go over and run a query to rename each in the blocks table.
You can try using Deano's Head Injection module; that works off the page title; however, you could try using it to inject a title meta tag into the page header which should override the default title for the page. The head injection module is a rather useful module. You can ask Deano about this and see what he says before you buy the module.
Thanks for such a help you have provided, I am having Head injection installed so definitely going to ask Deano , he is also a nice person as per my experience with him.
thanks again.
|
Deano is a great guy and write great code.
Geek Girl, this sounds like a risky endeavor at best...
One upgrade could wipe out all your work?
P.
Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
Deano is a great guy and write great code.
Geek Girl, this sounds like a risky endeavor at best...
One upgrade could wipe out all your work?
P.
Yes, I agree. I would try something like Deano's Head Injections instead of changing things in the database.
Geeks, making the world a better place |
Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
Just to make sure..
Attached is the name of the page I would like to change...
Would Deanos injection tool change this to something else?
:)
Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
Yes.
For a test, i used it to replace the title on my sites join page. http://www.deanbassett.com/join.php
You can see for your self.
https://www.deanbassett.com |
Yes.
For a test, i used it to replace the title on my sites join page. http://www.deanbassett.com/join.php
You can see for your self.
Hello today is moment of pride to me that so important people are providing there precious time just for me and I think it happens just because of an Angle G.G , She replies and grab attraction of everybody , otherwise being so small in front of you all will not be able to get a single reply.
Sir@Deano can you please tell me the line to be injected , so that the title of the page changes to the one I want.
|
Deano-
Again, thanks for everything!
Peer
Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
Sir Deano , should I inject a line
<title>The name I want to insert</title>
|
Sir Deano , should I inject a line
<title>The name I want to insert</title>
Yes. Let us know if it is not working for you.
Geeks, making the world a better place |
Deano's tool rocks... I wish I had purchased earlier...
P.
Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
Sir Deano , should I inject a line
<title>The name I want to insert</title>
Yes. Let us know if it is not working for you.
a million thanks to you all it works.
many many thanks for donating your such a precious time, hats off to you all.
|
My Thanks to you all

|
Sorry for the delay. Quite busy.
I see you have it worked out.
https://www.deanbassett.com |
not sure if this question would fall in line here, but: What if I want to change the actual url from join.php to register.php - am I stuck with making changes in the database and then searching throughout site pages to change references of join.php to register.php? caredesign.net |
Not the same thing.
Changing the url would require renaming join.php to register.php. Change all direct links throughout the source and all links to it from inside the database.
I had a tutorial for it for dolphin 7.0.9 http://www.boonex.com/forums/topic/Rename-join-php.htm
I have not had time to do a new one.
https://www.deanbassett.com |
caredesign.net |