Customizing SMF > Modifications and Packages
Bookmarks
tonzi:
youtube is working fine now coz i just get rid of the codes that showed above my forum. and i did the same in bookmark but the prob is, the function of this mod didnt showed up or work.
TrueSatan:
Had you followed what I told you to do it would work!
tonzi:
yah to have ?> once.
TrueSatan:
Note...You should have
--- Code: ---?>
--- End code ---
...not only shown once but, as previously, and repeatedly, stated at the end of the file on a line of its own. This mod now failing to work appears to be because you decided to remove the code you quoted above instead of taking the action previously advised:
--- Code: ---$txt['bookmarks'] = 'My Bookmarks';
$txt['bookmark_list'] = 'Bookmarks';
$txt['bookmark_list_empty'] = 'You don\'t have any bookmarks at the moment. Add one by clicking \'Add bookmark\' in topics.';
$txt['bookmark_open_window'] = 'Open in new window';
$txt['bookmark_delete'] = 'Delete bookmark';
$txt['bookmark_delete_success'] = 'The bookmark was deleted successfully!';
$txt['bookmark_delete_failure'] = 'The bookmark couldn\'t be deleted.';
$txt['bookmark_add'] = 'Add bookmark';
$txt['bookmark_add_success'] = 'The topic was successfully added to your bookmarks!';
$txt['bookmark_add_exists'] = 'This topic is already listed in your bookmarks!';
$txt['bookmark_add_failed'] = 'Failed to add the topic to your bookmarks.';
--- End code ---
This code is needed, it should not have been removed. You need to replace the code and then make sure that:
--- Code: ---?>
--- End code ---
...appears once only, at the end of the file and on a line of its own.
Ataraxicstorm:
-- sorry.. deleted message while i sort it :) --
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version