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 - Tino23

Pages: 1 2 3 4 [5] 6 7 8 9 ... 13
61
Ich mache mal hier den Staub etwas weg und füge mal einen Aktuellen Link ein für den Schnee MOD.Ist ja jedes Jahr aktuell  8)

http://www.dynamicdrive.com/dynamicindex3/snow.htm
Das snow.gif muß in das Rootverzeichnis Kopieren werden von 4images!

62
Tutorials / Re: [TUT] Tooltip for Thumbnails
« on: December 03, 2010, 08:31:19 PM »
Also ich hab mein Problem vom vorherigem Beitrag http://www.4homepages.de/forum/index.php?topic=22030.msg151283#msg151283 jetzt auf die einfache weise erst mal gelöst. Ist nicht die beste Lösung, aber sie geht und ich habs einfach nicht auf die reihe sonst bekommen und leider auch keine Antworten erhalten...

ich hab die Language {Tag} einfach nicht Registriet bekommen. Außer bei {lang_comments} da gins von Anfang an....

mini_top_bit.html
Code: [Select]
<div align="center">
<table cellpadding="0" cellspacing="0" border="0" width="100%"  align="center">
<tr><td valign="bottom">
<table border="0" cellspacing="0" cellpadding="0" onmouseover="Tip('<b>Kategorie:</b> {cat_name}<br /><b>Datum:</b> {image_date}<br /><b>Hinzugefügt von:</b> {user_name}<br /><b>Hits:</b> {image_hits}<br /><b>Stimme(n):</b> {image_votes}<br /><b>Bewertung:</b> {image_rating}<br /><b>{lang_comments}</b> {image_comments}')" onmouseout="UnTip()">
  <tr>
    <td valign="bottom">{thumbnail}</td>
</tr>
</table>
  {if image_is_new}<sup class="new">{lang_new}</sup>{endif image_is_new}<b>{lang_mini_top_mode}</b>
</td></tr></table>
</div>

Original wenn das mit den Tags geklapt hätte müßte es so lauten
Code: [Select]
<div align="center">
<table cellpadding="0" cellspacing="0" border="0" width="100%"  align="center">
<tr><td valign="bottom">
<table border="0" cellspacing="0" cellpadding="0" onmouseover="Tip('<b>{lang_category}:</b> {cat_name}<br /><b>{lang_date}</b> {image_date}<br /><b>{lang_added_by}:</b> {user_name}<br /><b>{lang_hits}:</b> {image_hits}<br /><b>{lang_votes}:</b> {image_votes}<br /><b>{lang_rating}:</b> {image_rating}<br /><b>{lang_comments}</b> {image_comments}')" onmouseout="UnTip()">
  <tr>
    <td valign="bottom">{thumbnail}</td>
</tr>
</table>
  {if image_is_new}<sup class="new">{lang_new}</sup>{endif image_is_new}<b>{lang_mini_top_mode}</b>
</td></tr></table>

63
Also die Seitenverhältnisse stimmen bei mir, hab ja width und heightt weg gelassen, so das dass Thumbnailbild in seiner vollen Größe gezeigt wird. Hatte da auf meiner Seite keine Probleme damit.

64
Oder gleich das eigentliche Thumbnail nehmen für die Anzeige. Dann sind auch die Ladezeiten kleiner... http://www.4homepages.de/forum/index.php?topic=22030.msg149866#msg149866

65
Tutorials / Re: [TUT] Tooltip for Thumbnails
« on: October 24, 2010, 09:52:43 AM »
Das ist nicht komisch, da der MOD die Bilder nur im MEDIA_PATH sucht und sonst nirgendst wo anders. Die Vorschaubilder vom MediaMOD sind aber nicht in diesem Ordner, so das sie auch nicht gefunden werden. Das Problem hatte ich schon einmal angesprochen, aber noch keine Antwort erhalten.
http://www.4homepages.de/forum/index.php?topic=22030.msg149866#msg149866

66
Tutorials / Re: [TUT] Tooltip for Thumbnails
« on: October 23, 2010, 01:44:05 PM »
Schau am besten mal in die detail.html dort sind ja schon einige "Beispiele" für Details aufgeführt, die kannst du auch für diesen MOD verwenden.

67
Tutorials / Re: [TUT] Tooltip for Thumbnails
« on: October 22, 2010, 11:22:58 AM »
Sorry mein Fehler, hatte noch etwas vergessen. Richtig muß es lauten
Code: [Select]
<b>{lang_added_by}</b> {user_name}<br />

68
Discussion & Troubleshooting / Re: Fatal error
« on: October 21, 2010, 09:10:28 PM »
@V@no Danke für den Tipp ich hab es jetzt am Ende der global.php eingefügt
Code: [Select]
ini_set("memory_limit","35M");
?>
Jetzt ist das Limit auch in der Galerie bei 35M

Mit dem IF Befehl davor ging es nicht, da kam eine Fehlermeldung.

69
Tutorials / Re: [TUT] Tooltip for Thumbnails
« on: October 21, 2010, 08:33:39 PM »
Hi, für deine letzte Frage einfach im 4. Teil des MOD ( /includes/page_header.php) zusätzlich noch hinzufügen
Code: [Select]
"lang_added_by" => $lang['added_by'],und in der thumbnail_bit.html zusätzlich noch folgendes an passender Stelle Einfügen ( Punkt 3 im MOD )
Code: [Select]
<b>{lang_added_by}</b> {user_name}<br />
Für deine erste Frage hab ich auch noch keine Lösung, aber es geht hab ich schon auf anderen Seiten gesehen. Schade bloß das auch für mein obriges Problem noch keine Lösung sich gefunden hat  :(

70
Discussion & Troubleshooting / Re: Fatal error
« on: October 20, 2010, 07:52:40 PM »
Genau, dann könnte ich das Problem so umgehen, wenn das möglich ist.

71
Discussion & Troubleshooting / Re: Fatal error
« on: October 20, 2010, 07:13:12 PM »
Also in der phpinfo.php stehen auch memory_limit 16M. Die php.ini hatte ich schon mal auf dem Server gesucht, aber keine gefunden.

Wenn ich aber die phpinfo.php von dem anderem Script aufrufe, welches auf dem gleichem Server läuft, da steht jetzt memory_limit 35M drin.
Ich hab dort das Boardsolution v1.42 Forum laufen und hab die Änderrung in der config/general.php vorgenommen (siehe letzte Zeile) danach ging es bei dem Forum.
Code: [Select]
<?php
/**
 * This file contains some general adjustments for boardsolution and some general constants
 *
 * @version                        $Id: general.php 255 2010-09-09 10:31:36Z nasmussen $
 * @package                        Boardsolution
 * @subpackage        config
 * @author                        Nils Asmussen <nils@script-solution.de>
 * @copyright                2003-2008 Nils Asmussen
 * @link                                http://www.script-solution.de
 */

// reduce error-reporting-level if debugging is not fully enabled
if(BS_DEBUG 2)
{
        
// disable deprecated notices when using PHP >= 5.3
        
if(version_compare(PHP_VERSION,'5.3.0') >= 0)
                
error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);
        else
                
error_reporting(E_ALL & ~E_NOTICE);
}

// The ids of the predefined user-groups
/**
 * The ID of the admin-usergroup
 */
define('BS_STATUS_ADMIN',                                                                                        1);
/**
 * The ID of the user-usergroup
 */
define('BS_STATUS_USER',                                                                                        2);
/**
 * The ID of the guest-usergroup
 */
define('BS_STATUS_GUEST',                                                                                        3);


// The display-locations of the additional-fields
/**
 * A display-location of the additional-fields: the userdetails
 */
define('BS_UF_LOC_USER_DETAILS',                                                        1);
/**
 * A display-location of the additional-fields: the posts
 */
define('BS_UF_LOC_POSTS',                                                                                        2);
/**
 * A display-location of the additional-fields: the registration (the user can enter the value)
 */
define('BS_UF_LOC_REGISTRATION',                                                        4);
/**
 * A display-location of the additional-fields: the profile (makes the field editable)
 */
define('BS_UF_LOC_USER_PROFILE',                                                        8);


// The topic-lock-options
/**
 * Prevents that the topic (name, icon, ...) can be edited
 */
define('BS_LOCK_TOPIC_EDIT',                                                                        1);
/**
 * Prevents that the topic can be opened / closed
 */
define('BS_LOCK_TOPIC_OPENCLOSE',                                                        2);
/**
 * Prevents that any post in the topic can be edited
 */
define('BS_LOCK_TOPIC_POSTS',                                                                        4);


// The different tasks a user can perform. These are used to determine if the user has the
// permission to perform them it depends on the user-group (and its rights),
// moderator-status and in some cases on the starter of the topic / post.
/**
 * Start a topic
 */
define('BS_MODE_START_TOPIC',                                                                        1);
/**
 * Start a poll
 */
define('BS_MODE_START_POLL',                                                                        2);
/**
 * Start an event
 */
define('BS_MODE_START_EVENT',                                                                        3);
/**
 * Reply to a topic
 */
define('BS_MODE_REPLY',                                                                                                4);
/**
 * Edit a topic
 */
define('BS_MODE_EDIT_TOPIC',                                                                        5);
/**
 * Delete topics
 */
define('BS_MODE_DELETE_TOPICS',                                                                6);
/**
 * Move topics to another forum
 */
define('BS_MODE_MOVE_TOPICS',                                                                        7);
/**
 * Edit a post
 */
define('BS_MODE_EDIT_POST',                                                                                8);
/**
 * Delete posts
 */
define('BS_MODE_DELETE_POSTS',                                                                9);
/**
 * Split posts to another existing topic or a new one
 */
define('BS_MODE_SPLIT_POSTS',                                                                        10);
/**
 * Edit own topics
 */
define('BS_MODE_EDIT_OWN_TOPICS',                                                        11);
/**
 * Open / close topics
 */
define('BS_MODE_OPENCLOSE_TOPICS',                                                12);
/**
 * Lock topics
 */
define('BS_MODE_LOCK_TOPICS',                                                                        13);
/**
 * Mark topics important
 */
define('BS_MODE_MARK_TOPICS_IMPORTANT',                                14);

// the constants for the old community-export concept
/**
 * The user-id field
 */
define('BS_EXPORT_USER_ID','id');

/**
 * The user-name field
 */
define('BS_EXPORT_USER_NAME','user_name');

/**
 * The password field
 */
define('BS_EXPORT_USER_PW','user_pw');

/**
 * The email field
 */
define('BS_EXPORT_USER_EMAIL','user_email');


// some general constants
/**
 * The version of boardsolution (please do not change!)
 */
define('BS_VERSION_ID',                                                                                                '142');
define('BS_VERSION',                                                                                                        'Boardsolution v1.42');
ini_set("memory_limit","35M");

#=========================================
?>

72
Tutorials / Re: [TUT] Tooltip for Thumbnails
« on: October 20, 2010, 06:48:37 PM »
@Benny Links gibts doch noch in den Beiträgen über mir ;-) http://www.4homepages.de/forum/index.php?topic=22030.msg148268#msg148268

73
Discussion & Troubleshooting / Re: Fatal error
« on: October 20, 2010, 06:44:03 PM »
Ich bin es noch einmal  8) Ich hatte das obrige Problem auch bei einem anderem Script, da konnte ich das Limit aber mit dem Befehl
Code: [Select]
ini_set("memory_limit","35M"); hochsetzen. An welcher Stelle von dem 4images Script kann ich denn das dort auch machen? Frag mich bloß warum das ging, denn das Limit ist bei meinem Anbieter auf 16MB gesetzt, wieso kann man das denn so trotzdem hochsetzen?

74
Discussion & Troubleshooting / Re: Fatal error
« on: October 16, 2010, 01:38:20 PM »
OK, danke für deine Antwort. Da bin ich ja froh, das ich mit MySQLDumper noch ein Bachup hatte, das scheint die Daten zu Komprimieren, denn das gleiche Backup was bei 4images 1,5MB groß war, war dort bloß ca. 200kb. Vom Webspace Anbieter hab ich folgende Antwort bekommen
Quote
diese Meldung besagt, dass das memory_limit, also der Maximalwert des Speichers, den ein Skript verbrauchen darf, um 241 byte überschritten wurde. Die Größe des memory_limits ist durch Ihr Paket auf 16 MB begrenzt. An dieser Stelle müßten Sie Ihre Scripte überprüfen oder auf ein höheres Paket mit mehr memory_limit upgraden.


75
Discussion & Troubleshooting / Re: Fatal error
« on: October 16, 2010, 11:18:36 AM »
Ich hatte heute eine ähnliche Fehlermeldung, als ich ein Bachup wieder Einspielen wollte.

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 241 bytes) in /var/www/includes/db_utils.php on line 43 

Hab leider keine Ahung warum. Kann mir da jemand weiter helfen?

Pages: 1 2 3 4 [5] 6 7 8 9 ... 13