Author |
Message |
montego
Site Admin
![](modules/Forums/images/avatars/0c0adf824792d6d341ef4.gif)
Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Sat Mar 10, 2007 8:07 am |
|
frisp, any chance you would be willing to host a download for this? If not, I would be willing to do that. This has come up several times before and I personally have wanted to do this as well. |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
frisp
Hangin' Around
![](modules/Forums/images/avatars/003.gif)
Joined: Apr 02, 2005
Posts: 29
Location: Penicuik, Scotland
|
Posted:
Sat Mar 10, 2007 12:10 pm |
|
Sure thing, will upload and post a link. Not sure how good the coding is though, these were done as my 1st coding attempts
I have both scrolling and nonscroll versions of the block. Will add both in. Although coded for the Helius theme, iirc, your theme SHOULD overwrite the colour preferences, or maybe someone can make a general version.
Only registered users can see links on this board! Get registered or login! |
_________________ Regards
[_]frisp |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
mass
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Mar 05, 2007
Posts: 15
|
Posted:
Wed Mar 14, 2007 3:28 am |
|
I've been using this for a few days but I have noticed something. Unless I have done something wrong, the public forums don't show up at all
The forums that are for particular groups don't show up unless you are part of them, like it should do but the public forums don't show up at all
Any ideas?
Great block btw-love it! |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
frisp
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Mar 14, 2007 4:24 am |
|
Hmmm, not sure on that, would need to recheck the code. This was written for nuke 7.5, so I'm not sure what will have changed in the mean time. I'm running the last version of Raven Nuke (not updated yet), I'll try to have a look over it this weekend though.
Or maybe one of the coders here can check it through, I'm not really a coder at heart, I hack and bash until it works for me ![Razz](modules/Forums/images/smiles/icon_razz.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
mass
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Mar 25, 2007 4:19 am |
|
I'm using PNC which I think uses 7.5 too but still only the private forums show up |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Mar 25, 2007 9:08 am |
|
Actually, I think I may know why this is not working. It has something to do with the following AND condition:
and b.group_id=a.group_id
Members of the RavenNuke(tm) Team, and others, had noticed that with one of the phpBB upgrades (not sure which one or how long back), it seemed that all of a sudden, many, many groups for "Personal User" are getting added as separate groups within the nuke_bbgroups table and I think that is screwing up this join.
Unfortunately, that means there are two potential solutions:
1) Try to adjust the SQL in the block to maybe use an outer join (which may or may not be compatible in format for every mySQL version -- gut feel, not based on solid knowledge).
2) Try to figure out what the heck phpBB has done to start causing this and correct the root cause.
If you think that you can figure out how to tweak the SQL (you might be able to use a UNION to join to two sets of forum posts together than trying to join them), then I can see if we can't get this apparent phpBB bug figured out. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
mass
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Mar 25, 2007 7:14 pm |
|
That sounds promising, HOWEVER< I don't have the smallest piece of knowledge on php coding or sql databases so I'm still at a loss |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Mar 26, 2007 6:37 am |
|
mass, sorry, that post was for frisp. Trying to help point out where the code may be having issues now. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
mass
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Mar 26, 2007 8:12 am |
|
No worries. Hopefully he'll be able to work some magic
/me crosses fingers |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|