Integrated Forum V 2.0 -Released!- *Old Version*

Forum
Last Post
Threads / Messages

Bloodrun

I am, who I am.
Premium Member
Joined
Apr 20, 2009
Messages
532
Points
0
Age
33
Mysidian Dollar
15,756
Forum Add-On Includes:
  • Forum Index
  • Thread Index
  • Ability to create threads/forums
  • Ability to post/read them
  • Have to be logged in to view the forum/post
  • A better layout style ability.
  • A better post preview.
  • Anyone who can view the ACP can Lock/Edit/Delete Threads and Posts
  • The ability to earn points per thread/reply.
  • Increase post count per post.
  • Forum Groups such as (Super Moderator, Moderator)
  • A full admin.php control/edit file for the forum.
  • The ability to hide forums to certain members.
  • The ability to assign a mod/super mod to a forum.
  • An advanced delete/create function.
  • Forum descriptions.
  • Last Post by feature.
  • Signature feature.

The bolded ones are the newly added features. Once I finish with the touch ups, I will post the instructions on how to install it.

Now, a quick question, do you think that I should release an old Premium Member Forum Modification each time I upgrade?
Like maybe, Every 2 upgrades?

Forum Add-On Will Include:
  • Parent Forum feature.
  • Anything else I can think of..
 
RE: Integrated Forum V 2.0

Forum Preview:
[attachment=188]

Forum Album, just in case the files don't work

Now some things that I am currently trying to get to work:

Parent Forums
Subcribed Thread/Forum Update
Editing of Forum
And a better Important Thread feature.


For some reason the Parent Forums and Important Thread feature, are hard for me to figure out =/
 
RE: Integrated Forum V 2.0

The actual release:

This update has a lot of updates, I suggest replaced your old pages with the new ones.

The current pages you should replace, are:

  • Account.php
  • accountpost.php
  • admin.php
  • admpost.php
  • register.php
  • messages.php

This release will mix in a couple of my other modifications, such as Custom Profile, Enhanced PM, and Warning/Report.

The sql is pretty straight forward, but the hardest one will be the 'adopts_users' table because you will have to manually insert the new options.

There are alot of files for this release, so I am zipping them in a folder.

The zip file, is organized so you know which part is which.
In the 'Profile Add-On' folder, there is a text file, that contains the sets that you have to insert into your 'adopts_users' table.
the css.php file within that folder needs to go into your inc directory

Update! For those of you who have downloaded the file (which was one) the accountpost.php file has been updated, I suggest you replace it with the new one!

The functions.php file in the zip is out of date, please use the extra one provided.


[attachment=205][attachment=206]
 
RE: Integrated Forum V 2.0 -Released!-

Installing this to a test site now. I'll post a review after. :D

Hmm. When I add a new forum through the ACP, it's not showing on main_forum2.php.
 
RE: Integrated Forum V 2.0 -Released!-

Saphira said:
Installing this to a test site now. I'll post a review after. :D

Hmm. When I add a new forum through the ACP, it's not showing on main_forum2.php.



Make sure you have a parent forum first, or else it wont show.
 
RE: Integrated Forum V 2.0 -Released!-

Bloodrun said:
Saphira said:
Installing this to a test site now. I'll post a review after. :D

Hmm. When I add a new forum through the ACP, it's not showing on main_forum2.php.



Make sure you have a parent forum first, or else it wont show.



Aha, I see. All working now. Now all I need to figure out is how to get your profile add on to work with my template.
Scratch-Head.gif
 
RE: Integrated Forum V 2.0 -Released!-

Saphira said:
Bloodrun said:
Saphira said:
Installing this to a test site now. I'll post a review after. :D

Hmm. When I add a new forum through the ACP, it's not showing on main_forum2.php.



Make sure you have a parent forum first, or else it wont show.



Aha, I see. All working now. Now all I need to figure out is how to get your profile add on to work with my template.
Scratch-Head.gif




I gave that modification a new template just for that very reason.
 
RE: Integrated Forum V 2.0 -Released!-

Bloodrun said:
Saphira said:
Bloodrun said:
Saphira said:
Installing this to a test site now. I'll post a review after. :D

Hmm. When I add a new forum through the ACP, it's not showing on main_forum2.php.



Make sure you have a parent forum first, or else it wont show.



Aha, I see. All working now. Now all I need to figure out is how to get your profile add on to work with my template.
Scratch-Head.gif




I gave that modification a new template just for that very reason.



I don't understand it. I have all the files in the right places. I even changed my default style.css to style1.css, so I could upload yours. But the page has no style at all. White background, black text, everything aligned left.
 
RE: Integrated Forum V 2.0 -Released!-

Saphira said:
Bloodrun said:
Saphira said:
Bloodrun said:
Saphira said:
Installing this to a test site now. I'll post a review after. :D

Hmm. When I add a new forum through the ACP, it's not showing on main_forum2.php.



Make sure you have a parent forum first, or else it wont show.



Aha, I see. All working now. Now all I need to figure out is how to get your profile add on to work with my template.
Scratch-Head.gif




I gave that modification a new template just for that very reason.



I don't understand it. I have all the files in the right places. I even changed my default style.css to style1.css, so I could upload yours. But the page has no style at all. White background, black text, everything aligned left.



silly you gotta put the code in your profile, becuase it's a "Custom Profile Mod" duh =P
 
RE: Integrated Forum V 2.0 -Released!-

*raises hand* I have a question! The pet bits are strangely absent from profile2.php, how would I put them in?
 
RE: Integrated Forum V 2.0 -Released!-

rosepose said:
*raises hand* I have a question! The pet bits are strangely absent from profile2.php, how would I put them in?

oh, lol I forgot I took those out, thats rather simple actually, just add this:

near the stat's section:

add this right after all the Instant messaging info
PHP:
	$query = "SELECT * FROM ".$prefix."owned_adoptables WHERE owner = '".$user."'";
	$result = mysql_query($query);
	$numpets = mysql_numrows($result);

	// Show the user's profile page...

Then add this right at the end of the $article_content

PHP:
	<b>Number Of Pets Owned:</b> ".$numpets."<br><br>
	<b><u>".$usersname."'s Pets:</u></b><br><br>";

	if($numpets > 0){

	$i=0;
	while ($i < $numpets) {

	$aid=@mysql_result($result,$i,"aid");
	$image = getcurrentimage($aid);

	$article_content = $article_content."<a href='levelup.php?id=".$aid."'><img src='".$image."' border='0'></a>";


	$i++;
	}
	}
	else{
	$article_content = $article_content."This user currently does not have any pets.";
	}

	}
	else{
	
	// User doesn't seem to exist, oh noes!

	$article_title = "User Does Not Exist";
	$article_content = "Sorry, but we could not find a user in the system with the name ".$user.".  
	Please make sure you have the username right.  The user's account may also have been deleted by the system admin.";
 
	}
 
RE: Integrated Forum V 2.0 -Released!-

Erm....


Parse error: syntax error, unexpected '<' in /home/solaeria/public_html/alearith/profile2.php on line 403

PHP:
<?php



// **********************************************************************

// Rusnak PHP Adoptables Script

// Copyright 2009 Brandon Rusnak

// For help and support: http://www.rusnakweb.com/forum/

//

// Redistribution prohibited without written permission

// File ID: profile.php

// Shows a user profile, or a member list.

// **********************************************************************



// Wake the sleeping giant



// **********************************************************************

// Basic Configuration Info

// **********************************************************************



include("inc/functions.php");

include("inc/config.php");

include("lang/lang.php");



$themeurl = "templates/default/usertemp.html";



// **********************************************************************

// Define our top links by calling getlinks()

// **********************************************************************




// **********************************************************************

// Define our ads by calling getads()

// **********************************************************************



$ads = getads("any");



// **********************************************************************

// Grab any dynamic article content from the content table

// **********************************************************************



$pagecontent = getsitecontent("index");

$article_title = $pagecontent[title];

$article_content = $pagecontent[content];

$article_content = nl2br($article_content);



// **********************************************************************

// Grab any settings that we will need for the current page from the DB

// **********************************************************************



$browsertitle = grabanysetting("browsertitle");

$sitename = grabanysetting("sitename");

$slogan = grabanysetting("slogan");



// **********************************************************************

// Check and see if the user is logged in to the site

// **********************************************************************



$loginstatus = logincheck();

$isloggedin = $loginstatus[loginstatus];

$loggedinname = $loginstatus[username];



// **********************************************************************

// End Prepwork - Output the page to the user

// **********************************************************************



// This page handles user profiles and shows the site members...



$user = $_GET["user"];

$user = preg_replace("/[^a-zA-Z0-9\\040.]/", "", $user);

$user = secure($user);



$page = $_GET["page"];

$page = preg_replace("/[^a-zA-Z0-9\\040.]/", "", $page);

$page = secure($page);





if($user != ""){



// We have specified a specific user who we are showing a profile for...

// See if the user exists...



	$query = "SELECT * FROM ".$prefix."users WHERE username = '".$user."'";

	$result = mysql_query($query);

	$num = mysql_numrows($result);



	if($num > 0){



	$i=0;

	while ($i < 1) {



	$usersname=@mysql_result($result,$i,"username");

	$usersgroup=@mysql_result($result,$i,"usergroup");

	$website=@mysql_result($result,$i,"website");

	$aim=@mysql_result($result,$i,"aim");

	$yahoo=@mysql_result($result,$i,"yahoo");

	$msn=@mysql_result($result,$i,"msn");

	$ame=@mysql_result($result,$i,"ame");

	$membersince=@mysql_result($result,$i,"membersince");

	$location=@mysql_result($result,$i,"location");

	$age=@mysql_result($result,$i,"age");

	$occupation=@mysql_result($result,$i,"occupation");

	$interests=@mysql_result($result,$i,"interests");

	$profilepic=@mysql_result($result,$i,"profilepic");

	$displayquote=@mysql_result($result,$i,"displayquote");

	$usercss=@mysql_result($result,$i,"usercss");

	$status=@mysql_result($result,$i,"status");



	if($website == ""){

	$website = "No Website Information Given";

	}

	else{

	$website = "<a href='".$website."' target='_blank'>".$website."</a>";

	}



	if($msn == ""){

	$msn = "No MSN Information Given";

	}



	if($ame == ""){

	$ame = "This user is a nobody! (Didn't enter any info)";

	}

	

	if($aim == ""){

	$aim = "No AIM Information Given";

	}



	if($yahoo == ""){

	$yahoo = "No YIM Information Given";

	}



	if($age == ""){

	$yahoo = "No Information Given";

	}



	if($occupation == ""){

	$yahoo = "No Information Given";

	}



	if($interests == ""){

	$yahoo = "No Information Given";

	}



	if($location == ""){

	$yahoo = "No Information Given";

	}

	



	$i++;

	}


  $query = "SELECT * FROM ".$prefix."owned_adoptables WHERE owner = '".$user."'";
    $result = mysql_query($query);
    $numpets = mysql_numrows($result);







	// Show the user's profile page...





	if($status == "yes") {

	$userdisp = "Online Status: <b>Online!</b>";

	}

	elseif($status == "") {

	$userdisp = "Online Status: <b>Offline!</b>";

	}

if($numpets > 0){

	$i=0;
	while ($i < $numpets) {

	$aid=@mysql_result($result,$i,"aid");
	$image = getcurrentimage($aid);

	$article_content = $article_content."<a href='levelup.php?id=".$aid."'><img src='".$image."' border='0'></a>";


	$i++;
	}
	}
	else{
	$article_content = $article_content."This user currently does not have any pets.";
	}


	$article_title = "<center><br><br><br><br><table><tr><td id=welcome width=600 valign=top style='background-color:#fff; border:1px solid #e9e9e9; padding:10px 10px 10px;'>

<div class=font><div class=header1>".$usersname."'s Profile:</div>";

        $displaypic = "<img src='".$profilepic."'>"; 

        $display_quote = "".$displayquote."<br>".$userdisp."<br>";

        $aboutme = "	<div class=header3>About Me:</div><br> ".$ame."<br>	<div class=header3>Interests:</div><br> ".$interests."<br></td></tr>";

	$article_content = "

        <tr><td id=welcome width=600 valign=top style='background-color:#fff; border:1px solid #e9e9e9; padding:10px 10px 10px;'><div class=header3><div class=font><u>".$lang_basic_info."".$usersname.":</u></div></a><br><br>

	<img src='templates/icons/web.gif'> ".$website."<br>

	<img src='templates/icons/aim.gif'> ".$aim."<br>

	<img src='templates/icons/msn.gif'> ".$msn."<br>

	<img src='templates/icons/yahoo.gif'> ".$yahoo."<br>

	<img src='templates/icons/title.gif'> <a href='messages.php?act=newpm&user=".$usersname."'>Send ".$usersname." a Private Message</a><br><br></div></td></tr>";

	$article_stats = "<div class=font><td id=welcome width=600 valign=top style='background-color:#ffffff; border:1px solid #e9e9e9; padding:10px 10px 10px;'><div class=font>

	<div class=header3><u>".$usersname."'s Stats:</div></u></a><br><br>

	<div class=header3>Member Since:</div> ".$membersince."<br><br>
    <b>Number Of Pets Owned:</b> ".$numpets."<br><br>
    <b><u>".$usersname."'s Pets:</u></b><br><br>";

    if($numpets > 0){

    $i=0;
    while ($i < $numpets) {

    $aid=@mysql_result($result,$i,"aid");
    $image = getcurrentimage($aid);

    $article_content = $article_content."<a href='levelup.php?id=".$aid."'><img src='".$image."' border='0'></a>";


    $i++;
    }
    }
    else{
    $article_content = $article_content."This user currently does not have any pets.";
    }

    }
    else{
    
    // User doesn't seem to exist, oh noes!

    $article_title = "User Does Not Exist";
    $article_content = "Sorry, but we could not find a user in the system with the name ".$user.".  
    Please make sure you have the username right.  The user's account may also have been deleted by the system admin.";
 
    } </div>";

	$article_about = "
<div class=font>
	<div class=header3><u>About ".$usersname.":</div></u></a><br><br>

	<div class=header3>Location:</div> ".$location."<br>

	<div class=header3>Age:</div> ".$age."<br>

	<div class=header3>Occupation:</div> ".$occupation."<br> 
<br><br>
	</div></td>
";



}

}



