phpLD - Customising category images

Discussion in 'Directories' started by Spider-Man, Mar 17, 2008.

Thread Status:
Not open for further replies.
  1. #1
    Hey guys.

    Just a quick question. I figured since WP themes aren't too difficult to code, I'd take a crack at a phpLD theme, building from the default theme into a - hopefully - cool computer-related theme. My main problem right now is the coding for customising the images shown next to category names. For example, Mikey's Zorg Directory.

    I want to create the same style Mikey has done with separate images for each category block, like Arts, Blogs, Business...etc.

    Is anyone kind enough to give me some insight to do this or point me in the right direction to a free theme that I can take a snoop at the source code?

    Cheers,
    Spidey:)
     
    Spider-Man, Mar 17, 2008 IP
  2. sray

    sray Active Member

    Messages:
    298
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    70
    #2
    me too interested... is there anybody to help us? :)
     
    sray, Mar 17, 2008 IP
  3. mikey1090

    mikey1090 Moderator Staff

    Messages:
    15,869
    Likes Received:
    1,055
    Best Answers:
    0
    Trophy Points:
    445
    Digital Goods:
    2
    #3
    I paid for a mod by an0n to do this. I could have probably done it myself, but theres the time vs money story and although I had the knowledge it was easier to get Rob to do it.

    If you're a good programmer it'll take you a few hours max. If you're a programmer you'll also see there is many possible ways it an be done. With or without modifying the database. Glad you like the effect on my directory. :)
     
    mikey1090, Mar 17, 2008 IP
  4. Spider-Man

    Spider-Man Banned

    Messages:
    2,684
    Likes Received:
    211
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hey Mikey, thanks for the reply.

    Being my first ever phpLD theme to code, and not knowing exactly how it can be done through using the existing phpLD code or database, it is proving difficult. However, yes, I agree I probably could do it myself - although it would obviously take a lot longer, as you suggested.

    Any idea how much Rob's mod costs, or was it a 'one-off'? Or, if you're reading this Rob, how much could it be done for?

    Cheers
     
    Spider-Man, Mar 17, 2008 IP
  5. smub

    smub Notable Member

    Messages:
    3,443
    Likes Received:
    375
    Best Answers:
    0
    Trophy Points:
    230
    #5
    i would send a pm right his way

    http://forums.digitalpoint.com/member.php?u=21186 << to get the price


    If you have the money go for it because he will provide you support :)

    If you want to know some basis to do it by yourself...

    Just a hint, you can get the category ids and use smarty tags to assign icons to each categ.


    But Rob's mod is much more advanced ... as he has implanted it in the admin panel or so i was told. Which means you can add and remove icons through the admin panel etc.

    The hint i gave you will get you a basic system, and then the world is open to possibilities.
     
    smub, Mar 17, 2008 IP
  6. Spider-Man

    Spider-Man Banned

    Messages:
    2,684
    Likes Received:
    211
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Smub - you are almost a god with a capital 'G':D

    Thanks for the advice - I'm going to attempt to tackle this one on my own, if I can't, I'll drop an0n a PM.

    I'll let you's all know if I get it sorted and if I do, I'll let you know where you can see my work:)

    Thanks
     
    Spider-Man, Mar 17, 2008 IP
  7. sizzler_chetan

    sizzler_chetan Prominent Member

    Messages:
    7,838
    Likes Received:
    664
    Best Answers:
    0
    Trophy Points:
    390
    #7
    sizzler_chetan, Mar 17, 2008 IP
  8. Spider-Man

    Spider-Man Banned

    Messages:
    2,684
    Likes Received:
    211
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Hey Chetan.

    Was your site done with the same mod that Rob created? What sort of price are we looking at, roughly, for the mod to be integrated into a theme?

    Cheers

    Nice, seems a good deal to me. I'll keep cracking it at tonight - I'll give it another hour or two, if I still can't crack it, I'll ask Rob if he's got a spare couple of hours so I can pay him to install it for me:)

    Thanks
     
    Spider-Man, Mar 17, 2008 IP
  9. dargre

    dargre Peon

    Messages:
    1,007
    Likes Received:
    161
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Wouldn't it be better not to confess someone did it such simple thing for you? :D

    I see you changed your layout. Still dozens of things could be improved - just for better look. Using some padding, margins, styles for link.
    For images - would be great to highlight it onmouseover as it looks little bit pale.
    Also suggest to validate your html as it shows 177 errors. Looks different under some browsers.

    Don't take me wrong, you know I'm firendly man, that's just for your good.
    Next time you'll hire designer - think twice.

    Really phpld is one of best scripts using modular templates, so it makes easy to keep clean html and nice layout.

    - D.
     
    dargre, Mar 17, 2008 IP
  10. smub

    smub Notable Member

    Messages:
    3,443
    Likes Received:
    375
    Best Answers:
    0
    Trophy Points:
    230
    #10
    ah chetan, I wouldn't post the price out because it doesn't do justice to the developer. Next time I will think twice about giving you a discount :p who knows maybe you will post the discount price out in public ... joking on the discount part but think it over before you post it because that could be the case.

    Also the icons are too big and the categories are too small ... perhaps sub cats are needed there to make it even out otherwise it looks ugly.. and i have to agree with dagre you need to work on the padding of the news feed and other occations to improve the design.

    Spider-Man - why don't you pm him yourself and get the quote rather than asking other people what he charge ??
     
    smub, Mar 17, 2008 IP
    sray likes this.
  11. shutzu

    shutzu Active Member

    Messages:
    660
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    68
    #11
    Dude, but this is very simple, you don't have to pay anyone...
    Somewhere in main.tpl you have something like <a href="catid">cat name</a> (you'll figure out where the code is). then you choose your images, rename them into catid.jpg and in front of that a href add <img src="images/catid.jpg" /> - this is just some quick note.. the main idea.. keep reading to understand this better


    p.s. sorry for those who won't make $xxx out of this.. but.. it's too easy not to let it go for free
     
    shutzu, Mar 18, 2008 IP
    enQuira likes this.
  12. vegabond

    vegabond Shabu Anower

    Messages:
    1,656
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    240
    #12
    vegabond, Mar 18, 2008 IP
    enQuira likes this.
  13. shutzu

    shutzu Active Member

    Messages:
    660
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    68
    #13

    thanks for sharing :)
    that's a bit more helpful than what I said, didn't knew the thread
     
    shutzu, Mar 18, 2008 IP
    vegabond likes this.
  14. Spider-Man

    Spider-Man Banned

    Messages:
    2,684
    Likes Received:
    211
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Because the majority of the time, you'll get a half answer at the phpLD forums, then everyone clears off and never comes back to you. That's why I asked here, because I know there are a lot of guys with phpLD forums and there's a lot of guys here that know all the ins and outs of the software. There probably is the same kinda guys (hell, even the guys here probably post at phpLD) but for some reason, when questions are asked here, they are answered. This thread, for example.
     
    Spider-Man, Mar 18, 2008 IP
  15. vegabond

    vegabond Shabu Anower

    Messages:
    1,656
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    240
    #15
    Every time it's doesn't required to create a thread to getting issues solved. You need to use search feature, many things has been discussed before.

    I found this thread by search, it's should be done by you.
     
    vegabond, Mar 19, 2008 IP
    sray likes this.
Thread Status:
Not open for further replies.