vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=247)
-   -   Forum Style - Lightweight Style for Small Screen Devices (cell phone, iphone, mobile, android) (https://vborg.vbsupport.ru/showthread.php?t=249277)

Shaybloom 03-30-2013 10:48 AM

SORRY i'm a newb but where is lightweight.css.php ?

tareqbd 03-30-2013 03:59 PM

Quote:

Originally Posted by dartho (Post 2413071)
So they told you the same thing again? Did you let them know that adding that hook didn't appear to work for you? If not, you may want to do so.

They cannot tell further about it. Only the coder of the style can work.

Shaybloom 04-04-2013 04:23 AM

SORRY i'm a newb but where is lightweight.css.php ?

dartho 04-04-2013 11:53 AM

Check the dot points on either side of the 5th point I referred you to previously.

tareqbd 04-12-2013 01:08 PM

Quote:

Originally Posted by dartho (Post 2414206)
Check the dot points on either side of the 5th point I referred you to previously.

Dartho I have tried to send you PM but your message quota was full. So, I have sent PM to you VbdeV inbox. I am sure that you can help me on that.
Thank you.

broncoshq 04-15-2013 11:54 AM

It's a real shame this can't work with addons. I would love to be able to use dragonbyte's Thanks/Likes addon, and a few others.

Anyway to make them work easily?

dartho 04-17-2013 10:22 AM

ain't nothing I can do if I don't know what you are talking about. links to the hacks you are asking about would go a long way ...


Quote:

Originally Posted by broncoshq (Post 2416467)
It's a real shame this can't work with addons. I would love to be able to use dragonbyte's Thanks/Likes addon, and a few others.

Anyway to make them work easily?

No it's not, it's a real benefit for me. Means hacks in the full style don;t get in the way on mobile devices. Just put the hooks and code that you need for hacks in the appropriate templates.

Quote:

Originally Posted by tareqbd (Post 2413136)
They cannot tell further about it. Only the coder of the style can work.

tareqbd - re your PM, I'm not sure without manually looking through the templates which I'm sure you are capable of doing

Filgga 04-19-2013 03:23 AM

Quote:

Originally Posted by dartho (Post 2219504)
That's not using the new_reply template that comes with this style, or you have an add-on doing stuff. The new_reply template should be:

Code:

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

    <title>{vb:raw threadinfo.prefix_plain_html} {vb:raw threadinfo.title} - {vb:raw phrase reply_to_topic}</title>
</head>
<body>

<div class="bodywrapping">


{vb:raw header}

{vb:raw navbar}

<div class="titlebg">{vb:rawphrase reply_to_thread}: {vb:raw threadinfo.title}</div>
<form action="newreply.php" method="post">
<div>
{vb:rawphrase message}:<br />
<vb:comment><textarea name="message" id="{$editorid}_textarea" rows="10" cols="15" style="width:99%; height:100px">{vb:raw newpost.message}</textarea></vb:comment>

{vb:raw messagearea}
<input type="hidden" name="emailupdate" value="
<vb:if condition="$emailchecked[0]!=''">
0
<vb:elseif condition="$emailchecked[1]!=''" />
1
<vb:elseif condition="$emailchecked[2]!=''" />
2
<vb:elseif condition="$emailchecked[3]!=''" />
3
<vb:else />
9999
</vb:if>
">
<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="do" value="postreply" />
<input type="hidden" name="t" value="{vb:raw threadid}" />
<input type="hidden" name="p" value="{vb:raw postid}" />
<input type="hidden" name="specifiedpost" value="{vb:raw specifiedpost}" />
<input type="hidden" name="posthash" value="{vb:raw posthash}" />
<input type="hidden" name="poststarttime" value="{vb:raw poststarttime}" />
<input type="hidden" name="loggedinuser" value="{vb:raw bbuserinfo.userid}" />
<input type="submit" id="btn" name="sbutton" id="{vb:raw editorid}_save" value="{vb:rawphrase submit_reply}" accesskey="s" tabindex="2" />
{vb:raw attachmentoption}

</div>
</form>
{vb:raw footer}
</div>
</body>
</html>

check differences and/or overwrite yours with that and see how you go

Reply with QUOTE removes all formatting (paragraphs). Tried all fixes proposed on this thread in vain.

Edited newreply template with same codes as above but couldn't work!

Pls advise

tareqbd 04-19-2013 03:31 AM

Quote:

Originally Posted by dartho (Post 2416897)
ain't nothing I can do if I don't know what you are talking about. links to the hacks you are asking about would go a long way ...




No it's not, it's a real benefit for me. Means hacks in the full style don;t get in the way on mobile devices. Just put the hooks and code that you need for hacks in the appropriate templates.



tareqbd - re your PM, I'm not sure without manually looking through the templates which I'm sure you are capable of doing

OK. Can you help me by saying which major templates I have to go thru in order to save the time.

dartho 04-19-2013 10:59 PM

@tareqbd - the templates whose name appear in bold would be 'major' templates

@filgga - I can not reproduce this and looking at your site, the only quoted posts I see do have paragraphs ... Are you sure about this issue?

tareqbd 04-20-2013 02:58 AM

Quote:

Originally Posted by dartho (Post 2417412)
@tareqbd - the templates whose name appear in bold would be 'major' templates

Sorry! I did not get you. Where can I find the bold names for 'major' templates.

dartho 04-20-2013 03:37 AM

In the style manager in admincp...

Sorry, that was meant to be CAPS not bold

letipro 04-20-2013 03:48 AM

please update to 4.2.1 :D
thank

Bounce 04-21-2013 05:19 PM

Dartho, any way of adding a reputation/like link to the style?

thenamesgould 04-24-2013 10:45 AM

I'm using this style for my mobile site, and I've just enabled Blogs on my site. When you go to a blog on the phone, it stays in the mobile site and is totally unreadable. I do have it set to use the normal style for Blogs in the admin settings.

Does anyone know what's going on ... or is there a way to overwrite the mobile blog style with the regular style?

Filgga 04-25-2013 03:33 PM

Quote:

Originally Posted by dartho (Post 2417412)
@filgga - I can not reproduce this and looking at your site, the only quoted posts I see do have paragraphs ... Are you sure about this issue?

@dartho,

I'm trying to reproduce the theme to get it work with vB 4.2.1 and the navigation thing (which is fine in the new skin).

Generally, the new theme works with no errors except the <br /> issue which is a big pain to me.

Followed the details here but it did not solve my issue!
Quote:

Q. I see <br /> instead of line breaks when quoting, full reply
A. See post: https://vborg.vbsupport.ru/showpost....&postcount=617

dartho 04-25-2013 10:19 PM

Did you also Try the plugin referred to in that post?

rughis 04-28-2013 07:56 PM

Hi Dartho, I've a problem with "Who's on line" after 4.2.1 migration :(

dartho 04-28-2013 10:03 PM

What's the problem?

tOtherBlack 04-30-2013 09:55 PM

Hello,

Writing a message board does not seem active. How can I fix this problem?

I'm bad speak english

dartho 05-01-2013 03:47 AM

Quote:

Originally Posted by tOtherBlack (Post 2419333)
I'm bad speak english

Yes!

please post a picture of problem. or a link to webpage with problem.

rughis 05-01-2013 07:57 PM

Quote:

Originally Posted by rughis (Post 2418985)
Hi Dartho, I've a problem with "Who's on line" after 4.2.1 migration :(

Quote:

Originally Posted by dartho (Post 2419004)
What's the problem?

It doesn't work

Clicking on number of online user link:

https://vborg.vbsupport.ru/external/2013/05/50.png

appears the page:

https://vborg.vbsupport.ru/external/2013/05/51.png

dartho 05-02-2013 08:31 AM

That looks like a vBulletin message which makes me think you have installed this style as a mobile style which has known issues. Can you view that same page in the vBulletin Mobile Style?

rughis 05-02-2013 09:03 PM

Quote:

Originally Posted by dartho (Post 2419577)
That looks like a vBulletin message which makes me think you have installed this style as a mobile style which has known issues. Can you view that same page in the vBulletin Mobile Style?

Yes Dartho, you're right!!! I view the same message in vB Mobile Style :o
I think that I did something wrong with template reverting after 4.2.1 update:(

dartho 05-02-2013 11:41 PM

No, it's vBulletin. For some reason they treat mobile and desktop styles differently and have different functions/features available. I think many are installing mobile styles under the desktop section so they still have access to all vbulletin functions, and then using 3rd party mobile detection scripts

rughis 05-04-2013 04:02 PM

Quote:

Originally Posted by dartho (Post 2419693)
No, it's vBulletin. For some reason they treat mobile and desktop styles differently and have different functions/features available. I think many are installing mobile styles under the desktop section so they still have access to all vbulletin functions, and then using 3rd party mobile detection scripts

Can I do something to fix?
I don't use vB Mobile Style. Uninstalling it can fix the problem or I have to do something else?

Thank you for your help

Gripi 05-14-2013 07:12 AM

Hello...

Looks like after upgrade to 4.2.1, the Show Private Message dont have reply menu anymore.

Bounce 05-17-2013 06:52 PM

i'm finding theres a whitespace in between 1st and 2nd posts :confused:

Guest200721 05-21-2013 02:42 AM

We used Lightweight mobile style by Dartho for vBulletin 3.8.

We upgraded to vBulletin 4.2. Lightweight Style is listed as Incompatible.

The Default Mobile style looks horrible. We have icons in the board descriptions and they show up in vB4 mobile default style.

What should we do?

Download the Style again?

Try the vB3 to vB4 conversion tool?

Try to update the templates (not that I know how to do that)

Thanks!

dartho 05-24-2013 07:15 AM

just install this one as a new desktop style

Guest200721 05-24-2013 07:35 AM

Thanks!

Bounce 05-29-2013 10:15 PM

installing vbsuper pm's does not allow pm's to be sent... thought this style was hard coded and no products should effect it? :cool:

Bounce 05-31-2013 01:35 PM

Also in 4.2.1 there is 'array' showing on users online link

dartho 05-31-2013 11:49 PM

Some hooks are in place, others aren't. If you search the templates for "hook" you'll find which ones are and can remove them if you need. In regards to the blank line bewteen 1st/2nd post, I couldn;t see that on your site or mine?

Shaybloom 06-01-2013 10:49 AM

How do i make this the default mobile theme?
Right now its the default vbulletin mobile theme that comes default for mobile

Bounce 06-01-2013 05:10 PM

1 Attachment(s)
Quote:

Originally Posted by dartho (Post 2425159)
Some hooks are in place, others aren't. If you search the templates for "hook" you'll find which ones are and can remove them if you need. In regards to the blank line bewteen 1st/2nd post, I couldn;t see that on your site or mine?

cheers will take a look, the space was from an advert mate, all sorted on that issue :up:

Edit: had a look and theres only 4 templates that have hook in it and none of them are for private message section.. Done a couple screenies...

With vbsuper pm's on it does not show a pm list!

Bounce 06-01-2013 05:17 PM

Quote:

Originally Posted by Shaybloom (Post 2425214)
How do i make this the default mobile theme?
Right now its the default vbulletin mobile theme that comes default for mobile

I had some troubles with this too, I think I overwrote the default mobile style or try and add as a style to the mobile and make sure in the settings 'Style & Language Settings' its set to your mobile style you want.

4nawadir.com 06-04-2013 06:58 PM

Good Job ;)
Continue ...

edytwinky 06-08-2013 07:32 PM

Quote:

Originally Posted by Bounce (Post 2425091)
Also in 4.2.1 there is 'array' showing on users online link

I get the 'array' when trying to view the poll voters

dartho 06-09-2013 07:43 AM

Quote:

Originally Posted by Bounce (Post 2425245)
cheers will take a look, the space was from an advert mate, all sorted on that issue :up:

Edit: had a look and theres only 4 templates that have hook in it and none of them are for private message section.. Done a couple screenies...

With vbsuper pm's on it does not show a pm list!

I would guess that vbsuper uses its own alternate templates for displaying private messages and that those templates don't exist in this style, even if they did exist through inheritance, they'd likely not be mobile suitable?


All times are GMT. The time now is 07:24 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02592 seconds
  • Memory Usage 1,835KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete