Clan Adverts

PHP Web Host - Quality Web Hosting For All PHP Applications

 

www.clan-themes.co.uk :: View topic - forum question

 Welcome To Clan Themes 

As the board grows please remember the Search Option and we hope you find our community useful.

We also monitor Private Messages to stop members from abusing our sites system.
If you are asking for assistance please provide your site link and nuke version, Thanks.

forum question
Goto page Previous  1, 2

15 Replies / 1602 Views


Post new topic   Reply to topic  

   www.clan-themes.co.uk Forum Index » PHPBB

View previous topic :: View next topic


floppy
Reputation: 1792.1
votes: 10
Local time: 5:57 PM
Location: Jackson Mississippi
usa.gif

Status: Offline
2.78 posts per day
Medals: 1 (View more...)
Dedicated User (Amount: 1)
Clan Themes Scripts/Coder
Clan Themes Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 20 Nov 2008
Posts: 2053
Points: 2542 

View user's profileSend private messageVisit poster's website Reply with quote

Bayler
Reputation: 748
votes: 9
Local time: 5:57 PM

usa.gif

Status: Offline
0.71 posts per day
Medals: 1 (View more...)
Site Supporter (Amount: 1)

Joined: Nov 01, 2007
Last Visit: 20 Aug 2008
Posts: 275
Points: 6636 

Post forum question Posted: Fri Jun 20, 2008 8:19 pm   

Bro if you want the latest and greatest Version of Nuke...

Ive got the ONLY Fully Operational version of Nuke Evolution 2.1.0 ... ill sell it to you if your interested

You could sit around and wait for them to release it to the public, which wont happen cause they cant fix the issues!

read it on the evo forums.
 

You will not recieve help from me if i have to go digging for your CMS information and version, If i have to take the time to play 21 questions, then you can take the time to google! No Copyright, no support either!  
View user's profileSend private messageMSN Messenger Reply with quote

gator81
Reputation: 470.1
Local time: 5:57 PM

blank.gif

Status: Offline
0.06 posts per day
Medals: 0

Joined: Jun 05, 2007
Last Visit: 03 Nov 2008
Posts: 34
Points: 1118 

Post forum question Posted: Sat Jun 21, 2008 1:37 am   

I was able to get it working by adding the code you had into the posting.tpl file

Code:
else if ( $mode == 'reply' )
   {
      $user_sig = ( $userdata['user_sig'] != '' ) ? $userdata['user_sig'] : '';

      $username = ( $userdata['session_logged_in'] ) ? $userdata['username'] : '';
      $subject = '';
      $message = '';
      /*****[BEGIN]******************************************
 [ Mod:     Automatic Subject on Reply         v1.0.0 ]
 ******************************************************/
                $subject = $post_info['topic_title'];
                if ( !preg_match('/^Re:/', $subject) && strlen($subject) > 0)
                {
                        $subject = 'Re: ' . $subject;
                }
/*****[END]********************************************
 [ Mod:     Automatic Subject on Reply         v1.0.0 ]
 ******************************************************/



that is all i needed to do, i did not need to do anything else, and its all working fine. I am sorry I didnt try this earlier as it was mentioned that you wanted the file to look over. so i have an xampp server running for local testing and i went ahead and added the code and tested it locally and it worked, i then uploaded the change to the site and checked it and it worked fine.

Very simple, thanks for helping me get this resolved, and hopefully if anyone else ever has the same problem this can help them too.
 

 
View user's profileSend private message Reply with quote




gator81
Reputation: 470.1
Local time: 5:57 PM

blank.gif

Status: Offline
0.06 posts per day
Medals: 0

Joined: Jun 05, 2007
Last Visit: 03 Nov 2008
Posts: 34
Points: 1118 

Post forum question Posted: Fri Jun 27, 2008 2:11 am   

Well i must come back to humble myself to what has happened. It was posted that this could happen, and it did to me.

The fix works, but when i use that in the area you recomended then the file attachments quit working. but if i take out that 3 or 4 lines then the attachments work again.
I have tried every trial and error that I thought was possible, and didnt have any luck, or the changes I was doing was not updating correctly on my xampp test site.

this part of the code you was showing
Code:
$subject = $post_info['topic_title'];
was the only part that i couldnt find in the posting file, there was a section for "quote" that also had this
Code:
if ( !preg_match('/^Re:/', $subject) && strlen($subject) > 0)
                {
                        $subject = 'Re: ' . $subject;
                }

so i even tried to put the first line over that and it didnt make a difference.

my thoughts are that this is the only file that needs the changes, i just dont know where or what to put in to make it work.

Again I am humbled that I didnt see what you were saying at first.
 

 
View user's profileSend private message Reply with quote
Post new topic   Reply to topic  
   www.clan-themes.co.uk Forum Index » PHPBB


 
15 Replies / 1602 Views
Page 2 of 2
All times are GMT
Goto page Previous  1, 2
Display posts from previous:   
 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum