Comic Fury Webcomic Hosting - Silly Newbie Editing Questions

You are not logged in. Log in, Register, More info
Forum > Layouts, HTML, CSS & Javascript > Silly Newbie Editing Questions
Pages: [1]

"Silly Newbie Editing Questions", 23rd Apr 2012, 12:11 AM #1
systemcat

User avatar
Posts: 138
Referrals: 0
Registration date: 22nd Apr 2012
Location: Houston
Just started up my site today and can't manage to find where to edit small details over the main page. For example replacing the text header with a banner. I know the code to do so but can't find the code already embedded I need to replace. I'd also like to do this trick with the buttons but haven't tried so yet. (I wanna replace the header first).

<editing in> Can I please change my user name without starting a new account?
_______________________
DeviantART Gallery: http://systemcat.deviantart.com/gallery/
23rd Apr 2012, 12:22 AM #2
MatthewJA♂
Matt Damon
User avatar
Posts: 4689
Referrals: 14
Registration date: 26th Sep 2010
Location: Canberra, Australia
Your Webcomics > Webcomic Management > Webcomic Site/Layout > Edit Layout HTML

Also, PM Kyo to get your username changed (he usually allows it for new members)
_______________________
image
image
23rd Apr 2012, 12:22 AM #3
Sivrus♂

User avatar
Posts: 371
Referrals: 0
Registration date: 17th Dec 2011
Location: I think it's in the universe somewhere
MatthewJA:Your Webcomics > Webcomic Management > Webcomic Site/Layout > Edit Layout HTML

Also, PM Kyo to get your username change (he usually allows it for new members)


He knows that part. How to edit the HTML. Just not WHAT to edit.
_______________________
image
23rd Apr 2012, 12:24 AM #4
MatthewJA♂
Matt Damon
User avatar
Posts: 4689
Referrals: 14
Registration date: 26th Sep 2010
Location: Canberra, Australia
Oh?

Well, in that case, for things that are present on every page look in the Overall Layout section. I think that's where you'll need to be.
The text header is a tag like [webcomicname] or something. Replace that with the comic banner image.
_______________________
image
image
23rd Apr 2012, 12:47 AM #5
systemcat

User avatar
Posts: 138
Referrals: 0
Registration date: 22nd Apr 2012
Location: Houston
MatthewJA:Oh?

Well, in that case, for things that are present on every page look in the Overall Layout section. I think that's where you'll need to be.
The text header is a tag like [webcomicname] or something. Replace that with the comic banner image.


I already tried that.

_______________________
DeviantART Gallery: http://systemcat.deviantart.com/gallery/
23rd Apr 2012, 12:57 AM #6
MatthewJA♂
Matt Damon
User avatar
Posts: 4689
Referrals: 14
Registration date: 26th Sep 2010
Location: Canberra, Australia
mmkay

Post your layout code? (in spoiler and code tags?)
_______________________
image
image
23rd Apr 2012, 1:04 AM #7
Sivrus♂

User avatar
Posts: 371
Referrals: 0
Registration date: 17th Dec 2011
Location: I think it's in the universe somewhere
Test Account:
MatthewJA:Oh?

Well, in that case, for things that are present on every page look in the Overall Layout section. I think that's where you'll need to be.
The text header is a tag like [webcomicname] or something. Replace that with the comic banner image.


I already tried that.



I believe you replace [webcomicname] with [webcomicbanner] or something alike to that.
_______________________
image
23rd Apr 2012, 1:22 AM #8
systemcat

User avatar
Posts: 138
Referrals: 0
Registration date: 22nd Apr 2012
Location: Houston
MatthewJA:mmkay

