Bookmarks

Started by Matthew K., July 16, 2007, 01:07:24 PM

Previous topic - Next topic

cosmicxxx

both...

remove it from the navigation menu and put it in the profile instead.



Kindred

Removing from the menu is easy...   Edit the menu array in subs.php and comment out or delete the bookmarks section.

I use the user control panel for the profiles and this allows me to add icons to the usercp for up to 4 additional links, once of which I targeted to the user's bookmarks page.

Alternatively, it wouldn't be terrible hard toad it as a subscreen of the profile template.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

cosmicxxx

any further newbie friendly instruction. i think i can do the subs.php part but, i don't think i can for the other steps. i'm not a coder, but i'm learning bit by bit through instructions.

iPhoneDestek

Translation by MOD Translator iPhoneDestek.org in turkish languages







<file name="$themedir/languages/Modifications.turkish.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
// Beginn Booksmarks MOD Trasnlation by iPhoneDestek.org
$txt['bookmarks'] = 'Favori Konularim';
$txt['bookmark_not_for_guests'] = 'Üzgünüm, Bu Forumda Sadece Üyeler \'Favori Konular\' özelligini kullanabilir!';
$txt['bookmark_list'] = 'Favori Konular';
$txt['bookmark_list_empty'] = 'Suan Hiç Favori Konunuz Yok!. Mesajdaki \'Favorilerime ekle\' butonunu kullanarak ekleyebilirsiniz.';
$txt['bookmark_open_window'] = 'Yeni Pencerede Aç';
$txt['bookmark_delete'] = 'Favori Konuyu Sil';
$txt['bookmark_delete_success'] = 'Favori Konu Silindi!';
$txt['bookmark_delete_failure'] = 'Favori Konu Silinemedi!';
$txt['bookmark_add'] = 'Favorilerime Ekle';
$txt['bookmark_add_success'] = 'Konu, Favori Konulariniza eklendi!';
$txt['bookmark_add_exists'] = 'Bu Konu Zaten Favori Konularinizda Var!';
$txt['bookmark_add_failed'] = 'Favori Konu Eklemede Hata!';
$txt['permissionname_make_bookmarks'] = 'Favoriler icin konu olusturabilir';
// End Booksmarks MOD Trasnlation by iPhoneDestek.org
]]></add>
</operation>
</file>




$$  Q u a l i t y    I n f o r m a t i o n    L i n e  for iPhone $$



<   M O D  |  T R A N S L A T O R  |  TO  |  TUR  |  A N D   |  G E R   >


KensonPlays

Quote from: Kindred on July 26, 2010, 01:59:51 AM
???  google bookmark?  This feature creates a list of bookmarks stored in the DB for a user, there is no external interface with any outside source.

Also, I do not think that Aaron is doing any development on this any more... (could be wrong, though)
Nevermind... you don't understand what I mean...

TheListener


Nevermind... you don't understand what I mean...
[/quote]

Nobody does.

cloksin

Is there any way to get the page numbers to display under the topic title for threads that have more than one page?  When I click on bookmarks and see my list of bookmarks, I don't want to be taken to the first page of every thread I have bookmarked, at the very least I'd like to be able to go to the last page of each thread, and in a perfect world, be able to select the page.  Sometimes we have threads that move very fast and can move a couple of pages in the matter of just an hour or two, I'd like to be able to start at the page I left off last time I logged in, read all the posts from that point to get caught up, then post my reply.
SMF 2.0.1
SimplePortal 2.3.3

cosmicxxx

thanks to all who responded...

Manu.G

There is a problem with the Russian and German translation of this mod.


http://i44.tinypic.com/1pv421.jpg


The Cyrillic isn't displayed correctly and the German umlauts are displayed incorrect too :)


Here is the correct German translation (non-utf8)
$txt['bookmarks'] = 'Meine Lesezeichen';
$txt['bookmark_list'] = 'Lesezeichen';
$txt['bookmark_list_empty'] = 'Du hast momentan keine Lesezeichen angelegt. Dies kannst du mit \'Lesezeichen hinzuf&uuml;gen\' in den Threads erledigen.';
$txt['bookmark_open_window'] = 'In neuem Fenster &ouml;ffnen';
$txt['bookmark_delete'] = 'Lesezeichen l&ouml;schen';
$txt['bookmark_delete_success'] = '%1$s Lesezeichen wurden erfolgreich gel&ouml;scht!';
$txt['bookmark_delete_failure'] = 'Nicht alle Lesezeichen konnten gel&ouml;scht werden.';
$txt['bookmark_add'] = 'Lesezeichen hinzuf&uuml;gen';
$txt['bookmark_add_success'] = 'Thread erfolgreich Deinen Lesezeichen hinzugef&uuml;gt!';
$txt['bookmark_add_exists'] = 'Dieser Thread befindet sich bereits in deinen Lesezeichen!';
$txt['bookmark_add_failed'] = 'Es ist ein Fehler beim hinzuf&uuml;gen des Threads zu deinen Lesezeichen aufgetreten!';
$txt['permissionname_make_bookmarks'] = 'Erstellt Lesezeichen f&uuml;r Threads';
$txt['cannot_make_bookmarks'] = 'Sorry, du hast nicht die Berechtigung Lesezeichen zu erstellen.';
Version SMF 2.0.8
SimplePortal 2.3.5

