|
[Release] BlueVision Theme
|
|
03-07-2007, 02:17 PM
Post: #11
|
|||
|
|||
|
RE: [Release] BlueVision Theme
Thank you all
I am glad you like it. "Freedom is irrelevant. Resistance is futile." -- Borg Collective |
|||
|
04-07-2007, 09:10 PM
Post: #12
|
|||
|
|||
|
RE: [Release] BlueVision Theme
thank you.
|
|||
|
07-07-2007, 11:27 PM
(This post was last modified: 08-07-2007 12:14 AM by FirefoX.)
Post: #13
|
|||
|
|||
|
RE: [Release] BlueVision Theme
It's wonderful.. I'm using it for one of my boards ilyashoca.com Thanks
[url=http://www.ingilizceforum.net]IngilizceForum[/url] - [url=http://www.eltcafe.net]ELTcafe[/url] |
|||
|
21-07-2007, 06:37 AM
Post: #14
|
|||
|
|||
|
RE: [Release] BlueVision Theme
Its been a while since i was here
![]() This theme is totally awsome
|
|||
|
21-07-2007, 11:56 AM
Post: #15
|
|||
|
|||
|
RE: [Release] BlueVision Theme
Not much has changed since than...
Glad you like it. ![]() .matt Wrote:Its been a while since i was here "Freedom is irrelevant. Resistance is futile." -- Borg Collective |
|||
|
24-07-2007, 08:28 PM
Post: #16
|
|||
|
|||
|
RE: [Release] BlueVision Theme
What do i need to change for members to be able to log out?
Code: <div class="mucp"><div class="mucp_t_l"><div class="mucp_t_r"><div class="mucp_b_l"><div class="mucp_b_r"> |
|||
|
25-07-2007, 09:51 AM
Post: #17
|
|||
|
|||
|
RE: [Release] BlueVision Theme
The code looks fine! Well, actually not exactly the same as mine, but that is MyBB problem with parsing ampersands. I reported this bug, but they are ignoring me, or no one thinks it's important.
When did you download this theme? I am asking this, because I fixed all of my themes on 07.19.2007. Look http://www.ivgeo.net/forum/showthread.php?tid=111 spikescot2005 Wrote:What do i need to change for members to be able to log out? "Freedom is irrelevant. Resistance is futile." -- Borg Collective |
|||
|
25-07-2007, 04:52 PM
Post: #18
|
|||
|
|||
|
RE: [Release] BlueVision Theme
I looked at that but couldn't find -
Code: — <a href="{$mybb->settings['bburl']}/member.php?action=logout&uid={$mybb->user['uid']}">{$lang->welcome_logout}</a>)<br /> |
|||
|
25-07-2007, 07:20 PM
(This post was last modified: 25-07-2007 07:33 PM by ivgeo.)
Post: #19
|
|||
|
|||
|
RE: [Release] BlueVision Theme
This is your version of the code
Code: — <a href="member.php?action=logout&uid={$mybb->user['uid']}&sid={$session->sid}">Logout</a><br>and this is mine like it should be Code: — <a href="{$mybb->settings['bburl']}/member.php?action=logout&uid={$mybb->user['uid']}&sid={$session->sid}">{$lang->welcome_logout}</a>)<br />in your code "—" is replaced by "-" "&" is replaced by "&" And that is happening because of MyBB parsing bug. MyBB community thinks everything is OK, I disagree! Test this in your forum make a new post with this: — than edit that post, but do not change anything, just click Save Changes What is the result of that action? "Freedom is irrelevant. Resistance is futile." -- Borg Collective |
|||
|
25-07-2007, 07:25 PM
Post: #20
|
|||
|
|||
|
RE: [Release] BlueVision Theme
Complete code for "header_welcomeblock_member" template is following
Code: <div class="mucp"><div class="mucp_t_l"><div class="mucp_t_r"><div class="mucp_b_l"><div class="mucp_b_r">"Freedom is irrelevant. Resistance is futile." -- Borg Collective |
|||
|
« Next Oldest | Next Newest »
|








