Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 133,795
» Latest member: Savannah98
» Forum threads: 176,946
» Forum posts: 1,239,684
Full Statistics
|
|
|
Cookie Crumbs |
Posted by: Riad C. - 2010-08-09, 07:08 AM - Forum: 1.6 General Support
- Replies (3)
|
|
You know, the ones like:
Forum Name / Announcements and Discussion / Announcements / Thread Name
I'm trying to change their colour, I've edited .pagination, but it isn't working. I'm starting to think that's wrong.
|
|
|
Group Moderator |
Posted by: Alex597 - 2010-08-09, 05:05 AM - Forum: 1.6 General Support
- Replies (4)
|
|
I don't know if this is a bug or not, i checked dev and found nothing But,
I added a group as a moderator and went to go check the forums and it said "Moderated By: Guest". The group had no member's in it, but had a admin with the group as additional, so i added a test account to the group and it still said "Moderated By: Guest" i cleared the cache for moderator, forum, and usergroup. and it still says "Moderated By: Guest"
Here's a link to the forums, http://support.webhostingfox.com/index.php and the forum is Request P2H Hosting
|
|
|
correct way to center banner and links. |
Posted by: Ants - 2010-08-09, 12:47 AM - Forum: 1.6 General Support
- Replies (8)
|
|
I'm having trouble with my forum and making it W3C valid . I need to center both the banner and the links below (blog, irc, twitter, youtube, members, calendar etc.) This is how I've currently done it, but i know it's incorrect. What is the correct/valid way to do it? Could you please post back showing the full code and how it should look.
this is the header template.
<div id="container">
<a name="top" id="top"></a>
<div id="header">
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
<div class="menu">
<ul>
<div align="center">
<li><a href="" target="_blank"><img src="" alt="" title="Donate" />Donate</a></li>
<li><a href="" target="_blank"><img src="" alt="" title="Blogspot" />Blog</a></li>
<li><a href="" target="_blank"><img src="" alt="" title="YouTube" />YouTube</a></li>
<li><a href="" target="_blank"><img src="" alt="" title="Chat" />#IRC</a></li>
<li><a href="" target="_blank"><img src="" alt="" title="Google" />Google</a></li>
<li><a href="" target="_blank"><img src="" alt="" title="Facebook" />Facebook</a></li>
<li><a href="" target="_blank"><img src="" alt="" title="Twitter" />Twitter</a></li>
<li><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.png" alt="" title="" /><a href="$settings[bburl]/search.php">Search</a></li>
<li><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/memberlist.png" alt="" title="" /><a href="$settings[bburl]/memberlist.php">Members</a></li>
<li><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/calendar.png" alt="" title="" /><a href="$settings[bburl]/calendar.php">Calendar</a></li>
<li><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/help.png" alt="" title="" /><a href="$settings[bburl]/misc.php?action=help">Help</a></li>
</ul>
</div>
<hr class="hidden" />
<div id="panel">
{$welcomeblock}
</div>
</div>
<hr class="hidden" />
<br class="clear" />
<div id="content">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
<navigation>
<br />
If i need to post another template or something let me know and i will.
|
|
|
Automatically registrations |
Posted by: Coffé and Milk - 2010-08-08, 10:06 PM - Forum: 1.6 General Support
- Replies (4)
|
|
Dear friends, recently I have observed thousands of new members in my forum and I think all have been registered via bots or similar. Time online in the forum for these users is 6 seconds. Before registration, all these users create a signature that is a phrase with a link to a commercial web, these phrases and url are random, example: travel machu picchu link to http://themachupicchu.com/
or grilled salmon recipe link to http://www.freeonlinerecipes.net/16031-r...almon.html
someone has the same problem?
I have last version of Mybb (1.4.13) and I use the recaptcha plugin. The settings for new member registration is "instantaneus activation".
Thank you.
|
|
|
|