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 - Sebas Bonito

Pages: 1 2 3 [4] 5 6 7 8 ... 19
46
Bei mir enthalten die Links keine Umlaute, wieso die Änderung?  :?

47
Templates & Styles (Releases & Support) / [MOD] reCAPTCHA
« on: August 20, 2009, 04:57:00 PM »
Hast Du das auch mal als "Nicht-Admin" ausprobiert? Soweit ich das in Erinnerung habe, wird bei Admins die Captcha-Funktion nicht überprüft.

49
Das geht prinzipiell auf jeden Fall. In meinem Fall wird unter bestehenden Kategorien gleich 3 erstellt: eine Sub-Kategorie, und darunter zwei Sub-Sub-Kategorien. Das kommt Deinem Wunsch sehr Nahe, oder?

50
2 Questions:
1. How to exclude the profile links? For my site only registered users have the possibility to see the profile, so it's nonsense to inform a search-engine about this.
2. In my XML-sitemap around 1700 urls are listened, but after a month google has only indexed around 250 urls. What about the others? Where is the problem? There exist no technically problem on my site or at the sitemap.

51
@mawenzi

Schau mal hier: http://tinyurl.com/oovy6d

Ja, ich verstehe, was Du meinst. Aber das wäre noch mal ein riesiger Aufwand.
Ich hab diese MOD eh schon gut verändert, dass nämlich gleich 3 Kategorien
auf einmal erstellt werden: Das Konzert unter dem jeweiligen Interpreten,
und darunter noch mal zwei Subkategorien für Fotos und Videos, die mit dem
jeweiligen Konzert bzw. Datum verknüpft sind. Anhand der Auswahl-Felder,
die man im Link sehen kann, werden auch Beschreibungen und Titel erstellt.

Ich möchte im Grunde genommen keinen User, der (auch nur vom Aussehen her)
im Admin Panel was einstellt. Das obige Formular reicht völlig aus und erfüllt bis
auf eine Kleinigkeit ihren Zweck. Jetzt fehlt nur noch die Sortierung.

52
:flag-en: How to include a sort-function for the users? In my case I'm using a concert-gallery sorted by the date (of the concert). Everytime an user had created a "subcategory" I had to sort it manually. So maybe it's better, that users have the choice to pre-sort it. Is this possible? It's the way like in admin-panel (when I create a category).

:flag-de: Wie können User die Kategorie schon beim Erstellen richtig einsortieren? Ich benutze eine Konzert-Gallery, und die Konzerte sind dementsprechend per Datum sortiert. Wenn ein User eine neue Subcategory erstellt, wird sie immer ans Ende gestellt und ich muss das jedes Mal per Hand korrigieren und hochschieben, auf Dauer wird das etwas lästig. Deswegen ist es besser, wenn der User schon gleich beim Erstellen einer Kategorie eine Vor-Auswahl treffen kann. Ist das machbar? Die Funktionsweise wäre wie die im Admin-Panel, wenn ich dort eine Kategorie erstellen möchte.

53
Mods & Plugins (Releases & Support) / Re: [MOD] Category Image v1.0.2
« on: August 13, 2009, 04:07:43 PM »
V@no So far everything works fine. Thank you so much for your fantastic support.

$image_id $site_db->get_insert_id();
if (
$result && (!$cat_cache[$cat_id]['cat_image'] || $cat_cache[$cat_id]['cat_image'] == 7))
        {
          
$sql "UPDATE ".CATEGORIES_TABLE."
                  SET cat_image = "
.$image_id."
                  WHERE cat_id = "
.$cat_id;
          
$site_db->query($sql);
        }


I have a category-structure for my concert-gallery like

1. Category (interpret)
1.1 Subcategory (date of the concert)
1.1.1 Photos of this concert
1.1.2 Videos of this concert

2. Category (interpret)
2.1 Subcategory (date of the concert)
2.1.1 Photos of this concert
2.1.2 Videos of this concert

3. Category (interpret)
3.1 Subcategory (date of the concert)
3.1.1 Photos of this concert
3.1.2 Videos of this concert

...sooo everytime the same way. And with your help and in combination with the MOD to let users add subcategories, users are building 3 Subcategories: For example 1.1 Subcategory (date of the concert), 1.1.1 Photos of this concert and 1.1.2 Videos of this concert... all in ONE function. If somebody is uploading a picture to the subcategory 1.1.1, the first uploaded picture is also the "category image" for its (sub)category. And this works fine.

NOW I'd like to add also automatically a "category image" to the category above: in this case "1.1 Subcategory (date of the concert)". It's the same way like above, but addionally an catimage for the whole concert not only for the photo or video section. Is there a way to add this Function? So if somebody upload a picture and the catimage is "7" for the default-picture, the thumbnail will be set as the catimage of its category and one category above. I hope, my ugly english will be understand?

Thx!


Below the addcat.php and the member.php attached...

54
Mods & Plugins (Releases & Support) / Re: [MOD] Shoutbox
« on: August 05, 2009, 10:42:46 PM »
Bei mir läuft das unter 1.7.7.

55
Das macht keinen Unterschied, wenn Du Dir den Changelog bzw. die History zwischen 1.7.6 und 1.7.7 anschaust.

56
@CRS Diese Version läuft nicht unter 1.7.7

57
Mods & Plugins (Releases & Support) / Re: [MOD] Category Image v1.0.2
« on: August 01, 2009, 07:42:17 PM »
Hmmm try change the first line to this:
        if ($result && (!$cat_cache[$cat_id]['cat_image'] || $cat_cache[$cat_id]['cat_image'] == 7))

Yes, that works! Thank you very much.  :D

58
Mods & Plugins (Releases & Support) / Re: [MOD] Category Image v1.0.2
« on: August 01, 2009, 07:10:37 PM »
what is 7? if cat_image is 7, then it means there is already an image assigned to that category. Otherwise it would be empty or 0.
Yeah, that's what I've already told... normally the standard is "0", but in my case I've changed it to "7" for standard (via mysql and for this field).

59
Maybe you have an error inserting the code .... Without any codes is it impossible to find out, why this doesn't work for you .....
Gruß
No, it had to do with the "safe mode... now it's off and everything works fine.  :)

60
Mods & Plugins (Releases & Support) / Re: [MOD] Category Image v1.0.2
« on: August 01, 2009, 06:07:10 PM »
It's checking cat_image attribute ;)
Today I had the time, but it doesn't work (the way you told me).
The cat_image is still "7"... so the default/standard for cat_image.

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