Social Bookmarks

Started by M-DVD, October 14, 2007, 04:06:46 PM

Previous topic - Next topic

satman007

No that thing does work...  i mean i never get any mod read me thing..

It just refreshes back to package list page when i clcik  apply mod


Not happening with other mods
Kindly help

M-DVD

Quote from: satman007 on May 27, 2009, 12:56:02 AM
No that thing does work...  i mean i never get any mod read me thing..

It just refreshes back to package list page when i clcik  apply mod

Not happening with other mods
Kindly help

xD

Ok, I think I confused me, and now (I think) already I have understood.

Have you downloaded this version? --> Social Bookmarks (For SMF 1.1.x).zip

If so, then no, those are the old versions (I don't delete them, because maybe someone want to watch it).

You must download and use the latest version --> SocialBookmarks_v2_0.zip

This version have the options showed in the images.

Try and tell me :)

satman007

but mine forum is 1.1.8   ... should i still use v2?
wont that  give me problems?

M-DVD

Quote from: satman007 on May 27, 2009, 11:56:53 PM
but mine forum is 1.1.8   ... should i still use v2?
wont that  give me problems?


Yes, no problem :)

The version MOD's isn't equivalent with version SMF's.

With my MODs, always you should use the last versión, this it works with all version SMF (unless I indicate otherwise)

Joe N

Microsoft: "We Need to Imagine Life Without Walls."
I Say: "If There are No Walls Who needs Windows."



My Mods (6) All My Mods Updated To SMF 2.0 RC2 and SMF 1.1.10!


satman007

Quote from: M-DVD on May 30, 2009, 11:00:13 AM
Quote from: satman007 on May 27, 2009, 11:56:53 PM
but mine forum is 1.1.8   ... should i still use v2?
wont that  give me problems?


Yes, no problem :)

The version MOD's isn't equivalent with version SMF's.

With my MODs, always you should use the last versión, this it works with all version SMF (unless I indicate otherwise)

Just uploaded the new version 2.,...but problems still the same... it comes to same package list
HELP

M-DVD

Quote from: Joe N on May 30, 2009, 11:09:23 AM
Nice Mod!

Thanks for your comment :)

Quote from: satman007 on May 30, 2009, 12:41:31 PM
Quote from: M-DVD on May 30, 2009, 11:00:13 AM
Quote from: satman007 on May 27, 2009, 11:56:53 PM
but mine forum is 1.1.8   ... should i still use v2?
wont that  give me problems?


Yes, no problem :)

The version MOD's isn't equivalent with version SMF's.

With my MODs, always you should use the last versión, this it works with all version SMF (unless I indicate otherwise)

Just uploaded the new version 2.,...but problems still the same... it comes to same package list
HELP

Ok.

Can you give screens? (I don't understand exactly the problem)

Have you check the settings?

snampall

Hello

I am using SMF 1.1.9. (bailoutvoices.com) I installed SocialBookmarks_v2_0.zip. Installation worked fine, the 'Social bookmark settings' show up under Administration Center -> Posts and Topics  But I don't see any bookmark icons in the boards when creating a new topic or replying. 

I first installed SocialBookmarks_V1.x.x, and that did created the the bookmark icons in the boards..

I am missing something..

Pleas help...

M-DVD

Quote from: snampall on June 05, 2009, 11:40:48 PM
Hello

I am using SMF 1.1.9. (bailoutvoices.com) I installed SocialBookmarks_v2_0.zip. Installation worked fine, the 'Social bookmark settings' show up under Administration Center -> Posts and Topics  But I don't see any bookmark icons in the boards when creating a new topic or replying. 

I first installed SocialBookmarks_V1.x.x, and that did created the the bookmark icons in the boards..

I am missing something..

Pleas help...

Also you should edit your index.template.php :)


<file name="$themedir/index.template.php">
<operation>
<search position="before"><![CDATA[
<link rel="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/print.css?fin11" media="print" />';
]]></search>
<add><![CDATA[
if (!empty($context['current_topic']) && (!empty($modSettings['socialbookmarks_01']) || !empty($modSettings['socialbookmarks_02'])))
echo '
<link rel="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/socialbookmarks.css?fin11" />';
]]></add>
</operation>
</file>

ElectricSquid

How do I get the icons to align left in the div

I'm working on a custom placement of the icons in Display.template.php.
But no matter what I modify in the socialbookmarks.css, or no matter what I add to the tags in the template, the icons will not align or float left.

Is there a stylesheet setting somewhere that I don't know about?
How do I get them to go left?

M-DVD

Quote from: ∑£ℓ¢†®¡¢ §ợų¡đ on June 09, 2009, 08:51:18 PM
How do I get the icons to align left in the div

I'm working on a custom placement of the icons in Display.template.php.
But no matter what I modify in the socialbookmarks.css, or no matter what I add to the tags in the template, the icons will not align or float left.

Is there a stylesheet setting somewhere that I don't know about?
How do I get them to go left?

Search x 4

float: right;

Replace x 4

float: left;

Remember, after making these changes, you must do 'hard refresh' and the browser can download the new css.

ElectricSquid

I tried that, but it didn't work.
I'm using the newest Safari, and it's not needed a browser cache dump in the past to show new changes, but I'll try it in a second and let you know if it works.

ElectricSquid

No, it didn't work.

I made the changes, emptied the cache, closed Safari, reopened Safari, and the icons remain on the right.
I also opened Firefox, which has no cache of the website I'm working on. In Firefox, the icons align to the bottom right.

