| View previous topic :: View next topic |
| Author |
Message |
roostertree
Joined: 23 Nov 2010 Posts: 8
|
Posted: Mon Nov 29, 2010 7:47 pm Post subject: Webomic+Inkblot Updates |
|
|
Hey there - I'm new around here, but I've tried to find a solution for this on my own & have come up empty.
My problem is my webcomic is hosted on WordPress + Webcomic + Inkblot, but my thewebcomiclist shows 'Not Checked For Updates' in green, meaning it'll never be updated due to an incompatibility.
I've seen this in an earlier comment:
| Frumph wrote: | ComicPress 2.9.2.20 will have this:
| Code: |
<!-- Last Update: <?php the_time('M jS, Y'); ?> // -->
|
In the header, so you won't have to worry about re-adding it every time. |
Is this also a solution for my WordPress + Webcomic + Inkblot setup? If so, where should it go?
If not, what can I do, even if it means adding something manually with every update?
Thanks - this seems to be a good community. |
|
| Back to top |
|
 |
Zoe Robinson Resident Diet Lawyer

Joined: 02 Jul 2007 Posts: 1863 Location: Manchester, UK
|
Posted: Mon Nov 29, 2010 10:47 pm Post subject: |
|
|
If you're using WordPress, add
<!-- Last Update: <?php the_time('M jS, Y'); ?> // -->
into your theme's header. It's standard PHP code, not anything ComicPress-specific. Put it just before the </head> tag and you should be fine. _________________
 |
|
| Back to top |
|
 |
roostertree
Joined: 23 Nov 2010 Posts: 8
|
Posted: Fri Dec 03, 2010 4:35 am Post subject: |
|
|
Thank-you, Zoe, for the WordPress advice.
I suppose I'll wait a week or so to see if the crawler updates on its own before putting out a call to Ash. |
|
| Back to top |
|
 |
balderduck

Joined: 21 Nov 2010 Posts: 34
|
|
| Back to top |
|
 |
smbhax.com No! Don't post it there!

Joined: 10 Apr 2009 Posts: 2761 Location: Seattle
|
|
| Back to top |
|
 |
balderduck

Joined: 21 Nov 2010 Posts: 34
|
Posted: Tue Feb 08, 2011 12:14 pm Post subject: |
|
|
Thanks so much! Let's hope it works! |
|
| Back to top |
|
 |
Eve Z.

Joined: 10 Aug 2006 Posts: 653
|
Posted: Wed Jun 22, 2011 7:40 am Post subject: |
|
|
Hey, how do I change my signature on this forum?
I tried to go to Profile, but it leads me to the TWCL profile, not the forum profile and I can't seem to find anything related to signature. |
|
| Back to top |
|
 |
wislander
Joined: 27 Feb 2007 Posts: 2
|
Posted: Sat Aug 06, 2011 3:27 pm Post subject: Drupal 7 and TWCL |
|
|
I noticed recently my comic listing was no longer being checked for updates. When I inquired as to why, Norah was able to help me with this letting me know its because I needed to have <!-- Last Update dd/mm/yyyy --> in the HTML code for the page listing the last date the comic was updated. Simple enough except that I use Drupal, the only HTML code on the site is generated via PHP scripts.
After a few days of testing, a little research on PHP script sites, and more help from Norah; I was able to piece together the right PHP code which updates the date code automatically every time I post a new comic, and the right placement of the code to get my site to work with the TWCL system.
So if you are running a webcomic on Drupal 7 you can insert this code into your theme's "html.tpl.php" document just after the <body> tag but before the </body> tag and it will update the date stamp in the generated HTML on it's own every time a new comic node is created:
<?php
// get date of most most recent change to a node
$result = db_query('SELECT title, changed FROM {node} WHERE status=1 ORDER BY changed DESC LIMIT 1');
$node = $result->fetchObject();
$date = date('d/m/Y', $node->changed);
echo "<!-- Last Update: $date -->" ;
?> |
|
| Back to top |
|
 |
Gual-kun

Joined: 23 Jun 2011 Posts: 246
|
Posted: Thu Sep 08, 2011 5:42 pm Post subject: |
|
|
Hi. I have sent messages requesting help for the avatar and signature but I haven't received any reply from the staff, yet. There's still someone in charge of this?
Thank's for the help you can provide. |
|
| Back to top |
|
 |
wendyw The Bomb-diggity

Joined: 10 Jul 2008 Posts: 4013 Location: North-East England
|
Posted: Fri Sep 09, 2011 2:37 am Post subject: |
|
|
Yep. I'm still doing it.
I'm just running a bit behind right now. I'll get right on it. _________________ 
Blog |
|
| Back to top |
|
 |
Gual-kun

Joined: 23 Jun 2011 Posts: 246
|
Posted: Thu Sep 15, 2011 3:12 pm Post subject: |
|
|
| wendyw wrote: | Yep. I'm still doing it.
I'm just running a bit behind right now. I'll get right on it. | Ok. Let me know when you have time. I already sent you a couple of messages.
Thanks. |
|
| Back to top |
|
 |
Jkun
Joined: 12 Jun 2011 Posts: 3
|
Posted: Wed Sep 21, 2011 6:11 am Post subject: |
|
|
| Eve Z. wrote: | Hey, how do I change my signature on this forum?
I tried to go to Profile, but it leads me to the TWCL profile, not the forum profile and I can't seem to find anything related to signature. |
Seconded. I have no way to add a signature or anything! |
|
| Back to top |
|
 |
Gual-kun

Joined: 23 Jun 2011 Posts: 246
|
Posted: Mon Sep 26, 2011 11:56 pm Post subject: |
|
|
I'm on it since a time ago. Sorry but I must say the attention is quite slow. |
|
| Back to top |
|
 |
Eva
Joined: 27 Sep 2011 Posts: 1
|
Posted: Thu Sep 29, 2011 3:15 pm Post subject: |
|
|
Hey there everyone,
I wanted to advertise on webcomiclist.com - so I clicked on the upper banner for the $15 ad, but when I'm asked to choose my webcomic from the drop down menu, it doesn't appear at all. And I'm logged in, and I did have an image for my profile page/info. I've checked everywhere on the forum but no one seems to have had this problem. Help please? |
|
| Back to top |
|
 |
Gual-kun

Joined: 23 Jun 2011 Posts: 246
|
Posted: Sat Oct 15, 2011 12:14 am Post subject: |
|
|
Can anyone help me with the avatar and signature plus info on the banner publicity stuff? I've been on this for quite a while. Please answer if there is something that could be done. |
|
| Back to top |
|
 |
|