March 19, 2010, 08:40:24 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Private messages disabled
Caused by the massive abuse of the PM system in the past, the sending of personal messages has been disabled for all regular users on the Coppermine forum.
[more]
   Home   Help Search Board rules Login Register  
Pages: 1 ... 9 10 11 12 [13] 14 15 16 17 ... 19   Go Down
  Print  
Author Topic: Coppermine Forum Plugin (cpgforum)  (Read 114497 times)
0 Members and 1 Guest are viewing this topic.
Meelis
Translator
**
Gender: Male
Posts: 12



WWW
« Reply #240 on: September 25, 2008, 12:08:29 pm »

Next errors... In forum main page does'nt work a 4 buttons. I dont know anymore how those button called in english because i translated them allready to Estonian. Button functions are 'mark_as_read' 'new_topcis' 'active_topcis' and 'pending_topcis'     Huh
Logged
foulu Topic starter
Contributor
***
Gender: Male
Posts: 225


uhm


« Reply #241 on: September 25, 2008, 12:48:50 pm »

It's uncompleted new feature of the forum. Anyway, thank you for reporting it  Wink

And one more thing, if you want to translate my forum to your language: create a folder name "estonian" in "forum/languages" and put your translate file there. It will display when you choose "estonian" as your gallery language.

« Last Edit: September 25, 2008, 12:55:41 pm by foulu » Logged

Meelis
Translator
**
Gender: Male
Posts: 12



WWW
« Reply #242 on: September 26, 2008, 10:48:08 am »

Hi,

I almost done whit your forum translation... about 90% I will wait until you will finish the forum finally and then i will make the last translations.
Logged
streetart
Coppermine novice
*
Posts: 48


« Reply #243 on: September 26, 2008, 06:53:51 pm »

hello..is there possible to display the posts in the forum like the comments in the profil?
or the count of the posts in forum?=

thx
Logged
foulu Topic starter
Contributor
***
Gender: Male
Posts: 225


uhm


« Reply #244 on: September 26, 2008, 07:03:12 pm »

@Meelis: I'm in critical time because I will have a job soon. But I will develop the forum plugin as fast as I can.
@streetart: I can't get the ideal Huh ? Could you explain it more clearly to me.
Logged

streetart
Coppermine novice
*
Posts: 48


« Reply #245 on: September 26, 2008, 07:47:33 pm »

in the profil of cpg..its display the last comments, which I make on the photos. Is that also for the forum possible?

-and can I display the count of posts in the forum, which I make? like: Forumposts: 12

Logged
Αndré
Dev Team member
****
Gender: Male
Germany Germany

Posts: 2582


aka eenemeenemuu


« Reply #246 on: September 26, 2008, 11:36:43 pm »

-and can I display the count of posts in the forum, which I make? like: Forumposts: 12
It's already displayed in the forum: "You have posted 17 times | Your last visit: Sep 26 2008 15:33:26".

in the profil of cpg..its display the last comments, which I make on the photos. Is that also for the forum possible?
It should be possible. Compare with and adapt from http://forum.coppermine-gallery.net/index.php/topic,55227.0.html
Logged

streetart
Coppermine novice
*
Posts: 48


« Reply #247 on: September 27, 2008, 10:52:56 am »

thx..but I want the display of (forumposts: 12) in the profil and not in the forum.
Logged
foulu Topic starter
Contributor
***
Gender: Male
Posts: 225


uhm


« Reply #248 on: September 27, 2008, 10:56:42 am »

I decide to not include this feature in my plugin because we need to modify "profile.php" which is a core file.
Logged

foulu Topic starter
Contributor
***
Gender: Male
Posts: 225


uhm


« Reply #249 on: October 02, 2008, 02:29:27 pm »

New update

http://cpgsf.amfcvn.net/forum.php?c=message&id=61
Logged

Super Noodles
Coppermine novice
*
United Kingdom United Kingdom

Posts: 31


« Reply #250 on: October 16, 2008, 08:00:03 pm »

When I upload this through the Plugin Manager it uploads but doesn't show in the Plugins list but when I goto Plugins folder via FTP the files are there. All other plugins upload fine, I tested the JUpload plugin just to make sure and that uploaded an installed fine Smiley
Logged
Super Noodles
Coppermine novice
*
United Kingdom United Kingdom

Posts: 31


« Reply #251 on: October 17, 2008, 12:01:34 pm »

Ignore the last post, I've managed to get this installed, right I've noticed a bug, I have boards with no posts in yet the icon_board_new.gif (new posts image) is showing, the icon_board.gif (no posts image) should be showing. Grin
Logged
foulu Topic starter
Contributor
***
Gender: Male
Posts: 225


uhm


« Reply #252 on: October 17, 2008, 03:45:41 pm »