A little extra info - I now have the social bookmarks code in Display.template.php wrapped in a table cell within it's own table. The table AND the td has align="left" style="float: left;" in the tag, so that should override the CSS stylesheet. But it does not respond. Margin attributes do respond, and I can do positioning with that.

I did try the exact edit to the CSS that you suggested BEFORE I moved the code out of the div tag you had it in (and used a table instead for my custom edit). No luck then either, even before my modification.

I do notice that you have positioning set for each icon in the CSS. Could this have something to do with it?
(oh, by the way, in your CSS, you didn't end each setting with a ; )
             example:    .some_class
                               {
                                     background: #000000;      <-------- you forgot to add the ;
                               }

Here's the icon positioning I was talking about. I did try the layout with this removed, but that did nothing different too.


.delicious { background-position: -0px }
.digg { background-position: -16px }
.diigo { background-position: -32px }
.facebook { background-position: -48px }
.stumbleupon { background-position: -64px }
.reddit { background-position: -80px }
.slashdot { background-position: -96px }
.ask { background-position: -112px }
.barrapunto { background-position: -128px }
.bitacoras-com { background-position: -144px }
.blinkbits { background-position: -160px }
.blinklist { background-position: -176px }
.bus_exchange { background-position: -192px }
.ybuzz { background-position: -208px }
.blogmarks { background-position: -224px }
.care2 { background-position: -240px }
.co-mments { background-position: -256px }
.current { background-position: -272px }
.dealsplus { background-position: -288px }
.delirious { background-position: -304px }
.fark { background-position: -320px }
.faves { background-position: -336px }
.feed_me_links { background-position: -352px }
.fresqui { background-position: -368px }
.friendfeed { background-position: -384px }
.funp { background-position: -400px }
.furl { background-position: -416px }
.google_bmarks { background-position: -432px }
.kirtsy { background-position: -448px }
.linkagogo { background-position: -464px }
.linkedin { background-position: -480px }
.ma-gnolia { background-position: -496px }
.meneame { background-position: -512px }
.mixx { background-position: -528px }
.mister_wong { background-position: -544px }
.windows_live { background-position: -560px }
.myspace { background-position: -576px }
.n4g { background-position: -592px }
.netscape { background-position: -608px }
.netvouz { background-position: -624px }
.newsvine { background-position: -640px }
.oknotizie { background-position: -656px }
.propeller { background-position: -672px }
.rawsugar { background-position: -688px }
.rojo { background-position: -704px }
.simpy { background-position: -720px }
.smarking { background-position: -736px }
.socializer { background-position: -752px }
.sphinn { background-position: -768px }
.spurl { background-position: -784px }
.squidoo { background-position: -800px }
.tailrank { background-position: -816px }
.technorati { background-position: -832px }
.twitter { background-position: -848px }
.xanga { background-position: -864px }
.yigg { background-position: -880px }
.yahoo_bmarks { background-position: -896px }
.yahoo_my_web { background-position: -912px }




M-DVD

xD

You have used
<td width="70%" id="socialbookmarks_1a" colspan="3">
bla, bla
</td>


Should be
<td width="70%" colspan="3">
<div id="socialbookmarks_1a">
bla, bla
</div>
</td>


<td> tag cannot have float property

:)

dzinerfusion

H i I would liketo move the web2.0 imgaes here :)

I include a pic and the file to edit.

totaltutankoll

I can not seem to install mods after moving my forum. It uploads the ftp-file perfectly but when I try to install is says it's impossible to do cause one of more of my package are not writeable- They're all set in 777 . I tried to upload a temp-file to the package folder and then it works to upload the mods but... they're no where to be seen!

I ran the repaircscript file as I was told to do when moving the forum and that went ok and the forum and Simple Portal works as they should. But new mods won't show. 
Started out with a SMF-forum a couple of years ago went on to Dynamic web (read dynamic crap) and am now back in the land of Simple Machines.

Non, je ne regrette rien!

M-DVD

Quote from: bluesinjid on June 13, 2009, 08:56:14 PM
H i I would liketo move the web2.0 imgaes here :)

I include a pic and the file to edit.

Check the attachment

Quote from: totaltutankoll on June 15, 2009, 08:10:39 PM
I can not seem to install mods after moving my forum. It uploads the ftp-file perfectly but when I try to install is says it's impossible to do cause one of more of my package are not writeable- They're all set in 777 . I tried to upload a temp-file to the package folder and then it works to upload the mods but... they're no where to be seen!

I ran the repaircscript file as I was told to do when moving the forum and that went ok and the forum and Simple Portal works as they should. But new mods won't show. 

You can get better help in SMF Support

U1NO

Hello, I have tried to install this mod and it works fine in the default theme but not in my custom theme. I have tried to manually modify the Display.template.php but it doesn't work, maybe it's because my custom theme has the code a bit different. Could you please tell me how can I put the code correctly?  I have uploaded the file as attachment. Thank you  ;)

amkanojia

I am having the same problem as U1NO.
I resolved all of the problems installing Social Bookmarks properly using these forums. Now the problem is that it only works in the default theme.
I am using the BlackDay Theme - the buttons do not appear.

Forgive my ignorance, I am not very familiar with coding.

Attached is a copy of the display.template.php for the BlackDay theme.

Kencelot

Great mod! Installed flawlessly!

Thank you! :)

Advertisement: