| Author |
Message |
vaudevillian Worker


Joined: Jan 18, 2008 Posts: 135
|
Posted:
Tue Jan 22, 2008 6:53 pm |
|
I have a few questions on blocks.
1.
How do I make the left hand blocks disapear when you are in the forums.
2.
How hard would it be to make a centerblock appear.
If needed I can post the code for the forums in here(I just need to know what file I need to post). Ive givin up on using a subdomain as the forums. I found a myspace clone for nuke  |
|
|
|
 |
jakec Moderator

Joined: Feb 06, 2006 Posts: 1853 Location: United Kingdom
|
Posted:
Wed Jan 23, 2008 7:14 am |
|
The first point has been discussed before, therefore please search the forums.
The second point you can do easily if the forums are set as the homepage, otherwise it will require some hacking of the code to get it to work. |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7485 Location: Arizona
|
Posted:
Thu Jan 24, 2008 10:51 am |
|
vaudevillian, by the way, welcome to RavenPHPScripts. Yes, there is a wealth of information already in the forums, but also do check the FAQs. There are available off the main Site Navigation block on the left. |
|
|
|
 |
vaudevillian Worker


Joined: Jan 18, 2008 Posts: 135
|
Posted:
Thu Jan 24, 2008 1:15 pm |
|
I figured out part 2.
I added a file in the includes folder called navticker.php. Then in all the modules in the index, under the
| Code: | | requier_once('header.php'); |
I put
| Code: | | requier_once('include/navticker.php') |
It worked out well. |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7485 Location: Arizona
|
Posted:
Fri Jan 25, 2008 7:20 am |
|
|
|
 |
|
|
|
|