Current time: 03-21-2010, 05:01 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 6 Votes - 3.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Condition and vbnavbar for 1.4.11
08-17-2009, 10:55 PM
Post: #91
RE: Condition and vbnavbar for 1.4.8
(08-17-2009 06:06 PM)karthikguru Wrote:  hi this is redirecting to the index page when we login .... what is the template change to make it redirect to the page that the user was in before logging in ????

@karthik: This is an interesting question. I'll have a look into this as I have to say I don't know the answer to resolve this as yet I'm afraid.

Current motto: Cross referencing threads by providing links is a good idea!

Back-on Online - Back-on Fansite
http://www.backon-online.com/

WordPress Snippets
http://www.wpsnippets.com/
Visit this user's website Find all posts by this user
Quote this message in a reply
08-18-2009, 02:32 PM
Post: #92
RE: Condition and vbnavbar for 1.4.8
Fantastic achieavement... I will use this on my new forum

<font size too large, removed. use NORMAL size only, like below>
FIND OUT ABOUT MYBBCODES.COM
Visit this user's website Find all posts by this user
Quote this message in a reply
09-27-2009, 04:03 AM (This post was last modified: 09-27-2009 04:03 AM by AlanB.)
Post: #93
RE: Condition and vbnavbar for 1.4.8
As achievement UserCP menu translate to Spanish? Tested on my forum version 1.4.9 OK 100%
Find all posts by this user
Quote this message in a reply
10-11-2009, 06:47 AM (This post was last modified: 10-23-2009 08:13 AM by Lokki.)
Post: #94
RE: Condition and vbnavbar for 1.4.8
it seems to be a problem with code in Google Chrome Browser.
This is how it looks in Mozilla firefox (cod works fine)
   
And this is how it looks in Chrome
   

This is the second theme that i edit and looks like this in Chrome.
how can be fixed this problem?

__________________________________________
I've fixed this problem Smile
Visit this user's website Find all posts by this user
Quote this message in a reply
12-09-2009, 11:25 PM
Post: #95
RE: Condition and vbnavbar for 1.4.10
Nice one, Lokki! Big Grin Hope it was quite easy to fix?

And with thanks to Lokki for the reminder - functions.php has now been updated for MyBB 1.4.10 - please see the first post for the attachment. Apologies for the delay in updating this file!

For future reference, the change to functions.php can be found here.

The information can also be found below:
Quote:... It's the addition of

Code:
// ###################### Start iif #######################

function iif($expression, $returntrue, $returnfalse = '')

{

    return ($expression ? $returntrue : $returnfalse);

}

// #############################################

after the last comment
Quote:*/
at the start of the function.php file.

Current motto: Cross referencing threads by providing links is a good idea!

Back-on Online - Back-on Fansite
http://www.backon-online.com/

WordPress Snippets
http://www.wpsnippets.com/
Visit this user's website Find all posts by this user
Quote this message in a reply
12-10-2009, 06:29 AM
Post: #96
RE: Condition and vbnavbar for 1.4.10
Thank you flick for updates.
yes it was quite easy to fix that problem Smile
Visit this user's website Find all posts by this user
Quote this message in a reply
12-31-2009, 04:15 PM
Post: #97
RE: Condition and vbnavbar for 1.4.10
I've just put all this on my forum and it's working great! But, the Admin Panel and Mod Panel link isn't showing...

Thanks
Visit this user's website Find all posts by this user
Quote this message in a reply
12-31-2009, 05:58 PM
Post: #98
RE: Condition and vbnavbar for 1.4.10
(12-10-2009 06:29 AM)Lokki Wrote:  Thank you flick for updates.
yes it was quite easy to fix that problem Smile

Thanks Lokki for the reminder Smile

(12-31-2009 04:15 PM)KaneR Wrote:  I've just put all this on my forum and it's working great! But, the Admin Panel and Mod Panel link isn't showing...

Thanks

Glad most of this is working well Smile Is it possible to find out if all the template changes have been made?

Thanks.

Current motto: Cross referencing threads by providing links is a good idea!

Back-on Online - Back-on Fansite
http://www.backon-online.com/

WordPress Snippets
http://www.wpsnippets.com/
Visit this user's website Find all posts by this user
Quote this message in a reply
02-09-2010, 09:51 PM
Post: #99
RE: Condition and vbnavbar for 1.4.10
thanks flick ,pls update for 1.4.11 Smile

It is not disgraceful to ask, it is disgraceful no to ask.
Find all posts by this user
Quote this message in a reply
02-11-2010, 12:09 AM
Post: #100
RE: Condition and vbnavbar for 1.4.10
@roy: Thanks for your post! Smile You'll probably be glad to hear that you can continue to use the same files for 1.4.11.

I've just checked the files in the latest 1.4.11 download and functions.php and class_templates.php have not changed (since 1.4.10 at the very least).

Current motto: Cross referencing threads by providing links is a good idea!

Back-on Online - Back-on Fansite
http://www.backon-online.com/

WordPress Snippets
http://www.wpsnippets.com/
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: