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

Pages: [1] 2 3 4
1
The error has nothing to do with this mod, and that proble was already there first time I visited your site...
It seems that {width_height} tag is not registered or its just empty. I'd look in last changes you did in includes/functions.php

Welcome back... What happened to your site?..

2
Vano... First is everything ok with your site.. been down today...

ok.. this mod was working fine untill .. (really dont know) but now the image detal page is not showing the full scale image.. the cat is working with the thumbs.. but when you click on a thumb and show the image its not there.. i did not change anything other than those javascript changes you had me do before.. but other than that.. nothing has been modified in a long time..
I did try to reinstall, go through all the steps and check the files.. found some missing in admin.. but wouldnt affect the image for everyone.. so .. dont know.. any help?, Thanks

[EDIT] I put the image tag {image} anywhere else in the page and its not working.. Any ideas..

[EDIT] I was wrong.. i did change something.. I did that Security Fix at the top of the site in the news box.. did that change something?..
also when i got to my site i view the source and the only thing its showing for the image is the nonono.gif hack..

3
I looked and did try a search but didnt not find on this calendar on how to change the days..

Instead of Running Monday, Tuesday, Wednesday etc..  Isnt Sunday usually the start of the week?

So how would i change to start Sunday, Monday, Tuesday, etc...

i did try to move the mo, tu around and stuff.. but didnt work.. just showed the date on the wrong day.

IF anyone can help would be apreciated.
Thanks In Advanced.

4
1. Total Images within a category that is showing. I tried {num_images} but shows last sub cat in main cat.
2. New Images in Category.
In categories.php find:
Code: [Select]
  "msg" => $msg,Insert below:
Code: [Select]
  "total_cat_images" => $cat_cache[$cat_id]['num_images'],
  "lang_cat_images" => $lang['lang_cat_images'],
  "new_cat_images" => $new_image_cache[$cat_id],
  "lang_new_images" => $lang['lang_new_images'],
It will allow u use the following tags in categories.html template:
{total_cat_images} - the total number of images
{new_cat_images} - number of new images
{lang_new_images} - text "New images"
{lang_cat_images} - text "Total images" (in case it wont show this, u might need add $lang['lang_cat_images'] = "Total images"; into your language file (lang/<your lang>/main.php)
Yeah! but i can only put it directly in the categories.html, Which is fine but i did make a cat_stats.html but the {stuff here} dont show up at all.. well actuall the {cat_name} does i think but.. anyways..   :cry: :?

3. Since Cat was created, [Date]
Because 4images does not store date when a category was created, this feature will require changes in the database structure and in few other files (global.php, admin/categories.php)
Sorry, I'm kinda not in the "mood" to go into the details on that one ;)
Thats ok.. I understand. You have been a great help.  :wink:

Oh the other thing i was gonna ask you.. do you take donations? :wink:
No, I dont, I'm not here to make a profit (even though I had an idea in the past :?) ;) but thanks for asking :D
PROFIT?  :roll: I was just talking about a quarter or something  :lol: :lol: :lol:
I wanna repay you somehow if not money???? What :?:

5
lets start with this:
what exactly is not showing?
The thing about some of them is that im not sure what exactly goes there.. i searched in each of the php files but not there.. so guessing that the command has to be added?

1. Total Images within a category that is showing. I tried {num_images} but shows last sub cat in main cat.
2. New Images in Category.
3. Since Cat was created, [Date]

That is it for now gonna work on images (detail.html) when i have time, Started new job a week ago so been short on it..
I dont want to copy exactly what is on your site, you know.. for some reason it dont feel right. but i was wanting it simular, not everything.
Quick question V@no.. i read in another post you were in and you said that you have every MOD that is on the forums and that MOST of them can be found there. There is 1 or 2 that i havent been able to find.. this is one and the other cant remember at the moment.. I have searched and searched and gotten this far with the cat info and how to add new templates but i am having to get info from multiple threads..
but anyway.. if you can help me with that at the moment. I would be Gracefull.  8)
Oh the other thing i was gonna ask you.. do you take donations?  :wink:
Thanks.

6
Everyone else gets a reply but me.. someone has had to of done this other than V@no. If you can look at my site and go to a category.. i got some of it to work  :D but others, well not so much..  :cry: Thanks

7
Mods & Plugins (Requests & Discussions) / MOD REQ: Category Info
« on: May 01, 2005, 08:06:45 PM »
First V@no if this is the wront forum, sorry..

What i am wanting to do it like on v@no's website. When you click on categories it shows a section with category info on it.
i have tried to implement this by reading other post about adding new templates and yada yada, But none of them seemed to work.. i did get the new template in and it works but the commands or code dont. Like {cat_name} just shows a random category.. why i cant figure out. others like
{cat_hits}, {cat_description}, and among others. i want to also try to do the new images in cat and total images in that category.

(Copied and Pasted from other topic i posted in. )

I tried editing the categories.html and also made a template but cant get all the {stuff_here} to work. i figured out how to add a new template but stuff like the Total Images for the cat or new images etc.. wont show up.. i have spent the past few hours searching and editing that i just dont know where to go now.. could you please tell me how you did it and also simular to your images info: also.

Oh.. and why does when i do the {cat_name} it shows a different category that its currently showing.

I am trying, really i am..

____________

Below is what is shown on V@no's site.

any help or point to the right direction will be appreciated.  :wink:


8
Discussion & Troubleshooting / Re: IF/IFNO help ENDIF/ENDIFNO
« on: April 30, 2005, 06:49:16 AM »
V@no,
Can you help :cry: or should i post in different forum?  :?: :?:

9
Discussion & Troubleshooting / Re: IF/IFNO help ENDIF/ENDIFNO
« on: April 29, 2005, 06:07:25 AM »
but that is a part of "main" templates, it should not be inside header.html (unless u've changed it).
So, the answer is: edit category.html template and remove random image or whatever u dont need.
To Elaberate: the header.html for the template is made like that.. since i have tried to edit to make the header only the top and the main, cat, etc...

but V@no.. i would like to do whats in your categorys.. how it shows Category Info:
...
I tried editing the categories.html and also made a template but cant get all the {stuff_here} to work. i figured out how to add a new template but stuff like the Total Images for the cat or new images etc.. wont show up.. i have spent the past few hours searching and editing that i just dont know where to go now.. could you please tell me how you did it and also simular to your images info: also.

Oh.. and why does when i do the {cat_name} it shows a different category that its currently showing.

I am trying, really i am..


V@no.. below is what i want simular too!!!.. (of course you know but to show)

10
Hallo!
Ich suche ein Script, welches einen Kalender anzeigt.
Uber das ACP will ich Termine eintragen, die angezeigt werden sollen. Also nur die die ich eingetragen hab.
Wenn jetzt jemand auf einen Termin klickt, dann soll eine Infoseite zu dem Termin kommen, auf dem der User einen Link
"Ich bin dabei" anklicken kann und in eine Liste aller, die diesen Link geklickt haben, eigetragen wird.
Ist sowas möglich, oder gibt es sowas schon?
Der Kalender sollte diese Infos anzeigen: Datum, Titel
Die Infoseite: Datum, Titel, Beschreibung, Wer ist dabei
---
Hello!  I search a Script, which indicates a calendar.  I want to register dates, which are to be indicated to Uber the ACP.  Thus only those which I registered.  If someone clicks now on a date, then a info. side is to come to the date, on that the user a left "I is thereby" click can and into a list all, which clicked these left, eigetragen become.  Sowas, or already does give is it possible sowas?  The calendar should indicate these information:  Date, title the info. side:  Date, title, description, who participates

Einen Kalender gibt es hier. Musst mal nach suchen. Allerdings kann man dort leider keine Termine eintragen...
----
There is a calendar here.  Must look times for.  However one can unfortunately register no dates there...

Basic Calendar can be found here: http://www.4homepages.de/forum/index.php?topic=7485.15

11
Any thanks, even 2.5 years later, is always appreciated.
:lol: @ Chris.. well i just thought of doing it and was just wondering about it and finaly did a search... :lol: :oops: :roll: hehehehe.

12
@ V@no:
of course I don't know if I forgot something when testing :D
but was tooooo tired to think about that :wink:

 @ police22
i think i got it working pretty good..
Nice to read that!  8)
But your link doesn't seem to work :(
WHAT!!!  8O 8O What do you mean doesn't work.. this one? http://dartezpix.servepics.com ???? it should work.. everyone else uses it.. IT BETTER WORK!! :lol:
Please try again...  You know my signature comes from that site. so if it works... the link should.

13
Wow.. this is very usefull.. what i was looking how to do..
Thanks Chris :wink:

14
Just installed this little mod on my site.. works pretty good..
Thanks Harry  :D

15
Discussion & Troubleshooting / Re: IF/IFNO help ENDIF/ENDIFNO
« on: April 27, 2005, 06:03:24 AM »
but that is a part of "main" templates, it should not be inside header.html (unless u've changed it).
So, the answer is: edit category.html template and remove random image or whatever u dont need.
No i didn't change it its the way the template is made.. maybe that is why its confusing me..

This is the original Code for header.html the only thing i added in mine is the POTD and Calendar i think..
Im thinking there is no way to do it like this.. so i AM gonna have to use a different template... to think.. all that modding i did to this one.. for nuthing..
Please tell me there is a way? /me gets on knees and begs  :lol: :lol:

Pages: [1] 2 3 4