Ravens PHP Scripts: Forums
 

 

Search found 177 matches
Author Message
 Topic: Ravennuke last 10 post on homepage
nuken

Replies: 3
Views: 6590

PostForum: PHPBB   Posted: Sat Mar 26, 2016 2:00 pm   Subject: Re: Ravennuke last 10 post on homepage
There are also some config settings in the blocks/block-ForumsCollapsing.php file that you can change to customize its appearance. They look like this:

$hideLinksFromGuests = FALSE;
$hideTheseForu ...
 Topic: Username Color For Shout Box / Site Info
nuken

Replies: 10
Views: 12441

PostForum: Blocks   Posted: Fri Jan 11, 2013 5:34 am   Subject: re: Username Color For Shout Box / Site Info
For top posters, find:

$content .= '<td>&nbsp;<a href="forums.html?amp;file=profile&amp;mode=viewprofile&amp;u=' . $user_id . '" ' . $staffTitle . '>'
. ' ...
 Topic: Username Color For Shout Box / Site Info
derek765

Replies: 10
Views: 12441

PostForum: Blocks   Posted: Fri Jan 11, 2013 12:24 am   Subject: re: Username Color For Shout Box / Site Info
It all works great, besides the modules/Shout_Box/index.php which is different from all the other edits with Shout Box, so didn't get that successfully fixed.

and also, here is the fix to display t ...
 Topic: Collapsing Forums Blocks Validation Errors
derek765

Replies: 5
Views: 12329

PostForum: Raven's Collapsing Forums Block   Posted: Sun Dec 23, 2012 7:45 pm   Subject: Collapsing Forums Blocks Validation Errors
Well here is the only part of the block file I have edited, which what I did was removed the ability to click on the users post number.
and from the looks of the validation errors, seems like most ar ...
 Topic: sql error ForumsCollapsing block
Palbin

Replies: 15
Views: 21853

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Oct 06, 2012 10:30 am   Subject: Re: re: sql error ForumsCollapsing block
Another little issue is the not "shorted" link of the search of user's postings. If you use the shortlinks and you click on the Top Posters' usernames, then you get an incorrect link.

. '<a ...
 Topic: sql error ForumsCollapsing block
neralex

Replies: 15
Views: 21853

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Oct 02, 2012 2:50 pm   Subject: re: sql error ForumsCollapsing block
Another little issue is the not "shorted" link of the search of user's postings. If you use the shortlinks and you click on the Top Posters' usernames, then you get an incorrect link.

. '<a ...
 Topic: Notification Email - Undisclosed Recipients
dad7732

Replies: 10
Views: 10757

PostForum: v2.4 RN Issues   Posted: Fri Jul 27, 2012 5:58 pm   Subject: re: Notification Email - Undisclosed Recipients
Apparently the problem is on my end on my server. I replaced emailer.php and smtp.php with the latest versions and there are no "Undisclosed-Recipients" lines and I still get the error, just took an e ...
 Topic: Changing colors in Simply Blue template
killing-hours

Replies: 14
Views: 14257

PostForum: v2.4 RN Issues   Posted: Tue Feb 14, 2012 8:23 am   Subject: Changing colors in Simply Blue template
the styling for the navigation block is in the "nukeNav.css" style sheet. Don't remember right off hand which ones there were... but there are 2 or 3 classes to change the "background" property in the ...
 Topic: Top posters block?
snyper

Replies: 14
Views: 13754

PostForum: Converting/Creating Blocks   Posted: Tue May 03, 2011 3:12 pm   Subject: re: Top posters block?
After some more editing i got it.,The one you gave me was also scrolling the posters.,


http://xas.clanservers.com/nuke/modules/Forums/files/final_801.png


here's the finished block if you gys ...
 Topic: Top posters block?
spasticdonkey

Replies: 14
Views: 13754

PostForum: Converting/Creating Blocks   Posted: Tue May 03, 2011 2:26 pm   Subject: re: Top posters block?
I didn't notice you had customized the block, but I recognized it and used a copy I already had. If you look at the block in a decent text editor like notepad++ it's pretty easy to see the code i adde ...
 Topic: Top posters block?
snyper

Replies: 14
Views: 13754

PostForum: Converting/Creating Blocks   Posted: Tue May 03, 2011 12:46 pm   Subject: Top posters block?
Thanks i have a blank.gif,.im in the middle of looking for a good avatar pack atm..,

As far as the block you linked me,I dunno if you used my code or not but its the same forum scroller i have but ...
 Topic: Top posters block?
spasticdonkey

Replies: 14
Views: 13754

PostForum: Converting/Creating Blocks   Posted: Mon May 02, 2011 7:12 am   Subject: Top posters block?
Here is a quick redo of an old top posters block. Have not tested much, but in theory could be used as side or center block, although the styling may need to be adjusted depending on theme and whether ...
 Topic: Top posters block?
snyper

Replies: 14
Views: 13754

PostForum: Converting/Creating Blocks   Posted: Sun May 01, 2011 11:10 pm   Subject: re: Top posters block?
See heres my scrolling forum block (( in RED ))

