[IMPORTANT] The future Advanced Bbcode Box 3 v 1.0.12

Moderator: VSE

Forum rules
To receive support you must become a Donor, read the Support rules

Bugs go in the Bug tracker

Re: [IMPORTANT] The furure Advanced Bbcode Box 3 v 1.0.12

New postby Bigbuck » Sun May 31, 2009 7:52 pm

It happens on any page.
Bigbuck
 
Posts: 6
Joined: Thu Apr 30, 2009 4:36 pm

Re: [IMPORTANT] The furure Advanced Bbcode Box 3 v 1.0.12

New postby MSSTI » Sun May 31, 2009 8:56 pm

Bigbuck wrote:It happens on any page.

Can I see it, please ?
Excuse me for my poor English, I speak Spanish.
Actualmente estoy buscando trabajo autónomo | Personalizo foros, instalo Skins/Mods ! contratarme
I'm currently looking for freelance work |Customize forums, install Skins/Mods ! hire me.

I don't support by PM, please ask it on public topic, take in mind that your problem can be the problem for another ones ;)

Image
User avatar
MSSTI
Quality Assurance Team member at phpBB
 
Posts: 4288
Joined: Wed Jan 09, 2008 2:51 am
Location: Argentina

Re: [IMPORTANT] The furure Advanced Bbcode Box 3 v 1.0.12

New postby Bigbuck » Sun May 31, 2009 11:56 pm

Sorry I do my testing locally so I don't have a link to give you.
Bigbuck
 
Posts: 6
Joined: Thu Apr 30, 2009 4:36 pm

Re: [IMPORTANT] The furure Advanced Bbcode Box 3 v 1.0.12

New postby MSSTI » Mon Jun 01, 2009 12:10 am

Bigbuck wrote:Sorry I do my testing locally so I don't have a link to give you.

It is rare, the language should not be a problem
Excuse me for my poor English, I speak Spanish.
Actualmente estoy buscando trabajo autónomo | Personalizo foros, instalo Skins/Mods ! contratarme
I'm currently looking for freelance work |Customize forums, install Skins/Mods ! hire me.

I don't support by PM, please ask it on public topic, take in mind that your problem can be the problem for another ones ;)

Image
User avatar
MSSTI
Quality Assurance Team member at phpBB
 
Posts: 4288
Joined: Wed Jan 09, 2008 2:51 am
Location: Argentina

Re: [IMPORTANT] The furure Advanced Bbcode Box 3 v 1.0.12

New postby MSSTI » Mon Jun 01, 2009 1:02 am

Just for a quick fix, try this :
Code: Select all
#
#---- [ OPEN ] ----
#
root/languages/en/mods/abbcode.php
#
#---- [ FIND ] ----
#
	'ABBC3_CODE_VIEW'			=> '<dl class="codebox"><dt>'. $lang['CODE'] .': <a href="#" onclick="selectCode(this); return false;">'. $lang['SELECT_ALL_CODE'] .'</a></dt><dd><code>' . $lang['SAMPLE_TEXT'] . '</code></dd></dl>',
#
#---- [ REPLACE WITH ] ----
#
	'ABBC3_CODE_VIEW'			=> '<dl class="codebox"><dt>CODE: <a href="#" onclick="selectCode(this); return false;">Select all</a></dt><dd><code>' . $lang['SAMPLE_TEXT'] . '</code></dd></dl>',
#
#---- [ FIND ] ----
#
	'ABBC3_QUOTE_VIEW'			=> '<blockquote><div><cite>member '. $lang['WROTE'] .':</cite>' . $lang['SAMPLE_TEXT'] . '</div></blockquote>',
#
#---- [ REPLACE WITH ] ----
#
	'ABBC3_QUOTE_VIEW'			=> '<blockquote><div><cite>member wrote:</cite>' . $lang['SAMPLE_TEXT'] . '</div></blockquote>',
#
#---- [ FIND ] ----
#
	'ABBC3_THUMBNAIL_VIEW'		=> '<img src="http://www.google.com/intl/en_com/images/logo_plain.png" alt="' . $user->lang['IMAGE'] . '" border="0" width="200px" class="hoverbox resize_me" />',
#
#---- [ REPLACE WITH ] ----
#
	'ABBC3_THUMBNAIL_VIEW'		=> '<img src="http://www.google.com/intl/en_com/images/logo_plain.png" alt="image" border="0" width="200px" class="hoverbox resize_me" />',
#
#---- [ FIND ] ----
#
	'ABBC3_SEARCH_VIEW'			=> $lang['SEARCH_MINI'] . ' ' . $config['sitename'] . ' : <a href="search.php?keywords=Advanced BBcode box 3">"Advanced BBcode box 3"</a><br/><br/>' . $lang['SEARCH_MINI'] . ' msn : <a href="http://search.live.com/results.aspx?q=Advanced BBcode box 3&mkt=tr-TR&lf=1" target="_blank">"Advanced BBcode box 3"</a><br/><br/>' .$lang['SEARCH_MINI'] . ' yahoo : <a href="http://search.yahoo.com/search?p=Advanced BBcode box 3" target="_blank">"Advanced BBcode box 3"</a><br/><br/>' . $lang['SEARCH_MINI'] . ' google : <a href="http://www.google.com.tr/search?q=Advanced BBcode box 3" target="_blank">"Advanced BBcode box 3"</a>',
