Ravens PHP Scripts: Forums
 

 

Search found 31 matches
Author Message
 Topic: downgrade to nuke 7.7
Vchat20

Replies: 13
Views: 20779

PostForum: phpnuke 7.9   Posted: Fri Oct 21, 2005 12:56 pm   Subject: downgrade to nuke 7.7
yep. worked that way for me.
 Topic: themes hiding banners
Vchat20

Replies: 5
Views: 8785

PostForum: Themes   Posted: Wed Oct 19, 2005 2:17 pm   Subject: themes hiding banners
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

PostForum: Themes   Posted: Wed Oct 19, 2005 12:33 pm   Subject: themes hiding banners
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

PostForum: Themes   Posted: Wed Oct 19, 2005 2:24 am   Subject: themes hiding banners
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

PostForum: phpnuke 7.9   Posted: Tue Oct 18, 2005 11:37 pm   Subject: downgrade to nuke 7.7
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

PostForum: phpnuke 7.9   Posted: Tue Oct 18, 2005 7:18 pm   Subject: downgrade to nuke 7.7
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

PostForum: phpnuke 7.9   Posted: Tue Oct 18, 2005 2:27 pm   Subject: downgrade to nuke 7.7
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

PostForum: phpnuke 7.9   Posted: Fri Oct 14, 2005 12:38 am   Subject: replacement for my_header.php
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

PostForum: phpnuke 7.9   Posted: Thu Oct 13, 2005 11:22 pm   Subject: replacement for my_header.php
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

PostForum: phpnuke 7.9   Posted: Wed Oct 12, 2005 11:50 pm   Subject: replacement for my_header.php
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

PostForum: phpnuke 7.9   Posted: Wed Oct 12, 2005 11:34 pm   Subject: replacement for my_header.php
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

PostForum: Blocks   Posted: Tue Oct 11, 2005 8:55 pm   Subject: debugging custom block (mysql centric)
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

PostForum: Blocks   Posted: Tue Oct 11, 2005 8:32 pm   Subject: debugging custom block (mysql centric)
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

PostForum: Blocks   Posted: Tue Oct 11, 2005 2:24 pm   Subject: debugging custom block (mysql centric)
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

PostForum: phpnuke 7.9   Posted: Wed Oct 05, 2005 9:18 am   Subject: forum user permissions wont update
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

PostForum: phpnuke 7.9   Posted: Wed Oct 05, 2005 9:07 am   Subject: forum user permissions wont update
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

PostForum: phpnuke 7.9   Posted: Tue Oct 04, 2005 7:25 pm   Subject: forum user permissions wont update
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

PostForum: phpnuke 7.9   Posted: Tue Oct 04, 2005 6:52 pm   Subject: forum user permissions wont update
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

PostForum: phpnuke 7.9   Posted: Tue Oct 04, 2005 6:27 pm   Subject: forum user permissions wont update
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

PostForum: phpnuke 7.9   Posted: Tue Oct 04, 2005 1:14 pm   Subject: Topic Images missing
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

PostForum: phpnuke 7.9   Posted: Tue Oct 04, 2005 9:40 am   Subject: Topic Images missing
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

PostForum: General/Other Stuff   Posted: Thu Sep 29, 2005 4:48 pm   Subject: multiple sites share single user database
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

PostForum: General/Other Stuff   Posted: Thu Sep 29, 2005 7:25 am   Subject: multiple sites share single user database
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

PostForum: phpnuke 7.8   Posted: Tue Sep 27, 2005 10:46 pm   Subject: style tags embedded in backend.php (causing problems)
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

PostForum: General/Other Stuff   Posted: Tue Sep 27, 2005 4:40 am   Subject: multiple sites share single user database
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.
 

 Jump to:   

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