Question about "Todays_Notes"

For requests for help from CG administrators, Wranglers, and experienced CG members. Please read the FAQ before posting. Also look at CG Wiki for tutorials and how-tos written by other CG webtoonists.
Post Reply
Nithisil
Newbie
Posts: 10
Joined: Wed Jan 16, 2008 12:37 pm

Question about "Todays_Notes"

Post by Nithisil »

I know that I need to create a directory to/for them, firstly how and where do I do that, and secondly for the note files, do I have to put any specific coding into those too?

Any help is greatly appreciated and I thank you so much in advance :)

Xwhy
Regular Poster
Posts: 482
Joined: Tue Jan 29, 2008 8:55 am

Post by Xwhy »

you need to create /workspace/data/notes
and possibley /workspace/data

in workspace, type "mkdir data"
in data, type "mkdir notes"
(without the quotes)

upload your files into the notes directory.

I'm new at this, but it seems that the keentag works as an "include" -- it puts whatever is in there into the webpage, so you can have a snippet of HTML code in there and it'll show up in your page.

I've used CENTER, H3, BR, P and a few others. Hope this helps.

Nithisil
Newbie
Posts: 10
Joined: Wed Jan 16, 2008 12:37 pm

Post by Nithisil »

Would I have to make a file for the two "mkdir" things? Otherwise where exactly would I type those things?

And it is helping alot :)

User avatar
Oualawouzou
Cartoon Cop (Moderator)
Cartoon Cop (Moderator)
Posts: 1548
Joined: Fri Jan 10, 2003 7:47 am
Contact:

Post by Oualawouzou »

Er, I'm not sure what program or whatnot you're using, xwhy, but nithisil, if you are using a program such as SmartFTP, all you need to do is open "workspace" in the navigation window, right-click somewhere in the window, select "create new folder" and make one called "data". Then, open that new data folder and create yet another one, called "notes".

xwhy is correct regarding what the tag does: basically, it copy-pastes whatever is in your .txt file onto the html page, so code it exactly as you would if you were manually updating your template with new comments every time.

User avatar
Dr Neo Lao
Cartoon Hero
Posts: 2397
Joined: Wed Oct 18, 2006 5:21 am
Location: Australia

Post by Dr Neo Lao »

Just to clarify a little:

If you use CG's built in WebFTP client then you can use the instructions xwhy said. If that's not clear, read the guide on using the WebFTP client.

On the pther hand, if you use an FTP program (such as CuteFTP, SmartFTP, Dreamweaver, etc) then it becomes a slightly easier point and click job. You can either create the new directories as specified by the FTP program (will vary) or you can create the folders on your computer and upload them together.
nithisil wrote:...for the note files, do I have to put any specific coding into those too?
No. There are no codes that you have to put in. What you do put in will vary depending on what you are doing. If you are just adding some text as a comment or an explanation, putting the paragraph tags on either end will help keep the image (your comic) and the text separate.

Example:

Code: Select all

<p>This is what is in the text file.</p>
You don't need to add a body, html, head or other tags, you don't need to add the advertisement keentag nor the footer information since the comment will appear on an existing page that has all that anyway. The entire file can be just one word if you want.

Nithisil
Newbie
Posts: 10
Joined: Wed Jan 16, 2008 12:37 pm

Post by Nithisil »

I've created the directory, and I've placed in a .txt file marked 20080210 so that it can put the notes up today, and it wont work, even after I logged in and put an automatic update up, and I don't know what to do now.

User avatar
Oualawouzou
Cartoon Cop (Moderator)
Cartoon Cop (Moderator)
Posts: 1548
Joined: Fri Jan 10, 2003 7:47 am
Contact:

Post by Oualawouzou »

Tell us exactly where you created which directory, and where exactly you uploaded the file in question.

Check also to make sure you haven't capitalized anything anywhere (i.e. "Data" isn't the same thing as "data"). That includes the tag name.

