| Author |
Message |
spacy Hangin' Around

Joined: Oct 25, 2005 Posts: 46 Location: Hamburg/Germany
|
Posted:
Sun Feb 05, 2006 11:13 am |
|
Thank you raven. Its sent... |
|
|
|
 |
Stang5_0 Hangin' Around

Joined: Oct 17, 2002 Posts: 49 Location: Phoenix, AZ
|
Posted:
Sun Feb 05, 2006 1:03 pm |
|
Thanks raven, sent you what you need.... |
|
|
 |
 |
Stang5_0 Hangin' Around

Joined: Oct 17, 2002 Posts: 49 Location: Phoenix, AZ
|
Posted:
Fri Feb 10, 2006 11:20 am |
|
Hi Raven, any chance to look at this issue yet?
Thanks... |
|
|
 |
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Fri Feb 10, 2006 11:44 am |
|
This weekend for sure. I've been really tied up this week - sorry! |
|
|
|
 |
Stang5_0 Hangin' Around

Joined: Oct 17, 2002 Posts: 49 Location: Phoenix, AZ
|
Posted:
Fri Feb 10, 2006 11:49 am |
|
No problem at all....
Thank you.... |
|
|
 |
 |
daemon Worker


Joined: Jan 07, 2005 Posts: 163
|
Posted:
Sat Feb 11, 2006 9:49 am |
|
was there a fix or somfin for this issue? I have the same prob. running rn7.6 and added the recent post block yesterday. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Sat Feb 11, 2006 10:40 am |
|
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. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Mon Feb 13, 2006 10:31 am |
|
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. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Mon Feb 13, 2006 11:31 am |
|
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 |
|
|
 |
Stang5_0 Hangin' Around

Joined: Oct 17, 2002 Posts: 49 Location: Phoenix, AZ
|
Posted:
Mon Feb 13, 2006 12:03 pm |
|
RAVEN!!!
Thank you so much, I see it is now working...
I appreciate your time.. |
|
|
 |
 |
spacy Hangin' Around

Joined: Oct 25, 2005 Posts: 46 Location: Hamburg/Germany
|
Posted:
Mon Feb 13, 2006 12:23 pm |
|
| 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... |
|
|
|
 |
CodyG Life Cycles Becoming CPU Cycles

Joined: Jan 02, 2003 Posts: 668 Location: Vancouver Island
|
Posted:
Mon Feb 13, 2006 10:37 pm |
|
I had the same problem, Raven. No top posters. But adding the '' to $skipTopPostersUserNames fixed it. Thanks! |
|
|
|
 |
daemon Worker


Joined: Jan 07, 2005 Posts: 163
|
Posted:
Tue Feb 14, 2006 7:49 pm |
|
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? |
|
|
|
 |
CodyG Life Cycles Becoming CPU Cycles

Joined: Jan 02, 2003 Posts: 668 Location: Vancouver Island
|
Posted:
Tue Feb 14, 2006 8:03 pm |
|
Are you using double quote or two single quotes in your edit? You need to use double-quote, single,single, double-quote = " '' '' |
|
|
|
 |
daemon Worker


Joined: Jan 07, 2005 Posts: 163
|
Posted:
Wed Feb 15, 2006 6:33 am |
|
interesting, that worked thanx CodyG......  |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Wed Feb 15, 2006 6:56 am |
|
This will change in the next release to more simple. |
|
|
|
 |
daemon Worker


Joined: Jan 07, 2005 Posts: 163
|
Posted:
Wed Feb 15, 2006 7:11 am |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Wed Feb 15, 2006 7:20 am |
|
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 = "''"; |
|
|
|
 |
daemon Worker


Joined: Jan 07, 2005 Posts: 163
|
Posted:
Fri Feb 17, 2006 5:50 pm |
|
|
|
 |
Doulos Life Cycles Becoming CPU Cycles

Joined: Jun 06, 2005 Posts: 545
|
Posted:
Fri Feb 24, 2006 6:51 pm |
|
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".  |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Fri Feb 24, 2006 10:41 pm |
|
Hint: Note the name of the forum? Raven's Collapsing Forums Block |
|
|
|
 |
Doulos Life Cycles Becoming CPU Cycles

Joined: Jun 06, 2005 Posts: 545
|
Posted:
Sat Feb 25, 2006 12:22 pm |
|
|
|
 |
|
|
|
|