Post your layout code? (in spoiler and code tags?)


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>

  <!-- Last Update: [lastupdatedmy] -->
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  <link rel="alternate" type="application/rss+xml" title="RSS" href="/rss/" />
  <title><img src="http://lightbulbs.thecomicseries.com/files/light_bulbs_banner_j.jpg"> </title>
  <style type="text/css">
   <!--layout:[css]-->
  </style>
  <script type="text/javascript" src="http://comicfury.com/cflayoutjs.js.php?wcid=[webcomicid]"></script>
 </head>
 <body>

   <div id="head">
    <h1 id="sitetitle">
     <!--cond:[n:banner]-->
      [webcomicname]
     <!--end_cond:[n:banner]-->
     <!--cond:[banner]-->
      alt="[webcomicname]" title="[webcomicname]" id="banner" />
     <!--end_cond:[banner]-->
    </h1>
   </div>


    <!--cond:[searchon]-->
     <form method="post" action="/search/">
      <div id="searchbar"><input type="text" name="search" value="Search for comics" onclick="this.value = '';" /><input type="submit" value="Search" class="submit" /></div>
     </form>
    <!--end_cond:[searchon]-->


   <div id="navigation">
    <ul>
     <li><span><a href="/comics/"><img src="http://comicfury.com/images/layouts/schroedinger/latest.gif" alt="Latest comic" title="Latest comic" /><br />Comics</a></span></li>
     <li><span><a href="/comics/first"><img src="http://comicfury.com/images/layouts/schroedinger/first.gif" alt="First" title="First" /><br />First Comic</a></span></li>
     <li><span><a href="/comics/random"><img src="http://comicfury.com/images/layouts/schroedinger/random.gif" alt="Random" title="Random" /><br />Random</a></span></li>
     <li><span><a href="/"><img src="http://comicfury.com/images/layouts/schroedinger/home.gif" alt="Home" title="Home" /><br />Home</a></span></li>
     <li><span><a href="/archive/"><img src="http://comicfury.com/images/layouts/schroedinger/archive.gif" alt="Archive" title="Archive" /><br />Archive</a></span></li>
     <li><span><a href="/blog/"><img src="http://comicfury.com/images/layouts/schroedinger/blog.gif" alt="Blog" title="Blog" /><br />Blog</a></span></li>
     <!--loop:[extrapages]-->
      <li><span><a href="[l:link]"><img src="http://comicfury.com/images/layouts/schroedinger/extrapage.gif" alt="[l:title]" title="[l:title]" /><br />[l:title]</a></span></li>
     <!--end_loop:[extrapages]-->
     <!--cond:[n:hidefromhost]-->
      <li><span><a href="[addsubscriptionlink]" target="window2"><img src="http://comicfury.com/images/layouts/schroedinger/addfav.gif" alt="Subscribe" title="Subscribe" /><br />Subscribe</a></span></li>
     <!--end_cond:[n:hidefromhost]-->
    </ul>
   </div>

   <!--cond:[bannerads]-->
    <!-- voluntary CF support ads, you can turn these off in your webcomic settings -->
    <div id="cf_ads">[banneradcode]</div>
   <!--end_cond:[bannerads]-->

   <div id="contentcontainer">


    <!--cond:[isextrapage]-->
     <h2 class="heading">[pagetitle]</h2>
    <!--end_cond:[isextrapage]-->


    <div class="wrap">
    <!--[if lte IE 7]>
     <table class="wrapie"><tr><td>
    <![endif]-->



     <!--cond:[isextrapage]-->
      <div class="box">
     <!--end_cond:[isextrapage]-->

     <!--layout:[content]-->


    <!--[if lte IE 7]>
     </td></tr></table>
    <![endif]-->
    </div>

<a href='http://topwebcomics.com/vote/13352/default.aspx' title='Vote for Light Bulbs on TopWebComics!'><img src='http://topwebcomics.com/rankimages/rankimage.aspx?ImageTemplate=dynamiclink3&SiteID=13352'></a>

    <!--cond:[isextrapage]-->
     </div>
    <!--end_cond:[isextrapage]-->

   </div>
  </div>


  <div id="footer">
   <div>
    <a href="/rss/">RSS</a> | 
    <!--cond:[n:hidefromhost]-->
     <a href="[comicprofile]">Comic Profile</a> | 
    <!--end_cond:[n:hidefromhost]-->
    <a href="#">Top</a><br />
   </div>
   <div>Hosted on <a href="http://comicfury.com">ComicFury</a>, &copy; [copyrights]</div>
   <div>Schr&ouml;dinger's cat is <span class="cat">not</span>

  </div>
 </body>
</html>

Wait maybe I didn't edit what I thought I did. One second ...
_______________________
DeviantART Gallery: http://systemcat.deviantart.com/gallery/
23rd Apr 2012, 1:24 AM #9
MatthewJA♂
Matt Damon
User avatar
Posts: 4689
Referrals: 14
Registration date: 26th Sep 2010
Location: Canberra, Australia
Well hey, with that layout a comic banner should be there automatically. Just upload one to the comic.
_______________________
image
image
23rd Apr 2012, 1:29 AM #10
systemcat

User avatar
Posts: 138
Referrals: 0
Registration date: 22nd Apr 2012
Location: Houston
Editing that tag didn't do any thing and there doesn't seem to be an option just allowing a banner to be picked to use for the site. That's why I keep trying to manually code it in.
_______________________
DeviantART Gallery: http://systemcat.deviantart.com/gallery/
23rd Apr 2012, 1:34 AM #11
MatthewJA♂
Matt Damon
User avatar
Posts: 4689
Referrals: 14
Registration date: 26th Sep 2010
Location: Canberra, Australia
Management > Info and Settings > Banner
_______________________
image
image
23rd Apr 2012, 1:51 AM #12
systemcat

User avatar
Posts: 138
Referrals: 0
Registration date: 22nd Apr 2012
Location: Houston
You're a saint!

Ok, now can I change the buttons :-)?
_______________________
DeviantART Gallery: http://systemcat.deviantart.com/gallery/
23rd Apr 2012, 1:53 AM #13
Sivrus♂

User avatar
Posts: 371
Referrals: 0
Registration date: 17th Dec 2011
Location: I think it's in the universe somewhere
Test Account:You're a saint!

Ok, now can I change the buttons :-)?


That you have to do by editing HTML. Just replace the images in there with links to the ones you'd like to use.
_______________________
image
23rd Apr 2012, 1:59 AM #14
systemcat

User avatar
Posts: 138
Referrals: 0
Registration date: 22nd Apr 2012
Location: Houston
Yeah, I remember looking at the code trying to find those images to replace them and didn't the code.
_______________________
DeviantART Gallery: http://systemcat.deviantart.com/gallery/
23rd Apr 2012, 2:01 AM #15
MatthewJA♂
Matt Damon
User avatar
Posts: 4689
Referrals: 14
Registration date: 26th Sep 2010
Location: Canberra, Australia
This bit:
<ul>
     <li><span><a href="/comics/"><img src="http://comicfury.com/images/layouts/schroedinger/latest.gif" alt="Latest comic" title="Latest comic" /><br />Comics</a></span></li>
     <li><span><a href="/comics/first"><img src="http://comicfury.com/images/layouts/schroedinger/first.gif" alt="First" title="First" /><br />First Comic</a></span></li>
     <li><span><a href="/comics/random"><img src="http://comicfury.com/images/layouts/schroedinger/random.gif" alt="Random" title="Random" /><br />Random</a></span></li>
     <li><span><a href="/"><img src="http://comicfury.com/images/layouts/schroedinger/home.gif" alt="Home" title="Home" /><br />Home</a></span></li>
     <li><span><a href="/archive/"><img src="http://comicfury.com/images/layouts/schroedinger/archive.gif" alt="Archive" title="Archive" /><br />Archive</a></span></li>
     <li><span><a href="/blog/"><img src="http://comicfury.com/images/layouts/schroedinger/blog.gif" alt="Blog" title="Blog" /><br />Blog</a></span></li>
     <!--loop:[extrapages]-->
      <li><span><a href="[l:link]"><img src="http://comicfury.com/images/layouts/schroedinger/extrapage.gif" alt="[l:title]" title="[l:title]" /><br />[l:title]</a></span></li>
     <!--end_loop:[extrapages]-->
     <!--cond:[n:hidefromhost]-->
      <li><span><a href="[addsubscriptionlink]" target="window2"><img src="http://comicfury.com/images/layouts/schroedinger/addfav.gif" alt="Subscribe" title="Subscribe" /><br />Subscribe</a></span></li>
     <!--end_cond:[n:hidefromhost]-->
    </ul>


<li><span><a href="/comics/"><img src="http://comicfury.com/images/layouts/schroedinger/latest.gif" alt="Latest comic" title="Latest comic" /><br />Comics</a></span></li>
Change that to the image you want for each link ;p
_______________________
image
image
23rd Apr 2012, 2:06 AM #16
systemcat

User avatar
Posts: 138
Referrals: 0
Registration date: 22nd Apr 2012
Location: Houston
Looks great. Now all I have to do is create some new button images. My old hosting service didn't have all the navigational options this place offers.

Thanks!

...This forum doesn't remove threads quickly right? I wanna look at this later.
_______________________
DeviantART Gallery: http://systemcat.deviantart.com/gallery/
23rd Apr 2012, 3:52 AM #17
MatthewJA♂
Matt Damon
User avatar
Posts: 4689
Referrals: 14
Registration date: 26th Sep 2010
Location: Canberra, Australia
Threads are never removed.

:D
_______________________
image
image
Forum > Layouts, HTML, CSS & Javascript > Silly Newbie Editing Questions
Pages: [1]