Hello after a few days of searching there is no clear instruction or tutorials or plugins to rename the wire to maybe somthing like posts or other names that admins may want to use, i am willing to change the core files as having the name the wire is not original at all for someone trying to be original, i would really appreciate some information and help and maybe a plugin? i noticed there is a plugin but it does not work for elgg-1.8.16 only for 1.7, should i down grade elgg? : (
Please help me : )
this is the only thing i could find that made me so happy until i relized i could not use this plugin
http://community.elgg.org/plugins/701137/1.0/rename-the-wire-to-posts
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
if you have a solution please post i will make another hosting account and try on there, i think it would be best to wait for a plugin to be made to fix this issue that many users have with 1.8 elgg
no no, the language file of the wire plugin
Go to:
Mod/wire/languages/en
oh lol
ok here it is what do i change : )
<?php
/**
* The Wire English language file
*/
$english = array(
/**
* Menu items and titles
*/
'thewire' => "The Wire",
'thewire:everyone' => "All wire posts",
'thewire:user' => "%s's wire posts",
'thewire:friends' => "Friends' wire posts",
'thewire:reply' => "Reply",
'thewire:replying' => "Replying to %s (@%s) who wrote",
'thewire:thread' => "Thread",
'thewire:charleft' => "characters remaining",
'thewire:tags' => "Wire posts tagged with '%s'",
'thewire:noposts' => "No wire posts yet",
'item:object:thewire' => "Wire posts",
'thewire:update' => 'Update',
'thewire:by' => 'Wire post by %s',
'thewire:previous' => "Previous",
'thewire:hide' => "Hide",
'thewire:previous:help' => "View previous post",
'thewire:hide:help' => "Hide previous post",
/**
* The wire river
*/
'river:create:object:thewire' => "%s posted to the %s",
'thewire:wire' => 'wire',
/**
* Wire widget
*/
'thewire:widget:desc' => 'Display your latest wire posts',
'thewire:num' => 'Number of posts to display',
'thewire:moreposts' => 'More wire posts',
/**
* Status messages
*/
'thewire:posted' => "Your message was successfully posted to the wire.",
'thewire:deleted' => "The wire post was successfully deleted.",
'thewire:blank' => "Sorry, you need to enter some text before we can post this.",
'thewire:notfound' => "Sorry, we could not find the specified wire post.",
'thewire:notdeleted' => "Sorry. We could not delete this wire post.",
/**
* Notifications
*/
'thewire:notify:subject' => "New wire post",
'thewire:notify:reply' => '%s responded to %s on the wire:',
'thewire:notify:post' => '%s posted on the wire:',
);
add_translation("en", $english);
Do i just change everything that says the wire to post? and if it says post on the wire just delete
( post on the ire ) and change to ( Post )
bk soon lol i think this maybe the issue fixed, i wish there was a plugin so i do not have to change the core files
hello again so what to do now? > we have got down to the last bit of the tutorial : )
edit:
Do i just change everything that says the wire to post? and if it says post on the wire just delete
( post on the wire ) and change to ( Post )
edit:
Do i just change everything that says the wire to post? and if it says post on the wire just delete
( post on the wire ) and change to ( Post )
lol everyone given up on repying now? ^_^
- Previous
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- Next
You must log in to post replies.