WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1How to Remove Action & Share? Empty How to Remove Action & Share? Mon Mar 15, 2010 8:23 pm

shamzblueworld

shamzblueworld
Registered Member
Registered Member
Hi guys,
I want to know how to remove action and share links from phpbb2?

I have replaced them from veiwtopic_body but how to remove them from blogs and from topic lists view?

Thanx

2How to Remove Action & Share? Empty Re: How to Remove Action & Share? Tue Mar 16, 2010 12:04 am

ankillien

ankillien
Administrator
Administrator
Hi sham!

Its there in the viewforum_body template.
Remove this part from the template...


Code:
      <td class=&quot;gensmall&quot; align=&quot;right&quot; valign=&quot;bottom&quot; nowrap=&quot;nowrap&quot;>
         <span class=&quot;nav&quot;>
            <script type=&quot;text/javascript&quot;>
            //<![CDATA[
               insert_plus_menu('f{FORUM_ID}&amp;f={FORUM_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
            //]]>
            </script>
         </span>
      </td>

3How to Remove Action & Share? Empty Re: How to Remove Action & Share? Tue Mar 16, 2010 9:43 am

shamzblueworld

shamzblueworld
Registered Member
Registered Member
Thanx ani, a little concern is why the code in my forum is a little different from your given code?
here is what I had in my template
Code:
      <td class="gensmall" align="right" valign="bottom" nowrap="nowrap">
         <span class="nav">
            <script type="text/javascript">
            //<![CDATA[
               insert_plus_menu('f{FORUM_ID}&f={FORUM_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
            //]]>
            </script>
         </span>
      </td>
Why is that?

4How to Remove Action & Share? Empty Re: How to Remove Action & Share? Tue Mar 16, 2010 9:56 am

ankillien

ankillien
Administrator
Administrator
oh! Thats a problem with my test board templates Razz
Yours are fine. Don't worry about it Smile

5How to Remove Action & Share? Empty Re: How to Remove Action & Share? Tue Mar 16, 2010 9:57 am

shamzblueworld

shamzblueworld
Registered Member
Registered Member
Ah alright. Now how to remove them from Blogs?
And also how to add those share links at the bottom of blogs?

6How to Remove Action & Share? Empty Re: How to Remove Action & Share? Tue Mar 16, 2010 1:29 pm

ankillien

ankillien
Administrator
Administrator
Add this code to the CSS...

Code:
#bookmarks {
display:none;
}

This will remove the 'share this' buttons from bottom of a blog post.

Now navigate to
Code:
viewcomments_body
template and remove this part from the code...

Code:
<td align="right" valign="bottom" nowrap="nowrap" width="100%">
         <span class="gensmall bold">
            <a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;pub=forumotion">{L_SHARE}</a>
            &nbsp;|&nbsp;
            <script type="text/javascript">
            //<![CDATA[
            insert_plus_menu('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
            //]]>
            </script>
         </span>
      </td>

7How to Remove Action & Share? Empty Re: How to Remove Action & Share? Tue Mar 16, 2010 2:11 pm

shamzblueworld

shamzblueworld
Registered Member
Registered Member
Actually I dont want to remove the share this links from the bottom I want to add my own addthis links there, and also forumotion's share this links are not showing there at all(at the bottom)

How can I add my addthis links at the bottom of blogs?

8How to Remove Action & Share? Empty Re: How to Remove Action & Share? Tue Mar 16, 2010 7:41 pm

ankillien

ankillien
Administrator
Administrator
Oops! Sorry, I misunderstood.
Please remove the CSS code I gave you, if you have added.

Navigate to viewcomments_body template and find this part...

Code:
   <!-- BEGIN social_bookmarking -->
   <a href="{social_bookmarking.URL}" title="{social_bookmarking.TITLE}" target="_blank" rel="nofollow">
      <img class="{social_bookmarking.CLASS}" src="http://2img.net/i/fa/empty.gif" alt="{social_bookmarking.TITLE}" title="{social_bookmarking.TITLE}" />
   </a>

   <!-- END social_bookmarking -->

You can add more buttons right after that by adding this code..

Code:
<a href="LINK" target="_black"><img src="IMAGE URL" /></a>

9How to Remove Action & Share? Empty Re: How to Remove Action & Share? Wed Mar 17, 2010 7:12 pm

shamzblueworld

shamzblueworld
Registered Member
Registered Member
Ok Thank you Ani bhai, Solved

10How to Remove Action & Share? Empty Re: How to Remove Action & Share? Wed Mar 17, 2010 10:43 pm

Jophy

Jophy
Registered Member
Registered Member
Solved = Locked

http://www.socialtechforum.com/

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum