MyBB Community Forums

Full Version: Zaher1988's Plugins / Mods List
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
Heloo there,





For 1.2.x
Easy Adv. Banner 3.0
[Image: 29zx6px.jpg]
  • Different banner each time you visit a page.
  • Easy and flexible banners manager in the Admin CP where you can:
    • Upload images directly.
    • Set the Link at the point.
    • Set the Alt Text at the point
    • Ability to choose between external image URL or to upload it your-self
    • The choice to hide or show the banner without deleting it, and directly while adding it or later by editing it.
    • Easy modify for any entry (Simply change the alt text, the link, the image it self).
    • Easy delete and removing of the banners from the directory and from the database.
    • Displays how many times a banner was clicked. new
    • See how many times each banner was displayed beside each entry in the manager.
    • Directly visit the image or the link for that image from the manager.
    • Nice and attractive look for the manager.
    • Full control of all banners.
  • Set the directory you want for the banners to be uploaded to from the Board settings > change > Easy Adv. Banner.
  • Set the link target easily from the same settings page.
  • Add the banners any place you want in your board.
  • Total cleaning after deactivate (From database, and all uploaded banners).
  • Easy activate and deactivate.


Extra Statistics 3.1.2
[Image: 4h8r8js.jpg]
[Image: 4006t8h.jpg]
[Image: 4fzftky.jpg]
Add several statistics and charts in the stats page.
  • Chart of age distribution
  • Chart of sex distribution
  • Youngest member
  • Eldest member
  • 1st to join
  • Total males
  • Total Undisclosed
  • Total females
  • Last active user
  • Top poster

|LIVE DEMO |

Thank You 2.0
What's New?
Developed with Ajax capabilities.

[Image: 47mattl.jpg]
[Image: 4ccbec3.jpg]



Show Unanswered Threads 2.0
This will show all unanswered threads (0 replies)


Subforums Columns 2.0

Toggle between 2 or 3 columns.
Choose the forumbit image you’d like for all on, off, and locked sub-forums.
Specify your own dimension for the forumbit images.


Additional Groups Images 2.0
  • Additional groups’ images will appear in the user’s profile and each post the user makes.
  • None determinate number of images, it is depending on the number of additional groups.
  • Groups with the same image will have only 1 image referring to them in the mentioned place.
  • Easy activate and deactivate.
[Image: attachment.php?aid=2548]

Contact+ 3.0
[size=x-small]
A complete form which allows uses to customize and send messages to you.
Captcha verification image to overcome the mass mailing abuse.
Easy Settings.

[Image: 29cvpcx_th.jpg]

User Activity location in profile 2.0

This will show the activity location of the user whom his profile is being viewed.

[Image: nzljf5.jpg]

Side Boxes! 2.0
Features:
Shows the following boxes on the index page on the right of the forums list:
  • Welcome box (With login box).
  • Search box.
  • Latest threads box.
  • Statistics box.
Side- boxes allows you also to add your own additional custom boxes.

What’s new:
  • Compiled in a plugin form.
  • Settings to enable/disable each box.
  • Add new boxes through settings.
  • Login box available by default.
  • Easy Activate/Deactivate.


[Image: attachment.php?aid=2312]

Count Forum Viewers 2.0
Shows how many are viewing a certain forum beside it on the index..

Groups Legend 2.0
Displays clickable groups legend on the index page. Once clicked, depending on the group clicked, a list of all members of this group will appear


Country Flag in Postbit 2.0
Will show the country the user belongs to in symbolic look.


For 1.x
For mods, plug-in and utilities that only work with MyBB 1.x. Please go here.

For questions / Support regarding the mods and plugins use Mybb or My Support Forums.

Many Regards
i like the Advanced Navigation Bar!
Great job. I was just going ask for navbar but you are fast
I couldn't find this

Admin CP > Templates > Edit Delete > Expand >Index Page Templates > header

I have this

Admin CP > Templates > Edit Delete > Expand >header

and code is like this