Robert.

You can fix that by simply translating the button to Russian or any other Cyrillic language. :)

Manu.G

I fixed it, because we have a lot of Russian members on the forum.
Could be it isn't the correct way, but now the Cyrillic is displayed correct ;)
 
Russian (non-utf8) in the attachment
Version SMF 2.0.8
SimplePortal 2.3.5

Eyesman

Hello all,

I have tried to install this nice mod today but I get the following error:

"The package you are trying to download or install is either corrupt or not compatible with this version of SMF."

My forum version: SMF 2.0 RC5

Any help to make this mod works is much appreciated.

Thank you for your time.

cloksin

SMF 2.0.1
SimplePortal 2.3.3

Eyesman

thank you cloksin.. which version shall I emulate for this mod? what version should I type there?

thanx again!

Eyesman

Quote from: Aaron on July 30, 2011, 07:50:02 AM
I have uploaded a new version of this mod to the mod site. :)

This version should install on SMF 2.0 and above without the use of version emulation and should do a better job at adding the 'Add Bookmark' button to the (topic) display template.

Where can I find this new version?

thank you.

cloksin

This is a link to the latest version, version 2.4

http://custom.simplemachines.org/mods/index.php?mod=864

I looked at the package-info.xml file which lists the versions of smf it is compatible with, here is what it has.

<install for="2.0 Beta 3, 2.0 Beta 3 Public, 2.0 Beta 3.1, 2.0 Beta 3.1 Public, 2.0 Beta 4, 2.0 Beta 4 Public, 2.0 RC1, 2.0 RC2, 2.0 RC3, 2.0 - 2.0.99">

so you have three options, the more advanced option is to extract that file from the zip file, add 2.0 RC5 to that list, then zip it back into the package, you would then be able to install the package without using the emulator.

Option 2 is to emulate any of the versions listed there, I would go with RC3, so type "SMF 2.0 RC3" without the quotes into the emulator text box,

and the third option, which you'll hear a lot around here (but never really answers any questions) is to upgrade to 2.0.1.

I know from personal experience that this is not always an option, and can be an arduous task in and of itself (although it is a more stable version and lots of things were fixed in it) so I suggest option two.  Don't forget to set the emulator back to default when you are done.
SMF 2.0.1
SimplePortal 2.3.3

Kindred

more importantly....  update your forum installation ASAP!   2.0RC5 has know security issues which have been fixes in 2.0 and 2.0.1
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

cloksin

Quote from: Kindred on November 18, 2011, 07:28:00 AM
more importantly....  update your forum installation ASAP!   2.0RC5 has know security issues which have been fixes in 2.0 and 2.0.1

See what I mean?  Its a typical response around here "update your forum", to hell with giving you the answer you asked for.

Unfortunately, the people who recite this till they're blue in the face must have all the time in the world to spend the many many hours it takes to do an upgrade of this magnitude on a large, live forum.  They obviously don't even bother to read the posts before they submit their dribble, or he would have seen that I already addressed that in my previous post.  Its just a way to inflate their post count, so they can say "look how many posts I have, I MUST know what I'm talking about"

It has been my experience that people with insanely large post counts don't give as good information on the questions posed as people with lower posts counts, but actually read the questions posed and try to answer the actual question.  If you wanted to hear them beat the dead horse about upgrading you can read the news and updates topic.
SMF 2.0.1
SimplePortal 2.3.3

Kindred

Cloksin,

Actually, I don't give a damn about post count. I didn't add anything else because the other issue (which version to emulate) had already been handled - and, though you pointed it out as an option, you did not indicate that it was actually an IMPORTANT THING TO DO. I **DO* know what I am talking about, since I have been admining forums for 20+ years and have been on staff here for 5+ (and I have had several forums hacked over the years because I did not perform the upgrades)

As for updating and time...   I admin 5 forums currently. I spent last weekend updating one of them and Wednesday updating the other 4... Updating from 2.0RC5 to 2.0.1 is a minimal effort update.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Eyesman

Thank you cloksin! I have installed it using the emulator. :)

Advertisement: