| Author |
Message |
Stang5_0 Hangin' Around

Joined: Oct 17, 2002 Posts: 49 Location: Phoenix, AZ
|
Posted:
Thu Feb 02, 2006 3:53 pm |
|
Excellent work thus far Raven, very excited to convert over to this once all is well. Thank You!
I was curious about something though. I read in the other posts how to get this block to play well with the shoutbox and that now works. But for some reason, I am not able to see my Top Posters?
The site is question at the moment is
Anyone have ideas or is there a post addressing this?
Thanks everyone.  |
|
|
 |
 |
Taz Worker


Joined: Dec 22, 2005 Posts: 158
|
Posted:
Thu Feb 02, 2006 4:05 pm |
|
Now that I read this over your not talking about Shout box top posters.
I don't think top posters is a block in the base distribution. I'll check mine and see.
I don't see anything in mine like the block I see on your main site called Top Posters, maybe it's an add on.
|
|
|
|
 |
Stang5_0 Hangin' Around

Joined: Oct 17, 2002 Posts: 49 Location: Phoenix, AZ
|
Posted:
Thu Feb 02, 2006 5:14 pm |
|
Correct, that is the site which will come down.
The site with Raven's block is here
The "newsite" is important to add
But thank you for checking....... |
|
|
 |
 |
Taz Worker


Joined: Dec 22, 2005 Posts: 158
|
Posted:
Thu Feb 02, 2006 8:37 pm |
|
| Stang5_0 wrote: | Correct, that is the site which will come down.
The site with Raven's block is here
|
lol Believe it or not, I got that , I took it off to see your old site so I could see what block you were talking about. And from what I see, it is not a block that is in the base Raven distribution. But the site GODS will correct me if I'm wrong!
later
Chris |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16986 Location: Kansas
|
Posted:
Fri Feb 03, 2006 2:09 am |
|
Have you set these?
$showTopPosters = 2; // 0=None, 1=Username - no avatar, 2=Username and avatar
$showTopPostersRanks = 3; // 0=None, 1=Admin only, 2=Moderator only, 3=Admin and Moderator, 4=All
$showTopPostersNum = 5; // Total number of top posters to show
$showTopPostersPerRow = 5; // Number to show per line
If you have, then have you checked your error_log to see if any errors are appearing? What version of nuke are you using? |
|
|
|
 |
spacy Hangin' Around

Joined: Oct 25, 2005 Posts: 46 Location: Hamburg/Germany
|
Posted:
Fri Feb 03, 2006 7:54 am |
|
I have absolutely the same problem with this block. I did the settings like you showed, Raven, and the errorlog shows no error.
Therefor i try something else but it doesnt work exactly like it should be. I changed the block that way:
I deleted the Top-Posters and replaced it with an scrolling-part.
But my problems with the code are:
1. You can see the User Anonymous
2. At the moment there are 5 person to be shown in this scrolling-part. They are all shown at once, not one after another.
You can see it here
I hope you understand what i mean and excuse my bad english.
Can someone tell me what i made wrong?
Thanks, spacy |
|
|
|
 |
Stang5_0 Hangin' Around

Joined: Oct 17, 2002 Posts: 49 Location: Phoenix, AZ
|
Posted:
Fri Feb 03, 2006 9:20 am |
|
Hi Raven, thanks for the reply. Here is the code yu are referring to:
| Code: | $hideLinksFromGuests = TRUE;
$hideTheseForums = '-1'; // use a comma delimited list of forum id's to hide like '1,5,8'
$tickerWidth = '100%';
$tickerBGColor = "$bgcolor2";
$tickDelay = 4000; // in miliseconds
$hideViewReadOnly = TRUE;
$lastNewTopics = 25; // Number of topics to show when list is expanded
$countTopics = 0;
$showClosedNum = 1; // Number of messages that are visible when collapsed - NOT IMPLEMENTED YET
$showJumpBoxes = TRUE; // Display or don't display the 2 Jump Boxes
$showTopPosters = 2; // 0=None, 1=Username - no avatar, 2=Username and avatar
$showTopPostersRanks = 3; // 0=None, 1=Admin only, 2=Moderator only, 3=Admin and Moderator, 4=All
$showTopPostersNum = 5; // Total number of top posters to show
$showTopPostersPerRow = 5; // Number to show per line
$showTickerMessage = FALSE; // show/hide the top ticker message
$skipTopPostersUserNames = ""; // use a comma separated list with each name in single quotes, like 'user1','user2'.
$backendForumsXML = 'backendforums.php'; //Filename of the xml script. Assumed in root directory. |
I am using your latest distro as well. Not sure if this has to do with it being in a subdirectory (newsite) or not, but my intentions are to move it up into root once I get everything working correctly, which hopefully will be today.
When I expand the block, things are there I'm just not getting the posters like how they appear on your site.
Did you need more info? |
|
|
 |
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16986 Location: Kansas
|
Posted:
Fri Feb 03, 2006 9:48 am |
|
I have never seen this not work. It's a simple routine. What version of nuke are you using? Have you altered the nuke_users table in any way? |
|
|
|
 |
spacy Hangin' Around

Joined: Oct 25, 2005 Posts: 46 Location: Hamburg/Germany
|
Posted:
Fri Feb 03, 2006 10:44 am |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16986 Location: Kansas
|
Posted:
Fri Feb 03, 2006 10:55 am |
|
| spacy wrote: | | mine is RN76 2.02 |
I will test this right away and see if it works for me. |
|
|
|
 |
Stang5_0 Hangin' Around

Joined: Oct 17, 2002 Posts: 49 Location: Phoenix, AZ
|
Posted:
Fri Feb 03, 2006 12:03 pm |
|
Mine is RN76 2.02 as well raven. |
|
|
 |
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16986 Location: Kansas
|
Posted:
Fri Feb 03, 2006 2:01 pm |
|
k - I'll test this later today and report back. |
|
|
|
 |
Stang5_0 Hangin' Around

Joined: Oct 17, 2002 Posts: 49 Location: Phoenix, AZ
|
Posted:
Fri Feb 03, 2006 2:49 pm |
|
Thanks Raven.....
And I double checked, the user table has not been modified in any way. |
|
|
 |
 |
spacy Hangin' Around

Joined: Oct 25, 2005 Posts: 46 Location: Hamburg/Germany
|
Posted:
Fri Feb 03, 2006 8:33 pm |
|
so, Ive installed RN76 with the collapsing-Block at my second and third webspace and everywhere it doesnt work corretly but nothing shows up in the error logs.
But something else is strange. When I activate the block my webspace is loading and loading and so on but that seems to be a specific problem in Firefox. Look at
or .Watch the pages in Firefox and with IE... |
|
|
|
 |
Stang5_0 Hangin' Around

Joined: Oct 17, 2002 Posts: 49 Location: Phoenix, AZ
|
Posted:
Sat Feb 04, 2006 12:08 am |
|
Ah same issue. Now I don't feel so bad.
Still don't quite get what the trouble might be.
I have tried turning off various blocks but no luck. |
|
|
 |
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16986 Location: Kansas
|
Posted:
Sat Feb 04, 2006 12:36 am |
|
I installed it and it worked right out of the box.
Have you tried turning $display_errors=true; in config.php?
Are you sure you ftp'd all the folders and files? |
|
|
|
 |
spacy Hangin' Around

Joined: Oct 25, 2005 Posts: 46 Location: Hamburg/Germany
|
Posted:
Sat Feb 04, 2006 2:39 am |
|
Raven, to both questions yes. Ive uploaded it several times but always the same problem... |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16986 Location: Kansas
|
Posted:
Sat Feb 04, 2006 2:47 am |
|
Well, as I said, I just installed v2.02.00 and the block worked right out of the box. Have you installed other blocks other than what came with the distro? If so, disable all of them and see if that works. Then enable them 1 by 1 to see where the conflict may be. |
|
|
|
 |
spacy Hangin' Around

Joined: Oct 25, 2005 Posts: 46 Location: Hamburg/Germany
|
Posted:
Sat Feb 04, 2006 2:58 am |
|
Both of us have done that but without any success... |
|
|
|
 |
Stang5_0 Hangin' Around

Joined: Oct 17, 2002 Posts: 49 Location: Phoenix, AZ
|
Posted:
Sat Feb 04, 2006 9:45 am |
|
I turned on errrors Raven and got this:
Parse error: parse error in /home/httpd/vhosts/stangsgarage.com/httpdocs/newsite/includes/javascript.php on line 53
While waiting for an response, I'll shut off blocks as you suggest and see what happens...
Thanks by the way for your time for sure..... |
|
|
 |
 |
Stang5_0 Hangin' Around

Joined: Oct 17, 2002 Posts: 49 Location: Phoenix, AZ
|
Posted:
Sat Feb 04, 2006 10:29 am |
|
Ok, got rid of that error. It would seem I missed a couple of line in the javascript.txt when adding it. I added them and the error went away. Shut down the other blocks again but no luck in displaying top posters. I shall keep working away at this though. |
|
|
 |
 |
Stang5_0 Hangin' Around

Joined: Oct 17, 2002 Posts: 49 Location: Phoenix, AZ
|
Posted:
Sat Feb 04, 2006 10:51 am |
|
Still no luck. I have reloaded all files, turned off all other blocks that have to do with java and still not able to see the top posters... |
|
|
 |
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16986 Location: Kansas
|
Posted:
Sat Feb 04, 2006 1:07 pm |
|
Stang5_0,
PM me your
site url, and set me up an admin id/pass
ftp url, id/pass
I'll take a look when I get a chance. |
|
|
|
 |
spacy Hangin' Around

Joined: Oct 25, 2005 Posts: 46 Location: Hamburg/Germany
|
Posted:
Sun Feb 05, 2006 10:33 am |
|
So, ive just done a complete new RN76 2.02 installation and there is absolutely the same problem. The site is already completely loaded but as far as i use the collapsing blocks the loading does not end within 2 minutes. This "neverending" loading can only be seen with Firefox. I do not understand why. As long as there is no forums already configured everything is ok but with an forum it begins with the problem. What is wrong? I do not have any idea... |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16986 Location: Kansas
|
Posted:
Sun Feb 05, 2006 10:52 am |
|
spacy,
I'll make you the same offer as Stang5_0 although he has yet to take me up on the offer
PM me your
site url, and set me up an admin id/pass
ftp url, id/pass
I'll take a look when I get a chance. |
|
|
|
 |
|
|
|
|