Jump to content
TNG Community

Darrin's URL in footer


JMM

Recommended Posts

I've managed to get my site working with SSL, and the entire site uses https.

Everything works great ..... except for Darrin's URL in the footers.  For some reason, it points to https://www.tngsitebuilding.com/

Note the https at the beginning.

If someone can point me in the right direction, I would like to somehow (if possible) hardcode his correct URL into my footers.

I took a look at my genlib.php file, but I think that his URL is possibly a variable that's called by genlib.php?

Any suggestions would be greatly appreciated.

Thanks in advance.

John

Link to comment
Share on other sites

bauschaffender

Look at stdsitecredit.php in the TNG root folder. There you will find the part {$http}://www.tngsitebuilding.com. The {$http} could hardcode to "http" without $ and brackets so it works without error message. Otherwise the link not opens in a new window ... there have to be a additionel target=\"_blank\" after the link adress.

Martin

Link to comment
Share on other sites

Hi Martin.

Thanks for your tips.  The file was actually called stdsitecredit.php in my root.

I changed the pertinent part, as you suggested, from

href=\"{http}://www.tngsitebuilding.com\"

to

href=\"http://www.tngsitebuilding.com\"

and I also added

target=\"_blank\"

while I was there :lol:.  I've been trying for a long time (since v10?) to get his site to open up in a new page .... thanks.

Everything works great now.

Thanks again for your help, and have a great day.

Tschüß.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...