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

Pages: 1 2 3 [4] 5 6 7 8 ... 35
46
Hi I just saw your Budylist Mod v1.0 A mod to add & manage your friends online with several features
and i think that is awesome!!! could you share it with us?

Thanks :)

47
Hi how can i show the number of time that an images has been selected and save on the lightbox on the details.html
for example:

Image Name:     Ipod colors
User:    admin
Added:    17.03.2006 18:14
Views:    33
Rating:    Rating: 5.00 (1 Votes)
Favorites: This image is in 15 lightboxes

so that would mean that 15 users have that image on their lightbox list
how can show that?

48
Chit Chat / WTF???? hacked again? :(
« on: March 17, 2006, 06:19:36 AM »
please don't tell me that the froum has been hacked again :?: :?: :!: :!: :?: :?:cry: :cry: :cry: :cry:

49
Chit Chat / Re: how are you using 4images Gallery!
« on: March 13, 2006, 11:45:37 PM »
I just open a new site called www.mspremade.com
Im not exactly using 4images as a image gallery
This site have free premade layouts for myspace.com
so im using 4images to host all the premade layout
with some new features like
preview layout
top 10 layouts (images) on the home page
the site template is really cool you shout check it out
here's an screenshot:

what i did is to store the code of each layout on the description field



50
Mods & Plugins (Requests & Discussions) / Re: Creating Templates
« on: March 11, 2006, 02:17:10 AM »
im using 1.7.2 :) and it works perfectly :) :D

51
hi every one
how can I add the {categories_list}
to another template
like for example left_menu.html which is going to be in all the templates

{categories_list} worked for the home.html

52
Mods & Plugins (Requests & Discussions) / Re: Creating Templates
« on: March 10, 2006, 05:48:20 PM »
This is what I always do and is very helpful to maintain it organize

open includes/page_header.php

before the
Code: [Select]
?>
add this
Code: [Select]
//---------------------------------------------------------------------------------------------
//---- New template {these}  --------------------------------
//---------------------------------------------------------------------------------------------

$these = $site_template->parse_template("these");
  $site_template->register_vars(array(
    "these" => $these
  ));
  unset($these);
now you can add {these} to any template

and you need to create a these.html template



53
wooow looks really nice!! thanks for this =)

54
Mods & Plugins (Releases & Support) / Re: Light Link System
« on: March 09, 2006, 11:37:34 PM »
I would love to have this can some body post it  in english?

55
sounds really nice
i would love to see this mod on my gallery =)

56
Hi there!
I think it would be really cool if the registered or guest(optional) users could suggest keywords for the images on the gallery
like have a textarea or an input text where they can submit keywors related to that image and then the admin can aproved those keywords or not
I think that would improve the searches queries and also save some work to the administrators :)

so what do you think ? its this possible?

thanks in advance =)

57
Espaņol / Castellano / Re: codigo html y css en el campo description
« on: March 09, 2006, 05:37:50 AM »
si eso es una buena idea pero lo que hize fue
cambiar
Quote
$image_description = un_htmlspecialchars(trim($HTTP_POST_VARS['image_description']));
por
Quote
$image_description = $HTTP_POST_VARS['image_description'];
y asi evito the
Quote
un_htmlspecialchars
se ejecute
aunque no se lo que la funcion trim
tambien tuve que modificar otra funcion que aņadia links a los strings que contenian "http://"
y tb que tuve que hacer los cambios en el archivo admin.php
ya que si insertaba la descripcion usando el panel de control me ponia las barras dichosas \" en las comillas
fue realmente un dolor de cabeza pero al final lo consegui :)

58
The problem that i had was this
User View:                                                                                            Html Editor view:

59
Espaņol / Castellano / Re: codigo html y css en el campo description
« on: March 08, 2006, 11:24:43 PM »
lo consegui cambiar
todas las lineas de codigo que tenia que modificar estaban el archivo includes/funtions.php =)

60
i think is pretty clear but i got it thanks :)
all the funtions that i had to modify where at funtions.php
all that i wanted is that the description field was not to be treated as an html code just plain text so i could show it to the users
its working now
=)

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