[Beta] View single post 0.1.0

MOD Authors: Discuss and post updates on new MODs in development for phpBB3, Receive feedback and Feature requests for MODs in development.

To submit your MOD or style, go to the STG MOD Manager
Forum rules
go to the STG MOD Manager to post your MOD in development.
Discuss and receive feedback for any MOD in development for phpBB3.
Suggest features for MODs in development.

No Support or MOD Requests
-- exceptions for MODs only posted here as Beta or Alpha.
Support requests for a MOD should be requested in the respective MOD topic.

Re: [Beta] View single post 0.1.0

Postby eviL3 » 08 May 2007, 02:42

Thanks for the requests, i'll see what i can do for you ;)
Image
User avatar
eviL3    
MOD Author
MOD Author
 
Posts: 1002
Joined: 05 Nov 2006, 08:14
Location: Cooking in the MODs kitchen
Gender: Male


Re: [Beta] View single post 0.1.0

Postby DarkLord » 02 Aug 2007, 11:06

uhm... first of all, hello!
And to start I'd like to thank you very much for this mod, it really is useful!

Yet, and the reason I'm sending you this PM(I'd feel uneasy to post this on the topic as its last post was back in May) is to ask you if you knew how to enable the topic_review function for your viewpost mod, as I desperately need such a function and am too green on coding php (I tried to snag the function from the functions_posting.php file but I got an SQL error) and so decided to ask for your help.

See, the reason I need this option is because I run a modding community (http://www.jurassicisland.ch/msgboard), and, to showcase mods the viewpost mod is perfect, yet, I feel the need of users to be able to read the feedback of the topic to be greatly necessary, thus the topic_review function to be adequate (it's low profile, thus highlighting the mod and provides the information a user browsing it needs).

To put like you said on the PM "what I want is adding the posting.php posting review below the post info"

So, thanks for reading this and I hope you can help me out. If not, thank you for the awesome mod. :)
DarkLord
Crewman
Crewman
 
Posts: 1
Joined: 01 Aug 2007, 05:19
Location: Portugal
Gender: Male

Re: [Beta] View single post 0.1.0

Postby Xx JustMe xX » 30 Jul 2008, 05:15

may anyone make this mod compatible with phpBB 3.0.2 .. :beg:

because it's a good & useful mod ..
Xx JustMe xX
Crewman
Crewman
 
Posts: 2
Joined: 13 Mar 2008, 07:43
Gender: Male

Re: [Beta] View single post 0.1.0

Postby autinhyeu » 31 Jul 2008, 08:00

This MOD is work on phpbb3.0.2, but not perfect...
@eviL3: please update this MOD, this MOD is useful...
Thx
autinhyeu    
Cadet I
Cadet I
 
Posts: 12
Joined: 18 Apr 2008, 04:40
Location: Vietnamese
Favorite Team: Inter Milan
Gender: Male
phpBB Knowledge: 3

Re: [Beta] View single post 0.1.0

Postby InternetMafia » 07 Aug 2008, 21:02

I am interested in an update to this mod.

Being from vbullentin I always found it useful to point out particular posts to my mods for either humor or discussions about moderation of the post.
Dangerous But Worth The Risk
InternetMafia
Cadet IV
Cadet IV
 
Posts: 47
Joined: 22 Jun 2008, 12:24
Location: New York
Gender: Male
phpBB Knowledge: 1

Re: [Beta] View single post 0.1.0

Postby QByte » 03 Nov 2008, 12:29

anyone can update this mod to 3.0.2? this mod really usefull.. :this:
QByte
Crewman
Crewman
 
Posts: 2
Joined: 23 Oct 2008, 01:42
Gender: Male
phpBB Knowledge: 3

Re: [Beta] View single post 0.1.0

Postby Highway311 » 02 Jun 2010, 22:07

Is this mod compatible with phpbb 3.0.7?
Highway311    
Crewman
Crewman
 
Posts: 1
Joined: 02 Jun 2010, 21:58
Location: Thailand
Favorite Team: St. Gallen
Gender: Male
phpBB Knowledge: 2

Re: [Beta] View single post 0.1.0

Postby Stoker » 10 Jun 2010, 12:13

It would be really nice with an update of this mod :good:
Stoker
Stoker    
Borg Drone
Borg Drone
 
Posts: 401
Joined: 24 Nov 2007, 11:05
Location: Denmark
Favorite Team: Highslide JS
Gender: Male
phpBB Knowledge: 4

Re: [Beta] View single post 0.1.0

Postby mut2nt » 04 Oct 2010, 15:29

Can somebody update this mod please? it is an error ... when you try to view the single post, the post author changes to the topic author ...
mut2nt    
Crewman
Crewman
 
Posts: 4
Joined: 04 Mar 2010, 10:44
Gender: Male
phpBB Knowledge: 1

Re: [Beta] View single post 0.1.0

Postby Danks » 22 Dec 2010, 06:22

First of all thank you for this mod.
I had istaled it to phpbb 3.0.6
It works with a litle problem.
If you have error like this:
Code: Select all
Line xxx: Undefined variable: now

Open viewpost.php
and delate: this code:
(from 434 line to 456)
Code: Select all
   if (!empty($post_data['user_birthday']))
   {
      list($bday_day, $bday_month, $bday_year) = array_map('intval', explode('-', $post_data['user_birthday']));
   
      if ($bday_year)
      {
         $diff = $now['mon'] - $bday_month;
         if ($diff == 0)
         {
            $diff = ($now['mday'] - $bday_day < 0) ? 1 : 0;
         }
         else
         {
            $diff = ($diff < 0) ? 1 : 0;
         }
   
         $post_data['age'] = (int) ($now['year'] - $bday_year - $diff);
      }
   }
   else
   {
      $post_data['age'] = false;
   }


As for mу a have such problem:
When show the post in the own window author of this post is always me (as Admin). that is not right. (http://bmwvrn.ru/forum/viewpost.php?p=39103 )
Maybe somebody give me some answer?
Sorry for my English :) With best regards from Russia
Danks    
Crewman
Crewman
 
Posts: 2
Joined: 22 Dec 2010, 05:31
Gender: Male
phpBB Knowledge: 7

PreviousNext

Return to MODs in Development

Who is online

Users browsing this forum: No registered users and 10 guests