vBulletin ModsThe Official vBulletin Modifications Site
https://www.vbulletin.org/forum/showthread.php?t=249277 |
Ok set up vb detection script but my iPhone still doesnt automatically use your style.
Is this where I need to apply these fixes? - http://www.vbulletin.org/forum/showp...&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 http://www.vbulletin.org/forum/showt...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 versị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:
http://www.vbulletin.org/forum/showp...&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: http://www.vbulletin.org/forum/showt...43#post2305643
This probably needs a bit of tweaking, but here goes: edit post_thanks_box template in the lightweight style and replace contents with:
edit post_thanks_button template in lightweight style and replace contents with:
edit post_thanks_postbit template in the lightweight style and replace contents with:
edit postbit and postbit_legacy templates in lightweight style , search for
and replace with
I think that should just about do it - assuming it is this hack: http://www.vbulletin.org/forum/showthread.php?t=165673 that you have installed caveat: this may introduce other hacks into the lightweight style which use the postbit_end and postbit_control hooks |
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
post_thanks_button
post_thanks_postbit
postbit and postbit_legacy templates in lightweight style I don't have
and the hooks would be
but the hooks are not working from what I can tell.. or something else.. :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 ... http://www.vbulletin.org/forum/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
post_thanks_button
post_thanks_postbit
Edit both the postbit & postbit_legacy templates as follows Search for:
Add the following immediately above:
Then go to end of template and paste in:
and your done! |
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
<span class="seperator"> </span> |
You could just delete the contents of that template in the lightweight style to stop it showing, same should work for most other add-ons that start appearing because of the addition of hooks.
BTW - I modified the code for the post_thanks_box template above so that it only shows the post thanks box when someone has actually posted thanks |
Alternatively if you wanted to integrate the post thanks hack, and not put the hooks in, you can put the code from post_thanks_box in place of {vb:raw template_hook.postbit_end} in the postbit templates and put the code from post_thanks_button in place of {vb:raw template_hook.postbit_controls}
|
Quote:
Quote:
|
if you add the contents from post_thanks_button in place of {vb:raw template_hook.postbit_controls}
the button shows up on everyone .. If you have it set so you can thank yourself it is showing then if clicked you get the you don't have permission to do this act or what ever it says. any ideas would be greatly appreciated |
Quote:
and add
immediately above it. I have tried to leave the style as simple as possible, whilst still being functional, to make it easy for admins to tailor it for their site as Mark has done. |
Quote:
try wrapping the following conditional around it: <vb:if condition="$display_thanks_image=='none'">
</vb:if> |
Well bro, I made the thanks work. But user has to press the button 2/3 times and refresh the page. Because I am using hide option integrated with Abe1's thanks hack, in normal version once user press thank, the hidden content automatically show without refreshing the page but in mobile version it needs to refresh and press thanks more times. Can I make it ajax based or if I can change anything which will make it automatically and user will get rid of pressing the button every time or refresh the page.
Thank you. |
I don't know what the hide option is, the above code seems to work fine from my mobile phone.
|
Quote:
bro above is the mod I am talking about. thanks. |
Hello dartho
I have just upgraded to vb4 4.1.11 In order to avoid the moaning in control panel about templates, I deleted the lightweight style, upgraded to 4.1.11 and then uploaded the lightweight style and the options add on. Thing is, it doesn't look anything like what it did before. Gone is the desktop button at the top, adding a title to the options doesn't remove the logo, and the logo is vbulletin not your mobile logo. What on earth did I do wrong? Or is it 4.1.11 doing something? Uploaded again and this time it worked... seems that what I was looking at was the vb4 version... not as nice as yours. |
Quote:
I'm also having problems with a blue text that I haveon the usernames and forum titles, i've had a look in the css but cant see anything :( |
Thank you for providing this lightweight style, and keeping it supported. Vbulletin should of had their "premium" mobile style available to license holders well before 4.1.11
For the time being that's what I'm using because of how it handles cms articles, where as this style doesn't. |
Quote:
and replace with
as for the PM button, I'm havbing issues getting the PM recipient to be recognised - I'll have a look and get back to you |
I just upgraded from vb 4.1.10 to 4.1.11, lightweight style is still running great in it... Although I wasn't exactly just how to handle the template merge issues (I reverted a couple, then I figured I shouldn't have done that), so I just reinstalled the style to make the warnings go away, lol
|
That's one way of doing it. From the FAQ on post #2
|
Quote:
Posted from my moby phone :D |
dartho how can last activity be added to whos online
thnaks |
Isn;tthat already there? Here's my whosonlinebit template
|
last activity meaning the time.. not the place ..
my template must of been from a older version.. but it did the same thing.. but with your still no time.
|
Slip the following in there somewhere
Maybe immediately after
|
Thanks dartho I'll give it a go when I GET home. Thanks
|
Dear Dartho,
Thank you very much to help me to remove the underline properties of the text. I have 2 questions more: I installed the new version, and I can't see the "PC Mode" button, only appears the button "Log out" is normal ? second, where or how can I put the adsense codes to see the banners up the navbar and in footer ?? In the new 4.1.11 version if you configure the new "google adsense"option in Ads, appears banners in all templates with the same size. I want to do the same but without using this option, because this options , no difference between PC and mobile templates. I want to put the mobile adsense code for mobile in a part of this nice style.... here is an example: https://www.vbulletin.org/forum/external/2012/03/35.png I hope I explained well... Best regards, thanks in advance |
Quote:
That has the option to Add a link to the default style |
Thanks Bounce, I will try this!!
|
Quote:
Can this be employed for the vBSEO_like button? |
Same answer as the first time you asked, Filgga :)
Quote:
|
Quote:
Thanks. |
Update vbulletin 4.1.11?
|
works fine with vb4.1.11
|
Quote (Reply) is broken in vb 4.1.12
doesnt quote! :( |
I've got this running, but I was wondering if it is possible to move the lightweight.css.php file to another location, rather than root?
Would I have to edit something in the templates or xml file? Why would I want to ask this? Not all Admins on our board have root access, but access to different parts of the server, based on their interests/expertise. It would be good to give the person responsible for styling access to the CSS file, without giving them root access. EDIT: Never mind. I got it. Use 'Replacement Variable Manager' in ACP. Replace:
with
...and then move the lightweight.css.php file to that location. You'll then need to edit the CSS file 'Logo Image Location' to locate the logo image from root (as it's no longer relative). So, in my case:
...or wherever you want to put it. There's probably an easier way. :D Great mod by the way. Very impressive. |
2 Attachment(s)
dear dartho,
how to fix this? my vbul. 4.1.12 1. on 4.1.12, clicking quote on mobile style wont include the quoted message. 2. empty page, there are no 1, 2, 3 ... . see the attachment. |
I just updated my test site (vbdev.org) and have none of the problems reported above? Anyone else?
@Semprot - if you want to try and add reputation, the button code would be something like this:
|
Quote:
I tested it on computer, not mobile phone, so I'm not sure that this style will actually get selected for mobile devices. |
Quote:
does work if it has no parent. :up: |
cancel that, i still dont have this working :(
|
Strange. I installed as new style, after that I deleted old one. Quoting works for me, only I changed phrase from reply to reply_with_quote (postbit_legacy).
I didn't noticed problems so far, but it's still too early to tell for sure that there are no problems. |
Quote:
|
2 Attachment(s)
Hi, I think we are finally ready to move on to the default vBulletin theme, But before that I wanted to share the vB CMS Article pages, I saved these two files, AFAIK this worked well with our CMS and should work with your too.
All the best and thanks for the Style and effort. :up: |
I have the vB Mobile Style as default in 4.1.12 PL1.
However, at least one member is expressing an option to use this mobile style instead. Two questions: 1. If I add this as a mobile style it shows a number of uncached templates. How can I fix this? (If I add it as a new full style, the templates are cached but that seems like it would be confusing to users.) 2. There seems to be no way to make this the default mobile style now that the vB Mobile Style is installed, and in either this mobile style or the vB Default Mobile Style, there seems to be no way to choose an alternate mobile style - just mobile or full forum default style. How can I add this as an option? |
Just two posts before yours is answer: http://www.vbulletin.org/forum/showp...&postcount=888
Install this mod and you'll be able to set this style as default for mobile devices. Just turn off vB's default system for setting default mobile style for mobile devices. |
But I don't want to disallow users from using the vBulletin mobile version. I just want to add the option for mobile users to select this one.
I have the Suite. Now the CMS doesn't get a lot of use and blogs are currently disabled so the forum is the main focus, but this style, unlike the vBulletin mobile style, doesn't provide for anything but the forum. Suggestions? |
Quote:
2. On my test site I can happily select both this style and vBulletins Mobile style as default style for both old and/or modern mobile browsers? In order to have links to other mobile styles, you will need to make edits to templates (probably footer) and add in links there. It would appear that vBulletin have removed the style chooser code from the mobile styles? A plugin would have to be written to create this or you may be able to manually add the code to your style. A plugin could also be conceivably written to detect visitors viewing your CMS from this style and flick them over to vBulletins style? |
Quote:
|
Quote:
However, even with the Options add-on installed, my iPhone will not select this style as default unless I fully delete the vBulletin Default Mobile Style. Setting the vBulletin Stytle options to "None" for Mobile does not work. Does that correspond with your experience? |
Also are you saying to use VB4 - Mobile Phone / iPhone / PDA Detection and Style Assignment instead of Lightweight Style Options for "Lightweight Style"?
Dartho seems to have several versions of everything which is confusing... |
Quote:
|
Quote:
With first I selected which style is default for mobile devices and my users reported that this style gets selected, but I disabled vB own options. I'm on vB4.1.12PL1. |
Quote:
|
Does this mod allow for users to vote in polls?
|
Quote:
Default Style for Old Mobile Browsers Default Style for Modern Mobile Browsers There you can choose style you want automatically selected when user's browsing from mobile. Put it to none (or use it, than you don't need mod from dartho). In some vB versions there was bug and this didn't worked. Not sure in which version it was corrected if it is corrected. I'm using dartho's mod and it works. |
Something is going on with the pagenav. For instance, I am seeing:
Thread Title Here > (25) () Where "25" is the number of posts, and the parenthesis is supposed to have the page navigation links, but it's showing up blank. It will show (...Last Page) if there are at least 50 posts, but for 10 - 49 posts, I get blank parenthesis. Ideas? |
If you red over the last couple pages, there have been some issues reported which seem to be resolved by reinstalling as a new style?
|
I tried that to no avail. I'm thinking it might be because I installed it as a mobile style vs a regular style?
|
after updating to vb4.1.12 pl1 it's not caching any templates.
I have 8WayRun.Com - Micro Debug Stats installed since day one and you can see if a template is not being cached.. as so this is 8wayrun's screenshot from his mod as a example of whats happening http://www.vbulletin.org/forum/attac...5&d=1271813205 this only start to display a long list of stock and mod template after the latest.. I am not sure what vb changed for this to happen.. any ideas ? |
Quote:
|
I did and lost all the templates that where not edited from when we did the post thanks..
I had to add them back manually but that did not fix it I even deleted it and imported it again... |
I think the way to resolve the uncached templates would be to deleted those templates from the XML file before importing the style. I've been pretty busy lately and haven;t had teh time to sit down and have a proper look as yet ...
|
thanks .. But seems they are missing .. I think one of the vb updated moved it to a mobile style and if it wasn't a edited template it did away with it
so adding them back I think will fix it .. Not sure if thats the correct way tho.. life first .. and see what you come up with thanks for the support |
Receive an Array error message when checking users online on 4.1.12. Anyone else had this problem?
Cheers |
All times are GMT. The time now is 12:27. |
Powered by vBulletin® Version 3.8.14
Copyright © 2023, MH Sub I, LLC dba vBulletin. All Rights Reserved. vBulletin® is a registered trademark of MH Sub I, LLC
Copyright ©2001 - , vbulletin.org. All rights reserved.