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?

Submissions Panel

Asked Modified Viewed 5,868 times
J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
  • Started this discussions
asked
Veteran Member

[mp]18[/mp]
0 replies

12 posts

R
Rolf Mayer
R
Ex
  • Senior Member, joined since
  • Contributed 391 posts on the community forums.
  • Started 7 threads in the forums
answered
Senior Member

Well done. Nice addon.
0 replies
F
Falcon
F
Falcon 10
  • Member, joined since
  • Contributed 128 posts on the community forums.
  • Started 5 threads in the forums
answered
Member

Personaly i think that this is a un-useful panel, i can see all those informations just clicking on the Admin Panel link.

Tell me why should i dld something like this ?
First i use space from my first page for a thing that can be found in admin panel.

Good Luck!
0 replies
J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
  • Started this discussions
answered
Veteran Member

not everyone is convenient to go to the admin panel for viewing sent
many simply forget
0 replies
G
GMUDuckman
G
  • Senior Member, joined since
  • Contributed 266 posts on the community forums.
  • Started 6 threads in the forums
answered
Senior Member

i agree with jikaka, you won't believe how many time i've forgotten to go to the admin panel every day to check for submissions. nice panel dude.

EDIT: I made some minor changes to the code.

[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]if ($show_n == 1){
echo "<tr><td>".$locale['subm02'].": </td>
<td align='right'>";
if ($count_n != 0) { echo "<font color='red'><b><a href='".ADMIN."submissions.php".$aidlink."#news_submissions'>".$count_n."</a></b></font>"; } else { echo $count_n; }
echo "</td></tr>";
}

if ($show_a == 1){
echo "<tr><td>".$locale['subm03'].": </td>
<td align='right'>";
if ($count_a != 0) { echo "<font color='red'><b><a href='".ADMIN."submissions.php".$aidlink."#article_submissions'>".$count_a."</a></b></font>"; } else { echo $count_a; }
echo "</td></tr>";
}

if ($show_l == 1){
echo "<tr><td>".$locale['subm04'].": </td>
<td align='right'>\n";
if ($count_l != 0) { echo "<font color='red'><b><a href='".ADMIN."submissions.php".$aidlink."#link_submissions'>".$count_l."</a></b></font>"; } else { echo $count_l; }
echo "</td></tr>";
}

if ($show_p == 1){
echo "<tr><td>".$locale['subm05'].": </td>
<td align='right'>\n";
if ($count_p != 0) { echo "<font color='red'><b><a href='".ADMIN."submissions.php".$aidlink."#photo_submissions'>".$count_p."</a></b></font>"; } else { echo $count_p; }
echo "</td></tr>";
}[/syntaxhighlighter]

this way you can click on the number and go directly to the submission page for that item.
Edited by GMUDuckman on 05-11-2010 15:24,
0 replies
J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
  • Started this discussions
answered
Veteran Member

GMUDuckman, very good
I propose to implement your code and send it again here?
0 replies
G
GMUDuckman
G
  • Senior Member, joined since
  • Contributed 266 posts on the community forums.
  • Started 6 threads in the forums
answered
Senior Member

go for it you might want might want to put the <a></a> outside of the <font></font> instead of inside like i did.
0 replies
P
PHPar
P
PHPar 10
  • Member, joined since
  • Contributed 118 posts on the community forums.
  • Started 7 threads in the forums
answered
Member

arabic locale added to db

good job
0 replies
— 10 months later —
A
asimha
A
asimha 10
  • Junior Member, joined since
  • Contributed 25 posts on the community forums.
  • Started 10 threads in the forums
answered
Junior Member

Great addon!
This really helps however would it be very difficult to add "unactivated members" to the panel?
Thanks
André
0 replies
L
Lippke
L
Lippke 10
- Lippke
  • Member, joined since
  • Contributed 168 posts on the community forums.
  • Started 35 threads in the forums
answered
Member

Nice panel :D
0 replies
J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
  • Started this discussions
answered
Veteran Member

thanks guys
0 replies
A
Ankur
A
Ankur 10
Hi! Its me, Ankur Thakur! smile
  • Veteran Member, joined since
  • Contributed 1,277 posts on the community forums.
  • Started 60 threads in the forums
answered
Veteran Member

This can be useful because really even I forgot sometimes to see those Small links in below in Admin panel. But now a notification comes in user info panel for submissions. So no problem now :)

By the way, I suggest you to change the code so that it is visible to only those admin with rights as SU (submissions) B)
0 replies
J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
  • Started this discussions
answered
Veteran Member

@Ankur, good idea
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 12 posts
  • Votes 0 votes
  • Topic users 8 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet