[ABD] phpBB3 Support Ticket System MOD

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
User avatar
Mahoney
Registered User
Posts: 196
Joined: Sun Mar 16, 2008 4:07 pm

Re: [RC1] phpBB3 Support Ticket System MOD

Post by Mahoney »

Hello
I have no idea what you mean.



best regards Majpney
User avatar
DoYouSpeakWak
Registered User
Posts: 2311
Joined: Fri Jul 25, 2008 1:32 pm
Location: Island of Wak-Wak

Re: [RC1] phpBB3 Support Ticket System MOD

Post by DoYouSpeakWak »

Mahoney > just a fast one.

It is posible to make the text users write to be normal and not use the

Code: Select all

[i][/i]
. Some of our members would like to use them inside the topic.
Whatever you share comes back. Support the phpBB Communities
Offering paid services. 15+ years of experience with phpBB3 and server management.
User avatar
Mahoney
Registered User
Posts: 196
Joined: Sun Mar 16, 2008 4:07 pm

Re: [RC1] phpBB3 Support Ticket System MOD

Post by Mahoney »

Hello
change in posting.php

Code: Select all

$messagetemp .= "[b]" . $ux . "[/b]\n[i]" . $variable . "[/i]"; 
to

Code: Select all

$messagetemp .= "[b]" . $ux . "[/b]\n " . $variable . "\n"; 
$ux and $variable correspond to the changing variables.


I hope you understand what I mean. My English is not very good.



best regards Mahoney
User avatar
DoYouSpeakWak
Registered User
Posts: 2311
Joined: Fri Jul 25, 2008 1:32 pm
Location: Island of Wak-Wak

Re: [RC1] phpBB3 Support Ticket System MOD

Post by DoYouSpeakWak »

Thx for that. No problem i understand, had a few years of german..
Whatever you share comes back. Support the phpBB Communities
Offering paid services. 15+ years of experience with phpBB3 and server management.
lviigand
Registered User
Posts: 3
Joined: Thu Apr 16, 2009 8:57 am

Re: [RC1] phpBB3 Support Ticket System MOD

Post by lviigand »

lviigand wrote:okey, I have another problem to be solved :oops: when i edit "ticket.php" and "posting_body" and change the questions how I need them and then fill the fields and press "preview" or "submit" then nothing appears in the post. and when I change ti back to default.. it works :S Or is there another place to edit questions?

any1 knows what the problem is?

ty!
User avatar
Mahoney
Registered User
Posts: 196
Joined: Sun Mar 16, 2008 4:07 pm

Re: [RC1] phpBB3 Support Ticket System MOD

Post by Mahoney »

He3llo
You must still edit the posting.php.

best regards Mahoney
User avatar
dragnaar
Registered User
Posts: 43
Joined: Sun Jan 25, 2009 10:56 pm
Location: Crimea

Re: [RC1] phpBB3 Support Ticket System MOD

Post by dragnaar »

dragnaar wrote:whether to add Support Ticket System MOD to Mini Knowledge Base?
Its possible?
Mahoney wrote:HelloI have no idea what you mean.
I want to add the Support Ticket System to the Mini Knowledge Base, as is done at the forum.
raizen
Registered User
Posts: 67
Joined: Sat Jan 05, 2008 8:34 pm

Re: [RC1] phpBB3 Support Ticket System MOD

Post by raizen »

In phpbb 3.0.4 doesn't work! :? :?
usenet2you
Registered User
Posts: 407
Joined: Sat Mar 22, 2008 7:31 pm
Location: The Netherlands

Re: [RC1] phpBB3 Support Ticket System MOD

Post by usenet2you »

Uhmm... It works in phpBB 3.0.4, so maybe you do something wrong.
raizen
Registered User
Posts: 67
Joined: Sat Jan 05, 2008 8:34 pm

Re: [RC1] phpBB3 Support Ticket System MOD

Post by raizen »

usenet2you wrote:Uhmm... It works in phpBB 3.0.4, so maybe you do something wrong.
I've italian language and prosilver Special Edition temnplate.
youngjediknight
Registered User
Posts: 385
Joined: Wed Apr 22, 2009 2:58 pm

Re: [RC1] phpBB3 Support Ticket System MOD

Post by youngjediknight »

I love this mod – thanks for taking the time to write it.

So as not to load up the template on each post attempt, I’ve included it after the IF SUPPORT STS check in post_editor.

What I would really like to have are multiple templates. How would I assign templates to certain forums?

Basically then my post-editor.html would like something like this:

Code: Select all

<!-- IF SUPPORT_STS1 -->
	<!-- INCLUDE posting_editor_template1.html -->
<!-- ELSEIF SUPPORT_STS2 -->
	<!-- INCLUDE posting_editor_template2.html -->
<!-- ELSEIF SUPPORT_STS3 -->
	<!-- INCLUDE posting_editor_template3.html -->
<!-- ENDIF -->
RakiuraSkies
Registered User
Posts: 19
Joined: Wed Sep 13, 2006 6:37 am

Re: [RC1] phpBB3 Support Ticket System MOD

Post by RakiuraSkies »

Would someone please be so kind as to post clear, precise instructions for:
  • editing the STS system questions -which files do I need to edit, where, how?
  • how do I go about adding fields of various types -text, radio-select, drop-down etc.?
Thank you! I've been struggling to decipher this from previous posts, without much success to date. This looks like a tremendous MOD -I can really see its potential -if I can just get it sorted how I need! :oops:

Would really appreciate an assist!
The-Lord
Registered User
Posts: 103
Joined: Thu Jan 31, 2008 12:13 pm

Re: [RC1] phpBB3 Support Ticket System MOD

Post by The-Lord »

RakiuraSkies wrote:Would someone please be so kind as to post clear, precise instructions for:
  • editing the STS system questions -which files do I need to edit, where, how?
  • how do I go about adding fields of various types -text, radio-select, drop-down etc.?
Thank you! I've been struggling to decipher this from previous posts, without much success to date. This looks like a tremendous MOD -I can really see its potential -if I can just get it sorted how I need! :oops:

Would really appreciate an assist!
Was thinking the same. Any instructions for this would be nice.

Thanks and Regards.
The-Lord
Registered User
Posts: 103
Joined: Thu Jan 31, 2008 12:13 pm

Re: [RC1] phpBB3 Support Ticket System MOD

Post by The-Lord »

I figured it out. Currently trying to edit it in my forum.
RakiuraSkies
Registered User
Posts: 19
Joined: Wed Sep 13, 2006 6:37 am

Re: [RC1] phpBB3 Support Ticket System MOD

Post by RakiuraSkies »

I figured out how to edit the questions, (after more than a few false starts) without going to deeply into the code that makes this all work:

The only 2 files you need to edit are: ../root/language/xx/mods/ticket.php (where xx=your language -in my case en) and ../root/posting.php. Most of your changes will be made in ticket.php. Some of the posts here originally led me to believe that there was a 3rd file requiring modification too, but that turned out to be a furphy. Whenever I made a change in either of these files, I cleared the cache by way of ftp'ing the files out of the ../root/cache/.. directory, leaving only the .htaccess and index.htm files there. When that was done, I refreshed the Support Ticket page to check the changes I had made. It took a while, but I got there and now have an adequate STS in-place.

I would still really like to know exactly how I go about:
  • Removing those fields I do not require entirely, and
  • How to add fields that I do require, particularly a drop-down selection field.
Hopefully someone can provide the answers!
Last edited by RakiuraSkies on Sun May 17, 2009 1:09 pm, edited 1 time in total.

Return to “[3.0.x] Abandoned MODs”