Quote:
Originally posted by Cloud-Warrior
No icon is being set, I guess to solve the broken image at least you can set the iconid to 0 (none will appear). This is what is being shown in your threadlisting
|
Changing iconid to "0" fixed it. The default icon shows up now which is what I want anyway!
Quote:
Another thing to note is that you may notice a break occuring somewhere in the middle of the Discuss URL or the Discuss text - you will either have to set your Word Wrap to a large value or else to 0 to stop this. [/B]
|
I changed Word Wrap to "0" and it fixed that problem too.
Thanks!
I am now trying to get my crontab to work - it is not working for some reason.
This is my cron command line:
Code:
0 0 * * * wget -O /dev/null "http://www.mysite.com/forum/news2vb.php?jaction=postnews&jpassword=mypassword&jcategory=Whatever%2520news&jforum=1&jtitle=My+News"
I would expect it to run every 24 hours at midnight server time, but it hasn't for some reason. (I have replaced the site, password and forum details with something else for obvious reasons).
Any ideas?