PHP Web Host - Quality Web Hosting For All PHP Applications Clan Themes! We make clans look good!!
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
spacy
Hangin' Around


Joined: Oct 25, 2005
Posts: 46
Location: Hamburg/Germany

PostPosted: Sun Feb 05, 2006 11:13 am Reply with quote Back to top

Thank you raven. Its sent...
View user's profile Send private message
Stang5_0
Hangin' Around


Joined: Oct 17, 2002
Posts: 49
Location: Phoenix, AZ

PostPosted: Sun Feb 05, 2006 1:03 pm Reply with quote Back to top

Thanks raven, sent you what you need....
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger ICQ Number
Stang5_0
Hangin' Around


Joined: Oct 17, 2002
Posts: 49
Location: Phoenix, AZ

PostPosted: Fri Feb 10, 2006 11:20 am Reply with quote Back to top

Hi Raven, any chance to look at this issue yet?

Thanks...
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger ICQ Number
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Fri Feb 10, 2006 11:44 am Reply with quote Back to top

This weekend for sure. I've been really tied up this week - sorry!
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Stang5_0
Hangin' Around


Joined: Oct 17, 2002
Posts: 49
Location: Phoenix, AZ

PostPosted: Fri Feb 10, 2006 11:49 am Reply with quote Back to top

No problem at all....
Thank you....
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger ICQ Number
daemon
Worker
Worker


Joined: Jan 07, 2005
Posts: 163

PostPosted: Sat Feb 11, 2006 9:49 am Reply with quote Back to top

was there a fix or somfin for this issue? I have the same prob. running rn7.6 and added the recent post block yesterday.
View user's profile Send private message Visit poster's website AIM Address
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Sat Feb 11, 2006 10:40 am Reply with quote Back to top

I will be looking into this this weekend on a couple other sites. I am unable to reproduce it on any site I have tried, so it seems to be something very site specific.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Mon Feb 13, 2006 10:31 am Reply with quote Back to top

spacy, you were missing code from your copy of the block, but even after I added it, it improved it some but still is not showing them. At this point I would recommend that you turn off all your blocks and see if it works. If it does, then start turning your blocks back on, one by one, to see which one may be causing conflict.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Mon Feb 13, 2006 11:31 am Reply with quote Back to top

Spacy and Stang - Your problem is fixed. Apparently this setting, when empty, needs to be "''" instead of "", at least in your version of MySQL. So, I changed it from
$skipTopPostersUserNames = ""; // use a comma separated list with each name in single quotes, like 'user1','user2'.
TO
$skipTopPostersUserNames = "''"; // use a comma separated list with each name in single quotes, like 'user1','user2'.

Spacy, you were still missing several lines of code so I don't know if you had been deleting code in an attempt to fix your problem or not. I will modify the d/l to hopefully avoid this happening to someone else.

Added by Raven 2/15/2006
For calrification, that is "''" - DoubleQuote SingleQuote SingleQuote DoubleQuote. Just as if you had
$skipTopPostersUserNames = "'user1'";
and you just remove the user1, you are left with
$skipTopPostersUserNames = "''";


Last edited by Raven on Wed Feb 15, 2006 7:09 am; edited 1 time in total
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Stang5_0
Hangin' Around


Joined: Oct 17, 2002
Posts: 49
Location: Phoenix, AZ

PostPosted: Mon Feb 13, 2006 12:03 pm Reply with quote Back to top

RAVEN!!!

Thank you so much, I see it is now working...

I appreciate your time..
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger ICQ Number
spacy
Hangin' Around


Joined: Oct 25, 2005
Posts: 46
Location: Hamburg/Germany

PostPosted: Mon Feb 13, 2006 12:23 pm Reply with quote Back to top

Quote:
Spacy, you were still missing several lines of code so I don't know if you had been deleting code in an attempt to fix your problem or not.


Thats correct. I changed something because the original block wasnt working.

You made a great job by fixing it that quick, thanks a lot...
View user's profile Send private message
CodyG
Life Cycles Becoming CPU Cycles


Joined: Jan 02, 2003
Posts: 668
Location: Vancouver Island

PostPosted: Mon Feb 13, 2006 10:37 pm Reply with quote Back to top

RavensScripts
I had the same problem, Raven. No top posters. But adding the '' to $skipTopPostersUserNames fixed it. Thanks!
View user's profile Send private message
daemon
Worker
Worker


Joined: Jan 07, 2005
Posts: 163

PostPosted: Tue Feb 14, 2006 7:49 pm Reply with quote Back to top

well i tried both adding a name in there and the """, also went through all the blocks and neither fixes it here. any other ideas?
View user's profile Send private message Visit poster's website AIM Address
CodyG
Life Cycles Becoming CPU Cycles


Joined: Jan 02, 2003
Posts: 668
Location: Vancouver Island

PostPosted: Tue Feb 14, 2006 8:03 pm Reply with quote Back to top

Are you using double quote or two single quotes in your edit? You need to use double-quote, single,single, double-quote = " '' ''
View user's profile Send private message
daemon
Worker
Worker


Joined: Jan 07, 2005
Posts: 163

PostPosted: Wed Feb 15, 2006 6:33 am Reply with quote Back to top

interesting, that worked thanx CodyG...... Mr. Green
View user's profile Send private message Visit poster's website AIM Address
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Wed Feb 15, 2006 6:56 am Reply with quote Back to top

This will change in the next release to more simple.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
daemon
Worker
Worker


Joined: Jan 07, 2005
Posts: 163

PostPosted: Wed Feb 15, 2006 7:11 am Reply with quote Back to top

sweeet, will be watching
View user's profile Send private message Visit poster's website AIM Address
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Wed Feb 15, 2006 7:20 am Reply with quote Back to top

I also edited my post above to make this much clearer.

Added by Raven 2/15/2006
For calrification, that is "''" - DoubleQuote SingleQuote SingleQuote DoubleQuote. Just as if you had
$skipTopPostersUserNames = "'user1'";
and you just remove the user1, you are left with
$skipTopPostersUserNames = "''";
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
daemon
Worker
Worker


Joined: Jan 07, 2005
Posts: 163

PostPosted: Fri Feb 17, 2006 5:50 pm Reply with quote Back to top

got it......thanx
View user's profile Send private message Visit poster's website AIM Address
Doulos
Life Cycles Becoming CPU Cycles


Joined: Jun 06, 2005
Posts: 545

PostPosted: Fri Feb 24, 2006 6:51 pm Reply with quote Back to top

Where can I get this "Top-Posters" block? I downloaded on but I think it is for cpgnuke and just gives me "There is no content for this block". Sad
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Fri Feb 24, 2006 10:41 pm Reply with quote Back to top

Hint: Note the name of the forum? Raven's Collapsing Forums Block
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Doulos
Life Cycles Becoming CPU Cycles


Joined: Jun 06, 2005
Posts: 545

PostPosted: Sat Feb 25, 2006 12:22 pm Reply with quote Back to top

hmmm
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum