*This is not for the mobile suite app, this is for the premium mobile style

I love vBadvanced and use it on a couple of my forums. But there is one thing that bothers me, it doesn’t look good on a mobile phone when using the vBulletin premium mobile style.

On one of my forums I wanted to skip the vBadvanced homepage and go directly to the forum itself. Here is how I did it:

Go into your AdminCP and click on the Styles & Templates section and click on your Mobile Style (don’t do this on your main site), click on edit templates and find the adv_portal, this should be located under the vBadvanced CMPS Templates.

Remove all the code and replace with:

{vb:stylevar htmldoctype}
<html dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>

<meta http-equiv="refresh" content="0;url=forum.php">

</html>

This will redirect all mobile users to your forum itself when using the vBulletin Mobile Style.

Let me know if you have any questions!

Make sure you always back up your forum before doing any changes to your site.!

{ 0 comments }

Sorry Guys I scheduled this post for the wrong day, DOH!

As you saw in my post the other day about vBulletin and AOL emails fiasco. How do I uncheck all the “Receive Emails from Administrators” without searching the entire AOL and removing them one by one?

First I did a search in my AdminCp, just to see how many would be affected and this forum it was 225 users with AOL email addresses.

So how do you “bulk” uncheck the “Receive Emails from Administrators”, you can run a SQL query in the vBulletin AdminCp.

****FIRST Back-up your data, always do this! (Also I’m not responsible for data loss)

UPDATE user SET options=options - 16 WHERE options & 16 AND email LIKE "%@aol.%";

And this will uncheck all AOL emails. In less than 15 seconds I was done and hopefully no more issues.

On this week’s Forum Advice Friday, I’m going to post a question to you about the “Receive Emails from Administrators” and looking forward to hearing from you and your thoughts

{ 0 comments }

vBulletin, AOL emails and My Troubles

September 20, 2011

For years I know that vBulletin and most other forum software programs have had issues with sending emails to AOL, whether it is registration emails, PM emails, newsletters, etc. So let me tell you about my issues that happen to me on Friday morning right before the long Labor Day Weekend, which I already planned [...]

Read the full article →

Forum Advice Friday #5

September 9, 2011

Should I add chat box to my forum? I’m a big believer in letting the forum be your “chat box”. There isn’t any reason to add another place that members should chat; all chat should be on the forum itself. One thing you can to to make sure that your members stay and “chat” is [...]

Read the full article →

Selecting A Forum Topic

August 30, 2011

So you have decided that you are going to start a forum? That is a big step that a lot of people have made lately. It seems that discussion forums are more popular than they have ever been. I attribute this to the fact that the Internet is more popular than it has ever been [...]

Read the full article →

ForumCon – Are You Going?

August 23, 2011

What is ForumCon: DEVELOPING AND MONETIZING FORUMS AND COMMUNITIES ForumCon is a forum and communities conference that brings together leading brands, forum owners and community managers to explore strategies in forum and community development. During the one-day event, a team of renowned experts provides guidance on how to effectively engage with communities, gives tips on [...]

Read the full article →
Page 1 of 1212345...10...Last »