Jump to content

Future Plans...Comments and Suggestions!


Recommended Posts

Okay.  First off here is a list of stuff that we plan on doing to the Forums/Site assuming it gets approved by Eric.  As more people make suggestions and comments, I will add to the list:

[list]
[*]Bring back the Solve/Unsolve feature, even if I have to make it myself.
[*]Fix the Script section on the main site (This has been broke for some time)
[*]Work on getting the forum intergrated into the site, or at least getting a link from the forums to the site so you don't have to go up and edit the URL.
[*] Get the user stats on the main page working
[/list]


Again most of this needs approval by Eric, and it will have to wait till Ober and I get FTP access, which should be soon.
Link to comment
https://forums.phpfreaks.com/topic/13923-future-planscomments-and-suggestions/
Share on other sites

You could take a look at the PHP formatting. It seems to stop at the first "?>". [url=http://www.phpfreaks.com/forums/index.php/topic,99040.msg389868.html#msg389868]Example 1[/url]; [url=http://www.phpfreaks.com/forums/index.php/topic,99295.msg390984.html#msg390984]Example 2[/url].
Ok testing complete.  Its highlight_string()'s fault :P

For testing:
[code]<?php

$string = '
<?php
Blah blah blah <?php echo \'meh\'; ?> blah blah blah
diggy diggy
if (blah)
?>';

echo 'String:<pre>
', htmlspecialchars($string), '</pre><br />Highlighted: <br />', highlight_string($string);

?>[/code]
SteelMan there is a mod available for SMF for the solve button but currently it is not compatible with RC2. [url=http://mods.simplemachines.org/index.php?mod=7]Mod homepage[/url]

Also I am currently trying to make a skin for SMF so it integrates into the site, but I'm not having much luck in adding the columns in. [url=http://homepage.ntlworld.com/cshepwood/screen001.gif]Here is a screenie[/url] of the current progress. I havn't done much work on it for a week.
  • 3 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.