18
News Archive / MyBB > 1.4.5 and plugin updates.
« on: April 26, 2009, 09:17:10 am »
Yes I checked really good work dears.
Thanks

19
Binned / [Install]Please Thank You Plugin
« on: April 14, 2009, 05:47:06 am »
Please complete my request please please

20
Binned / [Install]Please Thank You Plugin
« on: April 14, 2009, 04:40:24 am »
My Request not completed yet

Pages: [1] 2

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Kamran Saleem

Pages: [1] 2
1
Support / Can u convert my forum from smfnew to mybbnew
« on: March 23, 2010, 01:20:42 am »
Can u convert my forum from smfnew to mybbnew
here is thi link
http://www.gsmpakistan.smfnew.com/index.php
Bcoz I like Mybb
My other forum is working well
http://www.gsmpower.mybbnew.com/

2
Support / Please Update Version
« on: July 02, 2009, 03:38:29 am »
Please Update Version.. 1.4.8
This is new update by Mybb

3
Administration Discussion / SMF of phpBB?
« on: June 27, 2009, 12:53:42 am »
I prefer MyBB, I hate SMF and phpBB.

4
Show Off / The Best GSM CDMA Forum
« on: June 26, 2009, 08:49:38 am »
Great Thanks to You

5
Show Off / The Best GSM CDMA Forum
« on: June 26, 2009, 02:37:32 am »
820 posts in 456 threads.
176 members registered & 44 active users

6
[Tip&Trick]Spice up your Admin on postbits and the online list and whole forum....
This is a small edit which will make your Admin account stand out more on topic view and at the online list.

Go to Users & Groups-Groups-Administrators. Then at Username Style replace all the contents in there with the following:

<span style="border: 1px dotted #FFFFFF; background-color:#C50000; color: #FFFFFF; text-decoration: none; padding: 1px;"><strong><em>{username}</em></strong></span>

Note that the above example will display the admin in red, cos that is how i have it at a forum that I admin. You can change the color to match your own admin colors. Alternatively you can do this for other usergroups as well.

The result can be seen at the attached screenshot below.

7
Show Off / The Best GSM CDMA Forum
« on: June 17, 2009, 12:26:29 am »
I have Now....
765 posts in 433 threads.
99 members registered....
http://www.gsmpower.mybbnew.com/index.php

8
Support / FTP Access
« on: May 19, 2009, 11:08:44 pm »
I also want ftp access to mybbnew forum...
If there is I like it more...

9
Show Off / The Best GSM CDMA Forum
« on: May 07, 2009, 09:18:19 am »
Sorry for triple post......
I will follow rules in future and all adims rules...
Thanks for telling me.

10
Show Off / The Best GSM CDMA Forum
« on: May 05, 2009, 06:13:49 am »

11
Show Off / The Best GSM CDMA Forum
« on: May 05, 2009, 06:12:03 am »
Daily updated forum
Total Mobile Hardware and software problems discussed here and solved here.

12
Show Off / The Best GSM CDMA Forum
« on: May 04, 2009, 07:15:16 am »
The Best GSM CDMA Forum.....
Please visit my forum and check my work..
Hope this will be a best gsm cdma forum

13
News Archive / Domain winner + Still chances to win!
« on: May 04, 2009, 07:04:12 am »
I'm still following so I hope to win this time.

14
If you like my tutorial i will updated new tutorials

15
How you can do it just see here
Go to 'ACP --> Templates & Style --> Templates --> **expand template set** --> Index Templates --> index'. Find:
Code: [Select]
{$headerinclude}
And directly underneath, add this code:
Code: [Select]


This will give a light blue background with a dark blue border. Colours should be in HEX code format; colour codes can be found here. All of this is fully customizable, this is just an example. This particular style is called 'newsbar_blue'. To add the newsbar to your index, add this code wherever you want it (normally under {$header}):

Code: [Select]

Whatever you want here



Here, you must make sure the name is the same as the name given to the CSS code. You can put anything you want where it says, and format it with HTML. For example, you could have:
Code: [Select]

Forum: GSM POWER



You can add multiple CSS blocks and multiple newsbars.

Enjoy

16
Integrating MyBB into your website. (Login Form)
Hmmm... Let me guess.
You need to integrate your forum within your website?
Well, you came to the right place.

What you need
1. Basic Knowledge In HTML.
2. Basic Knowledge In PHP.
3. MyBB (Duh).
4. A website to integrate it with.

How To
First, Before ANYTHING, even the "" or "
Code: [Select]
<?php
chdir
('forums'); // path to MyBB
define(&quot;IN_MYBB&quot;, 1);
require 
'./global.php';
?>


Then, place this where you want the login form/welcome message to appear.
Code: [Select]

if($mybb->user['uid'])
{
��// The user is logged in, say Hi
echo "Hey, $mybbuser[username].

Thanks for logging in.";
}
else
{
��// The user is not logged in, Display the form
echo "

Username:

Password:



";
}
?>


Where 'index.php' from line 17 (or close):
Code: [Select]


Should be replaced with where you want to redirect after the login.

And Where 'forums/member.php' from line 12 (or close):
Code: [Select]


Is the Path to your forum's member.php. Generally "forums/member.php".

If you need to add anything under on line 7 (or close):
Code: [Select]
echo "Hey, $mybbuser[username].

Thanks for logging in.";


Make it like:
Code: [Select]
echo "Hey, $mybbuser[username].

Thanks for logging in.
Your text here.";


To Add a link, do not use.
Code: [Select]
Link
But
Code: [Select]
Link

In other words, Do NOT use double quotes inside
Code: [Select]
echo ""

Use 's instead of "s.

Also, save the file (Which has the login form) as "something.php" and not "something.html" or "something.htm".

17
Outdated (Closed for posting) / Usergroup Legend
« on: April 26, 2009, 09:25:09 am »
Go into the Admin Control Panel and go to:
ACP > Templates & Styles > Templates > yourtheme Template > Index Page Templates > index_whosonline
Full Example Code:
Quote
Usergroup Legend

Administrators |
Super Moderators |
Moderator |
Member |
Validating |
Banned |
Permanently Banned
SimplePortal 2.3.7 © 2008-2024, SimplePortal