#
#---- [ REPLACE WITH ] ----
#
	'ABBC3_SEARCH_VIEW'			=> $lang['SEARCH_MINI'] . ' YOUR_FORUM NAME : <a href="search.php?keywords=Advanced BBcode box 3">"Advanced BBcode box 3"</a><br/><br/>' . $lang['SEARCH_MINI'] . ' msn : <a href="http://search.live.com/results.aspx?q=Advanced BBcode box 3&mkt=tr-TR&lf=1" target="_blank">"Advanced BBcode box 3"</a><br/><br/>' .$lang['SEARCH_MINI'] . ' yahoo : <a href="http://search.yahoo.com/search?p=Advanced BBcode box 3" target="_blank">"Advanced BBcode box 3"</a><br/><br/>' . $lang['SEARCH_MINI'] . ' google : <a href="http://www.google.com.tr/search?q=Advanced BBcode box 3" target="_blank">"Advanced BBcode box 3"</a>',

In the last replacement change
YOUR_FORUM NAME
with your forum name
Excuse me for my poor English, I speak Spanish.
Actualmente estoy buscando trabajo autónomo | Personalizo foros, instalo Skins/Mods ! contratarme
I'm currently looking for freelance work |Customize forums, install Skins/Mods ! hire me.

I don't support by PM, please ask it on public topic, take in mind that your problem can be the problem for another ones ;)

Image
User avatar
MSSTI
Quality Assurance Team member at phpBB
 
Posts: 4288
Joined: Wed Jan 09, 2008 2:51 am
Location: Argentina

Re: [IMPORTANT] The furure Advanced Bbcode Box 3 v 1.0.12

New postby Balero » Tue Jun 02, 2009 9:21 am

Hi!! ^^

How are you? :D

How is the development of better mod to phpbb 3 ? :D

Thanks!!! ;)
Balero
 
Posts: 17
Joined: Mon Mar 31, 2008 9:28 am

Re: [IMPORTANT] The furure Advanced Bbcode Box 3 v 1.0.12

New postby MSSTI » Tue Jun 02, 2009 1:14 pm

Balero wrote:Hi!! ^^

How are you? :D

How is the development of better mod to phpbb 3 ? :D

Thanks!!! ;)

HI my friend !

this week is not my best time, I was fired, so now I have more time to work on mods :D
Excuse me for my poor English, I speak Spanish.
Actualmente estoy buscando trabajo autónomo | Personalizo foros, instalo Skins/Mods ! contratarme
I'm currently looking for freelance work |Customize forums, install Skins/Mods ! hire me.

I don't support by PM, please ask it on public topic, take in mind that your problem can be the problem for another ones ;)

Image
User avatar
MSSTI
Quality Assurance Team member at phpBB
 
Posts: 4288
Joined: Wed Jan 09, 2008 2:51 am
Location: Argentina

Re: [IMPORTANT] The furure Advanced Bbcode Box 3 v 1.0.12

New postby joebart » Tue Jun 02, 2009 3:54 pm

Hello, so we can update to 3.0.5 without risk with ABBC 1.0.11 ?
joebart
Developer Contributor
 
Posts: 92
Joined: Sat Feb 23, 2008 9:37 pm

Re: [IMPORTANT] The furure Advanced Bbcode Box 3 v 1.0.12

New postby MSSTI » Tue Jun 02, 2009 4:05 pm

joebart wrote:Hello, so we can update to 3.0.5 without risk with ABBC 1.0.11 ?

Hi Joe !!!
The only bug ( at least for now ) in phpbb 3.0.5 with ABBC3 1.0.11 is the one posted before ( the language problem )

But soon I will release v 1.0.12, I'm finishing the install/upgrade documents :D
Excuse me for my poor English, I speak Spanish.
Actualmente estoy buscando trabajo autónomo | Personalizo foros, instalo Skins/Mods ! contratarme
I'm currently looking for freelance work |Customize forums, install Skins/Mods ! hire me.

I don't support by PM, please ask it on public topic, take in mind that your problem can be the problem for another ones ;)

Image
User avatar
MSSTI
Quality Assurance Team member at phpBB
 
Posts: 4288
Joined: Wed Jan 09, 2008 2:51 am
Location: Argentina

Re: [IMPORTANT] The furure Advanced Bbcode Box 3 v 1.0.12

New postby joebart » Tue Jun 02, 2009 4:27 pm

Ok, thanks lev :)
joebart
Developer Contributor
 
Posts: 92
Joined: Sat Feb 23, 2008 9:37 pm

PreviousNext

Return to ABBC3 V1.0.11

Who is online

Users browsing this forum: Google [Bot] and 1 guest