Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support

djope

Mitglied
  • Content count

    171
  • Joined

  • Last visited

Everything posted by djope

  1. Wenn ich das richtig verstehe liegt das Board noch auf dem alten Space, du willst aber schon die DB vom neuen benutzen. Dafür muss der Server einen externen Zugriff auf die DB zulassen, dann dürfte das eigentlich funktionieren.
  2. Welche Gallery ist am besten?

    hast du nen link zu der gallery?
  3. Welche Gallery ist am besten?

    4images finde ich vom ACP um einiges besser als coppermine: http://www.4homepages.de/
  4. www.Kirmesforum.de

    wirklich schöner skin. unten das "Designed von Deevisio" ist übrigens falsch verlinkt. Führt auf http://www.deevsi.de/
  5. Ein Member hat folgenden Wunsch: Ist das verständlich, sonst führ ich es nochmal aus? Wie wäre das am besten machbar?
  6. ah ok, hatte die variable rausgelöscht. danke dir.
  7. Ja, ich sehs grad Aber das scheint wohl skin-spezifisch zu sein. Bei meinem Skin ist dies leider nicht so. Scheint wohl irgendwo ein Code-Fetzen zu fehlen und diesen würde ich gerne wissen.
  8. [Tip] Images kostenlos hosten

    kannst du da irgendwie ne kleine anleitung machen und das als mod releasen? wäre klasse :)
  9. Hallo, in letzter Zeit haben sich einige Mitglieder meines Forums beschwert, dass bei unterschiedlichen Bildschirm-Auflösungen das Banner mal den Header ausfüllt und mal zu schmal ist. Wie kann ich da eine feste Breite (Größe) für das Banner oder die Tabelle festlegen?
  10. Danke erstmal. Wie würde das denn funktionieren? "als Hintergrund definieren"? hmm, finde 770px schon sehr schmal. Kann man das nicht so definieren, dass das Forum bzw Banner automatisch schmäler wird, wenn jemand noch mit 800x600 drauf rumsurfen sollte? Wahrscheins nicht, oder? Ne, das sieht wohl nicht gerade schön und proffesionell aus :unsure:
  11. invision-skins.de tot?

    das hört sich ja spannend an :)
  12. [Tip] Images kostenlos hosten

    ui, hey cool, werds nacher mal ausprobieren, schaut gut aus! EDIT: Man sollte auch noch solch ein Upload-Feld bei den Avantar-Settings in den "Einstellungen" einfügen. Damit die Member gleich ihren Avantar hochladen können und die URL einfügen.
  13. [Tip] Images kostenlos hosten

    Auf deren Seite gibt es eine Anleitung, wie man die Upload-Funktion von ImageShack direkt ins Forum einbinden kann. Allerdings leider nur fürs phpBB und vB. zB -> http://www.imageshack.us/phpbb.php bzw: http://reg.imageshack.us/syndicate.php Könnte nicht einer sowas fürs ipb machen?
  14. Hallo, ich würde gerne eine Laufschrift in meinem Board-Header einbauen, der aus einem bestimmten Foren die Beiträge anzeigt. Also Titel der Beiträge und wenn man draufklickt, wird man zum Beitrag geleitet. Wäre das umsetztbar? Und wie schaut es mit der Kompatibilität bei Browsern aus, sollte schon auch mit Netscape/Firefox funktionieren. Danke schonmal EDIT: Kann man vielleicht auch per RSS lösen, schoß mir gerade in den Kopf?!?!
  15. Ich denke ich bin der Lösung schon recht nahe gekommen. Und zwar mit folgendem Script <? $host="localhost"; // MySQL-Host, normalerweise localhost $user="Benutzername"; // MySQL-Benutzername $pass="Passwort"; // MySQL-Passwort $db="Datenbank"; // Name der MySQL-Datenbank $praefix = "ibf_"; // Praefix, wenn nicht anders eingstellt ibf_ $url="http://euerboardlink/index.php"; // URL des Boards $erlaubte_Foren = '(1,2,3,4,5,6,7,8,9,10,12,13,14,15,16)'; // Hier alle Foren-ID's, die erlaubt sein sollen eintragen $anzahl = 5; // Anzahl der Postings, die angezeigt werden mysql_connect($host,$user,$pass); mysql_select_db($db); $x=mysql_query("SELECT * FROM ".$praefix."topics WHERE forum_id IN ".$erlaubte_Foren." order by last_post DESC LIMIT 0,$anzahl"); while($topic=mysql_fetch_array($x)) { $title=($topic['title']); $description = $topic['description'] ? ($topic['description'])." - " : ""; $user=($topic['last_poster_name']); $date=date("\a\m d.m.Y \u\m H:i \U\h\r",$topic['last_post']); $link=sprintf("{$url}?act=ST&amp;f=".$topic['forum_id']."&amp;t=".$topic['tid']."&amp;view=getlastpost"); echo "<a href=\"{$link}\">{$title} - {$description}von {$user} {$date}</a><br><br>"; } ?> So kann ich die Titel incl. Verlinkung schonmal auslesen. Jetzt muss ich das nur noch in eine Laufschrift packen und in den Header integrieren. Vielleicht auch ein paar Style-Anpassungen. Kann mir da jemand helfen? Wie bekomm ich das in eine Laufschrift?
  16. IPB 1.4

    Weiterer Vorschlag: Ich finde es immer praktisch, wenn man bei einem Forum nicht nur auf den Schriftzug klicken kann, um dieses zu betreten, sondern die ganze Tabelle praktisch "klickbar" ist und evtl noch mit einer dezenten RollOver Farbe versehen ist. Hoffe ihr wißt was ich meine :)
  17. Sicherheitsupdate für 1.3

    danke für die info!
  18. FUDforum: Eine Alternative?

    Hey, habe das FUDforum letztens entdeckt und es hört sich für mich sehr vielversprechend an. Auch wenn die Community (noch) recht klein ist, sprechen die Features und der anscheinend gut geschriebene Code für sich. Boardunity.de schreibt: Features: _________________________ FUDforum is a highly customizable forum package, with a large feature set. The easy to use administration control panel allows the administrator to easily configure and control the many features available. The forum also includes an interactive help package, which helps to familiarize users with the full potential of FUDforum. Here are some of the core features offered by FUDforum: i18n support, with a number of languages distributed with the forum. Full template support with a FAST template compiler. Powerful groups management system, which allows fine grained control over forum's resources. Private Messaging system, with post tracking & buddy lists Built in spell checker (using the pspell library) Ability to use FUDcode, HTML or Plain Text inside posts, configurable by the admin Administrator definable ranks for the users bases on number of posts as well as assign an unlimited number of custom tags to individual users 3 types of user avatars Ignore list, allows forum members to ignore posts made by other users. Threaded View (by default standard flat view is used) Customizable Find and Replace system, which fully supports both perl regexp (preg) and even str_replace for extremely fast simple replaces NNTP & Mailing List integration, allowing FUDforum to be used to archive newsgroups & mailing lists, as well as allow forum members to post messages to newsgroups and mailing lists via the forum. FUDforum also supports all the standard features you may come to expect from a modern forum. Posting/Replying and editing of topics and messages Sticky/Announcement messages which stay on top of the forum until they reach their expire date Custom Avatars upload with administrator approval and automatic scaling (if ImageMagick's mogrify utility is installed) Emoticon (smilies) Support, with an easy to use admin control panel, which allows the admin to add/remove and edit smilies Post notification system, which can send notifications via Email & ICQ Unlimited number of forum moderators Hidden, Private, Moderated and Password protected forums Moderation queue, in moderated forums all unapproved messages can be viewed by the moderator and approved or deleted on the spot. Email confirmation of registered users (can't post until the email address is confirmed) Specialized HTML like FUDcode that allows styling of messages, the advantage of FUDcode over HTML is that FUDcode will never break layout. Banning of users by their username and/or IP or IP Mask, Email address filter or Login name filter (full regexp support) Multiple file uploads per post (configurable by the administrator for each forum) File extension control, allowing/disallowing certain file extensions Fully customizable header & footer which can support PHP code Language filter (full regexp), which allows the admin to replace certain offensive words Full support for Children's Online Privacy Protection Act (COPPA) Automatic lost password retrieval Search Engine MD5 passwords (128 Bit encryption) Thread locking by Administrators & Moderators Easy to use installation PHP or Shell script Unread Posts Tracking, you can automatically see which posts you have not yet read Extensive message filtering, by date, read/unread, forum, thread, reply status Message reporting, allows visitors to report inappropriate messages to the Administrator Robust MySQL or PostgreSQL back-end, with a virtually unlimited number of messages (up to 2^32 messages) Cookie based tracking system backed by Sessions in the event the user cannot use cookies. Polls if allowed, users can create on or more polls on their messages Forum & Thread subscription system with an easy to use control panel. Allows users to subscribe & unsubscribe from forums & threads. I-SPY system, if enabled it allows forum members to see what the other users on the forum are doing. Many other smaller features are available, however they are too numerous to list here. It is the goal of FUDforum to provide a complete and robust forum package that can satisfy all of your needs. _________________________ Supportforum: http://fudforum.org/forum/ Download: http://fudforum.org/download.php Kann jemand was zu dem Forum sagen? Sieht das vielversprechend aus?
  19. HTML im Profilfeld

    Sorry, aber das musste ich sagen. Stell dir vor, wie übersichtlich das Forum noch ist, wenn jeder so ein augenbeleidigendes Bild wie du, in seine Sig macht. Was meinst du denn mit "Profilfeld"? Meinst du damit die Signaturoption? Verstehe ich nicht so ganz. PS: Was ist mit meinem Namen falsch? :blink:
  20. HTML im Profilfeld

    deine signatur ist eklig! :P
  21. FUDforum: Eine Alternative?

    Das glaube ich nicht, das Forum steht unter der GPL, genauso wie auch das phpbb und das gibts ja auch noch kostenlos, trotz großer Beliebtheit.
  22. IPB 1.4

    Wow! Vielen Dank für die Arbeit, hört sich alles klasse an. Nur hast du nun auch schon eine Lösung wegen der Installation, also ein Script dafür oder wie soll das ablaufen?
  23. vielleicht da was nützliches dabei: http://www.ipbsupport.de/board/index.php?s...st=0entry2064 http://www.ipbsupport.de/board/index.php?s...st=0entry9127 http://www.ipbsupport.de/board/index.php?s...st=0entry3762
  24. eine möglichkeit die datumeinstellung zu ändern ist dieser mod: http://www.ibforen.de/index.php?ind=downlo...ry_view&iden=20
  25. FUDforum: Eine Alternative?

    Ja, ich mag den Standart-Skin auch nicht, aber das ist ja auch unwichtig. Der Code soll sehr gut sein, wurde mir nun schon öfters von Kennern gesagt, ich hab es auch mal local installiert und das ACP bietet für den frühen Entwicklungsstatus wirklich schon eine Fülle von Funktionen, die mit dem IPB locker mithalten können. Außerdem läuft das ganze Teil unter der GPL Lizenz, das wohl die Mindestvoraussetzung für alle geschädigten IPB´ler ist ;)
×