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

Pages: [1] 2 3
1
Feedback & Suggestions / Re: how can i change ?
« on: September 02, 2006, 01:31:48 PM »
what kind of language do you use as you type the name of your category?

2
I was tring to do this:
 move the comment form  into a popup window when user click post a comment button, which will make details pages shorter for a better looking. but somehow I run into some problem which stop me from going any further.
Here is what I do:
#1st step: I deleted {comment_form} in details.html, and insert this instead
Quote
<input TYPE="button" VALUE="POST A COMMENT" ONCLICK="NewWindow()">
<script language="JavaScript">
<!--
function NewWindow(){window.open("index.php?template=comment_form","","height=400,width=300,left=10,top=10,status=no,location=no,toolbar=no, directories=no,menubar=no");}
// -->
</script>

#2nd step: in the comment_form.html, I di the follow change :
insert
Quote
<script language="javascript" type="text/javascript">
<!--

  var captcha_reload_count = 0;
   var captcha_image_url = "{url_captcha_image}";
  function new_captcha_image() {
    if (captcha_image_url.indexOf('?') == -1) {
        document.getElementById('captcha_image').src= captcha_image_url+'?c='+captcha_reload_count;
      } else {
        document.getElementById('captcha_image').src= captcha_image_url+'&c='+captcha_reload_count;
      }

    document.getElementById('captcha_input').value="";
    document.getElementById('captcha_input').focus();
    captcha_reload_count++;
  }
--></script>
<link rel="stylesheet" href="{template_url}/style.css" />

into top of the page, then I delete all the {} tags, because they doesn't show any thing in the popup window, and replace words with them  manualy, and in the
Quote
<form name="commentform" action="{self}" method="post" onsubmit="postbutton.disabled=true;">
and I changed into this
Quote
<form name="commentform" action="details.php?image_id={image_id}" method="post" onsubmit="postbutton.disabled=true;">

and now when I click POST A COMMENT button, it will  insert comment into the diffenren image id, for example: if I am in image_id=1 page , but it will insert comment into some another image like image_id=**. I really can't figure out what did I missing, is there something else I have to change? and also, how to make the popup window return a message after I posted a comment?

3
Mods & Plugins (Releases & Support) / Re: [MOD-beta] Multi-upload PLUS v0.3b
« on: September 01, 2006, 12:32:45 PM »
Dear V@no:
I just find out that I am unable to upload any file by using the basic uploadform,, page stays there afer click upload button. I am using the 4images V.1.73?   
Also, are we suppose have to delete the <noscript></noscript> in the member_muploaddropdown.html
Quote
<form method="get" action="{url_member}" name="changenum" style="margin:0px;">
  <input type="hidden" name="action" value="muploadform" />
  {if cat_id}<input type="hidden" name="cat_id" value="{cat_id}" />{endif cat_id}
  <select name="numupload" class="categoryselect" onchange="if (this.options[this.selectedIndex].value != 0){ get_id('numupload').value = this.options[this.selectedIndex].value; forms['changenum'].submit() }">{numupload_dropdown}</select>
  <noscript><input type="submit" name="Submit" class="button" value="{lang_numupload_submit}"></noscript>
</form>
,
otherwise we are unable to select the file number :lol:

4
V@no, please log on to Amazon.com, click their menu on the top of the page , you know what I mean then.
the menu button will stay in differen color than others once you click on them.

5
Templates & Styles (Requests & Discussions) / Need help with template?
« on: August 27, 2006, 06:21:26 AM »
Recently, I am trying to do a Template myself, but I run into some diffcult time now. I don't know how to make a navegitor menu like the one below in that attached image. Here is the url http://www.uume.com

6
ok, I've got it now, thanks v@no

7
Is there any way to import user data from phpbb?

8
Just found out what cause this problem myslef, it my detail.php. I have include [Mod] Slideshow II into this file, so I insert
Quote
require ("categories_slideshowII.inc");
this tag into my detail.php, the problem is gone once I disable that tag.
this is strenge, use to be ok, but it went crazy since last night.......

can't figure it out....


9
Ok, this is very weird issue that I am having while I update my 4images scripts.  I forgot when I have done, when I click on a thumbnail, then wrong image display on detail page, and if I refresh the page, the image even changes to another one. I have [Mod]friendly url installed, even I try to uninstall that mod, it remain the same. 

10
Hi, everyone.

I have more than 1000s categories with 3 level on my site, I always have hard time when i have to deal with them, things like
edit, change premission of any of the category.
     now my question is, is there anyway to make thoes categories in Admin side as a tree menu, which will make much easier to deal with the categories? or maybe also do the same thing to the category dropdown menu , too. thanks...

11
Ater install this mod , I have noticed that something is missing in this mod. on the news.html, there are two tag {lang_menu}and {menu} doesn't appear on the new page, and I have checked the new.php, there is no code about these two tag.

12
V@no,
I am confuse, there is no drop down form on my member upload form.  still display category name on that filed. Am I missed something? or {cat_name} on member upload form have to replace with some else?

13
ohhhhh   Myyyyyyyyy   budda......

14
well, I am so confuse at this point, the upgrade look so simple as it says it the txt file. but my 4images has work with phpbb for a quite some time , and many 4images mod have installed. now my question is where do I to start to upgrade?
thanks

15
Mods & Plugins (Releases & Support) / Re: [MOD] Slideshow II
« on: August 13, 2006, 12:12:58 AM »
How come my slideshow II does not show new photos just added?

Pages: [1] 2 3