Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 31 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: downgrade to nuke 7.7 | |
Vchat20 Replies: 13 Views: 20779 ![]() |
![]() |
yep. worked that way for me. | |
Topic: themes hiding banners | |
Vchat20 Replies: 5 Views: 8785 ![]() |
![]() |
nvm. just grabbed some code out of an older theme:
if ($banners) { include("banners.php"); } and put that in place of $showbanners. both sites work fine. |
|
Topic: themes hiding banners | |
Vchat20 Replies: 5 Views: 8785 ![]() |
![]() |
on simmersquarterly.com, it goes above the page and will displace the page when it actually shows. i had the banners working on both sites before when they were updated enough to use the ads(0) system ... | |
Topic: themes hiding banners | |
Vchat20 Replies: 5 Views: 8785 ![]() |
![]() |
ok. heres the gist. both of my sites use themes from lorkan themes. ive already posted a message on their boards saying the themes dont support banners. when my sites were using the newer versions of ... | |
Topic: downgrade to nuke 7.7 | |
Vchat20 Replies: 13 Views: 20779 ![]() |
![]() |
ok. maybe you can help me out here. i tried downgrading both my 7.8 site and 7.9 site (both patched. no massive addons such as seninel or the like. only "oddity" is that they share the same database t ... | |
Topic: downgrade to nuke 7.7 | |
Vchat20 Replies: 13 Views: 20779 ![]() |
![]() |
thx a bunch. ill be doing the downgrade on both of my sites immediately and adding on sentinel afterwards.
P.S. (regarding sentinel) is it by any chance possible to have both sites share the same s ... |
|
Topic: downgrade to nuke 7.7 | |
Vchat20 Replies: 13 Views: 20779 ![]() |
![]() |
but does it work going from 7.9? all it says is 7.8. ive been meaning to do this downgrade as well, but unsure due to running 7.9 | |
Topic: replacement for my_header.php | |
Vchat20 Replies: 9 Views: 12490 ![]() |
![]() |
no. i never really thought of that. i just saw it in all the curent nuke code, never really bothered to look it up. thx for the insight. | |
Topic: replacement for my_header.php | |
Vchat20 Replies: 9 Views: 12490 ![]() |
![]() |
one simple problem here. i know its more a php issue than nuke, but its related to this thread. it seems that the code i put in the header (which outputs via a $ variable for other bits in the site to ... | |
Topic: replacement for my_header.php | |
Vchat20 Replies: 9 Views: 12490 ![]() |
![]() |
ah. to tell you the truth, i would have never thought of that. after all these years, im so used to using my_header for all these things that im running around like a chicken with my head chopped off ... | |
Topic: replacement for my_header.php | |
Vchat20 Replies: 9 Views: 12490 ![]() |
![]() |
pretty simple. since my_header.php seems to no longer be available in the latest versions of nuke, what would be an appropriate place to add custom header code? | |
Topic: debugging custom block (mysql centric) | |
Vchat20 Replies: 5 Views: 6023 ![]() |
![]() |
just a quick question before im done with this thread: does the mysql code look ok and "correct"? just curious because it was a quick edit from another block and im also planning on using it in other ... | |
Topic: debugging custom block (mysql centric) | |
Vchat20 Replies: 5 Views: 6023 ![]() |
![]() |
nvm. figured it out. was missing a closing bracket after the intial few essential block lines. and the second $content line was there just for debugging purposes. its no longer there now. | |
Topic: debugging custom block (mysql centric) | |
Vchat20 Replies: 5 Views: 6023 ![]() |
![]() |
ok. im getting annoyed. im creating a custom block here to show some now playing info on my site. whats different from others is that im storing this info in the database rather than grabbng it from t ... | |
Topic: forum user permissions wont update | |
Vchat20 Replies: 8 Views: 12548 ![]() |
![]() |
ok. heres the exceprt from This might just be a bandaid patch... it actually seems to be caused by a bug in php 5.0.3. Open admin/admin_ug_auth.php, and go to line 294. Comment out the following:
& ... |
|
Topic: forum user permissions wont update | |
Vchat20 Replies: 8 Views: 12548 ![]() |
![]() |
hold on. ive got it all wrong here. i remember now. when i first had this problem it wa just with a standalone version of phpbb. so i must have found it on the phpbb support forums. let me check them ... | |
Topic: forum user permissions wont update | |
Vchat20 Replies: 8 Views: 12548 ![]() |
![]() |
it must already be updated cuz the admin index is telling me its up to date and the official phpbb version is up to 17. :/ | |
Topic: forum user permissions wont update | |
Vchat20 Replies: 8 Views: 12548 ![]() |
![]() |
nope. no change. the fix file said it added all user groups but mine which it just listed as "Vchat20 4". still refuses to change my permissions.
keep in mind this is on the secondary site which is ... |
|
Topic: forum user permissions wont update | |
Vchat20 Replies: 8 Views: 12548 ![]() |
![]() |
ok. i know this has probably been mentioned elsewhere cuz i had this problem before and i was able to fix it, i just cant find the old thread.
essentially, i was able to apply permissions to a spec ... |
|
Topic: Topic Images missing | |
Vchat20 Replies: 3 Views: 8853 ![]() |
![]() |
yeah. fixed it after some heavy searching. fix is detailed here: http://www.nukeresources.com/ftopicp-8736.html#8736 | |
Topic: Topic Images missing | |
Vchat20 Replies: 3 Views: 8853 ![]() |
![]() |
as you can see here: http://ksim.simmersquarterly.com/ , the topic images are missing. ive checked the source and its trying to load "images/topics/" as an image url. ive already go topics set up and ... | |
Topic: multiple sites share single user database | |
Vchat20 Replies: 4 Views: 6498 ![]() |
![]() |
ok. i think i figured it out somewhat. cuz i ended up moving the line $prefix = empty($user_prefix) ? $prefix : $user_prefix; out of config.php and the site is working. mind informing me what exactly ... | |
Topic: multiple sites share single user database | |
Vchat20 Replies: 4 Views: 6498 ![]() |
![]() |
ok. yeah. i did read that in the howto pages on the official phpnuke website and from what i read it does exactly what i want. but im having trouble here. heres my two websites:
http://www.simmersq ... |
|
Topic: style tags embedded in backend.php (causing problems) | |
Vchat20 Replies: 10 Views: 12366 ![]() |
![]() |
ok. this is bugging me. whatever current state of confusion my backend.php file is in, its spewing links like this one: "/modules.php?name=News&file=article&sid=13"
heres the curren ... |
|
Topic: multiple sites share single user database | |
Vchat20 Replies: 4 Views: 6498 ![]() |
![]() |
just curious on this one: is it possible for multiple, separat nuke sites to share a single nuke_users table? this way the user's login and personal settings are trnasportable across each site. | |
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours