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

Pages: 1 ... 37 38 39 40 [41]
601
Mods & Plugins (Releases & Support) / Re: [MOD] Members Templates Select
« on: October 30, 2005, 10:27:22 PM »
the step 3 , this step for who have already a dropdown mod installed, i think not be necessary, i've tried and this say "duplicate" , so i've skip the step 3 , cuz i've the code i've added on dropdown MOD , do that :) well this working for me.

So who have a dropdown MOD installed can skip teh step 3 (last code "before ?>) right ?


602
Code: [Select]
$main_template = get_cat_template($main_template, $cat_id);


so for details will be :

1) $main_template = get_details_template($main_template, $cat_id);

or

2) $main_template = details_template($main_template, $cat_id);


 :?:

603
thanks V@no  , now its working !!!!

 :mrgreen:

604
i mean this show "how many user have wrote " and not " how many comments user have receive"  :wink:

605
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

606
Mods & Plugins (Requests & Discussions) / Req : Private Comments (option)
« on: October 27, 2005, 09:40:14 PM »
i've see in some web sites , so if we can create a option on comment_form /details for "private message" , this ill be good for some users, if they don't want share your comments, well this will work like Visible (who wrote the comment /owner of the pic) for others will show like [Private Message] !!

This is Possible ?  :mrgreen:

607
i've tried install it , but this give me error on Line : 117 any ideia ???  (in rndimg.php )

 8O

608
this is a good ideia , to increase more popularity !!  :mrgreen:

609
i've tried the last code, and this show the same !! only change the usernames order , not the top of ( the user with more received comments " not the comments we've wrote, but how the user have received, allmost "popularity"


 8)

Pages: 1 ... 37 38 39 40 [41]