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

Pages: 1 ... 29 30 31 32 [33]
481
sino que me sale el thumbnail aleatorio pareciendo que no se ha subido bien la imagen, al parecer he hecho algo mal, el último mod que instalé fué el de la foto del mes que no funciona porque tengo instalado la adaptación con los foros phpbb alguien sabe como solventar este problema por favor?? :o

sin embargo en la categoría correspondiente luego si que sale bien el thubnail de la imagen o archivo el problema es en la página siguiente al subirlo que pone arriba Panel de control y el nombre de la imagen

482
Mods & Plugins (Requests & Discussions) / Re: Picture of the month
« on: December 10, 2005, 11:24:16 PM »
yes i have phpbb_mod... and the picture_MOD doesn´t work in my site :|

483
Could you help me please?

484
Mods & Plugins (Requests & Discussions) / Re: Picture of the month
« on: December 04, 2005, 03:04:52 AM »
hi.. i installed your mod but.. i have the next error db :

Code: [Select]
DB Error: Bad SQL Query: SELECT i.image_id, i.user_id, i.cat_id, i.image_name, i.image_thumb_file, i.image_media_file, i.image_thumb_file, i.image_rating, i.image_votes, i.image_comments, c.cat_name, u.user_name, i.image_downloads, i.image_hits, i.image_potm, i.image_potm_date, i.image_potm_votes FROM 4images_images i, 4images_categories c, phpbb_users u WHERE i.image_active = 1 AND i.cat_id NOT IN (0) AND i.cat_id = c.cat_id AND i.user_id = u.user_id AND i.image_potm = 0 AND i.image_potm_date = '2005-12-01' ORDER BY i.image_name, i.image_hits ASC LIMIT 12
Unknown column 'u.user_name' in 'field list'

could you help me?

485
A mi me funciona muy bien! ^^ gracias!! Bueno... si te digo la verdad cambié el codigo del enlace del template ya que en mozila no se me abría el pop_up. de manera que simplemente he puesto un target="_blank" y el tamaño 1
sin embargo me gustaría hacerlo unos pixels mas pequeños ya que uso includes en mi site y hace que se salga un poco, como podría hacerlo?

Aqui os dejo una demo!! :D

http://www.patrysite.net/myart/details.php?image_id=64&sid=8b96c6b501c21393fdd9d6d91a832ea3

486
hum... thank you but... the normal authors users don´t see the message under the image... but in my case... the admin... the code works correctly... maybe this code
Code: [Select]
$this->val_cache['user_id'] == $user_info['user_id'] is wrong

487
I wouldn´t like to show the url to the author in the 23 category too. I put this code but this doesn´t work...

Code: [Select]
<?php
global $user_info;
if (
$this->val_cache['user_id'] == $user_info['user_id']){
if($this->val_cache['cat_id'] != 23){
?>

> Ya que eres su autor, tienes derecho a usar la URL de tu archivo,
  pero no te olvides de enlazar a My Art. <br>
  <font color="FFFFFF"><b>URL : http://www.patrysite.net/myart/{media_src}</b></font>
  <?php
}
}
?>

I don´t know php lenguage... I know C++, shell and ASM

Could you help me?

488
Thank you very much ! ;)

489
FAQ, Tips / Re: How can I add more allowed file extensions?
« on: December 03, 2005, 04:50:29 AM »
ok sorry.. i have already done it

490
Mods & Plugins (Requests & Discussions) / Showing URL only to the author
« on: December 03, 2005, 04:48:55 AM »
i would like to show the URL to the author in the media templates for .gif and .jpg extensions. And only show the url to the author, which would be the condition so that it worked?
I know that the URL would be:  http://www.midominio.com/4images/{media_src}
but i want to show only to the author from the file.

this code will be in the templates files.. in extensions .gif, .jpg ...

Please could you help me?

491
FAQ, Tips / Re: How can I add more allowed file extensions?
« on: December 03, 2005, 04:32:01 AM »
i have another question... i would like to show the URL to the autor in the media templates for .gif and .jpg extensions. And only show the url to the author, which would be the condition so that it worked?

492
FAQ, Tips / Re: How can I add more allowed file extensions?
« on: December 03, 2005, 04:25:10 AM »
wow!!! it works!!! thank you a lot!!!  :lol:

493
FAQ, Tips / Re: How can I add more allowed file extensions?
« on: December 03, 2005, 04:13:48 AM »
then will you create a mod?  I tried it ... but when it put {thumbnail}  the site show the random thumbnail  :?

494
FAQ, Tips / Re: How can I add more allowed file extensions?
« on: December 03, 2005, 03:42:07 AM »
3) Open templates/<your templates>/media/ folder. Make sure you have a template with name of your new extension. (in our example there should be mp3.html template)
    If there is none, then create one. I can not tell you what should be inside that template, because every extension must be handled differently, but you can look in other templates and see how they done it.
Hi! I did it with .rar, .doc and .ace extensions.. and they are working correctly, but i don´t want to show {media_icon} in the site of the download (I look zip template),   i would like to show the thumbnail image from the file. Do you understand to me? how could i do it?

Pages: 1 ... 29 30 31 32 [33]