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 - Deepu Sudhakar

Pages: [1] 2
1
ht hack seems to work with 1.2. suffers the same pging bug, but it works with everything else. i forgot to think about how the session handling had not changed with 1.2

2
Quote from: achtungbaby
I don't know if I've already replied about this, but I'm using this hack for Yellowworld.org (Gallery | Forums) and overall I'm very pleased.  I was a little concerned about integrating my IBF database, which had close to 1,000 members and over 120,000+ posts with my Gallery database (later converted to 4images), but it went pretty smooth.

Does anyone know if there will be additional work done for this hack?  I'd like to be able to have users log in first from the Gallery page.


there is a bug with the hack. clicking on different pages in search results does not work with the hack. there hasnt been any work on the hack ever sicne its first release. the only hope i see if another hack is made. im wondering if the 4images dev team would make an integration patch for invision like they have done with the other boards.

man...we're screwed when 1.2 comes around the corner. the sessions are handled with cookies automatically.

3
Discussion & Troubleshooting / Problem with Search results
« on: March 02, 2003, 10:10:57 PM »
i tried the switch to GET again...for the first time that results are shown, all the parameters are shown in the url. however, the links to the second and so forth pages do not have any parameters. i do believe its a problem with the links being formed.

4
Discussion & Troubleshooting / http://deepu.eroding.com
« on: March 01, 2003, 03:15:12 AM »
i dont think its a skin problem. i just uploaded the default skin directory from the original installation zip file, and it didnt work with those templates.

5
Discussion & Troubleshooting / Problem with Search results
« on: March 01, 2003, 01:54:37 AM »
Quote from: V@no
Quote from: Deepu Sudhakar

is it possible that its the 'rebuild search index' mod that is messing it up?

no, that actualy not even a mod, it's a plugin for admin control panel.

To all: try to change type="post" to type="get" in search_form.html template

nope...doesnt change a thing. is the search.html supposed to have any form elements?

6
Discussion & Troubleshooting / Problem with Search results
« on: March 01, 2003, 12:37:22 AM »
Quote from: uny
So, I guess it's not a intergration problem then.
hmm, must be something else.
I even installed Rebuild Search Index,, nothing happened too.

sigh,,, clueless now..  8O  :?:

is it possible that its the 'rebuild search index' mod that is messing it up?

7
Quote from: uny
still no answer,,, thanks if anybody could help.

another problem,, anyone intergrated 4images with Invision encounter the following problems?

I have 32 images. If I try and select page 2, then I get a message

"Your search resulted in no matching records. "

this also happens if I change the images per page to a higher number.

Any suggestions as to why this might be happening??

i get the same problem. this 3rd-party mod is not supported well. im hoping the scripts creators are going to work on an official integration mod.

8
Discussion & Troubleshooting / ipb
« on: February 25, 2003, 08:40:28 PM »
just out of curiosity...are the others that are experiencing problems using some kind of forum integration? i think it may be the session ids from my ipb integration thats screwing the pagination.

9
Discussion & Troubleshooting / same error
« on: January 20, 2003, 06:56:28 AM »
i am receiving the same error on my gallery. i havent realized til now. the pagination is correct, but clicking on any other page besides 1 results in an error. anybody know whyy?

10
Feedback & Suggestions / continued development?
« on: December 16, 2002, 08:44:12 PM »
im just curious as to whether or not development has started on the next version of 4images. i havent seen any news about 1.8...so i assume no. correct me if im wrong.

i do have some feature requests for future versions though...
1) modified skinning engine. the current engine parses html templates for each page. the problem is that a lot of elements are redundant and have to be redone for each page. perhaps it is better to chop up the most used parts, and put that in its own template. a wrapper could be used to define the layout of each part. invision board makes good use of this concept.

2) a page dedicated to the last added comments. this page owuld go along with the 'top images' and 'new images'. its like 'new comments'.

3) the current template set is really awkward. for beginners it is hard to customize. the main problem with it is the fixed widths. this should really be percentage widths that can adapt to any resolution.

anyhoo...thats all i can think of at the moment.

11
Discussion & Troubleshooting / activated or inactivated pictures
« on: November 04, 2002, 11:47:35 PM »
is there a way in the control panel, to sort images by whether or not they are activated? in my gallery, there are some pictures that i have inactivated because i dont want them to be viewed publicly for time being. at a later time, i would like to activate all of them, but the problem arise when finding the inacitve pictures. can a sort of activation status be added under "edit images"

12
Discussion & Troubleshooting / resynching comment count
« on: November 02, 2002, 02:02:03 AM »
got it...forgot about the mysql count query. for anyone's thats curious....my phpgraphy to 4images convertor and i now have my gallery working great.

13
Discussion & Troubleshooting / Re: Examine the tables?
« on: November 01, 2002, 04:25:13 AM »
Quote from: Chris
Don't have a direct answer for you, but...

You could use something like phpmyadmin to examine the 4images_ tables.  You will note that for the 4images_comments table, the 1st column is comment_id and it is used as the primary key.  It's also an auto_increment field.

Hope that helps if your search for a solution.

the problems with the 4images_images table. there is a field called image_comments. i think the 4images script adds a count to the script whenever the comment form is submitted. my comments are already in the database but it didnt go through a form submit.

14
Discussion & Troubleshooting / resynching comment count
« on: November 01, 2002, 01:58:48 AM »
i wrote my own script that converted my old phpgraphy gallery to 4images. Everything transfered properly. the only problem i have is the comment count for each image. it seems as if the comment field in the images table, generates the comment count each time a comment is post (instead of dynamically counting the comment table). is there anyway to recount the comments for each images using some script?

15
Mods & Plugins (Requests & Discussions) / Re: more info
« on: October 27, 2002, 08:08:59 PM »
Quote from: Chris
Have you tried splitting it into 3 lines?
Code: [Select]
<?php
echo "helloworld"
?>

And where in what template do you place this?

ahhh....that was the problem. the three lines did the trick. thats weird though. in php scripts, it shouldnt matter if the code is in one line or three lines. thats just a style issue and not a syntax issue. thats very odd about 4images

Pages: [1] 2