User talk:Roberth Edberg

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
User Talk Contribs Sandbox My userboxes Awards Logs Moves Uploads


WELCOME!
Hello, and welcome to my talk page. I will be glad to discuss anything with you. Click here to start a new discussion. Have a great day.



Messed up when archiving[edit]

I have disabled this redirect so that you get my message correctly. I have requested for an administrator to complete the move you requested. It appears you are having difficulty in setting up a talk page archive; is there anything I can do to help? -RunningOnBrains 11:59, 2 March 2009 (UTC)[reply]

true, I messed up when moving archive to clean up page. --Roberth Edberg (talk) 12:01, 2 March 2009 (UTC)[reply]

A Way to Auto Link Words[edit]

I was thinking. I run a website where I am Constantly using certain words that I would like linked to Wikipedia.org. Could the next version you launch have a feature like this. I use words like Multiple Sclerosis or myelin, Plus MANY MANY other words Joseph from MSlaura.net —Preceding unsigned comment added by 65.244.227.194 (talk) 17:26, 13 May 2009 (UTC)[reply]

Do I understand you correectly if you're looking for a feature of my Wikibot, were you could list certains words that would would be linked to wikipedia? Like a banned word filter, but instead link them to wikipedia? That does not seem hard to create. Is it what you want? --Roberth Edberg (talk) 20:15, 13 May 2009 (UTC)[reply]
Correct, it would would automagically just link those certain words -- Joseph(Mslauranet (talk) 14:37, 14 May 2009 (UTC))[reply]
I'll have a look at it, when I have time. I can also see the need. I also see problems if it's logic collide with other bot's.. Hmm.. Well, I'll have a look. --Roberth Edberg (talk) 10:42, 15 May 2009 (UTC)[reply]
Where should I keep a eye out for the updated version? Joseph of MSlaura.net (talk) 17:51, 19 May 2009 (UTC)[reply]
The wikibot homepage. But I haven't had the time and I won't before summer. --Roberth Edberg (talk) 19:56, 19 May 2009 (UTC)[reply]

Wikibot not working properly[edit]

I've been using your Wikibot successfully - but the "inc:" function has suddenly stopped working. Why might that be?

Nothing has changed on my site. All that has happened is that the article that was always embedded into my Joomla content has now been replaced with a link to the Wikipedia article. —Preceding unsigned comment added by 78.32.224.193 (talk) 09:56, 7 June 2009 (UTC)[reply]

Strange, I know it still works (reference) - must be something local, check again --Roberth Edberg (talk) 08:32, 10 June 2009 (UTC)[reply]
I've checked and double checked everything and it doesn't work. I use inc:wikipediareference in the body of the article and all it publishes is the link, instead of bringing in the article. I have uninstalled and reinstalled. The file permissions on wikibot.php are set to 755. What else might be wrong? —Preceding unsigned comment added by 82.69.50.34 (talk) 06:50, 18 June 2009 (UTC)[reply]

I have found the problem. The Wikibot works OK - UNLESS the article is "semi-protected". For instance, inc:Google produces a blank page. How can the Wikibot be made to work with all Wikipedia pages? —Preceding unsigned comment added by 82.69.50.34 (talk) 19:40, 6 July 2009 (UTC)[reply]

Chrome OS[edit]

I've reverted your link to the "Official" site as it isn't an official "Chrome OS", it's simply a fan created version based on SuSE Linux. If you note on the Download Page it states "Chrome OS is not related to Google". See here for further details. 93.97.150.79 (talk) —Preceding undated comment added 17:43, 29 September 2009 (UTC).[reply]


Linking to on-site mediawiki rather that Wikipedia?[edit]

Is it possible for the extension to link to content on a mediawiki installation that is in a sibdirectory of the joomla site and not wikipedia? - I agree strongly with one of the questions asked above about certain words automagically linking to wiki pages. As a Joomla plugin, this would be amazingly useful in forums and community based sites where ysers will never use the [[link word]] syntax. BTW I visited the extension page linked from the JED but there were no contact details there hence my question here - sorry if it's an inappropriate place to ask - thanks. Paul. —Preceding unsigned comment added by 95.145.82.179 (talk) 12:41, 29 December 2009 (UTC)[reply]


Setup Question (?)[edit]

—Preceding unsigned comment added by 63.87.123.209 (talk) 17:57, 22 February 2010 (UTC)[reply]

I must be missing something simple but I can not get the [[link]] on my joomla page to link to my own Wiki site. Whenever I add the /url to find the Wiki .php page, it adds the word '/wiki' in back of it. Any ideas on how to proceed? Thanks —Preceding unsigned comment added by 63.87.123.209 (talk) 17:54, 22 February 2010 (UTC)[reply]

Have you tried adding the full url incl http:// ? --Roberth Edberg (talk) 13:33, 24 February 2010 (UTC)[reply]


This is actually due to a bug in the code. Here's a quick fix for it:

In the file /plugins/content/wikibot.php, change the third line in the following block of code:

    // Own wiki site?
    if (empty($ownsite)) {
        $returnsite = 'http://'.$lang.'.'.$wikisite.'.org/';
    } else {
        $returnsite = $ownsite;
        $wikisite= $ownsitename;
    }

to:

        $returnsite = 'http://'.$lang.'.'.$wikisite.'.org/wiki/';

Then, a few lines below, change six lines like these

 $link='<a href="'.$returnsite.'wiki/'.$rwikipath.$first [etc...]

to

 $link='<a href="'.$returnsite.$rwikipath.$first [etc...]

This should fix the bug...

diggie 15:01, 11 May 2010 (UTC) —Preceding unsigned comment added by 130.37.68.136 (talk)
Added this into version 2.3a --Roberth Edberg (talk) 22:31, 28 June 2010 (UTC)[reply]

Wikibot doesnt work with the new version of mediawiki[edit]

I installed the wikibot 2 in my web and since wikipedia update to his new version of mediawiki, the bot is working but apparently something changed in this new version of mediawiki and i can get run the inc:article function in my website it show me a blank page.

Hey, yea, I'd love this to be working too ... It's the only thing of it's kind. I referenced the Onion page and it seems to work. What could I be doing wrong? Paravis (talk) 00:29, 2 June 2010 (UTC)[reply]

Novice wondering if wikibot can open in a popup or in a module so as not to leave site?[edit]

Using joomla 1.5, and am pretty unskilled. Love the plugin, but would rather not have to go to new window, etc...

Also, I noticed when I installed the plugin that the directions appear as html when I look at the plugin manager. When "install sucess" in installer, however, the directions are clear.

Thanks, 72.93.2.233 (talk) 17:39, 13 October 2010 (UTC)PS[reply]

WikiBot is dead ?[edit]

WikiBot is dead or alive?

Last 3.1 Version is dated 26 January 2011.

Does it work on last joomla 3.0.x?

Many Thanks, joomleb

Notification of automated file description generation[edit]

Your upload of File:Bright-light.png or contribution to its description is noted, and thanks (even if belatedly) for your contribution. In order to help make better use of the media, an attempt has been made by an automated process to identify and add certain information to the media's description page.

This notification is placed on your talk page because a bot has identified you either as the uploader of the file, or as a contributor to its metadata. It would be appreciated if you could carefully review the information the bot added. To opt out of these notifications, please follow the instructions here. Thanks! Message delivered by Theo's Little Bot (opt-out) 14:14, 25 February 2014 (UTC)[reply]

Hi,
You appear to be eligible to vote in the current Arbitration Committee election. The Arbitration Committee is the panel of editors responsible for conducting the Wikipedia arbitration process. It has the authority to enact binding solutions for disputes between editors, primarily related to serious behavioural issues that the community has been unable to resolve. This includes the ability to impose site bans, topic bans, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy describes the Committee's roles and responsibilities in greater detail. If you wish to participate, you are welcome to review the candidates' statements and submit your choices on the voting page. For the Election committee, MediaWiki message delivery (talk) 16:17, 23 November 2015 (UTC)[reply]

ArbCom Elections 2016: Voting now open![edit]

Hello, Roberth Edberg. Voting in the 2016 Arbitration Committee elections is open from Monday, 00:00, 21 November through Sunday, 23:59, 4 December to all unblocked users who have registered an account before Wednesday, 00:00, 28 October 2016 and have made at least 150 mainspace edits before Sunday, 00:00, 1 November 2016.

The Arbitration Committee is the panel of editors responsible for conducting the Wikipedia arbitration process. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans, topic bans, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy describes the Committee's roles and responsibilities in greater detail.

If you wish to participate in the 2016 election, please review the candidates' statements and submit your choices on the voting page. MediaWiki message delivery (talk) 22:08, 21 November 2016 (UTC)[reply]

ArbCom 2018 election voter message[edit]

Hello, Roberth Edberg. Voting in the 2018 Arbitration Committee elections is now open until 23.59 on Sunday, 3 December. All users who registered an account before Sunday, 28 October 2018, made at least 150 mainspace edits before Thursday, 1 November 2018 and are not currently blocked are eligible to vote. Users with alternate accounts may only vote once.

The Arbitration Committee is the panel of editors responsible for conducting the Wikipedia arbitration process. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans, topic bans, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy describes the Committee's roles and responsibilities in greater detail.

If you wish to participate in the 2018 election, please review the candidates and submit your choices on the voting page. MediaWiki message delivery (talk) 18:42, 19 November 2018 (UTC)[reply]