[ABD] AOS Tag User BBCode

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
modernist
Registered User
Posts: 79
Joined: Mon Mar 15, 2010 9:13 pm
Location: Klopstokia

Re: [DEV] AOS Tag User BBCode

Post by modernist »

Alorse wrote:You're right, wait for the next version.
Do I have to wait another ten days for the next version? ;)
"It ain't a fit night out for man or beast."
User avatar
Alorse
Registered User
Posts: 174
Joined: Sun Apr 06, 2008 8:18 pm
Location: Colombia
Name: Fredo
Contact:

Re: [DEV] AOS Tag User BBCode

Post by Alorse »

No, only until tomorrow.
This list is version 0.1.0 [BETA], need to do some tests and create the update package.
User avatar
Alorse
Registered User
Posts: 174
Joined: Sun Apr 06, 2008 8:18 pm
Location: Colombia
Name: Fredo
Contact:

Re: [BETA] AOS Tag User BBCode

Post by Alorse »

MOD Updated to version 0.1.0
  • [New] Recognizes username so not well written.
  • [New] The user can choose a method of notification when tagged from the UCP.
  • [Change] The URL notification goes directly to the message tagged.
  • [Change] Removed option notification method from the ACP.
  • [Fix] Fix permissions groups.
  • [Fix] Fix tags on the same line.
  • First [BETA] version.
daneh
Registered User
Posts: 28
Joined: Sat Oct 09, 2010 5:13 pm
Contact:

Re: [BETA] AOS Tag User BBCode

Post by daneh »

How would I update the older version that was up yesterday to the new one you just added?
User avatar
modernist
Registered User
Posts: 79
Joined: Mon Mar 15, 2010 9:13 pm
Location: Klopstokia

Re: [BETA] AOS Tag User BBCode

Post by modernist »

Thanks for the update and the new features, Alorse.

Works fine and there were no problems with the installation on my local test forum and even though it's marked as Beta I think I'll build it into my live forum later today..

If anyone has installed the PM Read Notification MOD ( http://www.phpbb.com/community/viewtopi ... &t=2127204 ) then add one line into functions_tag_user.php:

Search

Code: Select all

        'enable_smilies' => true,
        'enable_urls' => false,
        'icon_id' => 0,
Add after

Code: Select all

		'notify_read' => 0,
@ daneh

In the contrib folder there's a update_0.0.2_to_0.1.0.xml. Use it!
"It ain't a fit night out for man or beast."
pro_hunter
Registered User
Posts: 138
Joined: Mon Nov 19, 2007 7:49 pm

Re: [BETA] AOS Tag User BBCode

Post by pro_hunter »

just installed this and my test post worked great and i recieved the pm.

However now when you make a post and you have line breaks it fills the line breaks in with GUEST.

thought id screenshoted it before i unistalled but looks like i never :(

Has anyone else had this prob
User avatar
modernist
Registered User
Posts: 79
Joined: Mon Mar 15, 2010 9:13 pm
Location: Klopstokia

Re: [BETA] AOS Tag User BBCode

Post by modernist »

@ pro_hunter

I can't reproduce your problem. Are you sure you followed the install instructions?
"It ain't a fit night out for man or beast."
pro_hunter
Registered User
Posts: 138
Joined: Mon Nov 19, 2007 7:49 pm

Re: [BETA] AOS Tag User BBCode

Post by pro_hunter »

im gonna check the file edits now but ye pretty sure
User avatar
4_seven
I've Been Banned!
Posts: 5155
Joined: Wed Apr 30, 2008 1:41 am

Re: [BETA] AOS Tag User BBCode

Post by 4_seven »

pro_hunter wrote:However now when you make a post and you have line breaks it fills the line breaks in with GUEST.
try

open

includes/functions_tag_user.php

find

Code: Select all

        $usr = preg_match_all('/\[tag:(.*?)\](.*?)\[\/tag:(.*?)\]/', $message, $list); 
replace with

Code: Select all

        $usr = preg_match_all('/\[tag:(.*?)\](.*?)\[\/tag:(.*?)\]/i', $message, $list); 
or

Code: Select all

        $usr = preg_match_all('/\[tag:(.*?)\](.*?)\[\/tag:(.*?)\]/im', $message, $list); 
Current Mods | Mod Base | php(BB) programming | No help via PM
pro_hunter
Registered User
Posts: 138
Joined: Mon Nov 19, 2007 7:49 pm

Re: [BETA] AOS Tag User BBCode

Post by pro_hunter »

before i do anything this is how it shows

Image
User avatar
modernist
Registered User
Posts: 79
Joined: Mon Mar 15, 2010 9:13 pm
Location: Klopstokia

Re: [BETA] AOS Tag User BBCode

Post by modernist »

That looks quite odd.
Do you have the relevant source code as well?
Are guests allowed to post on your board? On mine they are not.
"It ain't a fit night out for man or beast."
pro_hunter
Registered User
Posts: 138
Joined: Mon Nov 19, 2007 7:49 pm

Re: [BETA] AOS Tag User BBCode

Post by pro_hunter »

no they can only view
Ather
Registered User
Posts: 1032
Joined: Fri May 08, 2009 9:42 am
Location: Kingdom of Bahrain
Name: Ather Akber

Re: [BETA] AOS Tag User BBCode

Post by Ather »

are you using a modification that hides links from guests maybe?
CPL Syed Ather Akbar
Regional Command Southwest
Camp Leatherneck, Afghanistan

My Mods/Snippets
pro_hunter
Registered User
Posts: 138
Joined: Mon Nov 19, 2007 7:49 pm

Re: [BETA] AOS Tag User BBCode

Post by pro_hunter »

no
User avatar
modernist
Registered User
Posts: 79
Joined: Mon Mar 15, 2010 9:13 pm
Location: Klopstokia

Re: [BETA] AOS Tag User BBCode

Post by modernist »

Same here...so that isn't the cause of the odd behaviour.
You double checked that your changes according to the install.xml are correct? Did you tried 4_sevens suggestion?
"It ain't a fit night out for man or beast."
Locked

Return to “[3.0.x] Abandoned MODs”