Clan Adverts

www.afgserv.com

 

www.clan-themes.co.uk :: View topic - Forums center block question

 Welcome To Clan Themes 

As the board grows please remember the Search Option and we hope you find our community useful.

We also monitor Private Messages to stop members from abusing our sites system.
If you are asking for assistance please provide your site link and nuke version, Thanks.

Forums center block question
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next

74 Replies / 7350 Views


Post new topic   Reply to topic  

   www.clan-themes.co.uk Forum Index » General PhpNuke

View previous topic :: View next topic


floppy
Reputation: 1784.7
votes: 10
Local time: 9:29 PM
Location: Jackson Mississippi
usa.gif

Status: Offline
2.86 posts per day
Medals: 1 (View more...)
Dedicated User (Amount: 1)
Clan Themes Scripts/Coder
Clan Themes Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 12 Oct 2008
Posts: 1994
Points: 29861 

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

dakota
Reputation: 463
Local time: 7:29 PM

usa.gif

Status: Offline
0.14 posts per day
Medals: 0

Joined: Apr 07, 2007
Last Visit: 17 Jul 2008
Posts: 76
Points: 684 

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: 463
Local time: 7:29 PM

usa.gif

Status: Offline
0.14 posts per day
Medals: 0

Joined: Apr 07, 2007
Last Visit: 17 Jul 2008
Posts: 76
Points: 684 

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




floppy
Reputation: 1784.7
votes: 10
Local time: 9:29 PM
Location: Jackson Mississippi
usa.gif

Status: Offline
2.86 posts per day
Medals: 1 (View more...)
Dedicated User (Amount: 1)
Clan Themes Scripts/Coder
Clan Themes Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 12 Oct 2008
Posts: 1994
Points: 29861 

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

Shop Purchases:
Clan Roster 2.0

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: 1784.7
votes: 10
Local time: 9:29 PM
Location: Jackson Mississippi
usa.gif

Status: Offline
2.86 posts per day
Medals: 1 (View more...)
Dedicated User (Amount: 1)
Clan Themes Scripts/Coder
Clan Themes Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 12 Oct 2008
Posts: 1994
Points: 29861 

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

Shop Purchases:
Clan Roster 2.0

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: 463
Local time: 7:29 PM

usa.gif

Status: Offline
0.14 posts per day
Medals: 0

Joined: Apr 07, 2007
Last Visit: 17 Jul 2008
Posts: 76
Points: 684 

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




floppy
Reputation: 1784.7
votes: 10
Local time: 9:29 PM
Location: Jackson Mississippi
usa.gif

Status: Offline
2.86 posts per day
Medals: 1 (View more...)
Dedicated User (Amount: 1)
Clan Themes Scripts/Coder
Clan Themes Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 12 Oct 2008
Posts: 1994
Points: 29861 

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

dakota
Reputation: 463
Local time: 7:29 PM

usa.gif

Status: Offline
0.14 posts per day
Medals: 0

Joined: Apr 07, 2007
Last Visit: 17 Jul 2008
Posts: 76
Points: 684 

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: 1784.7
votes: 10
Local time: 9:29 PM
Location: Jackson Mississippi
usa.gif

Status: Offline
2.86 posts per day
Medals: 1 (View more...)
Dedicated User (Amount: 1)
Clan Themes Scripts/Coder
Clan Themes Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 12 Oct 2008
Posts: 1994
Points: 29861 

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


Far Cry 2



dakota
Reputation: 463
Local time: 7:29 PM

usa.gif

Status: Offline
0.14 posts per day
Medals: 0

Joined: Apr 07, 2007
Last Visit: 17 Jul 2008
Posts: 76
Points: 684 

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: 1784.7
votes: 10
Local time: 9:29 PM
Location: Jackson Mississippi
usa.gif

Status: Offline
2.86 posts per day
Medals: 1 (View more...)
Dedicated User (Amount: 1)
Clan Themes Scripts/Coder
Clan Themes Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 12 Oct 2008
Posts: 1994
Points: 29861 

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

dakota
Reputation: 463
Local time: 7:29 PM

usa.gif

Status: Offline
0.14 posts per day
Medals: 0

Joined: Apr 07, 2007
Last Visit: 17 Jul 2008
Posts: 76
Points: 684