![]() |
Ok set up vb detection script but my iPhone still doesnt automatically use your style.
Is this where I need to apply these fixes? - https://vborg.vbsupport.ru/showpost....&postcount=746 |
Yep - that's the one
|
Yep edited but the iPhone still isn't being picked up and transferred to the your light skin even though I have that set for old and new devices and I have it so users can't change styles so it's on force but it still isn't showing.
|
Do you have the styles checked as user selectable? (ticks next to their name in Style Manager)
|
Yep my desktop n mobile are ticked in style manager.
|
I'm not sure what could be causing your issue. I could look at your site if you like?
|
If you could dartho that would be great.
I've had someone on the VB forum say they can view my site in the mobile style (I'm not sure what phone they are using) but the style doesn't come up on my iPhone 3GS.. I'll PM you now. Ty |
Only the homepage of the forums works for me? I click a thread and it goes to my normal style. Any ideas?
|
Yep - this: http://tracker.vbulletin.com/browse/VBIV-13851
Which I belive can be worked around by this https://vborg.vbsupport.ru/showthrea...99#post2289299 |
vBulletin Message
This file was created using a different version of vBulletin from the one you are running. Your version: 4.1.10 File version: 4.1.8 |
Correct.
However, should you wish to install this you can select 'Yes' on the "Ignore Style Version" option. |
magnifico trabajo.. funciona maravillosamente bien en la versiòn 4.1.9.. la pagina web se visualiza muy rapida desde un BlackBerry.
Gracias... excelente aporte |
Quote:
note : excuseme but I dont very much speak English. Thanks you. |
Where would I found init.php?
Thanks |
In your includes folder.
|
Quote:
|
Can I use it in RTL forum?
|
I have seen it installed in RTL forums, and it *looked* like it was working (I cannot read arabic) so I would guess the answer is yes.
|
Great Work!!
But I have a question. Appereantly since I installed this skin and made it the default choice for mobile devices I had a decrease in the mobile visits count from Google Analytics. I put the code in the headerinclude_bottom instead of headerinclude as suggested in many places (it works well with the other normal styles). Is it right? Or is that the problem?? In which template do I have to put the G.Analytics code? Thank you very much. P.S.: Any way to show the ajax chatbox in this style?? |
Dunno - check your site in the lightweight style and see if the Google Analytics code is there or not. I put it in the footer on mine, but I guess you could put it in the header
re: chatbox - probably, let us know when you work it out as others have asked from time to time. |
some nice features in the newer version dartho,
how do I add a "PM" button, next to edit etc? |
also the "whats going on" section is missing now, and how do i remove the adverts :(
|
Quote:
|
Quote:
|
Today, I test the premium mobile style included in the new release 4.1.11 of VB, i don't like!!! Its ugly and heavy load on Android Galaxy S versus dartho light skin, I prefer the dartho style.
The only thing I don't know how to change is the underline style of the text in this skin, it would be more beautyful if you improve a lite the boxes when u are inside a sub-forum. Some similar like this: http://www.bowlandcentral.com/forum/...hp?styleid=167 this custom style based on your work, is very very nice.... |
Quote:
https://vborg.vbsupport.ru/showpost....&postcount=826 |
Where did you want the PM button - next to the edit, reply buttons on postbit?
|
I would like to add a post thank..
what code would you need to see from that mod ? thanks |
See this post for Abe1's Post Thanks Hack integration: https://vborg.vbsupport.ru/showthrea...43#post2305643
[s] This probably needs a bit of tweaking, but here goes: edit post_thanks_box template in the lightweight style and replace contents with: Code:
<div class="windowbg" id="post_thanks_box_$post[postid]">$post_thanks_box</div> Code:
<a id="btn" href="post_thanks.php?$session[sessionurl]do=post_thanks_add&p=$post[postid]&securitytoken=$bbuserinfo[securitytoken]" id="post_thanks_button_$post[postid]"<if condition="$vboptions[disable_ajax] != 2"> onclick="return post_thanks_give($post[postid], <if condition="$vboptions[post_groan_integrate]">true<else />false</if>);"</if> <if condition="$display_thanks_image == 'none'">style="display:none"</if> rel="nofollow">Thanks</a> Code:
<if condition="$post['post_thanks_amount'] == 1"> Code:
<img src="$stylevar[imgdir_misc]/moderated_small.gif" alt="$vbphrase[moderated_post]" border="0" /> Code:
<img src="$stylevar[imgdir_misc]/moderated_small.gif" alt="$vbphrase[moderated_post]" border="0" /> caveat: this may introduce other hacks into the lightweight style which use the postbit_end and postbit_control hooks [/s] |
yep will test it out in the am .. thanks for your time dartho
|
^^^^
Thanks dartho for the above info; can the vBSEO Like system be added in the same manner? |
Quote:
|
Quote:
|
Quote:
anyway updated to vb4 would be I guess (below) but still don't work post_thanks_box Code:
<div class="windowbg" id="post_thanks_box_{vb:raw post.postid}"> Code:
<a id="btn" href="post_thanks.php?{vb:raw session.sessionurl}do=post_thanks_add&p={vb:raw post.postid}&securitytoken={vb:raw bbuserinfo.securitytoken}" id="post_thanks_button_{vb:raw post.postid}"<vb:if condition="$vboptions[disable_ajax] != 2"> onclick="return post_thanks_give({vb:raw post.postid}, <vb:if condition="$vboptions[post_groans_integrate]">true<vb:else />false</vb:if>);"</vb:if> <vb:if condition="$display_thanks_image == 'none'">style="display:none"</vb:if> rel="nofollow" class="post_thanks_button">{vb:rawphrase post_thanks_thanks}</a> post_thanks_postbit Code:
<vb:if condition="$post['post_thanks_amount'] == 1"> Code:
<img src="$stylevar[imgdir_misc]/moderated_small.gif" alt="$vbphrase[moderated_post]" border="0" /> Code:
{vb:raw template_hook.postbit_controls} :confused: |
ah - sorry, I did that under 3.8.7 as that's what I use :)
I will have look a tthe vb4 vesion |
Should be able to get something up tonight for this...
|
Dartho, if you have the time and inclination, it would be amazing if you could have a look at adding this thanks hack for vb4 ... https://vborg.vbsupport.ru/showthread.php?t=243510
|
Integrating Abe1's post thanks add-on into the lightweight style.
replace the following templates with the code provided (in the lightweight style only!!) post_thanks_box Code:
<if condition="$post_thanks_box"><div class="windowbg" id="post_thanks_box_$post[postid]">$post_thanks_box</div></if> Code:
<a id="btn" href="post_thanks.php?{vb:raw session.sessionurl}do=post_thanks_add&p={vb:raw post.postid}&securitytoken={vb:raw bbuserinfo.securitytoken}" id="post_thanks_button_{vb:raw post.postid}"<vb:if condition="$vboptions[disable_ajax] != 2"> onclick="return post_thanks_give({vb:raw post.postid}, <vb:if condition="$vboptions[post_groan_integrate]">true<vb:else />false</vb:if>);"</vb:if> <vb:if condition="$display_thanks_image == 'none'">style="display:none"</vb:if> rel="nofollow" class="post_thanks_button">{vb:rawphrase post_thanks_thanks}</a> Code:
<vb:if condition="$post['post_thanks_amount'] == 1"> Edit both the postbit & postbit_legacy templates as follows Search for: Code:
<vb:if condition="$post['editlink']"><a id="btn" href="{vb:raw post.editlink}">{vb:rawphrase edit}</a></vb:if> Code:
{vb:raw template_hook.postbit_controls} Code:
{vb:raw template_hook.postbit_end} |
Just noticed something else with the style in general - my last update only included updates to the postbit_legacy template which should have been made to both postbit and postbit_legacy (they are meant to be identical). I suggest overwriting the postbit template copying with the contents of the postbit_legacy template.
|
Quote:
I have dbtech_bookmark and thread system and like you said this will bring on other mods now showing a image but not working from what I can tell this is the code ..in template dbtech_bookmark_post whats do I change ..and will there be other changes to other templates thanks again Code:
<img name="newpostbookmarklink" data-hasbookmarked="{vb:var hasBookmarked}" data-postid="{vb:var post.postid}" data-bookmark="dbtech/bookmark/images/post.png" data-bookmarked="dbtech/bookmark/images/delete.png" src="<vb:if condition="$hasBookmarked">dbtech/bookmark/images/delete.png<vb:else />dbtech/bookmark/images/post.png</vb:if>" alt="{vb:raw phrase}" style="cursor:pointer; vertical-align:middle;" /> |
All times are GMT. The time now is 04:27 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|