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

Pages: 1 2 3 [4] 5 6 7 8
46
Feedback & Suggestions / Log In Log Out :(
« on: June 28, 2002, 10:17:01 PM »
Hi,

A very anoying thing is that I have to login all the time...

With phpBB, no problem at all. Can go to the admin panel, and back
close browser  and hoppa auto login... But with 4imgs, no....

We talked earlier about this here:

http://www.4homepages.de/forum/viewtopic.php?t=701

But it is a problem, at least for me... or am I the only one with this ??

47
Installation, Update & Configuration / Help! German/English problem
« on: June 28, 2002, 10:06:04 PM »
Before Jan explodes:

search for RAND in the forum....

48
Sorry we don't speak chinese here, squall ?!

49
Mods & Plugins (Requests & Discussions) / member profile mod
« on: June 28, 2002, 04:58:13 PM »
Oooops...

after playing around and finding a solution I found out
that I didn't read the question right....

So this is a solution to a non existing question  :D




But a good one  :!:

50
Mods & Plugins (Requests & Discussions) / member profile mod
« on: June 28, 2002, 04:34:19 PM »
Ok,

i did some cutting and pasting:

open:

functions.php

search for:

$user_name_link =

add after that

$user_pic_link = ($image_row['user_id'] != GUEST) ? "<a href=\"".$site_sess->url(ROOT_PATH."search.php?search_user=".$image_row['user_name'])."\">".$user_name."</a>" : $user_name;

search for

 "user_name_link" => $user_name_link,

add after

 "user_pic_link" => $user_pic_link,

save and close functions.php

open thumbnail_bit.html

change user_name_link to user_pic_link

-----

So now the profile is unreachable....

Maybey you want to change your thumbnail_bit.html that it shows
both the profile AND all pics by the user??

Like this :

thumbnail_bit.html:

Quote
<!-- you wish detail page in a small javascript open window, use {thumbnail_openwindow} -->
<center>

{thumbnail}<br />

Title:&nbsp;<b>{image_name}</b>

{if image_is_new}<sup class="new">{lan_new}</sup>{endif image_is_new}<br />

Artist:&nbsp;{user_name_link}<br />

All images by:&nbsp;{user_pic_link}<br />

Category:&nbsp;<a href="{cat_url}">{cat_name}</a><br />

{if allow_comments}{lang_comments} {image_comments}{endif allow_comments}<br />

{lightbox_button}

</center>



It works, tested....

51
Templates & Styles (Requests & Discussions) / Quick seach
« on: June 28, 2002, 03:19:04 PM »
put this in your header or existing javascript:

Quote
<script LANGUAGE="JavaScript">
function iSearch(){
   var index;
   index = document.ZoekMaar.service.selectedIndex;
   var site;
   site = document.ZoekMaar.service.options[index].value;
   {top.location=site;
   }
}
</script>


and this is your form:

Quote
<FORM action="javascript:iSearch();void(0)//" method=get name="ZoekMaar">
<p>
<SELECT name=service size=1 style="font-family: Arial; font-size: 10pt;">
<OPTION selected value="http://adam/search.php?search_keywords=test">TEST</OPTION>
<OPTION value="http://adam/search.php?search_keywords=test">TEST</OPTION>
<OPTION value="http://adam/search.php?search_keywords=test">TEST</OPTION>
</SELECT>
<INPUT onclick="iSearch()" type=button value="GO" style="font-family: Arial; font-size: 10pt;"></p>
</form>


And my server is in the attic, not on the internet, so you better change that :)

52
Mods & Plugins (Requests & Discussions) / member profile mod
« on: June 28, 2002, 02:55:20 PM »
Ok.

First:

the link on the thumbnail has to be changed, should point to

http://adam/search.php?search_user=admin

instead of

http://adam/member.php?action=showprofile&user_id=1

The link is displayed by: thumbnail_bit.html, the variable is user_name_link

user_name_link is generated by functions.php (includes):

Quote
$user_name = ($image_row['user_id'] != GUEST) ? $image_row['user_name'] : $lang['userlevel_guest'];
  $user_name_link = ($image_row['user_id'] != GUEST) ? "<a href=\"".$site_sess->url(ROOT_PATH."member.php?action=showprofile&amp;".URL_USER_ID."=".$image_row['user_id'])."\">".$user_name."</a>" : $user_name;



So what to do ?

write a new function, put it in functions.php

and use this in thumbnail_bit.html...

If I knew a little more about php I could finish this, but now I can only point you....

(oh where does your "member profile" go ??)

53
Quote
This bug is reproducable.


Yes same here...

54
Discussion & Troubleshooting / Integrating
« on: June 27, 2002, 09:46:52 AM »
Quote
Is there a way to call a random image from a html page ???
(not php)


:)

Yes there is:

http://www.vierstra.com/forum/

hehehe

(its not a frame page, its a template for phpBB)

55
Discussion & Troubleshooting / Integrating
« on: June 26, 2002, 08:46:52 PM »
Hi,

been rebuilding the good old homepage:

http://www.vierstra.com/

New Template for phpBB, and for 4images.
wrapped my homepage menu in them en rearanged
some things.

And then at the end, the moment supreme ( i hoped ):

A random image from 4images on the phpBB page(s)
following these instructions:
http://www.4homepages.de/forum/viewtopic.php?t=605

Aaarghhm, phpBB and 4imgages use the same function / class
names, so error....redeclaring ....

Anyone on this ?



Is there a way to call a random image from a html page ???
(not php)

56
Installation, Update & Configuration / Reconfigure Alignments
« on: June 26, 2002, 08:37:08 PM »
Hi

change your thumbnail_bit to :

Quote
<!-- you wish detail page in a small javascript open window, use {thumbnail_openwindow} -->
<center>
{thumbnail}<br />
<b>{image_name}</b> {if image_is_new}<sup class="new">{lang_new}</sup>{endif image_is_new}

<br />
{if allow_comments}{lang_comments} {image_comments}{endif allow_comments}<br />
<a href="{cat_url}">{cat_name}</a>&nbsp;{lightbox_button}&nbsp;({user_name_link})
</center>


It will not be exactly your "drawing" ...

57
Installation, Update & Configuration / Ok, I still have problems...
« on: June 24, 2002, 09:33:31 PM »
Th error must be in your comment_bit.html

post it

58
Would be nice...

http://hobbes.ncsa.uiuc.edu/phpdocs/function.read-exif-data.html


So there is an exif thing for PHP, but it needs to be included with the server setup.....

My provider has done this....

60
Installation, Update & Configuration / Ok, I still have problems...
« on: June 24, 2002, 06:43:44 PM »
I try to see the problem but I don't

As far as I can see things are aligned to the left.....?

Pages: 1 2 3 [4] 5 6 7 8