Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

New articles system/database/thing

Asked Modified Viewed 12,208 times
A
AKC_Pico
A
  • Junior Member, joined since
  • Contributed 45 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
asked
Junior Member

Hey there. I need a separate articles, like a copy, for role-playing.

So for example, if articles, and everything about it, including the database were renamed and copied, there would be "2" article systems on the site, only each named differently and each having a different database to submit too / call from.

Then, I could use a latest articles panel, and have one show the articles database, and another panel showing the other copied and renamed database.

So my forum, needs something, where they can submit text much like how the articles system works, and have a separate panel that only shows those submitted texts.

or if possible, just a category in articles that was for role-playing, but have a panel only showing articles in that category, if that's any simpler, I would just have to make the submission page obvious for both role-playing and article submissions, a little annoying, but definitely do-able.

Anyone have a infusion, or an idea or how this can be accomplished?

Thanks!

Pico

Note: Yes I tried copying the database, files, and renaming it all, much harder then you think, I was unsuccessful.
0 replies

31 posts

A
AKC_Pico
A
  • Junior Member, joined since
  • Contributed 45 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
answered
Junior Member

It's been about 5 days, could anyone help me out? It would be greatly appreciated!
0 replies
A
AKC_Pico
A
  • Junior Member, joined since
  • Contributed 45 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
answered
Junior Member

Another 3 days, could anyone please take a look at my thread/request? I would really appreciate it.

Also, I have asked on: http://www.phpfusion-mods.net/forum/viewthread.php?forum_id=19&thread_id=3167

Pico
0 replies
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
answered
Veteran Member

The reason no one has answered is due to the complexity of what you're asking for. Please be patient.
0 replies
A
AKC_Pico
A
  • Junior Member, joined since
  • Contributed 45 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
answered
Junior Member

I see. I didn't mean to make it sound complex, I just need another "articles system" copy that works on a separate database, thus having two article systems on php-fusion.

It's rather high priority, would really appreciate it if someone could help me out. I will be patient.

Pico
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

You can try to change DB prefix for articles, or something.
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Just rename everything that says articles to whatever you want then same for aticles cats. Should be quite easy to do that then all you need to do is grab the articles SQL from the core setup.php and make a quick install.php

Go for it Polarfoxy you can do this in like 30 mins. lol :P
0 replies
A
AKC_Pico
A
  • Junior Member, joined since
  • Contributed 45 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
answered
Junior Member

Ahh see, after 10 minutes (roughly) of downloading any articles related files, I successfully renamed most of it to "roleplay". I downloaded the SQL database for the articles, used a text editor to edit some values, and re imported it. I then edited the files to call to the new database.

Unfortunately, I made many too many errors, and couldn't get it done right. I just don't have the php knowledge to make those edits, even through I know what should be done (at least I think that's what would be needed to be done).

Also, the submit.php file is a killer, I could not copy the article submission code from there and duplicate it, it looks like it runs through the entire file!

Any more advice would be greatly appreciated. If its as much work as I think, perhaps I could try and compensate one of you somehow.

Pico
0 replies
S
smokeman
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
answered
Veteran Member

@AKC_Pico: Im on this. I've earliere made this - but in v7.00.XX

Have patience pls. ;)

It's quiet many files that needs to be modded - but as said: Im on it.
0 replies
A
AKC_Pico
A
  • Junior Member, joined since
  • Contributed 45 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
answered
Junior Member

Amazing Smokeman! Thank you! Will be checking back frequently!

My users will be VERY happy, have over 2500 registered users ready to use it!
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

Also you need to edit "article-categories"
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Quote

smokeman wrote:
....

Have patience pls. ;)

....


Is it ready yet? lol :P
0 replies
S
smokeman
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
answered
Veteran Member

Update: I've finished the modding of all the required files. I'll test it on a fresh new installed v7.01.03-site later tonight.


Edit: Testing finish..

DESCRIPTION:
-------------------

This is a true copy of the in-built article-system for PHPFusion v7.01.03 ++


INSTALLATION:
--------------------

1. VERY IMPORTANT:
- first take a full backup of all your files/folders from the FTP and then take a database-backup too !!

2. Copy the following code into the theme.php:
function render_article2($subject, $article, $info) {

global $locale;
   
   echo "<table width='100%' cellpadding='0' cellspacing='0'>\n<tr>\n";
   echo "<td class='capmain-left'></td>\n";
   echo "<td class='capmain'>".$subject."</td>\n";
   echo "<td class='capmain-right'></td>\n";
   echo "</tr>\n</table>\n";
   echo "<table width='100%' cellpadding='0' cellspacing='0' class='spacer'>\n<tr>\n";
   echo "<td class='main-body middle-border'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</td>\n";
   echo "</tr>\n<tr>\n";
   echo "<td align='center' class='news-footer'>\n";
   echo articleposter2($info," &middot;").articlecat2($info," &middot;").articleopts2($info,"&middot;").itemoptions2("A2",$info['article_id']);
   echo "</td>\n</tr>\n</table>\n";

}

- right above the following line:
function opentable($title) {


3. Download, unzip & upload the attached files from the map named "files" to the root of your server.

4. Log on to your site and run the following piece of code via a new empty Custom Page
- (press Preview Page - NOT Save Page - Press ONLY ONCE !!) :

<?php
                     $result = dbquery("DROP TABLE IF EXISTS ".$db_prefix."articles2");
                     $result = dbquery("CREATE TABLE ".$db_prefix."articles2 (
                     article_id MEDIUMINT(8) UNSIGNED NOT NULL AUTO_INCREMENT,
                     article_cat MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
                     article_subject VARCHAR(200) NOT NULL DEFAULT '',
                     article_snippet TEXT NOT NULL,
                     article_article TEXT NOT NULL,
                     article_draft TINYINT(1) UNSIGNED NOT NULL DEFAULT '0',
                     article_breaks CHAR(1) NOT NULL DEFAULT '',
                     article_name MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '1',
                     article_datestamp INT(10) UNSIGNED NOT NULL DEFAULT '0',
                     article_reads MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
                     article_allow_comments TINYINT(1) UNSIGNED NOT NULL DEFAULT '1',
                     article_allow_ratings TINYINT(1) UNSIGNED NOT NULL DEFAULT '1',
                     PRIMARY KEY (article_id),
                     KEY article_datestamp (article_datestamp),
                     KEY article_reads (article_reads)
                     ) TYPE=MyISAM;");

                     if (!$result) { $fail = true; }

                     $result = dbquery("DROP TABLE IF EXISTS ".$db_prefix."article_cats2");
                     $result = dbquery("CREATE TABLE ".$db_prefix."article_cats2 (
                     article_cat_id MEDIUMINT(8) UNSIGNED NOT NULL AUTO_INCREMENT,
                     article_cat_name VARCHAR(100) NOT NULL DEFAULT '',
                     article_cat_description VARCHAR(200) NOT NULL DEFAULT '',
                     article_cat_sorting VARCHAR(50) NOT NULL DEFAULT 'article_subject ASC',
                     article_cat_access TINYINT(3) UNSIGNED NOT NULL DEFAULT '0',
                     PRIMARY KEY (article_cat_id)
                     ) TYPE=MyISAM;");

                     if (!$result) { $fail = true; }
         
               $result = dbquery("INSERT INTO ".$db_prefix."admin (admin_rights, admin_image, admin_title, admin_link, admin_page) VALUES ('AC2', 'article_cats2.gif', 'Article2 Categories', 'article_cats2.php', 1)");
            $result = dbquery("INSERT INTO ".$db_prefix."admin (admin_rights, admin_image, admin_title, admin_link, admin_page) VALUES ('A2', 'articles2.gif', 'Articles2', 'articles2.php', 1)");
            $result = dbquery("UPDATE ".DB_USERS." SET user_rights = 'A.AC.A2.AC2.AD.B.BB.C.CP.DB.DC.D.FQ.F.FR.IM.I.IP.M.N.NC.P.PH.PI.PO.S.SL.S1.S2.S3.S4.S5.S6.S7.S8.S9.S10.S11.S12.SB.SM.SU.UF.UFC.UG.U.W.WC'
            WHERE user_id='".$userdata['user_id']."'");
            echo "<center><font color='#ff0000'>Tables succesfull created!</font></center>";
?>

- this will create the new tables "articles2" & "article_cats2" in the database.

5. Last you create a new Site Link to the new articles2.php


If there may be one/more bug(s) then just write the error-message(s) here. I've tested this on a new fresh installed v7.01.03-site like mentioned, but I haven't any other content on that site besides articles. It's just for testing - but you can see a live demo of this MOD here:

- the original Articles: http://dev.dvdside.dk/articles.php
- and here is the new Articles2: http://dev.dvdside.dk/articles2.php

BTW: There's also the same instruction/readme-file incl. in the package.


Enjoy!
Edited by smokeman on 17-01-2011 13:40,
smokeman attached the following file:
articles2.zip [No information available / 416 Downloads]
0 replies
S
smokeman
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
answered
Veteran Member

Quote

Fangree_Craig wrote:
Is it ready yet? lol :P


Yes it is. www.phpfusion-tips.dk/images/smiley/tup.gif
- look up in the thread above.
0 replies
A
AKC_Pico
A
  • Junior Member, joined since
  • Contributed 45 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
answered
Junior Member

It's PERFECT! Thankyou SO MUCH smokeman!

One last thing, and I HATE to ask this, but I really need this panel to grab the articles2 data and not the articles1 data, it doesnt seem like too many edits, especially if you know the database settings, mind taking a fast look at it?


[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]<?php
/*-------------------------------------------------------+
| PHPFusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: articles_panel.php
| Author: Fangree Productions
| Developers: Fangree_Craig
| Site: http://www.fangree.co.uk
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
if (!defined("IN_FUSION"wink) { die("Access Denied"wink; }

if (file_exists(INFUSIONS."articles/locale/".$settings['locale'].".php"wink) {
include INFUSIONS."articles_panel/locale/".$settings['locale'].".php";
} else {
include INFUSIONS."articles_panel/locale/English.php";
}

opentable($locale['art001']);



echo "<table cellpadding='0' cellspacing='1' width='100%' class='tbl-border'>\n<tr>\n";

echo "<td width='70%' class='tbl2' style='text-align:left;white-space:nowrap'> <a href='http://forums.airbender.net/articles.php'>View FanFiction</a> :: <a href='http://forums.airbender.net/submit.php?stype=a'>Submit FanFiction</a>
</td>\n";
echo "<td width='30%' class='tbl2' style='text-align:right;white-space:nowrap'><form name='searchform' method='get' action='".BASEDIR."search.php?stype=articles'><input type='hidden' name='stype' value='articles' /><input type='text' name='stext' class='textbox' value='Search FanFiction...' onFocus='this.value=\"\"' style='width:130px' />&nbsp;<input type='submit' name='search' value='".$locale['art010']."' class='button' /></form></td></table>\n";


echo "<br>";


$result = dbquery(
"SELECT tu.user_id, tu.user_name, ta.article_datestamp, ta.article_id, ta.article_name, ta.article_reads, ta.article_subject, tac.article_cat_name, tac.article_cat_id, tac.article_cat_access FROM ".DB_ARTICLES." ta
INNER JOIN ".DB_ARTICLE_CATS." tac ON ta.article_cat=tac.article_cat_id INNER JOIN ".DB_USERS." tu ON ta.article_name=tu.user_id
".(iSUPERADMIN ? "" : "WHERE ".groupaccess('article_cat_access'wink)." AND article_draft='0' ORDER BY article_id DESC LIMIT 0,20"
);

if (dbrows($result)) {
$i = 0;
echo "<table cellpadding='0' cellspacing='1' width='100%' class='tbl-border'>\n<tr>\n";
echo "<td class='tbl2' width='3%'>&nbsp;</td>\n";
echo "<td width='40%' class='tbl2'><strong>".$locale['art002']."</strong></td>\n";
echo "<td width='5%' class='tbl2' style='text-align:center;white-space:nowrap'><strong>".$locale['art004']."</strong></td>\n";
echo "<td width='5%' class='tbl2' style='text-align:center;white-space:nowrap'><strong>".$locale['art007']."</strong></td>\n";
echo "<td width='5%' class='tbl2' style='text-align:center;white-space:nowrap'><strong>".$locale['art003']."</strong></td>\n";


echo "</tr>\n";
while($data = dbarray($result)) {
if ($data['article_datestamp'] + 604800 > time() + ($settings['timeoffset'] * 3600)) {
$new = "&nbsp;".$locale['art005']."";
} else {
$new = "<img src='".INFUSIONS."articles_panel/images/arrow.png' border='0' />";
}

$row_color = ($i % 2 == 0 ? "tbl1" : "tbl2"wink;
echo "<tr>\n<td class='".$row_color."' style='white-space:nowrap' align='center'>";
echo "".$new."</d><td width='40%' class='".$row_color."'>";
$itemsubject = trimlink($data['article_subject'], 90);

echo "<strong><a href='".BASEDIR."articles.php?article_id=".$data['article_id']."' title='$itemsubject' class='side'>$itemsubject</a></strong><br />\n";
echo "<span style='font-size:10px;'><a href='articles.php?cat_id=".$data['article_cat_id']."' title='".$data['article_cat_name']."' >".$data['article_cat_name']."</a></span>\n";
echo "</td>\n";
echo "<td width='3%' class='".$row_color."' style='text-align:center;white-space:nowrap'><a href='".BASEDIR."profile.php?lookup=".$data['user_id']."'>".$data['user_name']."</a><br></td>\n";
echo "<td width='1%' class='".$row_color."' style='text-align:center;white-space:nowrap'>".showdate("forumdate", $data['article_datestamp'])."</td>";
echo "<td width='1%' class='".$row_color."' style='text-align:center;white-space:nowrap'>".$data['article_reads']."</td>\n";








echo "</tr>\n";
$i++;
}

echo "</table>\n";

}

else {
echo "<div style='text-align:left'>".$locale['art007']."</div>\n";
}
echo"<br>\n";

echo "<table cellpadding='0' cellspacing='1' width='100%' class='tbl-border'>\n<tr>\n";

echo "<td width='70%' class='tbl2' style='text-align:left;white-space:nowrap'> ".$locale['art008'].dbcount("(article_id)", DB_ARTICLES)." :: ".$locale['art009'].dbcount("(article_cat_id)", DB_ARTICLE_CATS)."</td>\n";
echo "<td width='30%' class='tbl2' style='text-align:right;white-space:nowrap'><form name='searchform' method='get' action='".BASEDIR."search.php?stype=articles'><input type='hidden' name='stype' value='articles' /><input type='text' name='stext' class='textbox' value='Search FanFiction...' onFocus='this.value=\"\"' style='width:130px' />&nbsp;<input type='submit' name='search' value='".$locale['art010']."' class='button' /></form></td></table>\n";

closetable();
?>[/syntaxhighlighter]
Edited by AKC_Pico on 16-01-2011 23:30,
0 replies
S
smokeman
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
answered
Veteran Member

Before we go any further here: Pls bring the copyight in the footer back again - I know there's written:

Quote

Webmaster David Shelechi; Webmistress Sarah Neville | All images are © Viacom Inc. | AB.N © 2011 Airbender.net | Powered by PHPFusion

http://forums.airbender.net
- but that footer-text/copyright ain't right.

If you don't know how the exactly footer-text should look like then take a look here on www.phpfusion.co.uk in the footer.
0 replies
A
AKC_Pico
A
  • Junior Member, joined since
  • Contributed 45 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
answered
Junior Member

I bought a php-fusion removal code years ago (I think 4-5 years ago when they just started with v6), I don't remember how long that stays valid. I was keeping the link there for courtesy of nick jones and php-fusion.

If you still want me too, I will gladly edit it, I just hate to make it two lines for nothing.
0 replies
A
AKC_Pico
A
  • Junior Member, joined since
  • Contributed 45 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
answered
Junior Member

I will consider it invalid, and place it in honor of Nick Jones. I will wear the copyright proudly. It has been done.
0 replies
S
smokeman
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
answered
Veteran Member

Well, I can't really much test it for myself - without that infusion you're using = Articles Panel. I can see it's not the standard panel.

But try with this code and see what it says:
[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]<?php
/*-------------------------------------------------------+
| PHPFusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| <a href="http://www.php-fusion.co.uk/" target="_blank" title="autolink">http://www.php-fu...</a>
+--------------------------------------------------------+
| Filename: articles_panel.php
| Author: Fangree Productions
| Developers: Fangree_Craig
| Site: <a href="http://www.fangree.co.uk" target="_blank" title="autolink">http://www.fangre...</a>
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at <a href="http://www.gnu.org/licenses/agpl.html." target="_blank" title="autolink">www.gnu.org/licen...</a> Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
if (!defined("IN_FUSION")) { die("Access Denied"); }

if (file_exists(INFUSIONS."articles/locale/".$settings['locale'].".php")) {
include INFUSIONS."articles_panel/locale/".$settings['locale'].".php";
} else {
include INFUSIONS."articles_panel/locale/English.php";
}

opentable($locale['art001']);
echo "<table cellpadding='0' cellspacing='1' width='100%' class='tbl-border'>\n<tr>\n";
echo "<td width='70%' class='tbl2' style='text-align:left;white-space:nowrap'> <a href='".BASEDIR."articles2.php'>View FanFiction</a> :: <a href='".BASEDIR."submit.php?stype=a'>Submit FanFiction</a></td>\n";
echo "<td width='30%' class='tbl2' style='text-align:right;white-space:nowrap'><form name='searchform' method='get' action='".BASEDIR."search.php?stype=articles'><input type='hidden' name='stype' value='articles' /><input type='text' name='stext' class='textbox' value='Search FanFiction...' onFocus='this.value=\"\"' style='width:130px' />&nbsp;<input type='submit' name='search' value='".$locale['art010']."' class='button' /></form></td>\n";
echo "</tr>\n</table>\n";

$result = dbquery(
"SELECT tu.user_id, tu.user_name, ta.article_datestamp, ta.article_id, ta.article_name, ta.article_reads, ta.article_subject, tac.article_cat_name, tac.article_cat_id, tac.article_cat_access FROM ".DB_ARTICLES2." ta
INNER JOIN ".DB_ARTICLE_CATS2." tac ON ta.article_cat=tac.article_cat_id INNER JOIN ".DB_USERS." tu ON ta.article_name=tu.user_id
".(iSUPERADMIN ? "" : "WHERE ".groupaccess('article_cat_access'))." AND article_draft='0' ORDER BY article_id DESC LIMIT 0,20"
);

if (dbrows($result)) {
$i = 0;
echo "<table cellpadding='0' cellspacing='1' width='100%' class='tbl-border'>\n<tr>\n";
echo "<td class='tbl2' width='3%'>&nbsp;</td>\n";
echo "<td width='40%' class='tbl2'><strong>".$locale['art002']."</strong></td>\n";
echo "<td width='5%' class='tbl2' style='text-align:center;white-space:nowrap'><strong>".$locale['art004']."</strong></td>\n";
echo "<td width='5%' class='tbl2' style='text-align:center;white-space:nowrap'><strong>".$locale['art007']."</strong></td>\n";
echo "<td width='5%' class='tbl2' style='text-align:center;white-space:nowrap'><strong>".$locale['art003']."</strong></td>\n";
echo "</tr>\n";
while($data = dbarray($result)) {
if ($data['article_datestamp'] + 604800 > time() + ($settings['timeoffset'] * 3600)) {
$new = "&nbsp;".$locale['art005']."";
} else {
$new = "<img src='".INFUSIONS."articles_panel/images/arrow.png' border='0' alt='' />";
}

$row_color = ($i % 2 == 0 ? "tbl1" : "tbl2");
echo "<tr>\n<td class='".$row_color."' style='white-space:nowrap' align='center'>";
echo "".$new."</d><td width='40%' class='".$row_color."'>";
$itemsubject = trimlink($data['article_subject'], 90);

echo "<strong><a href='".BASEDIR."articles2.php?article_id=".$data['article_id']."' title='$itemsubject' class='side'>$itemsubject</a></strong>\n";
echo "<span style='font-size:10px;'><a href='articles2.php?cat_id=".$data['article_cat_id']."' title='".$data['article_cat_name']."' >".$data['article_cat_name']."</a></span>\n";
echo "</td>\n";
echo "<td width='3%' class='".$row_color."' style='text-align:center;white-space:nowrap'><a href='".BASEDIR."profile.php?lookup=".$data['user_id']."'>".$data['user_name']."</a></td>\n";
echo "<td width='1%' class='".$row_color."' style='text-align:center;white-space:nowrap'>".showdate("forumdate", $data['article_datestamp'])."</td>";
echo "<td width='1%' class='".$row_color."' style='text-align:center;white-space:nowrap'>".$data['article_reads']."</td>\n";
echo "</tr>\n";
$i++;
}
echo "</table>\n";
} else {
echo "<div style='text-align:left'>".$locale['art007']."</div>\n";
}
echo "<table cellpadding='0' cellspacing='1' width='100%' class='tbl-border'>\n<tr>\n";
echo "<td width='70%' class='tbl2' style='text-align:left;white-space:nowrap'> ".$locale['art008'].dbcount("(article_id)", DB_ARTICLES2)." :: ".$locale['art009'].dbcount("(article_cat_id)", DB_ARTICLE_CATS2)."</td>\n";
echo "<td width='30%' class='tbl2' style='text-align:right;white-space:nowrap'><form name='searchform' method='get' action='".BASEDIR."search.php?stype=articles'><input type='hidden' name='stype' value='articles' /><input type='text' name='stext' class='textbox' value='Search FanFiction...' onFocus='this.value=\"\"' style='width:130px' />&nbsp;<input type='submit' name='search' value='".$locale['art010']."' class='button' /></form></td>\n";
echo "</tr>\n</table>\n";

closetable();
?>[/syntaxhighlighter]
- besides that we shall have a look into the /submit.php file too - but that must be tomorrow. Im on my way to bed now.
0 replies
A
AKC_Pico
A
  • Junior Member, joined since
  • Contributed 45 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
answered
Junior Member

I can't really test it as the panel will not show if there's no submissions! And now I realized that I can't submit anything to it!

I've looked at the submit.php before when I considered doing it myself, it looks crazy. Thank you for all your help so far!

Pico
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 31 posts
  • Votes 0 votes
  • Topic users 6 members

6 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
S
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
H
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
A
A
  • Junior Member, joined since
  • Contributed 45 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
P
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
S
S
spunk 10
www.duesseltag.de/../../images/banner/banner209x69.png
  • Member, joined since
  • Contributed 92 posts on the community forums.
  • Started 6 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet