News:

Wondering if this will always be free?  See why free is better.

Main Menu

Registered Links

Started by SMFHacks.com Team, May 18, 2006, 07:42:31 PM

Previous topic - Next topic

matiaz

OK, i'll search help in another place. Thanks anyway.

luismanson

 vbgamer45 is it possible to allow some domain links, or maybe add an unhide bbcode? i have a news item with an internal link and if im guest i cant see :(

vbgamer45

Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Phat^Trance

Daily Mobile Blog:  http://dailymobile.se/
Daily iPhone Blog: http://dailyiphoneblog.com/
Daily Mobile forum: http://forum.dailymobile.se/

vbgamer45

Make sure you have it translated under themes/default/modifications.english.php
Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Phat^Trance

Quote from: vbgamer45 on February 18, 2010, 08:49:12 PM
Make sure you have it translated under themes/default/modifications.english.php

this is what i get when i install the plugin. must i manually edit the sub.php file?
Daily Mobile Blog:  http://dailymobile.se/
Daily iPhone Blog: http://dailyiphoneblog.com/
Daily Mobile forum: http://forum.dailymobile.se/

vbgamer45

In that case yes you would since the mod is looking for code and it appears it has been changed.
Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Phat^Trance

thx it works now, even tho the register or login link are a bit off from the text :)

http://forum.dailymobile.se/index.php/topic,18074.0.html
Daily Mobile Blog:  http://dailymobile.se/
Daily iPhone Blog: http://dailyiphoneblog.com/
Daily Mobile forum: http://forum.dailymobile.se/

matiaz

#328
Quote from: Phat^Trance on February 18, 2010, 09:06:11 PM
thx it works now, even tho the register or login link are a bit off from the text :)

http://forum.dailymobile.se/index.php/topic,18074.0.html
You have the same problem as me:





I'm sure that if you see the topic logged, the align problem with topic tittle dissapear  :-\

vbgamer45

That looks like a separate issue than this mod.
Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

matiaz

¿Are you kidding me? I've tried on a fresh SMF 1.1.11 install. See the result yourself:



I think that problem it's on manual "Subs.php" edit: http://custom.simplemachines.org/mods/index.php?action=parse;mod=342;attach=127225;smf_version=1.1.1

vbgamer45

The top part is not part of this mod. Check your translation for the bottom square. otherwise I think it is another mod.
Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

matiaz

¿What part of "fresh" install don't you understand? The forum doesn't have any type of modification. ONLY your mod is installed on it.

vbgamer45

OK uninstall the mod I don't think it is working for you.
Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

matiaz

Quote from: vbgamer45 on February 19, 2010, 12:01:20 PM
OK uninstall the mod I don't think it is working for you.
Me and Phat^Trance.

Thanks for your usefull help. I'll apreciate it

::) ::) ::)

Bugo

Russian text:

//Begin Reg Links
$txt['no_view_links'] = 'Вам не разрешено просматривать ссылки<br/>';
$txt['txt_reg_links_register'] = ' Зарегистрируйтесь';
$txt['txt_reg_links_login'] = 'войдите на форум';
$txt['txt_reg_links_or'] = 'или';

vbgamer45

Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Tincho

#337
If you don't want to find the error is different to say that this is our problem and than we have to uninstall the mod ok??

Quote from: vbgamer45 on February 12, 2010, 10:15:34 AM
I don't think it's this mod.

Look at this.

Sources/Subs.php (Original)


array(
'tag' => 'url',
'type' => 'unparsed_equals',
'before' => $user_info['is_guest'] ? $txt['no_view_links'] . '</a><div style="visibility:hidden;">' : '<a href="$1" class="bbc_link new_win" target="_blank">',
'after' => $user_info['is_guest'] ?  '</div>' : '</a>',
'disallow_children' => array('email', 'ftp', 'url', 'iurl'),
'disabled_after' => ' ($1)',
),


<div style="visibility:hidden;">


So, in the style is the problem. You have to change like this:


array(
'tag' => 'url',
'type' => 'unparsed_equals',
'before' => $user_info['is_guest'] ? $txt['no_view_links'] . '</a><div style="visibility:hidden;display:none;">' : '<a href="$1" class="bbc_link new_win" target="_blank">',
'after' => $user_info['is_guest'] ?  '</div>' : '</a>',
'disallow_children' => array('email', 'ftp', 'url', 'iurl'),
'disabled_after' => ' ($1)',
),



With the fix: <div style="visibility:hidden;display:none;">



Is the mod vbgamer45. Remember that anybody is perfect man. ;) A good lesson for you. And for everybody.



Thank you francis (gr0n) from ventajaspremium.com  8)


vbgamer45

Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

gr0n

#339
 ;)

Advertisement: