Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Sir Sky-Walker

Pages: [1] 2 3 4 5
1
Discussion & Troubleshooting / Fehler beim erstellen vom Thubnail
« on: October 14, 2007, 10:23:55 PM »
Hallo Leute,

habe eben auf meiner Seite wieder 70 neue Fotos hochgeladen und wollte dann im dminmenü die Thubnails erstellen lassen.
Hat auh teilweise wie immer geklappt, nur bei 15 von den 70 hat er ein Fehler ausgespuckt. Die Fotos waren nicht nacheinander, Foto 5,7,14,18,...

Quote
Erstelle Thumbnail für: ... (....jpg) .... 
Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: './../data/media/130/....jpg' is not a valid JPEG file in /usr/export/www/vhosts/.../hosting/.../includes/image_utils.php on line 80

   Fehler beim Erstellen des Thumbnails!

woran kann das liegen ?

PS.: Die großen Fotos kann man ganz normal sehen !!

2
Kann keiner helfen ?

Denke mal ich muss was in der .php hinzufügen. Sonst geht ja auch alles !

3
Hallo Leute,

hab ein Problem wie folgt, undzwar habe ich mir mehrere Unterseite eingerichtet.
Z.B. habe ich mir eine ICQ-Liste erstellt und ins Template eingeführt. Dazu habe ich eine .php Datei erstellt, die im Rootverzeichniss liegt, die wiefolgt aussieht:

.php Datei
Quote
<?php
define('ROOT_PATH', './');
$main_template = 'icqliste';
include(ROOT_PATH.'global.php');
require(ROOT_PATH.'includes/sessions.php');
$user_access = get_permission();
include(ROOT_PATH.'includes/page_header.php');



//-----------------------------------------------------
//--- Print Out ---------------------------------------
//-----------------------------------------------------

$site_template->print_template($site_template->parse_template($main_template));
include(ROOT_PATH.'includes/page_footer.php');
?>

und eine .html Datei die im root/templates/...  liegt.

Mein Problem ist, das ich als eingeloggt angezeigt werde, also wie immer, nur wenn ich z.B. auf das Random-Bild klicke, sagt er mir das ich mich einloggen soll, also das ich nicht eingeloggt bin. Wenn ich wieder auf die Hauptseite zurückklicke, geht wieder alles.
Woran kann das liegen ?

Schonmal ein großes DANKE

4
Ja habs schon gefunden. Funktioniert jetzt alles.

großes DANKE !!!

5
habs so gemacht.

Jetzt wird mein Testtext nicht mehr angezeigt. Und alles andere als ob ich nie ein zusatzcode eingefügt habe.

Siehe link
...

Und wenn ich eingeloggt bin ist nun alles verschoben. Aber richtig verschoben. Nebeneinander, untereinander!

6
Link:

...

7
hier mal mein code:

Code: [Select]
{if user_loggedout}
 
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
                      <tr>
                          <td width="100%">&nbsp;</td>
                      </tr>
                      <tr>
                          <td width="100%">Test</td>
                      </tr>
                      <tr>
                          <td width="100%">&nbsp;</td>
                      </tr>
                      <tr>
                          <td width="100%">&nbsp;</td>
                      </tr>
                  </table>
 
 
{endif user_loggedout}
 
 
 
{if user_loggedin}  
 
 
 
 
 
 
 
 
 
<table width="100%" border="0" cellspacing="0" cellpadding="5">
                          <tr>
                            <td valign="top" class="head1">&nbsp;{lang_user_online}</td>
                          </tr>
                          <tr>
                            <td valign="top">{lang_user_online_detail}<br />
            {user_online_list}</td>
                          </tr>
                  </table>
                  <br><br>
                 
                                    <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td>
                        <table width="100%" border="0" cellspacing="0" cellpadding="4">
                          <tr>
                         
                          {if msg}<b>{msg}</b><br /><br />{endif msg}
                         
                            <td class="head1" valign="top" width="35%">{lang_new_images}</td>
                            <td valign="top" class="head1" align="right"><a href="{url_new_images}" class="head1">neue Bilder der letzten 14 Tagen</a></td>
                          </tr>
                        </table>                      </td>
                    </tr>
                    <tr>
                      <td>{new_images}</td>
                    </tr>
                  </table>
 
  <br><br />
 
  <table width="100%" border="0" cellspacing="0" cellpadding="5">
                          <tr>
                            <td valign="top" class="head1">{lang_categories}</td>
                          </tr>
                          <tr>
                            <td valign="top">{categories}</td>
                          </tr>
                  </table>
  <br />
                  {endif categories}{lang_site_stats}<br />

   <br><br>
           
                 
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td colspan="5">
                        <table width="100%" border="0" cellspacing="0" cellpadding="5">
                          <tr>
                            <td class="head1" valign="top">{lang_last_comments}</td>
                          </tr>
                        </table>                      </td>
                    </tr>
                    <tr>
                      <td align="center" width="20%" height="20" valign="bottom"><b>Vorschau</b></td>
                      <td align="center" width="20%" height="20" valign="bottom"><b>Bildname</b></td>
                      <td align="center" width="20%" height="20" valign="bottom"><b>Kategorie</b></td>
                      <td align="center" width="20%" height="20" valign="bottom"><b>Autor</b></td>
                      <td align="center" width="20%" height="20" valign="bottom"><b>Kommentar</b></td>
                    </tr>
                    <tr>
                      <td width="100%" align="justify" colspan="5"><hr></td>
                    </tr>
                    <tr>
                      <td colspan="5">{last_comments}</td>
                    </tr>
                  </table>
                 
      <br><br />
                   


   <table width="100%" border="0" cellspacing="0" cellpadding="3" height="0" style="border-collapse: collapse" bordercolor="#111111">


        <tr>
    <td class="head1" valign="middle" background="{template_url}/images/top_bg.gif" colspan="5" height="20"><b>OlPi's Statistik</b></td>
    </tr>

        <tr>
    <td valign="top" colspan="2">
    <p align="center"><b>Site-Statistik</b></td>
    <td valign="top" colspan="2">
    <p align="center"><b>Anmeldung-Statistik</b></td>
    <td valign="top">
    <p align="center"><b>Besucher-Statistik</b></td>
    </tr>
        <tr>
<td align="center" height="3" valign="top" width="16%">
            <p align="left">
            {lang_total_images}<br>
            {lang_total_categories}<br>
            {lang_total_users}<br>
            {lang_total_hits}<br>
            {lang_total_downloads}<br>
            {lang_total_votes}<br>
            {lang_total_comments}<br></td>
<td align="center" height="3" valign="top" width="16%">
            <p align="left">
            <B>{total_images}</B><br>
            <B>{total_categories}</B><br>
            <B>{total_users}</B><br>
            <B>{total_hits}</B><br>
            <B>{total_downloads}</B><br>
            <B>{total_votes}</B><br>
            <B>{total_comments}</B><br></td>
<td align="center" height="2" valign="top" width="16%">
            <p align="left">{lang_today_new_users}<br>
            {lang_yesterday_new_users}<br>
            {lang_this_week_new_users}<br>
            {lang_last_week_new_users}<br>
            {lang_this_month_new_users}<br>
            {lang_last_month_new_users}<br>
            {lang_since_begin_new_users}<br></td>

<td align="center" height="2" valign="top" width="16%">
            <p align="left">
            <B>{today_new_users}</B><br>
            <B>{yesterday_new_users}</B><br>
            <B>{this_week_new_users}</B><br>
            <B>{last_week_new_users}</B><br>
            <B>{this_month_new_users}</B><br>
            <B>{last_month_new_users}</B><br>
            <B>{total_users}</B><br></td>

<td height="1" width="32%" valign="middle">
<center><?
@include("countmegood.php");
?></center>



                                                <br></td>


    </tr>
   </table>             
       {endif user_loggedin}           

                <p>{cp_link}</p>                </td>



Der Link
...

8
Hallo Leute,

ich will die "home.html" zu einrichten, das das bild für Besucher die nicht eingeloggt anders ist als für die die eingeloggt sind.

Hab schonmal bisschen rumprobiert mit den Codes:

{if user_loggedout}
Text für User die nicht eingeloggt sind!
{endif user_loggedin}


{if user_loggedin}
Text für User die eingeloggt sind!
{endif user_loggedin}

Es klappt auch fast wunderbar. Hab einfach die Statistiken, die Kategorien, die neusten Kommentare, ... mit dem Code für Eingeloggt umschlossen. Wird auch fast alles bei normalen nicht eingeloggten Besuchern nicht angezeigt, bis auf  kleine Sachen.

Undzwar :
- x Bilder in x Kategorien
- letzte Kommentare (nur die überschrift
- Seitenstatistik

Was mache ich falsch ?



9
Feedback & Suggestions / BBcode Editor, von PM für Kommentare nutzen??
« on: October 19, 2006, 12:32:27 PM »
Hallo,
ich würde gerne den BBCode von meinen Privaten Nachtichten auch für meine KOmmentare nutzen, da bei dem aktuell nciht viel funktioniert. Hab im anhang mal die beiden Codes eingefügt. Was muss ich bei dem von den PM's ändern, das ich den bei den Kommentaren einfügen kann ??



Einmal der aktuelle zum Kommentare schreiben (Smilies werde nicht angezeigt)
Code: [Select]

<br />
<script language="JavaScript" type="text/javascript">
tag_prompt = "{lang_tag_prompt}";

link_text_prompt = "{lang_link_text_prompt}";
link_url_prompt = "{lang_link_url_prompt}";
link_email_prompt = "{lang_link_email_prompt}";

list_type_prompt = "{lang_list_type_prompt}";
list_item_prompt = "{lang_list_item_prompt}";

tags = new Array();

function getarraysize(thearray) {
for (i = 0; i < thearray.length; i++) {
if ((thearray[i] == "undefined") || (thearray[i] == "") || (thearray[i] == null)) {
return i;
}
}
return thearray.length;
}

function arraypush(thearray,value) {
thearraysize = getarraysize(thearray);
thearray[thearraysize] = value;
}

function arraypop(thearray) {
thearraysize = getarraysize(thearray);
retval = thearray[thearraysize - 1];
delete thearray[thearraysize - 1];
return retval;
}

function bbcode(theform,bbcode,prompttext) {
inserttext = prompt(tag_prompt+"\n["+bbcode+"]xxx[/"+bbcode+"]",prompttext);
if ((inserttext != null) && (inserttext != "")) {
theform.comment_text.value += "["+bbcode+"]"+inserttext+"[/"+bbcode+"] ";
theform.comment_text.focus();
}
}

function namedlink(theform,thetype) {
linktext = prompt(link_text_prompt,"");
var prompttext;
if (thetype == "URL") {
prompt_text = link_url_prompt;
prompt_contents = "http://";
}
else {
prompt_text = link_email_prompt;
prompt_contents = "";
}
linkurl = prompt(prompt_text,prompt_contents);
if ((linkurl != null) && (linkurl != "")) {
if ((linktext != null) && (linktext != "")) {
theform.comment_text.value += "["+thetype+"="+linkurl+"]"+linktext+"[/"+thetype+"] ";
}
else {
theform.comment_text.value += "["+thetype+"]"+linkurl+"[/"+thetype+"] ";
}
}
theform.comment_text.focus();
}

function dolist(theform) {
listtype = prompt(list_type_prompt, "");
if ((listtype == "a") || (listtype == "1")) {
thelist = "[list="+listtype+"]\n";
listend = "[/list="+listtype+"] ";
}
else {
thelist = "[list]\n";
listend = "[/list] ";
}
listentry = "initial";
while ((listentry != "") && (listentry != null)) {
listentry = prompt(list_item_prompt, "");
if ((listentry != "") && (listentry != null)) {
thelist = thelist+"[*]"+listentry+"\n";
}
}
theform.comment_text.value += thelist+listend;
theform.comment_text.focus();
}


// Smilie Mod
function smilie(theform,smiliecode) {
theform.comment_text.value += smiliecode;
theform.comment_text.focus();
}
// End Smilie Mod

</script>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td >
<table border="0" cellspacing="1" cellpadding="3">
<tr>
<td class="head1">{lang_bbcode}</td>
</tr>
<tr>
<td class="row1">
<input type="button" value=" B " onclick="bbcode(this.form,'B','')" name="button" class="button" />
<input type="button" value=" I " onclick="bbcode(this.form,'I','')" name="button" class="button" />
<input type="button" value=" U " onclick="bbcode(this.form,'U','')" name="button" class="button" />
<input type="button" value="IMG" title="IMG" onclick="bbcode(this.form,'IMG','http://')" name="button" class="button" />
<input type="button" value="http://" title="URL" onclick="namedlink(this.form,'URL')" name="button" class="button" />
<input type="button" value="Code" title="CODE" onclick="bbcode(this.form,'code','')" name="button" class="button" />
<input type="button" value="List" title="LIST" onclick="dolist(this.form)" name="button" class="button" />
</td>
</tr>

<!-- Smilie Mod -->
<tr>
<td class="row1">
<input type="button" value=" " onClick="smilie(this.form,'  ')" name="button" class="smilie" style="background-image: url('{template_url}/smiles/big_smile.gif'); width: 18px" />
<input type="button" value=" " onClick="smilie(this.form,'  ')" name="button" class="smilie" style="background-image: url('{template_url}/smiles/happy.gif'); width: 18px" />
<input type="button" value=" " onClick="smilie(this.form,'  ')" name="button" class="smilie" style="background-image: url('{template_url}/smiles/sad.gif'); width: 18px" />
<input type="button" value=" " onClick="smilie(this.form,'  ')" name="button" class="smilie" style="background-image: url('{template_url}/smiles/surprised.gif'); width: 18px" />
<input type="button" value=" " onClick="smilie(this.form,'  ')" name="button" class="smilie" style="background-image: url('{template_url}/smiles/wink.gif'); width: 18px" />
<input type="button" value=" " onClick="smilie(this.form,'  ')" name="button" class="smilie" style="background-image: url('{template_url}/smiles/confused.gif'); width: 18px" />
<input type="button" value=" " onClick="smilie(this.form,'  ')" name="button" class="smilie" style="background-image: url('{template_url}/smiles/cool.gif'); width: 18px" />
<input type="button" value=" " onClick="smilie(this.form,'  ')" name="button" class="smilie" style="background-image: url('{template_url}/smiles/sad.gif'); width: 18px" />
<input type="button" value=" " onClick="smilie(this.form,'  ')" name="button" class="smilie" style="background-image: url('{template_url}/smiles/very_sad.gif'); width: 22px" />
<input type="button" value=" " onClick="smilie(this.form,'  ')" name="button" class="smilie" style="background-image: url('{template_url}/smiles/mad.gif'); width: 18px" />
<input type="button" value=" " onClick="smilie(this.form,'  ')" name="button" class="smilie" style="background-image: url('{template_url}/smiles/whistling.gif'); width: 18px" />
<input type="button" value=" " onClick="smilie(this.form,'  ')" name="button" class="smilie" style="background-image: url('{template_url}/smiles/applause.gif'); width: 18px" />
<input type="button" value=" " onClick="smilie(this.form,'  ')" name="button" class="smilie" style="background-image: url('{template_url}/smiles/peace.gif'); width: 22px" />
<input type="button" value=" " onClick="smilie(this.form,'  ')" name="button" class="smilie" style="background-image: url('{template_url}/smiles/nono.gif'); width: 22px" />
<input type="button" value=" " onClick="smilie(this.form,'  ')" name="button" class="smilie" style="background-image: url('{template_url}/smiles/asleep.gif'); width: 18px" />
<input type="button" value=" " onClick="smilie(this.form,'  ')" name="button" class="smilie" style="background-image: url('{template_url}/smiles/kiss.gif'); width: 18px" />
<input type="button" value=" " onClick="smilie(this.form,'  ')" name="button" class="smilie" style="background-image: url('{template_url}/smiles/in_love.gif'); width: 18px" />
<input type="button" value=" " onClick="smilie(this.form,'  ')" name="button" class="smilie" style="background-image: url('{template_url}/smiles/tongue.gif'); width: 18px" />
<input type="button" value=" " onClick="smilie(this.form,'  ')" name="button" class="smilie" style="background-image: url('{template_url}/smiles/sick.gif'); width: 18px" />
<input type="button" value=" " onClick="smilie(this.form,' ' )" name="button" class="smilie" style="background-image: url('{template_url}/smiles/liar.gif'); width: 18px" />
<input type="button" value=" " onClick="smilie(this.form,'  ')" name="button" class="smilie" style="background-image: url('{template_url}/smiles/danzing.gif'); width: 18px" />
</td>
</tr>
<!-- End Smilie Mod -->

</table>
</td>
</tr>
</table>
<br />

Und zum zweiten der, der aktuell zum PM-schreiben verwendet wird. Hier funktioniert der 1a!
Hab den einfach mal über den ersten geschrieben, dann werden jedoch die Smilies garnicht angezeigt und der Mouseover effekt ebenfalls nciht. Was muss ich ändern?
Hier der Code
Code: [Select]

<br />
<script language="JavaScript" type="text/javascript">
// Helpline messages
{bbc_help}
</script>
<script language="JavaScript" type="text/javascript" src="bbcode2.js"></script>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="head1">
<table border="0" cellspacing="1" cellpadding="3">
<tr>
<td class="head1">{lang_bbcode}</td>
</tr>
<tr>
<td class="row1">
<table border="0" cellspacing="0" cellpadding="1" width="300">
<tr>
<td onMouseOver="helpline('sm')">
{smiles_text} <a href="smiles.php" onclick="window.open('smiles.php', '_4imagessmilies', 'resizable=yes,scrollbars=yes,WIDTH=225, HEIGHT=310');return false;" target="_4imagessmilies">{lang_all}</a>
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="1" width="305">
<tr>
<td>
<input type="button" class="bbcbutton" accesskey="b" name="addbbcode0" value="B" style="font-weight:bold; width: 30px" onClick="bbstyle(0)" onMouseOver="helpline('b')" />
</td>
<td>
<input type="button" class="bbcbutton" accesskey="i" name="addbbcode2" value="i" style="font-style:italic; width: 30px" onClick="bbstyle(2)" onMouseOver="helpline('i')" />
</td>
<td>
<input type="button" class="bbcbutton" accesskey="u" name="addbbcode4" value="u" style="text-decoration: underline; width: 30px" onClick="bbstyle(4)" onMouseOver="helpline('u')" />
</td>
<td>
<input type="button" class="bbcbutton" accesskey="" name="addbbcode6" value="S" style="text-decoration: line-through; width: 30px" onClick="bbstyle(6)" onMouseOver="helpline('st')" />
</td>
<td>
<input type="button" class="bbcbutton" accesskey="" name="addbbcode8" value="Sub" style="width: 40px" onClick="bbstyle(8)" onMouseOver="helpline('sb')" />
</td>
<td>
<input type="button" class="bbcbutton" accesskey="" name="addbbcode10" value="Sup" style="width: 40px" onClick="bbstyle(10)" onMouseOver="helpline('sp')" />
</td>
<td>
<input type="button" class="bbcbutton" accesskey="" name="addbbcode12" value="Shadow" style="width: 55px" onClick="bbstyle(12)" onMouseOver="helpline('sh')" />
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="1" width="300">
<tr>
<td>
<input type="button" class="bbcbutton" accesskey="w" name="addbbcode27" value="URL" style="text-decoration: underline; width: 40px" onClick="bbstyle(27)" onMouseOver="helpline('w')" />
</td>
<td>
<input type="button" class="bbcbutton" accesskey="e" name="addbbcode29" value="Email" style="width: 50px" onClick="bbstyle(29)" onMouseOver="helpline('e')" />
</td>
<td>
<input type="button" class="bbcbutton" accesskey="q" name="addbbcode21" value="Quote" style="width: 50px" onClick="bbstyle(21)" onMouseOver="helpline('q')" />
</td>
<td>
<input type="button" class="bbcbutton" accesskey="" name="addbbcode14" value="Glow" style="width: 40px" onClick="bbstyle(14)" onMouseOver="helpline('g')" />
</td>
<td>
<input type="button" class="bbcbutton" accesskey="" name="addbbcode31" value="Flash" style="width: 50px" onClick="bbstyle(31)" onMouseOver="helpline('fl')" />
</td>
<td>
<input type="button" class="bbcbutton" accesskey="p" name="addbbcode25" value="Img" style="width: 40px" onClick="bbstyle(25)" onMouseOver="helpline('p')" />
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="2">
<tr>
<td nowrap>
<select class="select" name="addbbcode34" onChange="bbfontstyle('.value + ']','');this.form.addbbcode34.selectedIndex=0;" onmouseover="helpline('s')">
<option style="color:black; background-color: #FAFAFA" value="black" >Font colour</option>
<option style="color:black; background-color: #FAFAFA" value="#444444" >Default</option>
<option style="color:darkred; background-color: #FAFAFA" value="darkred" >Dark Red</option>
<option style="color:red; background-color: #FAFAFA" value="red" >Red</option>
<option style="color:orange; background-color: #FAFAFA" value="orange" >Orange</option>
<option style="color:brown; background-color: #FAFAFA" value="brown" >Brown</option>
<option style="color:yellow; background-color: #FAFAFA" value="yellow" >Yellow</option>
<option style="color:green; background-color: #FAFAFA" value="green" >Green</option>
<option style="color:olive; background-color: #FAFAFA" value="olive" >Olive</option>
<option style="color:cyan; background-color: #FAFAFA" value="cyan" >Cyan</option>
<option style="color:blue; background-color: #FAFAFA" value="blue" >Blue</option>
<option style="color:darkblue; background-color: #FAFAFA" value="darkblue" >Dark Blue</option>
<option style="color:indigo; background-color: #FAFAFA" value="indigo" >Indigo</option>
<option style="color:violet; background-color: #FAFAFA" value="violet" >Violet</option>
<option style="color:white; background-color: #FAFAFA" value="white" >White</option>
<option style="color:black; background-color: #FAFAFA" value="black" >Black</option>
</select>
<select class="select" name="addbbcode35" onChange="bbfontstyle('.value + ']','');this.form.addbbcode35.selectedIndex=0;" onmouseover="helpline('f')">
<option value="" >Font size</option>
<option value="7" >Tiny (7px)</option>
<option value="9" >Small (9px)</option>
<option value="10" >Medium (10px)</option>
<option value="12" >Normal (12px)</option>
<option value="16" >X-Large (16px)</option>
<option value="18" >Large (18px)</option>
<option value="24" >Huge (24px)</option>
</select>
<select class="select" name="addbbcode36" onChange="bbfontstyle('.value + ']','');this.form.addbbcode36.selectedIndex=0;" onmouseover="helpline('ff')">
<option value="" >Font face</option>
<option value="Arial" >Arial</option>
<option value="Courier New" >Courier New</option>
<option value="Helvetica" >Helvetica</option>
<option value="Impact" >Impact</option>
<option value="sans-serif" >sans-serif</option>
<option value="Tahoma" >Tahoma</option>
<option value="Times New Roman" >Times New Roman</option>
<option value="Verdana" >Verdana</option>
</select>
</td>
</tr>
<tr>
<td>
 <a href="javascript:bbstyle(-1)" onMouseOver="helpline('a')">{lang_close_tags}</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="right">
<div class="gensmall">
<textarea name="helpbox" size="100" maxlength="100" class="helpline" readonly rows="1" cols="20">{bbc_help_default}</textarea></div>


</td>
</tr>
</table>

10
Installation, Update & Configuration / Cookies in 1.7.2
« on: June 25, 2006, 07:35:02 PM »
In 4images 1.7.2 verwendet das Skript eigene Cookies so weit ich weiß.
Und ich meine ich hab irgendwo mal gesehen, das ich die Logginzeit des Users eingeben kann, bis die Ausgeloggt werden, so wie hier im Forum vorm einloggen. Weiß jemand wo das der Fall ist?
Denn ich werde öffters wieder ausgeloggt ...

Schonmal Danke


11
Discussion & Troubleshooting / Re: Probleme mit Bilderanordnung
« on: June 12, 2006, 01:30:27 PM »
Ist aber auch aufwendig wenn man das bei 500 Bildern machen muss!
Aber im Moment wohl die einziege Lösung!

12
Hallo,

mir ist gerade ein nicht so guter Fehler auf meiner Seite aufgefallen. Undzwar wenn ich ein Bild bewerte (mit den Sternen) kommt immer nach dem Bewerten übern header eine fehlermeldung undzwar wiefolgt:

Code: [Select]
DB Error: Bad SQL Query: INSERT INTO 4images_voted (user_id, image_id, vote, vote_time) VALUES (1, 6592, 3, 1149717628)
Unknown column 'vote_time' in 'field list'

Für das einzelne Bild wir die Bewertung gezählt, es kommt auch die Benachrichtigung "Ihre Bewertung wurde gespeichert"
Jedoch wird in der gesamtstatistik keine Bewertung raufgezählt. ALso wenn die Gesamtbewertugnszahl z.b. 300 ist bleibt sie bei mir jetzt auch so!
Warum??

Jemand eine Idee

Schonmal Danke

13
Sehr geiler MOD

Aber eins fehlt noch. Wenn man beispielsweise 100 Datein von der Festplatte auswählt (geht ja durch einfaches makieren) wäre es ganz praktisch wenn der MOD automatisch z.B. Bild 1 -100 nennt. Oder ich schreibe "Ausflug Hamburg Bild" und dann die Zahlen.
Oder er übernimmt gleich die Bildernamen. Denn bei 100 Bildern ist es aufwändig, jedes einzellne zu benennen!
Ist sowas möglich???

-----------------------------

It is possibel to set automaticly Pic number at upload? For example Pic 1 -100 ? So i muss not put in all the names for 100 pics.
Or the mod takes the name from the pic on fly. The same name i have gave the picture on my pc.
(sorry for my englich)
It s realistic?

Thanks

14
Mods & Plugins (Releases & Support) / Re: [Mod] bbcode Smileys
« on: June 06, 2006, 06:38:28 PM »
Wenn ich soweit kommen würde wär ich mega glücklich, bei mir sind aber nur Balken.
Weiß jemand wie ich das richtig stellen kann?

EIn paar Vorgänger von mir hatten ja das gleiche Problem, wie habt ihr das hinbekommen ???
Bin am verzweifeln ...

Schonmal Danke

15
Mods & Plugins (Releases & Support) / Re: [Mod] bbcode Smileys
« on: June 05, 2006, 08:23:13 PM »
Now I get this

I have the same problem like same guys before me. The link to the Smile is right, an wenn I klick on a grey button the smile link is right. I mean, when i send the comment it will display.

Where is the problem ??

Thanks

Pages: [1] 2 3 4 5