Clan Adverts

Sponsors

CT on Facebook

Latest Product

User Box

Anonymous
38.107.179.218
Nickname:

Password:

Security Code
Security Code
Type Security Code


PND Downloads Feed

Phpnuke Downloads
How to Delete or Reset yo...
How to Delete or Reset your PHPNuke Admin Account
Lost your admin password ?  Cant login to your admin account ? This s...
Back Online & Stuff
Back Online & Stuff
Look at us with our nifty website back up and running… Seriously...
How to edit the admins in...
How to edit the admins in the forums
Here is a way to make someone admin in your forums on your Evo site. I...
Demo Splash Screen
Demo Splash Screen
Ped @ Clan Themes has released a simple splash screen entrance hack. ...
Free Phpnuke Business The...
Free Phpnuke Business Theme 6
This is the 6th Business theme for Phpnuke that Clan Themes has releas...
Tricked Out Slider
Tricked Out Slider
We have seen some great new things come out of Tricked Out News and th...

Custom Work

PHP Nuke Custom Work

www.clanthemes.com :: View topic - Forums center block question
Forums center block question
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next

76 Replies / 21083 Views


Post new topic   Reply to topic  

   www.clanthemes.com Forum Index » General PhpNuke

View previous topic :: View next topic


floppy
Reputation: 2088.8 Add RepSubtract Rep
votes: 22
Local time: 2:04 AM
Location: Jackson Mississippi
usa.gif

Site Admin
Site Admin

1.17 posts per day
Medals: 2 (View more...)
Super Dedicated User (Amount: 1)
Scripts/Coder
Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 03 May 2012
Posts: 2353
Points: 132516 

Post Forums center block question Posted: Tue Jul 31, 2007 12:42 pm

Shop Purchases:
Clan Roster 2.0 · Multi Gaming (Warrior) Evo Theme · COD6 ModernWarfare 2 Teaser Splash Screen · Left for Dead Evo Extreme Version

You need to update the path.

modules.php?name=Forums should be your phpbb path.
 

Phpnuke Downloads | VMaxxRx Male Enhancement  
View user's profileSend private messageVisit poster's website Reply with quote

dakota
Reputation: 474 Add RepSubtract Rep
Local time: 12:04 AM

usa.gif

Tree Hugger
Tree Hugger

0.04 posts per day
Medals: 0

Joined: Apr 07, 2007
Last Visit: 30 Oct 2008
Posts: 70
Points: 734 

Post Forums center block question Posted: Tue Jul 31, 2007 12:53 pm

Shop Purchases:
Counter Strike (Sabre) Theme · Clan Roster v1.7 Php Nuke Module

so is the code i have to change

Code:
$content .="<td width=\"32\" vAlign=\"middle\">";
if (eregi("http://", $user_avatar)) {
$content .="  <a href=\"modules.php?name=Forums&amp;file=profile&amp;mode=viewprofile&amp;u=$user_id\"><img alt src=\"$user_avatar\" border =\"0\" width=\"32\" height=\"32\"></a></td>";
}
else
{
$content .="  <a href=\"modules.php?name=Forums&amp;file=profile&amp;mode=viewprofile&amp;u=$user_id\"><img alt src=\"modules/Forums/images/avatars/$user_avatar\" border =\"0\" width=\"32\" height=\"32\"></a></td>";
$content .="<td vAlign=\"middle\"> <a href=\"modules.php?name=Forums&amp;file=profile&amp;mode=viewprofile&amp;u=$user_id\"><b>$username</b></a> <br> <a href=\"modules.php?name=Forums&amp;file=search&amp;search_author=$username\">Posts:</a> ";
$content .=" <a href=\"modules.php?name=Forums&amp;file=search&amp;search_author=$username\">$user_posts</a> </td>";
}


so am i putting my forum link in there because it seems like it is asking for certain things on the forums like it is searching for the author
 

 
View user's profileSend private messageVisit poster's website Reply with quote

dakota
Reputation: 474 Add RepSubtract Rep
Local time: 12:04 AM

usa.gif

Tree Hugger
Tree Hugger

0.04 posts per day
Medals: 0

Joined: Apr 07, 2007
Last Visit: 30 Oct 2008
Posts: 70
Points: 734 

Post Forums center block question Posted: Tue Jul 31, 2007 1:06 pm

Shop Purchases:
Counter Strike (Sabre) Theme · Clan Roster v1.7 Php Nuke Module

i am stuck on this one floppy lol i am trying different things

[/quote][code]




so i am repalcing modules.php with http://www.valhallaclan.com/phpBB3/index.php

Last edited by dakota on Tue Jul 31, 2007 1:14 pm; edited 1 time in total
 

 
View user's profileSend private messageVisit poster's website Reply with quote


floppy
Reputation: 2088.8 Add RepSubtract Rep
votes: 22
Local time: 2:04 AM
Location: Jackson Mississippi
usa.gif

Site Admin
Site Admin

1.17 posts per day
Medals: 2 (View more...)
Dedication (Amount: 1)
Scripts/Coder
Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 03 May 2012
Posts: 2353
Points: 132516 

Post Forums center block question Posted: Tue Jul 31, 2007 1:07 pm

Shop Purchases:
Clan Roster 2.0 · Multi Gaming (Warrior) Evo Theme · COD6 ModernWarfare 2 Teaser Splash Screen · Left for Dead Evo Extreme Version

You need to update the links

Code:
modules.php?name=Forums


To

Code:
/phpbb3/viewtopic?


Whatever your path is. Your just gonna have to play at it.
 

 
View user's profileSend private messageVisit poster's website Reply with quote

floppy
Reputation: 2088.8 Add RepSubtract Rep
votes: 22
Local time: 2:04 AM
Location: Jackson Mississippi
usa.gif

Site Admin
Site Admin

1.17 posts per day
Medals: 2 (View more...)
Super Dedicated User (Amount: 1)
Scripts/Coder
Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 03 May 2012
Posts: 2353
Points: 132516 

Post Forums center block question Posted: Tue Jul 31, 2007 1:09 pm

Shop Purchases:
Clan Roster 2.0 · Multi Gaming (Warrior) Evo Theme · COD6 ModernWarfare 2 Teaser Splash Screen · Left for Dead Evo Extreme Version

ug the site is rewriting my links

Change the path

Code:
modules.php/name=Forums


Without the slash :)

to

Code:
phpbb3/viewtopic?


Whatever.
 

 
View user's profileSend private messageVisit poster's website Reply with quote

dakota
Reputation: 474 Add RepSubtract Rep
Local time: 12:04 AM

usa.gif

Tree Hugger
Tree Hugger

0.04 posts per day
Medals: 0

Joined: Apr 07, 2007
Last Visit: 30 Oct 2008
Posts: 70
Points: 734 

Post Forums center block question Posted: Tue Jul 31, 2007 1:34 pm

Shop Purchases:
Counter Strike (Sabre) Theme · Clan Roster v1.7 Php Nuke Module

holy crap i got it you are the man floppy there is some bugs to work out like avatars and top posters but it is getting there
 

 
View user's profileSend private messageVisit poster's website Reply with quote


floppy
Reputation: 2088.8 Add RepSubtract Rep
votes: 22
Local time: 2:04 AM
Location: Jackson Mississippi
usa.gif

Site Admin
Site Admin

1.17 posts per day
Medals: 2 (View more...)
Dedication (Amount: 1)
Scripts/Coder
Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 03 May 2012
Posts: 2353
Points: 132516 

Post Forums center block question Posted: Tue Jul 31, 2007 1:35 pm

Shop Purchases:
Clan Roster 2.0 · Multi Gaming (Warrior) Evo Theme · COD6 ModernWarfare 2 Teaser Splash Screen · Left for Dead Evo Extreme Version

Those are file path problems too most likely.
 

 
View user's profileSend private messageVisit poster's website Reply with quote

dakota
Reputation: 474 Add RepSubtract Rep
Local time: 12:04 AM

usa.gif

Tree Hugger
Tree Hugger

0.04 posts per day
Medals: 0

Joined: Apr 07, 2007
Last Visit: 30 Oct 2008
Posts: 70
Points: 734 

Post Forums center block question Posted: Tue Jul 31, 2007 2:43 pm

Shop Purchases:
Counter Strike (Sabre) Theme · Clan Roster v1.7 Php Nuke Module

ok floppy the main thing i need to get working is avatars because it looks like crap with no image tried many different configurations and no luck

here is the code i changed

[/code] $content .=" <a href=\"modules.php?name=Forums&amp;file=profile&amp;mode=viewprofile&amp;u=$user_id\"><img alt src=\"phpBB3/images/avatars/upload/$user_avatar\" border =\"0\" width=\"32\" height=\"32\"></a></td>"; [/code]


that is the path for uploaded avatars hope you can solve this because i am racking my brain on this one
 

 
View user's profileSend private messageVisit poster's website Reply with quote

floppy
Reputation: 2088.8 Add RepSubtract Rep
votes: 22
Local time: 2:04 AM
Location: Jackson Mississippi
usa.gif

Site Admin
Site Admin

1.17 posts per day
Medals: 2 (View more...)
Dedication (Amount: 1)
Scripts/Coder
Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 03 May 2012
Posts: 2353
Points: 132516 

Post Forums center block question Posted: Tue Jul 31, 2007 2:52 pm

Shop Purchases:
Clan Roster 2.0 · Multi Gaming (Warrior) Evo Theme · COD6 ModernWarfare 2 Teaser Splash Screen · Left for Dead Evo Extreme Version

Man I hate that dumb no right click script. Anyway right click the X in internet explorer to see where you went wrong with file path.
 

 
View user's profileSend private messageVisit poster's website Reply with quote


dakota
Reputation: 474 Add RepSubtract Rep
Local time: 12:04 AM

usa.gif

Tree Hugger
Tree Hugger

0.04 posts per day
Medals: 0

Joined: Apr 07, 2007
Last Visit: 30 Oct 2008
Posts: 70
Points: 734 

Post Forums center block question Posted: Tue Jul 31, 2007 2:56 pm

Shop Purchases:
Counter Strike (Sabre) Theme · Clan Roster v1.7 Php Nuke Module

hi floppy was looking where to disable right click option but couldnt find it, i went to properties and this si the path

http://www.valhallaclan.com/phpBB3/images/avatars/upload/53_1185893793.gif


only thing i can think of is maybe i have to make my avatar smaller but shouldnt it convert it to 32 by 32 , my actual avatar is 90 by 90 just an idea

but phpbb is renaming my avatar to numbers for some reason maybe that is the reason

Last edited by dakota on Tue Jul 31, 2007 3:00 pm; edited 1 time in total
 

 
View user's profileSend private messageVisit poster's website Reply with quote

floppy
Reputation: 2088.8 Add RepSubtract Rep
votes: 22
Local time: 2:04 AM
Location: Jackson Mississippi
usa.gif

Site Admin
Site Admin

1.17 posts per day
Medals: 2 (View more...)
Super Dedicated User (Amount: 1)
Scripts/Coder
Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 03 May 2012
Posts: 2353
Points: 132516 

Post Forums center block question Posted: Tue Jul 31, 2007 2:57 pm

Shop Purchases:
Clan Roster 2.0 · Multi Gaming (Warrior) Evo Theme · COD6 ModernWarfare 2 Teaser Splash Screen · Left for Dead Evo Extreme Version

Now just find out what the real path is and correct it.
 

 
View user's profileSend private messageVisit poster's website Reply with quote

dakota
Reputation: 474 Add RepSubtract Rep
Local time: 12:04 AM

usa.gif

Tree Hugger
Tree Hugger

0.04 posts per day
Medals: 0

Joined: Apr 07, 2007
Last Visit: 30 Oct 2008
Posts: 70
Points: 734 

Post Forums center block question Posted: Tue Jul 31, 2007 3:05 pm

Shop Purchases:
Counter Strike (Sabre) Theme · Clan Roster v1.7 Php Nuke Module

the correct path is phpBB3/images/avatars/upload i am going through file manager in cp to get that path not sure what is makes no sense
 

 
View user's profileSend private messageVisit poster's website Reply with quote

Post new topic   Reply to topic  
   www.clanthemes.com Forum Index » General PhpNuke


 
76 Replies / 21083 Views
Page 4 of 7
All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next
Display posts from previous:   
 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum