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

Pages: [1] 2 3 4
1
Mods & Plugins (Releases & Support) / sort by comments
« on: June 17, 2003, 05:15:54 PM »
Ok it work, but not by sort whith comments!!!!!!

See example here: http://www.datenplatz.ch/leeger/gallery/categories.php?cat_id=9

I use the version with cookies.

???Does someone know why it dowsnt work???

2
How can i change the "setperpage_dropdown" in a selfjump form? I will after remove the "Go" Button!

Thx

3
Plugins / It work...
« on: June 11, 2003, 09:58:35 PM »
Thx it work.....

....but i have no use at time....

4
Mods & Plugins (Requests & Discussions) / German
« on: June 11, 2003, 08:24:55 PM »
Ein wenig spät, aber für alle Deutschprachigen

Das BBcode Javafile in Deutsch (selbst übersetzt :wink: )

http://www.datenplatz.ch/leeger/gallery/downloads/bbcode_german.rar

Viel spass!

5
Mods & Plugins (Requests & Discussions) / ok...
« on: June 09, 2003, 04:47:39 PM »
:lol: ok, thats also a (fast) way...

but if you want the page in more than the home.html, you just must change one file when you update informations...

6
Mods & Plugins (Requests & Discussions) / [Mod] Guest infobox
« on: June 09, 2003, 03:09:37 PM »
Ok, this is my first Mod, maybe it will being updatet

The Mod include a new Box if you're a Guest. If you're registred, the box is invisible! So you can inform new Vistors about the advantages of register!

Ok, at first make a backup of all changing files!

Step 1

find in includes\page_header.php

Code: [Select]


//-----------------------------------------------------
//--- User Box ----------------------------------------
//-----------------------------------------------------


add before

Code: [Select]


//-----------------------------------------------------
//--- Guest infobox -----------------------------------
//-----------------------------------------------------
if (isset($main_template) && $main_template) {
  $get_info_guest = (($user_info['user_level'] == GUEST) ? $site_template->parse_template("info_guest") : "");
  $site_template->register_vars(array(
    "info_guest" => $get_info_guest
  ));
  unset($info_guest);
}




Step 2
now create a new template called info_guest.html

put in the text your want to show
example:
Code: [Select]
<table width="100%" border="0" cellspacing="0" cellpadding="1">
  <tr>
    <td valign="top" class="head1">
      <table width="100%" border="0" cellpadding="4" cellspacing="0">
        <tr>
          <td valign="top" class="head1">Guestinfo</td>
        </tr>
        <tr>
          <td class="row2">blablabla...</td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<P>


Step 3

Add in the template (ex. home.html)
Code: [Select]
{info_guest}
there you want add the box

See Demo http://www.datenplatz.ch/leeger/gallery/

7
Installation, Update & Configuration / Cmod
« on: June 09, 2003, 11:31:39 AM »

8
Mods & Plugins (Releases & Support) / useful
« on: June 08, 2003, 08:53:28 PM »
:D Useful Mod!!!

Thx V@no

9
Installation, Update & Configuration / Anpassungs Fragen!?
« on: June 07, 2003, 06:53:45 PM »
@1 Schau dich im Forum um, ich selbst kann dir bei sowas nicht helfen

@2 http://www.4homepages.de/forum/viewtopic.php?t=5788

@3 Home.html

10
Plugins / sort by date
« on: June 07, 2003, 06:45:06 PM »
:lol: Just al little question: is it possible to sort the postcarts by date and time?  The newest at top!

  Thanks...

11
Plugins / Same problem
« on: May 29, 2003, 10:35:27 PM »
:x I have the same problem about Bendra!!!! Can sombody help us?

12
Plugins / well mod
« on: May 28, 2003, 05:49:39 PM »
8)  8)  8)  8)  8)  Well, great mod! Thanks!

13
Installation, Update & Configuration / gefunden
« on: May 15, 2003, 07:10:53 PM »
Code: [Select]

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="XXX" height="XXX"/>
      <param name="movie" value="swf_url">
      <param name="quality" value="high">
      <param name="play" value="true">
      <param name="scale" value="false">
        <embed src="swf_url" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="XXX" height="XXX">
</embed>
</object>

14
Installation, Update & Configuration / plugin
« on: May 15, 2003, 07:01:32 PM »
versuchsmal damit:

Eine Flasch datei hat normalerweise auch noch den Downloadpfad für das Plugin welches der Browser benötigt. Schau dich doch am besten einmal auf der officiellen Flaschseite um, dort findest du bestimmt die entsprchenden Parameter

15
Templates & Styles (Requests & Discussions) / nur home...
« on: May 15, 2003, 06:57:44 PM »
Warscheindlich hast du nur den Pfad in home.html geändert, ändere ihn auch in:

categories.html
details.html
error.html
lightbox.html
member.html
postcard_create.html
register.html
search.html
top.html

 :!: Einfacher wäre aber gewesen, einfach die Datei images/header_logo.gif zu ändern, finde ich selbst aber zu langweilig!!!

Pages: [1] 2 3 4