Difference between revisions of "User talk:ST"

From Bose Portable PA Encyclopedia
Jump to: navigation, search
m (Linked Image Example)
m (Notes to Self)
(13 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
[http://bose.infopop.cc/eve?a=ptpc&u=359105355&x_popup=Y Send a Private Message]
 
[http://bose.infopop.cc/eve?a=ptpc&u=359105355&x_popup=Y Send a Private Message]
  
 +
What follows is likely of little interest. It is just a log of technical issues and changes related to running the wiki.
 +
 +
= Technical Issues and Changes =
 
== Extensions Installed ==
 
== Extensions Installed ==
  
Line 12: Line 15:
 
http://meta.wikimedia.org/wiki/LinkedImage
 
http://meta.wikimedia.org/wiki/LinkedImage
  
 +
NOTE: Breaks RSS
 
<linkedimage>
 
<linkedimage>
wikipage=The Bose® L1™ Wiki
+
wikipage=The Bose® L1® Wiki
 
tooltip=Main Page
 
tooltip=Main Page
 
img_src=L1doubleWA1.gif
 
img_src=L1doubleWA1.gif
Line 27: Line 31:
 
img_alt=No width or height specified
 
img_alt=No width or height specified
 
</linkedimage>
 
</linkedimage>
 +
 +
Try
 +
http://meta.wikimedia.org/wiki/User:Jbennet/Navigational_images
 +
 +
 +
=== Click Image extension ===
 +
 +
{{#Click:Digitech Vocalist Live 2 - Alternative Method to Connect to a T1®|Image:VocalistLive2.jpg|90px|Read the article on how to connect the Digitech Vocalist Live 2 to a T1®}}
 +
 +
==== Usage ====
 +
Add to a page:
 +
<pre>{{#Click:Target|Image:Example.png|90px|Caption is here.}}</pre>
 +
Width (90px) and caption are optional. Target may be an internal or external link, but internal links take precedence.
 +
  
 
=== LiveSaver Test ===
 
=== LiveSaver Test ===
  
 
http://meta.wikimedia.org/wiki/LiveSaver
 
http://meta.wikimedia.org/wiki/LiveSaver
 +
 +
== GD Library function calls repaired ==
 +
 +
In php.ini
 +
 +
extension=php_gd2.dll
 +
 +
15:45, 25 November 2006 (GMT-7)
 +
 +
== Update to 1.82 ==
 +
 +
Update to 1.82 seems to have worked.
 +
Extensions for Linked Images and Snap seem to no-longer break RSS, although this update to the ST Talk page should be the test for RSS that was breaking in NetVibes.
 +
 +
== RSS still broken ==
 +
 +
Had to disable LinkedImages and Snap
 +
Linked Images inserts an extra line at the beginning of the RSS file.
 +
 +
Snap breaks the syntax
 +
 +
== Category Tree ==
 +
 +
$wgUseAjax = true;
 +
require_once( './extensions/CategoryTree/CategoryTree.php' );
 +
 +
[[User:ST|ST]] 01:04, 4 December 2006 (GMT-7)
 +
 +
== Labeled Section Transclusion ==
 +
 +
require_once ( './extensions/LabeledSectionTransclusion/lst.php' );
 +
[[User:ST|ST]] 01:05, 4 December 2006 (GMT-7)
 +
http://www.mediawiki.org/wiki/Manual:$wg_config_(alphabetical)
 +
mark off section
 +
 +
<nowiki><section begin=Effects/>this is a chapter<section end=Effects /></nowiki>
 +
 +
example of transclusion
 +
 +
<nowiki>{{#lst:L1™ T1 ToneMatch™ Audio Engine/FAQ|Effects}}</nowiki>
 +
 +
 +
== Notes to Self ==
 +
 +
=== TO DO ===
 +
 +
* [[Article Requests]]
 +
*  resolve TODO references
 +
 +
=== Explore ===
 +
 +
http://meta.wikimedia.org/wiki/Help:EasyTimeline_activation
 +
 +
 +
== Vital Statistics ==
 +
This site: {{SITENAME}}
 +
 +
Running MediaWiki version {{CURRENTVERSION}}
 +
 +
 +
Number of wiki pages.
 +
{{NUMBEROFPAGES}} or which {{NUMBEROFARTICLES}} are considered articles
 +
 +
Number of uploaded files.
 +
{{NUMBEROFFILES}}
 +
 +
Number of wiki edits.
 +
{{NUMBEROFEDITS}}
 +
 +
Number of registered users.
 +
{{NUMBEROFUSERS}}
 +
 +
Number of users in the sysop group.
 +
{{NUMBEROFADMINS}}
 +
 +
Number of Active Users
 +
{{NUMBEROFACTIVEUSERS}}

Revision as of 12:12, 8 January 2019

Please contact me via a Private Message on the Bose® Musicians Community Message Board.

Send a Private Message

What follows is likely of little interest. It is just a log of technical issues and changes related to running the wiki.

Technical Issues and Changes

Extensions Installed

See: http://meta.wikimedia.org/wiki/Category:MediaWiki_extensions

Linked Image Example

only works for links to internal wiki pages

http://meta.wikimedia.org/wiki/LinkedImage

NOTE: Breaks RSS <linkedimage> wikipage=The Bose® L1® Wiki tooltip=Main Page img_src=L1doubleWA1.gif img_width=138px img_height=200px img_alt=Sampletext </linkedimage>

<linkedimage> wikipage=The Bose® L1™ Wiki tooltip=Main Page img_src=L1doubleWA1.gif img_alt=No width or height specified </linkedimage>

Try http://meta.wikimedia.org/wiki/User:Jbennet/Navigational_images


Click Image extension

{{#Click:Digitech Vocalist Live 2 - Alternative Method to Connect to a T1®|Image:VocalistLive2.jpg|90px|Read the article on how to connect the Digitech Vocalist Live 2 to a T1®}}

Usage

Add to a page:

{{#Click:Target|Image:Example.png|90px|Caption is here.}}

Width (90px) and caption are optional. Target may be an internal or external link, but internal links take precedence.


LiveSaver Test

http://meta.wikimedia.org/wiki/LiveSaver

GD Library function calls repaired

In php.ini

extension=php_gd2.dll

15:45, 25 November 2006 (GMT-7)

Update to 1.82

Update to 1.82 seems to have worked. Extensions for Linked Images and Snap seem to no-longer break RSS, although this update to the ST Talk page should be the test for RSS that was breaking in NetVibes.

RSS still broken

Had to disable LinkedImages and Snap Linked Images inserts an extra line at the beginning of the RSS file.

Snap breaks the syntax

Category Tree

$wgUseAjax = true; require_once( './extensions/CategoryTree/CategoryTree.php' );

ST 01:04, 4 December 2006 (GMT-7)

Labeled Section Transclusion

require_once ( './extensions/LabeledSectionTransclusion/lst.php' ); ST 01:05, 4 December 2006 (GMT-7) http://www.mediawiki.org/wiki/Manual:$wg_config_(alphabetical) mark off section

<section begin=Effects/>this is a chapter<section end=Effects />

example of transclusion

{{#lst:L1™ T1 ToneMatch™ Audio Engine/FAQ|Effects}}


Notes to Self

TO DO

Explore

http://meta.wikimedia.org/wiki/Help:EasyTimeline_activation


Vital Statistics

This site: Bose Portable PA Encyclopedia

Running MediaWiki version 1.31.1


Number of wiki pages. 6,791 or which 919 are considered articles

Number of uploaded files. 2,426

Number of wiki edits. 22,961

Number of registered users. 4,348

Number of users in the sysop group. 2

Number of Active Users 0