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

Pages: 1 ... 268 269 270 271 [272] 273 274 275 276 ... 286
4066
hi Justin761985,

for Firefox (not for MSIE) you need in templates/<your_template>/header.html all "margins" :
Code: [Select]
<body ... topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" ...>

mawenzi

4067
in continuation with V@no's statements :

1. in category_list_table.php find :
Code: [Select]
function get_category_html_bits($cat_id = 0, $cid = 0, $depth = 1) {
and replace with :
Code: [Select]
function get_category_list_bits($cat_id = 0, $cid = 0, $depth = 1) {
and find :
Code: [Select]
$category_list .= get_category_html_bits($cat_id, $category_id, $depth + 1);
and replace with :
Code: [Select]
$category_list .= get_category_list_bits($cat_id, $category_id, $depth + 1);

2. in category_list.php find :
Code: [Select]
"categories_list" => get_category_html_bits()
and replace with :
Code: [Select]
"categories_list" => get_category_list_bits()

mawenzi

4068
please post the url to your category_list.php.

mawenzi

4069
hi vincent, hi oswald, hi graficalicus, hi all ... ,

yes ... my Categories-Sitemap ... with :
- separate representation of the main categories incl. cat.-description ... and <br>
- number of images / cat. , number of hits / cat. , number of new images / cat in red
- new / red-folder for categories with new images

example : ... here ... look well you say  :mrgreen: , than ...

all necessary files inclusive instruction for installation are : ...  here ... !

mawenzi

4070
Discussion & Troubleshooting / Re: Edit multiple images
« on: August 09, 2005, 07:10:30 PM »
hi,

1. [MOD] Batch Copy/Move/Edit Images v3.7.2

2. via FTP or [MOD] multiupload]

3. use Forum-Search ...  :wink:

mawenzi

4071
hi Jan,

die Änderung in der download.php hat mir in gleicher Situation auch weitergeholfen.
Der Download von hochgeladenen Zip-Dateien ist jetzt endlich möglich !

Danke mawenzi

4072
Mods & Plugins (Releases & Support) / Re: Light Link System
« on: August 08, 2005, 08:19:23 PM »
hi Xwall,

nice to post my Link-Directory here ...   8O

but the correct link to my linklist for a linklist-example for 4images-galleries should be http://klick.kl.funpic.de/linklist.php
... you know why ...  :wink:

mawenzi

4073
Installation, Update & Configuration / Re: Hilfe bei der Installation
« on: August 04, 2005, 10:12:58 PM »
... in dieser Datei tägst du deine Datenbankdaten ein (siehe auch die Angaben bei Funpic.de) und nennst die Datei dann auf dem Server config.php ... du solltest dir die Installationsanweisungen im 4images-Paket mal zur Gemüte führen, denn da sind die Sachen zur Installation klar beschrieben ...  :wink:

mawenzi

4074
Installation, Update & Configuration / Re: Hilfe bei der Installation
« on: August 04, 2005, 07:13:43 PM »
... und in der config.php alle Datenbankvariablen angegeben ... ?

mawenzi

4075
Installation, Update & Configuration / Re: Hilfe bei der Installation
« on: August 04, 2005, 05:40:45 PM »
hi LittleS,

hast du deine Datenbank bei Funpic (in deinem User-Center -> MySQL Zugangsdaten) aktiviert ... ?
... sonst läuft nichts ...  :wink:

mawenzi

4076
Discussion & Troubleshooting / Re: Organizing Sub Cats.
« on: August 04, 2005, 04:31:09 PM »
hi starwalker,

take this ...  :wink:

mawenzi

4077
hi Nil-Man,

in details.php findest du unterhalb von //--- Show Comments ---
folgende Zeile :
Code: [Select]
ORDER BY c.comment_date ASC";
ändere diese Zeile in :
Code: [Select]
ORDER BY c.comment_date DESC";
mawenzi

4078
hi V@no,

this / your method with two new classes for "onmouseover" works absolut perfectly ...  :D
thanks for your solution ( Большое спасибо ...  :wink: ) !

mawenzi

4079
hi all,

I want to restore the $row_bg_number after using a onmouseover-effect for a row of a list.
I already tried some out, but however I got no result.

at present I use the following, but of course it do not restore the bgcolor:
Code: [Select]
...
$count = 0;
$bgcounter = 0;
while ($row = $site_db->fetch_array($res)){
   if ($count == 0) {
      $row_bg_number = ($bgcounter++ % 2 == 0) ? 1 : 2;
      $list .= "<tr class=\"listrow".$row_bg_number."\" onmouseover=\"this.style.backgroundColor='#ffcccc'\" onmouseout=\"this.style.backgroundColor='#ffffff'\">\n";
    }
...

Which code can I use for onmouseout to restore the bgcolor of the row ( class=\"listrow".$row_bg_number."\" ) ?
Code: [Select]
...
onmouseout=\"this.style. ?---???---? \">\n";
...

thanks in advance
mawenzi

4080
Discussion & Troubleshooting / Re: Design Problem
« on: August 03, 2005, 08:57:20 AM »
hi Jens,

dann versuch doch noch mal dieses und teste die erforderliche Breite. Die categorie_bit.html wird ja nochmals durch eine Tabellenspalte in der Breite gehalten (Die Konfiguration dieser Tabelle erfolgt im ACP->Kategorie Einstellung->Wieviel Zellen ... !)  ... und %-Angabe öffnet dann beim IE die Spalte nur auf den erforderlichen Inhalt ... von daher hatte ich dir ja schon mal empfohlen auch für die Breite einen fixen Wert anzugeben und in allen Browsern wird dein Tabellenrahmen für die categorie_bit.html gleich angezeigt ...  :wink:

mawenzi

Pages: 1 ... 268 269 270 271 [272] 273 274 275 276 ... 286