The Zombie Nerds
Please Sign in If you are a registered member. If not please register, it's free!
The Zombie Nerds
Please Sign in If you are a registered member. If not please register, it's free!
The Zombie Nerds
hello people this is a test
This is the second announcement
wertwertwergsdfgsdfgvds sdfgdfg sdf g

You are not connected. Please login or register

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

1Your first subject Empty Your first subject Tue Aug 28, 2012 3:06 am

TheZombieNerd

TheZombieNerd
Admin
Take some time to read this information before starting to use the administration of your forum:

How to access your administration panel ?
In the top menu, click on Log In, a new page is displayed. Fill in the username "admin" and the password you have choosen during your registration. If you have lost or forgot it, click here. Once you are logged in, click on the link "Administration Panel" at the bottom of the page.

How to modify your board's appearance ?
You can modify your board's appearance by choosing a theme (each theme displays different pictures, colors and icons). To do that, go to the administration panel, then click on Management in the Styles Admin menu and choose one of the displayed themes. You can later change it or choose another one.

How to manage the categories and forums ?
You can add, modify and delete the categories and forums that you have created anytime and without limit. To do that, go to the administration panel, in the management part of the Forum Admin, and click on "Add a link" (a forum or a category). In a first time, we advice you to create test categories and test forums that you will delete later, in order to understand how this tool works.

https://zombienerds.board-directory.net

2Your first subject Empty Re: Your first subject Mon Sep 03, 2012 12:18 pm

TheZombieNerd

TheZombieNerd
Admin
hey

https://zombienerds.board-directory.net

3Your first subject Empty Re: Your first subject Mon Sep 03, 2012 12:49 pm

TheZombieNerd

TheZombieNerd
Admin
hey

https://zombienerds.board-directory.net

4Your first subject Empty Re: Your first subject Thu Sep 06, 2012 10:22 pm

TheZombieNerd

TheZombieNerd
Admin
hey

https://zombienerds.board-directory.net

5Your first subject Empty Re: Your first subject Sat Sep 08, 2012 12:21 am

TheZombieNerd

TheZombieNerd
Admin
hey

https://zombienerds.board-directory.net

6Your first subject Empty Re: Your first subject Sat Sep 08, 2012 12:21 am

TheZombieNerd

TheZombieNerd
Admin
The member 'TheZombieNerd' has done the following action : Take your Chance

#1 'Get Food' : 15, 3, 25, 12, 13

--------------------------------

#2 'Get Food' : 5, 5, 17, 4, 18

https://zombienerds.board-directory.net

7Your first subject Empty Re: Your first subject Tue Sep 18, 2012 1:35 am

kandiman666

kandiman666
hry

8Your first subject Empty Re: Your first subject Wed Sep 19, 2012 12:00 pm

kandiman666

kandiman666
hey

9Your first subject Empty Re: Your first subject Sun Oct 07, 2012 7:49 pm

TheZombieNerd

TheZombieNerd
Admin
kandiman666

https://zombienerds.board-directory.net

10Your first subject Empty Re: Your first subject Sat Feb 09, 2013 9:52 pm

TheZombieNerd

TheZombieNerd
Admin
Add this to your Javascript, mark it all pages name it socialme:


Code:
// Copyright 2013 Mr.EasyBB of EasyBB Tutorials
// Duplication of this code IS NOT allowed without permissions
// Facebook a registered trademark is not affiliated by any means of EasyBB or its components
// AvacWeb duplication copyrights are only accessible by LGForum
// To use this plugin this copyright must be attached
(function($){
    'use strict';
    var x = 0;
    var url = window.location.href.split('#')[0];
    var post = new Array;
        $(".post").each( function() {
              if($(this).attr("id")) {
                  post.push($(this).attr("id"));
              }
        });
    var mess = new Array;
    $('.postfoot').each(function() {
        if($(this).parent('.postbody').text()) {
                mess.push($(this).parent('.postbody').text());
        }
    });
    var helpers = {
            "defaults": {
                "post": post,
                "href": url+'#',
                "send": 'true',
                "layout": 'button_count',
                "width": '125',
                "faces": 'false',
                "font": 'verdana',
                "action": 'like',
                "scheme": 'light',
                "turl": window.location,
                "twitter" : false,
                "tcount": 'none',
                "tsize":'small',
                "lang":'en',
                "text": mess[x],
                "ttype":'share',
                "twext":'Tweet',
            },
        "init": function (options) {
            var settings = $.extend({}, helpers.defaults, options),
                socialme = $('<div />').addClass('socialme fb-like').attr({
                    "data-href": settings.href + settings.post[x],
                    "data-send": settings.send,
                    "data-layout": settings.layout,
                    "data-width": settings.width,
                    "data-show-faces": settings.faces,
                    "data-font": settings.font,
                    "data-action": settings.action,
                    "data-colorscheme": settings.scheme
                });
            return this.each(function (i, elem) {
                var self = $(elem),               
                    data = self.data('socialme'); 
                    if (!data) { 
                        if(settings.twitter == true) {$(self).append('<a class="twitter" data-url="'+settings.href + settings.post[x]+'" data-size="'+settings.tsize+'" data-count="'+settings.tcount+'" data-lang="'+settings.lang+'" data-text="'+settings.text+'">'+settings.twext+'</a>');
                            if (settings.ttype == "share") {
$('.twitter').html('').addClass('twitter-share-button').attr({"href":'https://twitter.com/share'});
                            } else if (settings.ttype == "hashtag") {
                                $('.twitter').addClass('twitter-hashtag-button').removeAttr('href').attr('href', 'https://twitter.com/intent/tweet?button_hashtag='+settings.twext);
                            } else if (settings.ttype == "mention") {
                                $('.twitter').addClass('twitter-mention-button').removeAttr('href').attr("href",'https://twitter.com/intent/tweet?screen_name='+settings.twext);
        }
                                        }
                           
                    self.data('socialme', socialme);
                    self.append(socialme);
                }
                x++;
            });
        },
            "destroy": function () {
                return this.each(function (i, elem) {
                    var self = $(this),               
                        data = self.data('socialme'); 
                    $(window).unbind('.socialme');     
                    self.removeData('socialme');     
                    self.find('.socialme').remove();
                });
            }
         
        };
    //define the method "socialme"
    $.fn.socialme = function (method) {
        if (helpers[method]) {
            // call the method and pass in the settings
            return helpers[method].apply(this, Array.prototype.slice.call(arguments, 1));
        } else if (typeof method === 'object' || !method) {
            // default to the init method and pass in the arg
            return helpers.init.apply(this, arguments);
        } else {
            // throw an error
            $.error('Method ' + method + ' does not exist on jQuery.tooltip');
        }
    };
}(jQuery));
$(function() {
$('body').append('<div id="fb-root"></div>');
(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
 js.src="//connect.facebook.net/en_US/all.js#xfbml=1&appId=477049588983712";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
  !function(d,s,id){
    var js,fjs=d.getElementsByTagName(s)[0];
      if(!d.getElementById(id)){
      js=d.createElement(s);
      js.id=id;js.src="https://platform.twitter.com/widgets.js";
        fjs.parentNode.insertBefore(js,fjs);
            }
      }(document,"script","twitter-wjs");
});

Save it

Now make another js page. Add this to it mark it in topics name it whatever you want.
You have to change the .postfoot to your post foot selector
Code:
$(function() {
$('.postfoot').each(function() {
$(this).socialme({
"twitter":true,
"tcount":'horizontal',
"layout":'button_count'});
});
});

Save then go find a post

https://zombienerds.board-directory.net

11Your first subject Empty Re: Your first subject Mon Feb 11, 2013 9:35 pm

TheZombieNerd

TheZombieNerd
Admin
[rand]hello[/rand]

https://zombienerds.board-directory.net

12Your first subject Empty Re: Your first subject Mon Feb 11, 2013 9:36 pm

TheZombieNerd

TheZombieNerd
Admin
[rand]hoola[/rand]


[wow]Check This Out[/wow]

https://zombienerds.board-directory.net

13Your first subject Empty Re: Your first subject Wed Feb 13, 2013 9:52 am

TheZombieNerd

TheZombieNerd
Admin
Advise Crazy Apple Orange Easybb AvacWeb

https://zombienerds.board-directory.net

14Your first subject Empty Re: Your first subject Thu Feb 14, 2013 10:29 pm

TheZombieNerd

TheZombieNerd
Admin
ghjfghjfghjghfj

https://zombienerds.board-directory.net

15Your first subject Empty Re: Your first subject Thu Feb 14, 2013 10:29 pm

TheZombieNerd

TheZombieNerd
Admin
dfghdfghdfgh

https://zombienerds.board-directory.net

16Your first subject Empty Re: Your first subject Thu Feb 14, 2013 10:29 pm

TheZombieNerd

TheZombieNerd
Admin
fdgsdfgsdfgsdfg

https://zombienerds.board-directory.net

17Your first subject Empty Re: Your first subject Thu Feb 14, 2013 10:30 pm

TheZombieNerd

TheZombieNerd
Admin
dghdgfhdfghdfghdgfh

https://zombienerds.board-directory.net

Sponsored content


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

Plus Premium
 
 

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