This feature still not implement in my plugin due to lack of time. Sorry !
Logged

ibanez
Coppermine novice
*
Posts: 47

Thanks Coppermine


WWW
« Reply #253 on: November 27, 2008, 07:28:56 pm »

Hi everyone,

The coppermine simple forum plugin reach version 2.0/beta/0 and the old 1.x.x version is discontinue. From now, I will use

http://cpgsf.amfcvn.net/forum.php

as the support forum for the plugin. Only one topic is just not enough for me.

Please check my forum for release files.

Thanks !

Hello,
Nice work. I'm use my site. How is make,view last 10 topic another php page
Thanks
Logged
Αndré
Dev Team member
****
Gender: Male
Germany Germany

Posts: 2582


aka eenemeenemuu


« Reply #254 on: November 27, 2008, 07:52:03 pm »

How is make,view last 10 topic another php page
See http://forum.coppermine-gallery.net/index.php/topic,51535.msg264724.html#msg264724
Logged

ibanez
Coppermine novice
*
Posts: 47

Thanks Coppermine


WWW
« Reply #255 on: November 28, 2008, 10:09:31 am »

Thanks,
But, I can't run this code, only white page displayed

please help

thanks
Logged
Αndré
Dev Team member
****
Gender: Male
Germany Germany

Posts: 2582


aka eenemeenemuu


« Reply #256 on: November 28, 2008, 10:12:51 am »

If you want to use my code in a new file, you have to put it between
Code:
<?php
define
('IN_COPPERMINE'true);
require(
'include/init.inc.php');
pageheader();
and
Code:
pagefooter();
?>
Logged

ibanez
Coppermine novice
*
Posts: 47

Thanks Coppermine


WWW
« Reply #257 on: November 28, 2008, 10:31:47 am »

If you want to use my code in a new file, you have to put it between
Code:
<?php
define
('IN_COPPERMINE'true);
require(
'include/init.inc.php');
pageheader();
and
Code:
pagefooter();
?>

Yes, new file
I'm make a new file, but not working
Code:
<?php 

define
('IN_COPPERMINE'true);
define('INDEX_PHP'true);
require(
'include/init.inc.php');
 
//How many items you want to show
$forum_limit 5;
  if (
is_numeric($_POST['limit_forum']))
    
$forum_limit $_POST['limit_forum'];
  if (
$forum_limit 50)
    
$forum_limit 50;
  if (
$forum_limit 5)
    
$forum_limit 5;

  
$text_forum "<input type=\"text\" class=\"textinput\" name=\"limit_forum\" size=\"3\" value=\"$forum_limit\" style=\"padding-top:0px;padding-bottom:0px;\" />";
  
starttable("100%""<form method=\"post\" action=\"#forum\" style=\"margin-bottom:0;margin-top:0\">Die letzten $text_forum Beitr&auml;ge im Forum</form>");

  
$forum cpg_db_query("SELECT * FROM {$CONFIG['TABLE_PREFIX']}fr_messages m INNER JOIN {$CONFIG['TABLE_PREFIX']}fr_topics t ON m.topic_id = t.topic_id WHERE msg_id IN (SELECT MAX(msg_id) FROM {$CONFIG['TABLE_PREFIX']}fr_messages GROUP BY topic_id) ORDER BY msg_id DESC LIMIT $forum_limit");

  while (
$post mysql_fetch_array($forumMYSQL_ASSOC))
  {
    
$topic_total_page ceil($post['replies']/$CONFIG['fr_msg_per_page']);
    
$topic $post['topic_id'];
    
$topic .= "&amp;start=".($topic_total_page-1)*$CONFIG['fr_msg_per_page'];
    
$topic .= "#".$post['msg_id'];

    echo 
"<tr><td class=\"tableb\">".date("d.m.Y H:i",$post['poster_time'])." - neuer Beitrag von ".$post['poster_name']." im Thema '<a href=\"forum.php?topic=$topic\" target=\"_self\">".str_replace("Re: ","",$post['subject'])."</a>'</td></tr>";
  
}

?>
Logged
Αndré
Dev Team member
****
Gender: Male
Germany Germany

Posts: 2582


aka eenemeenemuu


« Reply #258 on: November 28, 2008, 10:36:02 am »

Put your new file in your cpg directory (where index.php etc. are located). I tested your code and it works!
Logged

ibanez
Coppermine novice
*
Posts: 47

Thanks Coppermine


WWW
« Reply #259 on: November 28, 2008, 11:14:27 am »

Put your new file in your cpg directory (where index.php etc. are located). I tested your code and it works!

Ok,
Thanks
Logged
Pages: 1 ... 9 10 11 12 [13] 14 15 16 17 ... 19   Go Up
  Print  
 
Jump to:  

Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
Page created in 0.077 seconds with 18 queries.