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.


Topics - Stoleti

Pages: 1 2 [3] 4
31
I've just GD librabry so this only work with jpg, so its possible convert all images uploaded to jpg format ? make gif,png,etc all to jpg ?

 :?:

32
Its possible make work in Home , a random "userpic's" ($userpic) , with links to profiles ?
Making a max of 3 , making userpic/username as link to user profile ... !?

screenshot below  8)

33
Its possible create a option for user create a "ignore/block " lists of users (stalkers,perv's) make this possible block that user to send PMS,Images Comments , to that user ?

Make possible ADD/Remove , when the user wish , make the user (blocked) be notified of it .

Cheers  :wink:

34
Discussion & Troubleshooting / problem with html on profiles
« on: January 24, 2006, 06:47:19 PM »
i've notice html work in profile fields , so i've put on edit profile for fields (textareas) , this work for how want post images, or color letter using baisc html.


but each time user change profile, i mean change avatar, or userpic,country or age, this added lots of "\" on user profile line .


example : 

default:

Quote
this it's just to explain the problem.

If user change avatar or userpic...


Quote
this it\\\\\\\\'s just to explain the problem.

how make it work with html , without show this "\" after ???

 :!:

35
how can i added as "text" in user profile the number of image the user have ?

i.e : user have upload (XX) images , this on user profile  :?:

36
Its possible show in user profile the total of votes (from your own images) , and show it on profile , or show the total rate?

Total Votes : 321 vote(s)

or

User Rate : 6.21  ...


showing on each profile the stats of votes/rate of user ?  :mrgreen:


37
I've see it in some sites and this can be useful , if we have 2 who's online list , make the default on main page and another one in a new page with more info about users online:

Getting info from MOD's like (Member personal info,Gender/country,Age)...

make show rows with : Pic ($userpic)  + Username , Country ($user_country), Gender ($user_gender) and more options for who have added more info at profiles :)

this is possible ??

Cheers :)

38
I've a simple question, how make the tag {comment_user_name} on image comments (comment_bit.html) as profile link ?


Cheers ;)

39
my request have how base 2 things :

1 ) make the who's online list  (hide/expanded) option using a shrink ...

i.e of hide =>  Currently active users: XX

i.e of Expanded => Currently active users: XX
                           
                            User XXXX
                            User XXXX
                            User XXXX

--------

2 ) how make show Admin and Members as separated list's !?

 :?:

40
i've tried past some part of details.php code and paste on member.php trying make comments and rate work on users profile,  being the ideia, users comment and rate others users profiles , do the same thing already used on details.php , but now on users profiles. making users talking in your own profiles ;)

any ideia ?

41
actually search form only search images, so how make it search at whole database , for example if we're using 4images_img1 (tables : (default tables) + board + encuestas + pms ..etc ) ... make it search at all and after show in search page not a thumbs but yes a text/links .

xxxxxxx
xxx xxxx
xxxxx xx  xxxx

search at all in database, being images or posts in board for who are using dreamboard..etc :)

42
I've tried some codes here posted and without success, i'm trying show in my site a "second" random images but from another gallery (where i'm using a shop MOD) .

So its possible have 2 random images tables (one the original/default) and another with random images from another gallery ?

 :?:

43
Mods & Plugins (Requests & Discussions) / Req : New Whos Online Page !
« on: November 19, 2005, 06:44:51 PM »
I know already exist a who's online ... but i've a ideia .

I've installed some MOD's (member persona photo, gender/country when we get reg. , and i've added some fields with more info in profiles...)

So my ideia is , if we can create a page with list of who is online but showing tables with : user avatar(pic on profile) + username + country + gender + some stuff taken from profile for example " quote " .

So who is online can know a lil about user before check him/her profile .

 :mrgreen:

44
How can i make the top (by categories) work on home ?

show each categories for each table or make just show the categories we want ?

 :?:

45
i want know how can i made a comments/rate works in other pages , i've create more pages using php/html for example :

Code: [Select]
<?php 
$main_template 
'article_1'

define('GET_CACHES'1); 
define('ROOT_PATH''./'); 
define('GET_USER_ONLINE'1); 
include(
ROOT_PATH.'global.php'); 
require(
ROOT_PATH.'includes/sessions.php');
include(
ROOT_PATH.'encuestas.php');
include(
ROOT_PATH.'includes/stats.php'); 
$user_access get_permission(); 

if (isset(
$HTTP_GET_VARS['template']) || isset($HTTP_POST_VARS['template'])) { 
  
$template = (isset($HTTP_GET_VARS['template'])) ? stripslashes(trim($HTTP_GET_VARS['template'])) : stripslashes(trim($HTTP_POST_VARS['template'])); 
  if (!
file_exists(TEMPLATE_PATH."/".$template.".".$site_template->template_extension)) { 
    
$template ""
  } 
  else { 
    
$main_template $template
  } 

else { 
  
$template ""

include(
ROOT_PATH.'includes/page_header.php'); 

if (!empty(
$template)) { 
  
$clickstream "<a href=\"".$site_sess->url(ROOT_PATH."index.php")."\">".$lang['home']."</a>".$config['category_separator'].str_replace("_"" "ucfirst($template)); 
  
$site_template->register_vars("clickstream"$clickstream); 
  
$site_template->print_template($site_template->parse_template($main_template)); 
  include(
ROOT_PATH.'includes/page_footer.php'); 


$clickstream "<span class=\"clickstream\"><a href=\"".$site_sess->url(ROOT_PATH."index.php")."\" class=\"clickstream\">".$lang['home']."</a>".$config['category_separator']; 
$clickstream .= $main_template


//----------------------------------------------------- 
//--- Print Out --------------------------------------- 
//----------------------------------------------------- 
$site_template->register_vars(array( 
  
"msg" => $msg
  
"clickstream" => $clickstream 
)); 
  
  
$site_template->print_template($site_template->parse_template($main_template)); 
  include(
ROOT_PATH.'includes/page_footer.php'); 

?>

Html page (article_1.html) , so it's possible added at this pages a comments/rate ?

What i need to do ? copy some code from details.php ? make new DB tables ??

 8O

Pages: 1 2 [3] 4