inherit
160897
0
Jul 14, 2021 22:14:02 GMT -8
Teddy Bear
53
December 2010
teddy123bear
|
Post by Teddy Bear on Aug 17, 2019 6:52:22 GMT -8
Because I have used Tinypic until now to store the pictures used on my website, and they are now suspending service, I need to change all of the pictures previously used by them. However there is one section of my main page that I cannot remember how to access, and it doesn't show on the regular boards and categories. It is situated near the top between the 2 News Feeds. I have searched through all of the admin possibilities with no success. Any help would be appreciated. Thanks in advance.
|
|
inherit
6871
0
Jun 10, 2024 2:25:35 GMT -8
bigballofyarn
"If you wish to make an apple pie from scratch, you must first invent the universe." -Carl Sagan
7,888
January 2003
bigballofyarn
|
Post by bigballofyarn on Aug 17, 2019 6:56:25 GMT -8
If it only appears on your homepage, I'm assuming it's in your main header.
If it appears on every page, I'm assuming it's in your global header.
Admin > Structure > Headers & Footers
Edit: Or do you need help locating it within your main header?
|
|
inherit
160897
0
Jul 14, 2021 22:14:02 GMT -8
Teddy Bear
53
December 2010
teddy123bear
|
Post by Teddy Bear on Aug 17, 2019 7:22:25 GMT -8
Thanks for your quick reply Big. I have looked through my Global and Main Headers but that only shows the text that is above the top news feed and below the Webpage picture. The part that says Biased BBC - The Archive with the text picture and YouTube insert doesn't show at all.
It's only on the Mainpage
|
|
inherit
223590
0
May 17, 2023 9:13:21 GMT -8
Kitty Katt
My Username is @kittykatt (with 2 t's in katt)
821
July 2015
kittykatt
|
Post by Kitty Katt on Aug 17, 2019 16:53:38 GMT -8
A forum URL would be helpful to a coder so they can try to ascertain where that is located.
|
|
inherit
140147
0
Nov 19, 2024 5:07:22 GMT -8
Nscalerr
Throw me to the wolves and I'll return leading the pack!
3,043
May 2009
nscalerr
|
Post by Nscalerr on Aug 18, 2019 4:04:20 GMT -8
Found the forum with a quick Google search. Teddy Bear have you looked through the plugins on the forum ? Or maybe the home template ? Biased BBC
|
|
inherit
160897
0
Jul 14, 2021 22:14:02 GMT -8
Teddy Bear
53
December 2010
teddy123bear
|
Post by Teddy Bear on Aug 18, 2019 4:41:29 GMT -8
Thanks for your effort NS I have looked through the plugins which I use but can't find any that show my existing links that I need to edit on that particular part of the webpage.
I have also looked through the layout templates but can't see any link reference to the existing picture and You-Tube showing. I just can't remember how I did it last time.
|
|
inherit
140147
0
Nov 19, 2024 5:07:22 GMT -8
Nscalerr
Throw me to the wolves and I'll return leading the pack!
3,043
May 2009
nscalerr
|
Post by Nscalerr on Aug 18, 2019 5:27:49 GMT -8
The following code appears to be what you are looking for, (complete with errors as well). I am running out of ideas as to where it could be.
<div id="content" role="main"> <div class="container"> <div class="title-bar"><h2><div class="title-wrapper">BIASED BBC - The Archive</div></h2></div> <div class="content cap-bottom"> <center><img src="http://i67.tinypic.com/345zddy.jpg"></center> <center><b>Welcome Guest</b><br /><br /></center> <center>We hope you find it stimulating. You are free to read any of the posts in the archive. If you need help - feel free to contact me - <a href=http://biasedbbc.proboards.com/index.cgi?action=viewprofile&user=admin>Teddy</center></a><br /><br /> <center><object style="height: 273px; width: 448px"><param name="movie" value="http://www.youtube.com/v/HacxYLlCA68?version=3"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/HacxYLlCA68?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="448" height="273"></object></center> </div> </div>
|
|
inherit
160897
0
Jul 14, 2021 22:14:02 GMT -8
Teddy Bear
53
December 2010
teddy123bear
|
Post by Teddy Bear on Aug 18, 2019 5:49:27 GMT -8
Wow NC - That's it - but where should I look to find it and change it?
Also when you say 'errors' - which are you referring to?
|
|
inherit
160897
0
Jul 14, 2021 22:14:02 GMT -8
Teddy Bear
53
December 2010
teddy123bear
|
Post by Teddy Bear on Aug 18, 2019 6:52:44 GMT -8
Okay - I'm very pleased to say that I located and amended the links on that section. It was indeed in the Layout Template section. When I pressed on 'Home' it showed the relevant code. Thanks to all who contributed, especially NSCALERR as because of the code you posted I knew what I had to search for. I actually found it because of an old thread support.proboards.com/post/5194614/thread where I was needing to sort out a problem then. Best Wishes to all and thanks again :-)
|
|
inherit
140147
0
Nov 19, 2024 5:07:22 GMT -8
Nscalerr
Throw me to the wolves and I'll return leading the pack!
3,043
May 2009
nscalerr
|
Post by Nscalerr on Aug 18, 2019 7:23:44 GMT -8
Basically the errors were no " " in the link and having the </center> the wrong side of the </a> tag. Oh btw you don't need the index.cgi in the link to your forum. Well done on finding the code.
|
|
inherit
160897
0
Jul 14, 2021 22:14:02 GMT -8
Teddy Bear
53
December 2010
teddy123bear
|
Post by Teddy Bear on Aug 18, 2019 8:50:50 GMT -8
Cheers NSCALERR
|
|
inherit
140147
0
Nov 19, 2024 5:07:22 GMT -8
Nscalerr
Throw me to the wolves and I'll return leading the pack!
3,043
May 2009
nscalerr
|
Post by Nscalerr on Aug 18, 2019 22:20:37 GMT -8
Just out of interest, I have come up with a better version of your code minus the errors. Add this to the bottom of the stylesheet. /* bbc bias */ .bbc_bias { text-align: center; } Add the following in place of what you have now. <div class="container"> <div class="title-bar bbc_bias"><h2>BIASED BBC - The Archive</h2></div> <div class="content cap-bottom bbc_bias"> <img src="https://i.postimg.cc/8CX2dmSQ/jj342s.jpg"><br /><br /> <b>Welcome Guest</b><br /><br /> We hope you find it stimulating. You are free to read any of the posts in the archive. If you need help - feel free to contact me - <a href="http://biasedbbc.proboards.com/user/1">Teddy</a><br /><br />
<object style="height: 273px; width: 448px"> <param name="movie" value="http://www.youtube.com/v/HacxYLlCA68?version=3"> <param name="allowFullScreen" value="true"> <param name="allowScriptAccess" value="always"> <embed src="http://www.youtube.com/v/HacxYLlCA68?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="448" height="273"> </object> </div> </div>
|
|
inherit
160897
0
Jul 14, 2021 22:14:02 GMT -8
Teddy Bear
53
December 2010
teddy123bear
|
Post by Teddy Bear on Aug 19, 2019 1:22:12 GMT -8
You're great mate - many thanks and I'll amend it later and let you know how it goes
|
|
inherit
160897
0
Jul 14, 2021 22:14:02 GMT -8
Teddy Bear
53
December 2010
teddy123bear
|
Post by Teddy Bear on Aug 19, 2019 7:22:32 GMT -8
Okay NSC - So I changed the code according to what you posted. I noticed that it wasn't centered as before and added the code in the relevant places to do so. I also noted that the message for the guest shows on the member page as well. I tried adding the 'if' code as before but it didn't work so I removed it, and I'm not particularly worried about it. One thing I would like to know is if it's possible to raise the text in the global header. For some reason it's quite a way below the line above. I really appreciate your effort on my behalf NSC
|
|
inherit
140147
0
Nov 19, 2024 5:07:22 GMT -8
Nscalerr
Throw me to the wolves and I'll return leading the pack!
3,043
May 2009
nscalerr
|
Post by Nscalerr on Aug 19, 2019 7:33:49 GMT -8
I will have a look at things once I have the pc on again.
|
|