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

Pages: 1 2 3 4 [5] 6 7 8 9 ... 189
61
Hallo,

Du schreibst das die Spalten leer bleiben.

Kann es sein das die Infos nicht in die Datenbank geschrieben werden?

nobby

62
Hallo,

folgendes könnte für Dich von Bedeutung sein: http://www.4homepages.de/forum/index.php?topic=7352.0

nobby

63
I'm looking for someone to help with the questions I have.

Well you go.

64
Try it like this: {template_url} / data
But only for the template.

PHP No.

65
Das kannst du nicht so ohne weiteres ändern, das sind die relative Pfade zum Verzeichnis

    ./ = bleibe im gleichen Verzeichnis - bei einer Verlinkung im gleichen Verzeichnis bewirkt kein Punkt oder auch kein Punkt und kein Slash das Gleiche
    ../ = gehe ein Verzeichnis höher
    ../../ = gehe zwei Verzeichnisse höher
    ../../../ = gehe drei Verzeichnisse höher, usw.

Wenn es das gleiche Verzeichnis ist, kann man das ./ aus den Skripten rausnehmen, ob es da eine Globale Stelle in den Skripten gibt, ist mir jetzt nicht bekannt.

Hallo Harald,

doch ändern kann man es, man muss nur dann den genauen Pfad (kompletter Link) zu den einzelnen Bildern angeben.

Ist sehr Mühsam. Und das wegen einem Punkt.

nobby

66
Hello,

this is part of the directory structure. It can also look like this ././ or similar.

Then you have to adjust it manually in your template.

I have never heard of anyone at one . Upset.

nobby

67
Hello,

For example.

HomePages Link
Code: [Select]
<a href="http://www.site.com/data">HomePage</a>
Picture Link
Code: [Select]
<img src="http://www.site.com/data" alt="Picture" />

nobby

68
Mods & Plugins (Requests & Discussions) / Re: Uploader Toplist
« on: August 16, 2017, 05:31:28 PM »
Hello,

OK, then I know at the moment synonymous not further  :|
If something new, I report.

nobby

69
Mods & Plugins (Requests & Discussions) / Re: Uploader Toplist
« on: August 15, 2017, 07:28:40 PM »
Hello,

Now I understand. The sorting you need is not provided and must be adjusted.
But it is possible. You want to sort by Artline.
I look again.

nobby

EDIT:

search in: /lang/english/admin.php

/*-- Setting-Group 3 --*/
$setting_group[3]="Image settings";
$setting['image_order'] = "Sort images by";
$image_order_optionlist = array(
  
"image_name"      => "Name",
  
"image_date"      => "Date",
  
"image_downloads" => "Downloads",
  
"image_votes"     => "Votes",
  
"image_rating"    => "Rating",
  
"image_hits"      => "Hits"
);


replace by
/*-- Setting-Group 3 --*/
$setting_group[3]="Image settings";
$setting['image_order'] = "Sort images by";
$image_order_optionlist = array(
  
"image_name"      => "Name",
  
"image_date"      => "Date",
  
"image_downloads" => "Downloads",
  
"image_votes"     => "Votes",
  
"image_rating"    => "Rating",
  
"image_hits"      => "Hits",
  
"image_id"        => "ID-Nummer"
);


You can also replace "image_id" => "ID number" with: "image_media_file" => "File name"

71
Mods & Plugins (Requests & Discussions) / Re: Uploader Toplist
« on: August 14, 2017, 08:26:26 PM »
Hello,

Admin, at the top left "Edit categories" then click the + sign next to a category
Then either right-arrows up and down, or the sub-category and "category-order" then the subcategory according to the desire.

A subcategory is nothing more than a category in a category

nobby

72
Hello,

Remove the corresponding parts from the templates ({user_box}) and delete the register.php.

In each template file, the entry must be deleted or canceled using the <!-- {user_box} --> command.
The advantage with the comment, can quickly be reversed.


nobby

73
Mods & Plugins (Requests & Discussions) / Re: Uploader Toplist
« on: August 10, 2017, 08:53:31 PM »
Hello!

Please also use the search!

In ACP / General / Category Settings, you can sort the subcategories by name or date, ascending or descending.
In ACP / Manage categories / Edit category, you can use the up / down arrows to sort the main categories.
You can also change the order in ACP / Manage Categories / Edit Category / Category Sequence (for each category).

nobby

74
Wunderbar  :thumbup:

Das hast Du Prima gemacht  :)  hättest keine Hilfe gebraucht...

75
Richtig, durch ein Update sind die Mods weg. Alle Einstellungen sollten dann weiter funktionieren.

Nun aber ran an die Bytes  :)

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