// **********************************************************************

// Begin Template Definition

// **********************************************************************



//Define our current theme

$file = $themeurl;



// Do the template changes and echo the ready template

$template = file_get_contents($file);



$template = replace(':ARTICLETITLE:',$article_title,$template);

$template = replace(':ARTICLECONTENT:',$article_content,$template);

$template = replace(':ARTICLEDATE:',$article_date,$template);

$template = replace(':DISPLAYPIC:',$displaypic,$template);

$template = replace(':DISPLAYQUOTE:',$display_quote,$template);

$template = replace(':ARTICLESTATS:',$article_stats,$template);

$template = replace(':ARTICLEABOUT:',$article_about,$template);

$template = replace(':ARTICLEABOUTME:',$aboutme,$template);



$template = replace(':BROWSERTITLE:',$browsertitle,$template);

$template = replace(':USERCSS:',$usercss,$template);

$template = replace(':SITENAME:',$sitename,$template);



//Define our links



//Get the content for the side bar...



$sidebar = getsidebar();

$template = replace(':SIDEFEED:',$sidebar,$template);



//Get the ad content...

$template = replace(':ADS:',$ads,$template);



//Get the slogan info

$template = replace(':SLOGAN:',$slogan,$template);





echo $template;



// **********************************************************************

// End Template Definition

// **********************************************************************







?>

That's my profile2.php.
 
RE: Integrated Forum V 2.0 -Released!-

rosepose said:
Erm....


Parse error: syntax error, unexpected '<' in /home/solaeria/public_html/alearith/profile2.php on line 403

PHP:
<?php



// **********************************************************************

// Rusnak PHP Adoptables Script

// Copyright 2009 Brandon Rusnak

// For help and support: http://www.rusnakweb.com/forum/

//

// Redistribution prohibited without written permission

// File ID: profile.php

// Shows a user profile, or a member list.

// **********************************************************************



// Wake the sleeping giant



// **********************************************************************

// Basic Configuration Info

// **********************************************************************



include("inc/functions.php");

include("inc/config.php");

include("lang/lang.php");



$themeurl = "templates/default/usertemp.html";



// **********************************************************************

// Define our top links by calling getlinks()

// **********************************************************************




// **********************************************************************

// Define our ads by calling getads()

// **********************************************************************



$ads = getads("any");



// **********************************************************************

// Grab any dynamic article content from the content table

// **********************************************************************



$pagecontent = getsitecontent("index");

$article_title = $pagecontent[title];

$article_content = $pagecontent[content];

$article_content = nl2br($article_content);



// **********************************************************************

// Grab any settings that we will need for the current page from the DB

// **********************************************************************



$browsertitle = grabanysetting("browsertitle");

$sitename = grabanysetting("sitename");

$slogan = grabanysetting("slogan");



// **********************************************************************

// Check and see if the user is logged in to the site

// **********************************************************************



$loginstatus = logincheck();

$isloggedin = $loginstatus[loginstatus];

$loggedinname = $loginstatus[username];



// **********************************************************************

// End Prepwork - Output the page to the user

// **********************************************************************



// This page handles user profiles and shows the site members...



$user = $_GET["user"];

$user = preg_replace("/[^a-zA-Z0-9\\040.]/", "", $user);

$user = secure($user);



$page = $_GET["page"];

$page = preg_replace("/[^a-zA-Z0-9\\040.]/", "", $page);

