Add Poll
 
Options: Text Color Split Pie
 
 
 
 
 
 
 
 
Poll Comment:
Max 500 characters. Remaining characters:
days and minutes. Leave it blank if you don't want to set it now.

Please type the characters exactly as they appear in the image,
without the first 2 and last 2 characters.
The characters must be typed in the same order,
and they are case-sensitive.
Open Preview Preview

You can resize the textbox by dragging the right or bottom border.
Off Topic Comment Insert Spoiler
Insert Hyperlink Insert FTP Link Insert Image Insert E-mail Insert Media Insert Table Insert Table Row Insert Table Column Insert Horizontal Rule Insert Teletype Insert Code Insert Quote Edited Superscript Subscript Insert List /me - my name Insert Marquee Insert Timestamp No Parse
Bold Italicized Underline Insert Strikethrough Highlight
                       
Change Text Color
Insert Preformatted Text Left Align Centered Right Align
resize_wb
resize_hb







Max 5000 characters. Remaining characters:
Text size: %
More Smilies
View All Smilies
Collapse additional features Collapse/Expand additional features Smiley Wink Cheesy Grin Angry Sad Shocked Cool Huh Roll Eyes Tongue Embarrassed Lips Sealed Undecided Kiss Cry
Topic Summary - Displaying 9 post(s). Click here to show all
Posted by: pyragony54
Posted on: Oct 24th, 2017 at 3:45am
and with me there are days, I am so right on 
Posted by: Dandello
Posted on: Oct 23rd, 2017 at 4:40pm
There are days when I really am  Smiley
Posted by: pyragony54
Posted on: Oct 23rd, 2017 at 4:09pm
it works now   Smiley
Posted by: Dandello
Posted on: Oct 23rd, 2017 at 2:03pm
The problem isn't with the language line. It's a missing substitution in Subs.pm

Find
Code (Perl)
Select All
            $yyadmin_alert =~ s/USER/$user/xsm; 



And add after
Code (Perl)
Select All
            $yyadmin_alert =~ s/\Q{yabb adminurl}\E/$adminurl/xsm; 

Posted by: pyragony54
Posted on: Oct 23rd, 2017 at 5:38am
Dandello wrote on Oct 23rd, 2017 at 4:37am:
The link takes admins directly to the Admin Center Maintenance Mode screen.


But it does not, I have compared with 2.6.12.
So it should look like this.


Code
Select All
'616' => q~Remember, this forum is in <a href="{yabb adminurl}?action=newsettings;page=maintenance" style="font-weight: bold;">'Maintenance Mode'</a>.~, 

Posted by: Dandello
Posted on: Oct 23rd, 2017 at 4:37am
Top of forum and top of navigation sidebar in Admin Center for admins (and Global Mods if permitted).

Unless something really odd is happening, it should show up in the same place in most - if not all - forum screens that the admin and Global Mod can get to when the forum is in Maintenance Mode. The link takes admins directly to the Admin Center Maintenance Mode screen.
Posted by: pyragony54
Posted on: Oct 23rd, 2017 at 4:13am
It only updates the main page. More does not make it. To what?
Posted by: Dandello
Posted on: Oct 23rd, 2017 at 1:29am
That belongs to the Admin Maintenance alert in the top section. It's called from Subs.pm.
Posted by: pyragony54
Posted on: Oct 22nd, 2017 at 7:50pm
Where should this link lead? I can not find a usable function.

Main.lng

Code (Perl)
Select All
'616' => q~Remember, this forum is in <a href="{yabb adminurl}?action=admincheck;username=USER;action2=newsettings;page=maintenance" style="font-weight: bold;">'Maintenance Mode'</a>.~,