Welcome, Guest. Please login or register.

ShoutBox!

Scrubmeister

2024-04-19, 10:32:40
Good to see the site back faster than ever. :)
 

Skhilled

2024-04-18, 21:09:09
I've upgraded the server...more resources. ;)
 

Ken

2024-04-18, 20:57:10
Now that you mention it...  :D
 

Skhilled

2024-04-18, 20:47:19
...and, you should notice that the site is much faster.  :o
 

Ken

2024-04-18, 20:31:37
Hey Steve.
 

Skhilled

2024-04-18, 17:56:10
Re-read the message below...
 

Skhilled

2024-03-31, 15:22:06
Oh yeah, you need to upgrade the site first...
 

Ken

2024-03-30, 09:54:54
Whoops! I forgot that the SMF install here on OFF is out of date!  :'(
 

Ken

2024-03-30, 09:44:48
 Conga-Rats Steve!  :thumbup:
Me gonna install it here just for the fun of it!  :)
 

Skhilled

2024-03-29, 22:15:23
Released!  :D

Recent Topics

TP Articles


Search in titles
Search in article texts

Author Topic: New project/site  (Read 1979 times)

0 Members and 1 Guest are viewing this topic.

Offline Lesmond (OP)

New project/site
« on: October 25, 2010, 08:34:04 AM »
I just started a new site http://leicester-chat.com/index.php it does say Leicester Chat but anyone can join if they wish :innocent:

I made the site because I was fed up with another chat site I go to, the admin/mods are power crazy :yikes:

I just need more content and of course members :wink2:

Not sure whether to add TP yet though?

Offline Ken

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11676
  • Gender: Male
  • View Gallery
Re: New project/site
« Reply #1 on: October 25, 2010, 09:04:28 AM »
Signed up.  :2thumbs:
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Offline Lesmond (OP)

Re: New project/site
« Reply #2 on: October 25, 2010, 09:12:53 AM »
thanks ken. wont be on for a while. gotta go shopping :)

Offline Skhilled

  • Administrator
  • *
  • Posts: 9006
  • Gender: Male
  • All of my passwords are protected by amnesia...
  • View Gallery
    • Buildz Hosting
Re: New project/site
« Reply #3 on: October 25, 2010, 09:36:42 AM »
* Skhilled registers also.

Offline Lesmond (OP)

Re: New project/site
« Reply #4 on: October 25, 2010, 03:55:48 PM »
Thanks guys  :2thumbs:

Well I did add try TP but got an error on the chat page, so I have removed tp for now, until I can find a fix.

btw I am using AJAX Chat on the site, so I will ask on the support for the mod at SMF First!

heres the error I am seeing on the chat page,

Code: [Select]
Notice: Undefined index: show_download in /home/leiceste/public_html/Sources/TPSubs.php on line 201
I have no errors in the log :yikes:

Offline Lesmond (OP)

Re: New project/site
« Reply #5 on: October 25, 2010, 04:26:17 PM »
Found a fix already :innocent: :bigthumb:

Quote from: -Underdog

That's your Tiny Portal checking a variable that is undefined.  ::)

Navigate to: Sources / TPSubs.php

Find:
Code: [Select]
function tp_getbuttons()
{
global $scripturl, $txt, $context;

loadlanguage('TPortal');

$buts = array();

Add after above code:
Code: [Select]
if (empty($context['TPortal']['show_download'])) {$context['TPortal']['show_download'] = 0;}


Offline Ken

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11676
  • Gender: Male
  • View Gallery
Re: New project/site
« Reply #6 on: October 25, 2010, 05:19:48 PM »
Good deal Les... Underdog comes to the rescue once again.  :2thumbs:
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Offline Lesmond (OP)

Re: New project/site
« Reply #7 on: October 25, 2010, 05:31:26 PM »
I found the post on smf, I never had to ask