$page = secure($page);





if($user != ""){



// We have specified a specific user who we are showing a profile for...

// See if the user exists...



	$query = "SELECT * FROM ".$prefix."users WHERE username = '".$user."'";

	$result = mysql_query($query);

	$num = mysql_numrows($result);



	if($num > 0){



	$i=0;

	while ($i < 1) {



	$usersname=@mysql_result($result,$i,"username");

	$usersgroup=@mysql_result($result,$i,"usergroup");

	$website=@mysql_result($result,$i,"website");

	$aim=@mysql_result($result,$i,"aim");

	$yahoo=@mysql_result($result,$i,"yahoo");

	$msn=@mysql_result($result,$i,"msn");

	$ame=@mysql_result($result,$i,"ame");

	$membersince=@mysql_result($result,$i,"membersince");

	$location=@mysql_result($result,$i,"location");

	$age=@mysql_result($result,$i,"age");

	$occupation=@mysql_result($result,$i,"occupation");

	$interests=@mysql_result($result,$i,"interests");

	$profilepic=@mysql_result($result,$i,"profilepic");

	$displayquote=@mysql_result($result,$i,"displayquote");

	$usercss=@mysql_result($result,$i,"usercss");

	$status=@mysql_result($result,$i,"status");



	if($website == ""){

	$website = "No Website Information Given";

	}

	else{

	$website = "<a href='".$website."' target='_blank'>".$website."</a>";

	}



	if($msn == ""){

	$msn = "No MSN Information Given";

	}



	if($ame == ""){

	$ame = "This user is a nobody! (Didn't enter any info)";

	}

	

	if($aim == ""){

	$aim = "No AIM Information Given";

	}



	if($yahoo == ""){

	$yahoo = "No YIM Information Given";

	}



	if($age == ""){

	$yahoo = "No Information Given";

	}



	if($occupation == ""){

	$yahoo = "No Information Given";

	}



	if($interests == ""){

	$yahoo = "No Information Given";

	}



	if($location == ""){

	$yahoo = "No Information Given";

	}

	



	$i++;

	}


  $query = "SELECT * FROM ".$prefix."owned_adoptables WHERE owner = '".$user."'";
    $result = mysql_query($query);
    $numpets = mysql_numrows($result);







	// Show the user's profile page...





	if($status == "yes") {

	$userdisp = "Online Status: <b>Online!</b>";

	}

	elseif($status == "") {

	$userdisp = "Online Status: <b>Offline!</b>";

	}

if($numpets > 0){

	$i=0;
	while ($i < $numpets) {

	$aid=@mysql_result($result,$i,"aid");
	$image = getcurrentimage($aid);

	$article_content = $article_content."<a href='levelup.php?id=".$aid."'><img src='".$image."' border='0'></a>";


	$i++;
	}
	}
	else{
	$article_content = $article_content."This user currently does not have any pets.";
	}


	$article_title = "<center><br><br><br><br><table><tr><td id=welcome width=600 valign=top style='background-color:#fff; border:1px solid #e9e9e9; padding:10px 10px 10px;'>

<div class=font><div class=header1>".$usersname."'s Profile:</div>";

        $displaypic = "<img src='".$profilepic."'>"; 

        $display_quote = "".$displayquote."<br>".$userdisp."<br>";

        $aboutme = "	<div class=header3>About Me:</div><br> ".$ame."<br>	<div class=header3>Interests:</div><br> ".$interests."<br></td></tr>";

	$article_content = "

        <tr><td id=welcome width=600 valign=top style='background-color:#fff; border:1px solid #e9e9e9; padding:10px 10px 10px;'><div class=header3><div class=font><u>".$lang_basic_info."".$usersname.":</u></div></a><br><br>

	<img src='templates/icons/web.gif'> ".$website."<br>

	<img src='templates/icons/aim.gif'> ".$aim."<br>

	<img src='templates/icons/msn.gif'> ".$msn."<br>

	<img src='templates/icons/yahoo.gif'> ".$yahoo."<br>

	<img src='templates/icons/title.gif'> <a href='messages.php?act=newpm&user=".$usersname."'>Send ".$usersname." a Private Message</a><br><br></div></td></tr>";

	$article_stats = "<div class=font><td id=welcome width=600 valign=top style='background-color:#ffffff; border:1px solid #e9e9e9; padding:10px 10px 10px;'><div class=font>

	<div class=header3><u>".$usersname."'s Stats:</div></u></a><br><br>

	<div class=header3>Member Since:</div> ".$membersince."<br><br>
    <b>Number Of Pets Owned:</b> ".$numpets."<br><br>
    <b><u>".$usersname."'s Pets:</u></b><br><br>";

    if($numpets > 0){

    $i=0;
    while ($i < $numpets) {

    $aid=@mysql_result($result,$i,"aid");
    $image = getcurrentimage($aid);

    $article_content = $article_content."<a href='levelup.php?id=".$aid."'><img src='".$image."' border='0'></a>";


    $i++;
    }
    }
    else{
    $article_content = $article_content."This user currently does not have any pets.";
    }

    }
    else{
    
    // User doesn't seem to exist, oh noes!

    $article_title = "User Does Not Exist";
    $article_content = "Sorry, but we could not find a user in the system with the name ".$user.".  
    Please make sure you have the username right.  The user's account may also have been deleted by the system admin.";
 
    } </div>";

	$article_about = "
<div class=font>
	<div class=header3><u>About ".$usersname.":</div></u></a><br><br>

	<div class=header3>Location:</div> ".$location."<br>

	<div class=header3>Age:</div> ".$age."<br>

	<div class=header3>Occupation:</div> ".$occupation."<br> 
<br><br>
	</div></td>
";



}

}



// **********************************************************************

// Begin Template Definition

// **********************************************************************



//Define our current theme

$file = $themeurl;



// Do the template changes and echo the ready template

$template = file_get_contents($file);



$template = replace(':ARTICLETITLE:',$article_title,$template);

$template = replace(':ARTICLECONTENT:',$article_content,$template);

$template = replace(':ARTICLEDATE:',$article_date,$template);

$template = replace(':DISPLAYPIC:',$displaypic,$template);

$template = replace(':DISPLAYQUOTE:',$display_quote,$template);

$template = replace(':ARTICLESTATS:',$article_stats,$template);

$template = replace(':ARTICLEABOUT:',$article_about,$template);

$template = replace(':ARTICLEABOUTME:',$aboutme,$template);



$template = replace(':BROWSERTITLE:',$browsertitle,$template);

$template = replace(':USERCSS:',$usercss,$template);

$template = replace(':SITENAME:',$sitename,$template);



//Define our links



//Get the content for the side bar...



$sidebar = getsidebar();

$template = replace(':SIDEFEED:',$sidebar,$template);



//Get the ad content...

$template = replace(':ADS:',$ads,$template);



//Get the slogan info

$template = replace(':SLOGAN:',$slogan,$template);





echo $template;



// **********************************************************************

// End Template Definition

// **********************************************************************







?>

That's my profile2.php.

Um.. is there a reason why your using div's in the code? I haven't tested it with divs...
 
RE: Integrated Forum V 2.0 -Released!-

So that the profile is more customizeable and so that it looks a bit like our existing layout :3
 
RE: Integrated Forum V 2.0 -Released!-

Hmm, is it possible to implement this -without- the custom profile mod? It's a good mod, but most of the users of my site are around the 12-14 usergroup, and none of them will know enough HTML to edit the page. Heh.
 
RE: Integrated Forum V 2.0 -Released!-

Saphira said:
Hmm, is it possible to implement this -without- the custom profile mod? It's a good mod, but most of the users of my site are around the 12-14 usergroup, and none of them will know enough HTML to edit the page. Heh.

yeah, all you have to do, is keep your original profile.php file, and just change all the links to the profile back to 'profile.php'.
 
RE: Integrated Forum V 2.0 -Released!-

Okay, awesome! I thought I'd be playing with bits of code for hours... haha
 
RE: Integrated Forum V 2.0 -Released!-

Saphira said:
Okay, awesome! I thought I'd be playing with bits of code for hours... haha

Not today =P
 
RE: Integrated Forum V 2.0 -Released!-

When I try to make a new forum it doesn't show up, I do have a parent forum for it though. I think I may have missed a SQL query, I can't find it for the life of me though x__X
 
RE: Integrated Forum V 2.0 -Released!-

SubZ said:
When I try to make a new forum it doesn't show up, I do have a parent forum for it though. I think I may have missed a SQL query, I can't find it for the life of me though x__X

hmm

Did you put everything in the folder on your server?
Are you given an error at any time?
If you look in your MySql database, does it say there is a forum?
 

Similar threads

Users who are viewing this thread

  • Forum Contains New Posts
  • Forum Contains No New Posts

Forum statistics

Threads
4,277
Messages
33,118
Members
1,602
Latest member
BerrieMilk
BETA

Latest Threads

Latest Posts

Top