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

Pages: 1 2 3 [4] 5 6
46
nice stats info. thx! :D last question: how can i display "media directory: xxx MB" and "thumbnail directory: xxx MB" in home.html? thanks for help!!

47
perfect! thank you! :D

48
hello V@no!
Quote
Download "MEUO Install v2" file
don't work! can you fix this? THX!!

49
hey kein thema und danke für den hinweis!!

EDIT: so, in der hoffnung doch vielleicht was überlesen zu haben, hab ich den thread zweimal durchgelesen und wie es scheint hat tatsächlich noch niemand danach gefragt oder gewünscht, beim klicken auf den nick des kommentar-schreibers, sein profil angezeigt zu bekommen.

trez, wenn dein angebot noch gilt, würd ich es gerne annehmen :D

50
ist ja schon gut! tief ein- und ausatmen und puls langsam senken ... :wink:
dann werd ich mal brav lesen ... aber wehe die antwort ist nicht zu finden! bin ja schließlich nicht zum spass hier! :wink: :mrgreen: :mrgreen:

51
mawenzi, sag mal schläfst du auch mal? :mrgreen:

with "$sql = "SELECT SUM(image_hits) AS sum" it works perfect! thx!

52
ich habe nicht den ganzen thread gelesen, falls diese frage schon mal irgendwo beantwortet wurde:
wie kann ich einen link auf das userprofil des kommentar-schreibers einbauen wenn ich auf seinen nick klicke?

53
Mods & Plugins (Releases & Support) / Re: [Mod] bbcode Smileys
« on: September 13, 2006, 11:29:08 AM »
who is mr.green? :wink: :mrgreen: :mrgreen:

thx for great MOD. works perfect!

danke doubleflash für den tipp mit der darstellung der smilies. sowohl im FF als auch im IE ist das die optisch schönere lösung!

54
Discussion & Troubleshooting / Re: eCard - information lost
« on: September 12, 2006, 06:53:31 PM »
wow! das ging aber schnell! :mrgreen: danke dir!

55
Discussion & Troubleshooting / eCard - information lost
« on: September 12, 2006, 06:26:44 PM »
hello!

i have a problem with create a eCard. when i preview my eCard and go back to change some information, all data are lost and the eCard is blank.
how can i fix this?. thx for information!

in deutsch - und grammatikalisch besser:
mir ist ein problem mit der eCard vorschau aufgefallen und zwar wenn ich eine eCard ausgefüllt habe, sie mir dann in der vorschau anschaue und danach nochmals ein paar änderungen vornehmen möchte, so sind alle daten weg und ich muss wieder mit der leeren eCard beginnen. gibt es eine möglichkeit die daten in den jeweiligen feldern stehen zu lassen? sonst hat die vorschau nicht wirklich sinn :D
falls jemand was weiss, darf er hier gerne posten :D danke!!

56
Mods & Plugins (Requests & Discussions) / Re: Picture of the month
« on: September 09, 2006, 12:15:36 PM »
okay i have only removed AND i.cat_id IN (".implode(", ", $cat_in).") and it works also without problems. thx V@no!

57
Mods & Plugins (Requests & Discussions) / Re: Picture of the month
« on: September 08, 2006, 04:41:50 PM »

Loda, du könntest diesen script auch gleich noch in dein erstes posting packen weil ich denke die überschrift zum bild des monats dürfte auch für andere noch interessant sein, meinste nicht?

Quote from: Loda

ein tipp mit der überschrift:
in der page_header.php einfach mal unter:
Code: [Select]
"lang_potm_link" => $lang['potm_link'],das einfügen:
Code: [Select]
"lang_potm_home" => $lang['potm_home'],dann in deiner lang/main.php über ?>
Code: [Select]
$lang['potm_home'] = "Foto des Monats";dann in deiner thumbnail_bit_potm dieses:
Code: [Select]
<div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td class="head2" height="18"> <img src="{template_url}/images/spacer.gif" alt="" width="4" height="4" /> {lang_potm_home}
      <script>
var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym
var dayarray=new Array("So","Mo","Di","Mi","Do","Fr","Sa")
var montharray=new Array("Januar","Februar","M&auml;rz","April","Mai","Juni","July","August","September","Oktober","November","Dezember")
document.write(""+montharray[month-1]+" "+year+"</>")
</script>      </td>
  </tr>
  <tr>
    <td class=""><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
  </tr>
  <tr>
    <td class=""><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
  </tr>
</table>
{thumbnail}<br>
  <b>{image_name}</b> {if image_is_new}<sup class="new">{lang_new}</sup>{endif image_is_new} {if image_is_potm} <sup class="new">{lang_potm}</sup> {endif image_is_potm}</div>


58
Mods & Plugins (Requests & Discussions) / Re: Picture of the month
« on: September 06, 2006, 11:38:39 PM »
Stoleti,

replace in index.php code:
Code: [Select]
WHERE i.image_active = i.image_potm AND c.cat_id = i.cat_id AND i.cat_id IN (".get_auth_cat_sql("auth_viewcat").") AND i.cat_id IN (".implode(", ", $cat_in).")
with:
Code: [Select]
WHERE i.image_active = i.image_potm
then it works perfect!! (see posts from Loda and V@no)

59
Mods & Plugins (Requests & Discussions) / Re: Picture of the month
« on: September 06, 2006, 07:29:15 PM »
thanks for this hint V@no!

Loda, dein tipp war auch klasse denn jetzt funktioniert's!!!!! :D :D :D werd jetzt noch schauen ob ich die überschrift (z.b. "bild des monats august") noch ohne hilfe hinbekomme, dann bin ich wunschlos glücklich :D

thanks for great job Loda and V@no!

EDIT: ich bin so schlecht ... Loda, falls du noch einen tipp hast wie ich das datum in die index.php bekomme, dann kannst das gerne posten, ist aber nicht mehr so wichtig - nice to have wie man so schön sagt :D

60
Mods & Plugins (Requests & Discussions) / Re: Picture of the month
« on: September 06, 2006, 01:08:59 AM »
V@no you are right but we have a discussion how can i see the last "picture of the month" winner on home.html (under random image) - this addon is not in the official MOD but a nice extension :D

Pages: 1 2 3 [4] 5 6