Finally, always provide a link to your site.

User avatar
Dr Neo Lao
Cartoon Hero
Posts: 2397
Joined: Wed Oct 18, 2006 5:21 am
Location: Australia

Post by Dr Neo Lao »

I've created the directory...
You mean directories, right?

1 - go to workspace

2 - create workspace/data

3 - create workspace/data/notes

4 - put text files in the notes folder.

Nithisil
Newbie
Posts: 10
Joined: Wed Jan 16, 2008 12:37 pm

Post by Nithisil »

Yes I have created the directories (Sorry about the earlier type-o)

And I stuck the text file in it, and it still wont show the notes where I have placed the keentag.

I apologize for being a bother @_@; I just don't understand why it's not working for me.

User avatar
Oualawouzou
Cartoon Cop (Moderator)
Cartoon Cop (Moderator)
Posts: 1548
Joined: Fri Jan 10, 2003 7:47 am
Contact:

Post by Oualawouzou »

Please provide a link to your website.

Double-triple-quadruple check the spelling of everything (folders, files, tag itself). Yes, do that even if you're certain you've done it already.

Make sure you have actually uploaded a new copy of your indextemplate.html with the ***todays_notes*** tag.

Make sure you do not have a copy of index.html in your workspace/webpages folder.

User avatar
PF27
Regular Poster
Posts: 395
Joined: Fri Sep 02, 2005 2:14 pm
Contact:

Post by PF27 »

Be sure to trigger an update as well, no changes can show up unless you do so.

Nithisil
Newbie
Posts: 10
Joined: Wed Jan 16, 2008 12:37 pm

Post by Nithisil »

The site is : Http://nithisil.comicgenesis.com/

I triggered an update after I re-uploaded the index and daily template files, and still nothing. I did the directory just as I was directed, and I have a file in there labeled 20080210.txt.

The code for the part with Today's notes is like this:

Code: Select all

<p>
</tr>
<td class="news" bgcolor="#000000" align=center>
<h1>News</h1>
<p>***todays_notes***</p>
</tr>
<p>
Thank you guys so much for the help @_@![/code]

User avatar
PF27
Regular Poster
Posts: 395
Joined: Fri Sep 02, 2005 2:14 pm
Contact:

Post by PF27 »

I believe I see a problem. A strange one, though. For some reason, the comic you currently have is "http://nithisil.comicgenesis.com/comics/20080211.PNG". For some reason, it's showed up a day early. Because the comic name doesn't match the name of the notes, they don't show up.

User avatar
Oualawouzou
Cartoon Cop (Moderator)
Cartoon Cop (Moderator)
Posts: 1548
Joined: Fri Jan 10, 2003 7:47 am
Contact:

Post by Oualawouzou »

Besides, this bit of code you posted:

Code: Select all

<p> 
</tr> 
<td class="news" bgcolor="#000000" align=center> 
<h1>News</h1> 
<p>***todays_notes***</p> 
</tr> 
<p> 
looks an awful lot like this bit of code from the source of your index page:

Code: Select all

<p>
</tr>
<td class="news" bgcolor="#000000" align=center>
<h1>News</h1>
<p><Font face=tahoma size="3">
<p>Alright, well finally we are up and running.
Although we still need to fix things such as the links
But we're working on that! As well as trying to finish the pages we have at the moment.
Oh and by the way, updates are every monday for the time being until
we can get things settled and get a better flow with things. Yeeah. Hi!</p>
</font></p>
</tr>
<p>
Are you *sure* it's not working?...

Nithisil
Newbie
Posts: 10
Joined: Wed Jan 16, 2008 12:37 pm

Post by Nithisil »

You know what, I think it was my computer acting very strangely, because I right clicked and reloaded- and now everything is working.

Although the comic page itself is a day early- which is very very odd and I don't know how that one happened, but everything is working now.

Thank you everyone for helping me! Thank you so much!

Post Reply