• [MOD] Category Image v1.0.2 4 0 5 1
Currently:  

Author Topic: [MOD] Category Image v1.0.2  (Read 379387 times)

0 Members and 1 Guest are viewing this topic.

Offline godboko

  • Newbie
  • *
  • Posts: 24
    • View Profile
    • http://www.vwchosting.com
Re: [MOD] Category Image v1.0.2
« Reply #30 on: January 27, 2006, 07:17:28 AM »
Is there an update for 1.7.1

Some of the lines don't match whats in my files, so I was hoping there was an update to this.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [MOD] Category Image v1.0.2
« Reply #31 on: January 27, 2006, 02:30:21 PM »
Please be specific, what lines?
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline godboko

  • Newbie
  • *
  • Posts: 24
    • View Profile
    • http://www.vwchosting.com
Re: [MOD] Category Image v1.0.2
« Reply #32 on: January 27, 2006, 07:43:38 PM »
Please be specific, what lines?

I am so sorry, I didnt see the section for 1.7.1 on the first post for the global file, I feel stupid.


Offline godboko

  • Newbie
  • *
  • Posts: 24
    • View Profile
    • http://www.vwchosting.com
Re: [MOD] Category Image v1.0.2
« Reply #33 on: January 27, 2006, 10:07:51 PM »
Please be specific, what lines?

I am so sorry, I didnt see the section for 1.7.1 on the first post for the global file, I feel stupid.



Mod works great makes my site look 100 times better :) Thanks a million :)

Offline glitzer

  • Full Member
  • ***
  • Posts: 204
    • View Profile
    • over 7000 E-Cards
Re: [MOD] Category Image v1.0.2
« Reply #34 on: February 07, 2006, 08:21:03 PM »
Help!

I install this mod but i dont see a thumbnail :(

http://www.niddlfanclub.com/picture/index.php

What V@no write before doesnt works to...
Code: [Select]
     <a href="{cat_url}" class="maincat"> {if cat_image}

 
&lt;img src="{cat_image}" &gt;{endif cat_image}{cat_name}</a>

Can anybody help me please.
thanks a lot

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: [MOD] Category Image v1.0.2
« Reply #35 on: February 07, 2006, 08:24:11 PM »
Quote

 <a href="{cat_url}" class="maincat"> {if cat_image}


&lt;img src="{cat_image}" &gt;{endif cat_image}{cat_name}</a>


replace the above

with this one :

Code: [Select]

{if cat_image}<a href="{cat_url}" class="maincat"><img src="{cat_url}">{cat_name}</a>{endif cat_name}


;)

Offline glitzer

  • Full Member
  • ***
  • Posts: 204
    • View Profile
    • over 7000 E-Cards
Re: [MOD] Category Image v1.0.2
« Reply #36 on: February 07, 2006, 08:28:31 PM »
No :(

nothing works..

my category_bit.html:now

Code: [Select]
{if cat_image}<a href="{cat_url}" class="maincat"><img src="{cat_url}">{cat_name}</a>{endif cat_name}


{cat_name} ({num_images}) {if cat_is_new}{lang_new}{endif cat_is_new}

{if cat_description}{cat_description}
{endif cat_description} {if sub_cats}{sub_cats}{endif sub_cats}

not a nice site now: www.niddlfanclub.com/picture  :(

In my ACP i can see the thumbnail picture normally



Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: [MOD] Category Image v1.0.2
« Reply #37 on: February 07, 2006, 08:33:42 PM »
Quote

{if cat_image}<a href="{cat_url}" class="maincat"><img src="{cat_url}">{cat_name}</a>{endif cat_name}


{cat_name} ({num_images}) {if cat_is_new}{lang_new}{endif cat_is_new}

{if cat_description}{cat_description}
{endif cat_description} {if sub_cats}{sub_cats}{endif sub_cats}


This is NOT what you posted on your earlier post. This is different then.

Change the new block to simply read :

Code: [Select]

{if cat_image}<a href="{cat_url}" class="maincat"><img src="{cat_url}">{cat_name}</a>{endif cat_name} ({num_images})
{if cat_is_new}{lang_new}{endif cat_is_new}
{if cat_description}{cat_description}{endif cat_description}
{if sub_cats}{sub_cats}{endif sub_cats}


Offline glitzer

  • Full Member
  • ***
  • Posts: 204
    • View Profile
    • over 7000 E-Cards
Re: [MOD] Category Image v1.0.2
« Reply #38 on: February 07, 2006, 08:36:50 PM »
This was i postet before..was the tipp was v@no gave another user before..not mine..but the other has the same problem how me..
Thanx for the new code..i will try it again :)

Offline glitzer

  • Full Member
  • ***
  • Posts: 204
    • View Profile
    • over 7000 E-Cards
Re: [MOD] Category Image v1.0.2
« Reply #39 on: February 07, 2006, 08:42:09 PM »
@oracle..i know. i´m not a easy user ;=)

The Code doesnt work too

---
Now i have take the first code..its in the first script:
{if cat_image}<img src="{cat_image}">{endif cat_image}

{cat_name} ({num_images}) {if cat_is_new}{lang_new}{endif cat_is_new}

{if cat_description}{cat_description}
{endif cat_description} {if sub_cats}{sub_cats}{endif sub_cats}
---
it shows only the link, not the thumbnail
--
This Code:
Code: [Select]
{if cat_image}<a href="{cat_url}" class="maincat"><img src="{cat_url}">{cat_name}</a>{endif cat_name}


{cat_name} ({num_images}) {if cat_is_new}{lang_new}{endif cat_is_new}

{if cat_description}{cat_description}
{endif cat_description} {if sub_cats}{sub_cats}{endif sub_cats}
--
Makes the problems you have seen before..


Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [MOD] Category Image v1.0.2
« Reply #40 on: February 08, 2006, 12:15:35 AM »
Most probably made a misstake in Step 1 or Step 3 (make sure you added it ABOVE not BELOW)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline glitzer

  • Full Member
  • ***
  • Posts: 204
    • View Profile
    • over 7000 E-Cards
Re: [MOD] Category Image v1.0.2
« Reply #41 on: February 27, 2006, 11:06:21 AM »
Ich habe gestern einen Fehler festegestell.

Ich habe zuletzt diesen Mod eingebaut.

Nun wollte ich gestern eine neue Kategorie anlegen..kommen lauter fehlermeldung im Admin..
es werden keine Ordner mehr automatisch erstellt..erst wie ich manuell die Ordner der Thumbnail und der Images angelegt hab..ging es wieder.

Wo liegt der Fehler bitte?

danke + liebe grüße
Alexx

Offline Visual-Dreams

  • Pre-Newbie
  • Posts: 6
    • View Profile
    • Visual-Dreams
Re: [MOD] Category Image v1.0.2
« Reply #42 on: March 06, 2006, 11:37:33 PM »
Wenn ich in der admin/categories.php die Änderungen durchführe, kann ich nicht mehr die Kategorien bearbeiten (Im Admin Bereich). Keinerlei Änderungen werden dann übernommen (kein Text und keine Einstellung). Tausche ich wieder gegen die Originaldatei geht alles.

Ich benutze Version 1.7.2

Es liegt an Step 2.2
Code: [Select]
            SET cat_name = '$cat_name', cat_description = '$cat_description', cat_parent_id = $cat_parent_id, cat_hits = $cat_hits, auth_viewcat = $auth_viewcat, auth_viewimage = $auth_viewimage, auth_download = $auth_download, auth_upload = $auth_upload, auth_directupload = $auth_directupload, auth_vote = $auth_vote, auth_sendpostcard = $auth_sendpostcard, auth_readcomment = $auth_readcomment, auth_postcomment = $auth_postcomment, cat_image = $cat_image
Sobald ich , cat_image = $cat_image ransetze, geht nichts mehr außer das ich im Feld für das Kategorie Image was eintragen kann. Das wird dann auch übernommen, aber im Formularfeld nicht angzeigt. Alle anderen Felder sind ohne Funktion. Nimm ich cat_image = $cat_image weg, geht alles andere, aber das Kategorie Image dafür nicht.  :roll:
« Last Edit: March 07, 2006, 08:33:51 AM by Visual-Dreams »

Offline wallpapers

  • Full Member
  • ***
  • Posts: 107
    • View Profile
    • Tuned-Cars.Net
Re: [MOD] Category Image v1.0.2
« Reply #43 on: March 07, 2006, 07:35:49 PM »
Also a great mod.  :D
Install was easy.  8)
Thanks for the mod.  :lol:



Offline glitzer

  • Full Member
  • ***
  • Posts: 204
    • View Profile
    • over 7000 E-Cards
Re: [MOD] Category Image v1.0.2
« Reply #44 on: March 11, 2006, 09:42:12 AM »
kann mir bitte jemand helfen?
can somebody help me please!
I have installed this mod..it works great, but i have one problem.

When i create a new category.it shows the category, but the orders were not created automaticlly...
i have to create the orders in thumbnails and media manually.then it works only...

when i create in my admin panel a new category i get the following error above:
Code: [Select]
Warning: mkdir(./../data/media/95): Permission denied in /www/htdocs/v154903/picture/admin/categories.php on line 78

Warning: mkdir(./../data/media/95): Permission denied in /www/htdocs/v154903/picture/admin/categories.php on line 81

Warning: mkdir(./../data/thumbnails/95): Permission denied in /www/htdocs/v154903/picture/admin/categories.php on line 78

Warning: mkdir(./../data/thumbnails/95): Permission denied in /www/htdocs/v154903/picture/admin/categories.php on line 81
Kategorie erfolgreich hinzugefügt


Please help me, to find the error!

Thanks a lot!
« Last Edit: March 11, 2006, 10:55:22 AM by glitzer »