And under that in (( GREEN )) is what im trying to incorperate into my current scrolling block. What you see in (( GREEN )) is actually a non scroll ...
 Topic: Top posters block?
snyper

Replies: 14
Views: 13754

PostForum: Converting/Creating Blocks   Posted: Sun May 01, 2011 10:38 pm   Subject: Top posters block?
i actually have your scrolling forums block but it doesnt list top posters,.its from an old forum that you updated n made work for someone.,i like the style of the block and would like to keep it.,I g ...
 Topic: Top posters block?
Raven

Replies: 14
Views: 13754

PostForum: Converting/Creating Blocks   Posted: Sun May 01, 2011 5:35 pm   Subject: Top posters block?
Our scrolling forums block includes the top posters (configurable) but I take it that's not what you want. I don't know of any other.
 Topic: Top posters block?
snyper

Replies: 14
Views: 13754

PostForum: Converting/Creating Blocks   Posted: Sat Apr 30, 2011 1:22 am   Subject: Top posters block?
Do you guys have a top posters block made up?Im looking for one w/o the forum posts just with stats/avatars ect. it would be awsome if it could be added onto my scrolling forums block at the bottom,i ...
 Topic: Missing Content
fkelly

Replies: 13
Views: 15622

PostForum: v2.4 RN Issues   Posted: Tue Dec 21, 2010 3:34 pm   Subject: Missing Content
If the data you are trying to save includes apostrophes (a.k.a. single quotes) and it gets put in a SQL statement without being escaped it will generate a SQL error. So, for example if you are trying ...
 Topic: New Page never shows up in Raven Nuke->Content
PHrEEkie

Replies: 11
Views: 10271

PostForum: v2.4 RN Issues   Posted: Wed Dec 01, 2010 3:46 pm   Subject: re: New Page never shows up in Raven Nuke->Content
I would recommend that you follow Spastic's recommendation before you start modifying PHP files (although that might be necessary eventually)

Sorry fkelly... it's my trouble-shooting style. I usual ...
 Topic: JS to work with Ravennuke
rustus

Replies: 13
Views: 14436

PostForum: Converting/Creating Other   Posted: Sun Sep 26, 2010 4:37 pm   Subject: re: JS to work with Ravennuke
Im sorry if I sounded harsh, I wasnt really tying to be. Its just that I had a specific question about the addJSToHead() function, and I even posted twice, and the only answers I got back where about ...
 Topic: Forum block with extras
ominae

Replies: 10
Views: 16360

PostForum: Converting/Creating Blocks   Posted: Wed Sep 15, 2010 8:42 am   Subject: Forum block with extras
Hi there guys.

i maintaine a few cllan sites in my spare time on one of them the bad company 2 clan Razz groovyyyyy game Razz
one of the clans leaders sent me a new forum block to use he said he
got ...
 Topic: Akismet Module
sixonetonoffun

Replies: 12
Views: 18218

PostForum: Modules   Posted: Sun Jul 11, 2010 8:42 am   Subject: Akismet Module
I'd say either could apply but I was thinking of Akismet.
Realtime as in checking validity of a posters email on an anon reply to an active comment thread. Operation could be way to slow. Where a on ...
 Topic: Viewtopic body.tpl
bugsTHoR

Replies: 5
Views: 8398

PostForum: Themes   Posted: Thu Apr 22, 2010 7:34 am   Subject: Viewtopic body.tpl
hi

i wanted some help on how to add boxes inbetween the poster and the joined date , so that i can game ranks forum ranks and awards in the middle section if you look here

http://www.bugs1942.co ...
 Topic: RavenNuke(tm) v2.40.01 Change Log
Palbin

Replies: 1
Views: 5805

PostForum: v2.4 RN Announcements   Posted: Tue Mar 30, 2010 4:12 pm   Subject: re: RavenNuke(tm) v2.40.01 Change Log
The following is the final change log for RavenNuke(tm) v2.40.01

RavenNuke(tm) v2.40.01 - 2.40.01 (Released 2010-03-29)
======================================================
- 0001701: [Upgrade ...
 Topic: RavenNuke(tm) v2.40.01 Change Log
Raven

Replies: 1
Views: 5805

PostForum: v2.4 RN Announcements   Posted: Thu Feb 11, 2010 11:05 am   Subject: RavenNuke(tm) v2.40.01 Change Log
The following are the changes coming in RavenNuke(tm) v2.40.01, slated for release this week.

RavenNuke(tm) v2.40.01 (Not Yet Released)
===================================================
- 00016 ...
 Topic: RN_MODULE_HEAD and jquery
fkelly

Replies: 38
Views: 59348

PostForum: v2.4 RN Issues   Posted: Sun Jan 17, 2010 2:03 pm   Subject: RN_MODULE_HEAD and jquery
Oh I meant to include my complete view source. If you look at the area right below the meta tags near the top you will see that my intended jquery cluetip js gets put way up there.

<!DOCTYPE ...
 

 Jump to:   

Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©