<script language="Javascript" type="text/javascript">
		 var cookieDomain = "$settings[cookiedomain]";
		 var cookiePath = "$settings[cookiepath]";
		 var quickdelete_confirm = "$lang->quickdelete_confirm";
		 var newpm_prompt = "$lang->newpm_prompt";
		 var deleteevent_confirm = "$lang->deleteevent_confirm";
		 var removeattach_confirm = "$lang->removeattach_confirm";
	</script>
	<a name="top"></a>
	<div id="container">
		<div id="header">
			<div class="logo"><a href="$settings[bburl]/index.php"><img src="$theme[logo]" alt="$settings[bbname]" border="0" /></a></div>
			<div class="menu">
				<ul>
					<li><a href="$settings[bburl]/search.php"><img src="$theme[imgdir]/toplinks/search.gif" border="0" alt="$lang->toplinks_search" />$lang->toplinks_search</a></li>
					<li><a href="$settings[bburl]/memberlist.php"><img src="$theme[imgdir]/toplinks/memberlist.gif" border="0" alt="$lang->toplinks_memberlist" />$lang->toplinks_memberlist</a></li>
					<li><a href="$settings[bburl]/calendar.php"><img src="$theme[imgdir]/toplinks/calendar.gif" border="0" alt="$lang->toplinks_calendar" />$lang->toplinks_calendar</a></li>
					<li><a href="$settings[bburl]/misc.php?action=help"><img src="$theme[imgdir]/toplinks/help.gif" border="0" alt="$lang->toplinks_help" />$lang->toplinks_help</a></li>
				</ul>
			</div>
			<hr class="hidden" />
			<div id="panel">
				$welcomeblock
			</div>
		</div>
		<hr class="hidden" />
		<br class="clear" />
		<div id="content">
			$bannedwarning
			$bbclosedwarning
			$unreadreports
			<navigation>
			<br class="clear" />
I guess it's this you have to delete for the advanced bar:
<ul>
<li><a href="$settings[bburl]/search.php"><img src="$theme[imgdir]/toplinks/search.gif" border="0" alt="$lang->toplinks_search" />$lang->toplinks_search</a></li>
<li><a href="$settings[bburl]/memberlist.php"><img src="$theme[imgdir]/toplinks/memberlist.gif" border="0" alt="$lang->toplinks_memberlist" />$lang->toplinks_memberlist</a></li>
<li><a href="$settings[bburl]/calendar.php"><img src="$theme[imgdir]/toplinks/calendar.gif" border="0" alt="$lang->toplinks_calendar" />$lang->toplinks_calendar</a></li>
<li><a href="$settings[bburl]/misc.php?action=help"><img src="$theme[imgdir]/toplinks/help.gif" border="0" alt="$lang->toplinks_help" />$lang->toplinks_help</a></li>
</ul>
Hey

yes sorry it's just a copy error it's Admin CP > Templates > Edit Delete > Expand > header. sorry again


sorry smethead , i have copied Toungue the text instead the codeToungue !! hehe now i again put the code, as i was posting them in a hurry!.

regards

I tried the Collapsing/Expanding Welcome Panel code and I got this error
Quote:Object not found!

The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.

If you think this is a server error, please contact the webmaster.
Error 404
www.videogameempire.net
Thu Dec 15 21:52:00 2005
Apache/2.0.54 (Debian GNU/Linux) mod_ssl/2.0.54 OpenSSL/0.9.7d mod_auth_pgsql/2.0.2b1

I just upgraded to 1.0. Is that the problem?

heloo there,

please make sure of ./jscripts
upload the original files there.


Remove the space between java & script

regards
zaher1988 Wrote:Colorize Your ScrollBar

Go to Admin CP > Themes> Modify / Delete

Scroll till the bottom until you find Additional CSS

add this code

body, html {
scrollbar-base-color: #5392bc;
scrollbar-face-color: #6ab4e4;
scrollbar-track-color: #4995c6;
scrollbar-3dlight-color: #446b84;
scrollbar-highlight-color: #447fa5;
scrollbar-arrow-color: #8eb6d1;
scrollbar-darkshadow-color: #56768b;
scrollbar-shadow-color: #6790ab;
}
Sure you have to customize the colors the way you want, this is just a sample.

Of course, that would only work in Microsoft Internet Explorer Wink
that's for sure known!!Wink Smile
sorry for not mention it for those who might not know
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32