This site is READ ONLY!! No support will be given! Everything in here is just for archiving purposes!

Search found 12 matches

by Chico Gois
Sun Aug 26 2012 12:52 pm
Forum: phpBB3 Snippets
Topic: Writing equations with LaTeX
Replies: 0
Views: 1134

Writing equations with LaTeX

It is very easy to write mathematical equations using LaTeX, you can write directly the equation or use the equation editor. Prosilver: Open: overall_header.html Find: <script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script> After, Add: <script type="text...
by Chico Gois
Tue Jun 14 2011 11:13 am
Forum: General discussion
Topic: Post your speedtest
Replies: 22
Views: 5926

Re: Post your speedtest

Image
by Chico Gois
Wed Jan 19 2011 6:45 pm
Forum: Welcome area
Topic: hallo to everyone
Replies: 6
Views: 411

Re: hallo to everyone

This is true,

I am an example and my best friend is google
:lol: :lol:
by Chico Gois
Sat Oct 16 2010 10:24 am
Forum: phpBB3 Mods
Topic: Ranks page
Replies: 4
Views: 659

Re: Ranks page

Hello, Portuguese (Brazilian) translation. Abra: language/pt_br/common.ph Localize: ?> Antes, Adicione: // Ranks $lang = array_merge($lang, array( 'RANK_IMAGE' => 'Imagem do Rank', 'RANK_MINIMUM' => 'Mensagem Mínima', 'RANK_SPECIAL' => 'Rank Especial', 'RANK_TITLE' => 'Titulo do Rank', 'RANKS_PAGE' ...
by Chico Gois
Mon Oct 04 2010 5:15 pm
Forum: phpBB3 Support
Topic: Restrict Custon BBCode
Replies: 2
Views: 1071

Re: Restrict Custon BBCode

Thanks.... :oops:

My mistake.

I searched and have not seen before.
by Chico Gois
Mon Oct 04 2010 5:00 pm
Forum: phpBB3 Support
Topic: Restrict Custon BBCode
Replies: 2
Views: 1071

Restrict Custon BBCode

Hello!

I am wanting to restrict the custom bbcode just a few forums and also some that are unique to admin / moderators and do not appear to users.

Anyone have any idea how to do?

Grateful.
by Chico Gois
Fri Oct 01 2010 6:25 pm
Forum: Announcements and info
Topic: New Team Member
Replies: 28
Views: 14832

Re: New Team Member

Success in this endeavor........ Image
by Chico Gois
Tue Sep 28 2010 12:53 pm
Forum: BBCodes
Topic: Stickynote
Replies: 3
Views: 2124

Re: Stickynote

Revised.

Strange that for me is working right.
by Chico Gois
Mon Sep 27 2010 9:51 pm
Forum: Snippets Support
Topic: CU Forums and Topics - correct edit
Replies: 2
Views: 193

CU Forums and Topics - correct edit

Code: Select all

<a href="{forumrow.U_VIEWFORUM}" class="forumtitle"
The correct would not be...

Code: Select all

<a href="{forumrow.U_VIEWFORUM}" class="forumtitle">
I think the three are missing >
by Chico Gois
Mon Sep 27 2010 8:46 pm
Forum: phpBB3 Support
Topic: open the quick reply by default ?
Replies: 6
Views: 1353

Re: open the quick reply by default ?

Do not be so....... ;)

Disponha.
by Chico Gois
Mon Sep 27 2010 7:51 pm
Forum: phpBB3 Support
Topic: open the quick reply by default ?
Replies: 6
Views: 1353

Re: open the quick reply by default ?

Yes! Only Prosilver If Quick Reply is enabled in Post settings and in Forum settings, prosilver displays a "Quick Reply" button, which must be clicked to open the Reply window. For those who want to eliminate this step: OPEN styles/prosilver/templates/quickreply_editor.html FIND: onload_fu...
by Chico Gois
Mon Sep 27 2010 6:45 pm
Forum: BBCodes
Topic: Stickynote
Replies: 3
Views: 2124

Stickynote

When you want to put a note. sticky.png upload this image to your forums images folder BBCode: [stickynote]{TEXT}[/stickynote] Html: <div style="background:#f5f5f5 url('./images/sticky.png') no-repeat left top;border:1px solid #d3d3d3;padding:15px 10px 15px 60px;">{TEXT}</div> Helpline: St...