|
|
#56217
08/25/2003 10:40 PM
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
I really like how basic it is, how would I go around making my code uh... code that way?
|
|
|
#56218
09/04/2003 12:59 AM
|
Joined: Mar 2000
Posts: 21,080 Likes: 3
I type like Navaho
|
|
I type like Navaho
Joined: Mar 2000
Posts: 21,080 Likes: 3 |
not sure what's different, we haven't changed anything 
|
|
|
#56219
09/04/2003 7:12 AM
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
yeah we have ubb_lib_posting.cgi: sub reverse_ubb_code $match++ if $_[0] =~ s/(<pre>)(.+?)(</pre>)/$2</pre></div></div>/isg; and sub ProcessCodeTag return qq~<pre>$message</pre>~;
|
|
|
#56220
09/04/2003 8:21 AM
|
Joined: Nov 2001
Posts: 1,080
Member
|
|
Member
Joined: Nov 2001
Posts: 1,080 |
Fantastic LK. There have been a few members who asked me if I could add the tag inside the UBB "code" tag.
I just tested it on the 6.4 and I had to change the tags to:
$match++ if $_[0] =~ s/(<blockquote>$vars_wordlets{ubbcode_code}:<hr /><pre />)(.+?)(<pre /><hr /></blockquote>)/$2</pre></div></div>/isg; and
return qq~<blockquote>$vars_wordlets{ubbcode_code}:<hr /><pre />$message<pre /><hr /></blockquote>~; The focus is not on the other adjacent tags but only the tags. On my file I had to set the tags exactly the same on the tags in order for it to work with Edit and Quote. 
|
|
|
#56221
09/04/2003 8:54 AM
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
uh... I have absolutely no idea why you did it anyhow in reverse_ubb_code, don't REPLACE the existing [code] thing, just put the code I modified below it...
|
|
|
#56222
09/04/2003 9:38 AM
|
Joined: Nov 2001
Posts: 1,080
Member
|
|
Member
Joined: Nov 2001
Posts: 1,080 |
Ahh...Now you've specified.  Anyway, it works just as well. Here is my final edit: In sub reverse_ubb_code: $match++ if $_[0] =~ s/(<blockquote><pre />)(.+?)(<pre /></blockquote>)/$2</pre></div></div>/isg; And in sub ProcessCodeTag:
return qq~<blockquote><pre />$message<pre /></blockquote>~; Much cleaner now with one line of coding. Thanks again for the mod. 
|
|
|
#56223
09/04/2003 4:03 PM
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
worked great, thanks 
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 449
Joined: February 2008
|
|
|
Forums63
Topics37,583
Posts293,955
Members13,824
| |
Most Online151,614 Nov 14th, 2025
|
|
Currently Online 1193
Topics Created 0
Posts Made 0
Users Online 0
Birthdays 20
|
|
|
|
|
|