![]() |
You can read post #2 for fixes also.
Re: the private messages issue - could it be that you have other unread message types? Maybe a visitor message or something ... |
thanks for the quick reply...
no nothing shows in the normal style.. I checked it all made a new use with no messages and same... * I found the Arrays PM fix.. but will check out post #2 to make sure I got it all.. thanks again |
that would of made my life easy if I see post #2 first.
anyway search is your friend.. I did notice this no longer works.. https://vborg.vbsupport.ru/showthrea...31#post2264831 even if WGO is set to members only it will not show even anyone not even guests .. |
Thank You !
|
Quote:
|
I noticed on the verizon browser there is either one of these I can't remember now
???? before each name.. in current active users any idea? I think it was this one if it makes a difference ? or maybe even this one I can't see it good lol..? also noticed the refresh this page link when viewing who's online.. takes you back to the forum index.. instead on what it intended to do. the refresh issue can be viewed when you are on this style using your desktop using IE9 or ff thanks for your quick support with this style.. Regards |
Quote:
any idea? I don't care much if it don't show on the light style / Mobile but if posted from your phone and the viewing it on your rig with the normal style it's not showing thanks |
Any chance of a 4.1.8 update? Pretty please!
|
Quote:
|
New version released which should have all fixes to the issues as listed in this thread over recent months.
remember - backup backup backup! |
brilliant work
|
Is it just me or is ads in the update? I don't mind donating to a coder but having ads forced down my throat without my knowledge is not cool.
|
Ah CRAP!! That was me testing google ads (read one page back and you can see the posts with a member here on how to put in ads) - I'll delete and update now.
Really - that was an honest mistake! Sorry for the hassle :o |
New zip file uploaded with the errant code removed - that google ads code only appeared in the postpit_legacy template - just delete this bit from that template
HTML Code:
<script type="text/javascript"><!-- |
Thanks Dartho!
|
1 Attachment(s)
thanks for the update dartho
I have a questions for ya How do I go about adding Next to the page nav.. |
Just uploaded the latest version when I upgraded to 4.1.9, and noticed that this step:
"replace the contents of the editor_ckeditor template with that of the editor_toolbar_off template" doesn't seem to be in there, which lead to a bit of weirdness. Apart from that, very nice! :) |
Quote:
|
Quote:
Just an update on this one. It seems a lot of users are finding themselves unable to "switch off the mobile style and use the regular forum default on their mobile devices" once upgraded to 4.1.8; https://www.vbulletin.com/forum/show...08#post2244908 https://www.vbulletin.com/forum/show...obile-template https://www.vbulletin.com/forum/show...owser-(vB4-1-9) I realise it's likely to be a vBulletin issue, rather than your mod - but thought I'd advise here incase anyone else is having the same problem. |
1 Attachment(s)
:up: I have it installed on 4.1.3 And the only question I have if it looks right. I works great from a phone. Loads up a ton faster than any other style. Still loads pictures in a post, that is a plus. Here are two screen shots from my site.
|
Quote:
|
Quote:
edit: I looked at the vb detection code - it hasn't changed between 4.1.7 and 4.1.9. |
1 Attachment(s)
Quote:
|
Can you please link up all the modifications I can do to this theme so that I don't have to overwrite my XML file with the update? Thanks!
|
Dartho, does the latest version no longer show 'Currently Active Users'? Or is the issue at my end? Installed on 4.1.9.
|
Quote:
|
if you dont use that option addon remove this code
https://vborg.vbsupport.ru/showpost....&postcount=566 |
@ dartho - the mobile styles Logo is not appearing, I tried changing it on the stylevars titleimage. didn't work. using the latest version on vb 418.
|
You need to edit the css file - this style doesn't user the stylevars system. alternatively, you can edit the header template (or it could be navbar) and edit it direct
|
i see. :o which css file is that? having a hard time finding it in the header and navbar templates. :confused:
Also how do you disable the cms sidebar for the mobile style? I tried adding the below code to the Lightweight Style Options but didn't work Code:
$vbulletin->options['enablesidebar'] = 0; |
Quote:
|
Thank you Dartho for the Lightweight Mobile Style.
Installed and currently checking it out. :) I have the default vB google ads and I would like to remove the header and footer ads and keep the post ad. How do I remove the header and footer Ads from the Lightweight Mobile Style? |
Quote:
|
Dartho, you didn't answer my question :)
Also I was trying to improve the cms's look by removing the sidebars and any widget boxes, Can you tell me how? and after logging in the Copyright appears on top of the CMS.. also, i noticed, for some reason the vbulletin mobile detection script doesn't work properly for opera mini and a few other smart phone / iphone like devices? I set this skin as the mobile ski but its not changing. visiting my site using opera mini I get the default style, instead of the mobile style. heres the opera mini simulator: http://www.opera.com/developer/tools/mini/ thanks |
1 Attachment(s)
Sorry - didn;t see this post:
Quote:
the lightweight.css.php file which you would have uploaded to your forum root. Does the following path resolve on your site? /images/misc/mobilelogo.png - that's where the logo lives As for the sidebar - I can't get a sidebar to show? However, gice the following code a try: $show['sidebar']=0; - might work, might not ... The CMS isn't that straight forward to work out, otherwise it would be in this style. It really depends on your layouts I think. I have a very basic CMS setup working on my test site. I'll attach the style here and you can test and get back to me. Same rules apply - backup/test etc. before going live or overwriting you existing lightweight style. Best bet is to add it as a child style of light weight for testing, then if you're happy you can re-import it and merge into existing. Let me know how it goes |
@Rocketeer - As for the mobile device detection - dunno. You could edit the init.php file and manually modify the detection code to pickup those devices, but I think you probably need to lodge a support ticket with vBulletin.com
|
Thank you Dartho, Yes that solves the logo problem. I also figured out that having the Text Option enabled in the Liteweight styles options causes the image to be replaced by text. (missed that setting before haha) :)
Now about the sidebar, I am actually referring to the CMS Sidebar, Grids or Widgets as you call it, you know the ones that appear in your CMS such as Menu, Polls, recent Forum posts etc?? I am trying to disable that or any widgets to appear in the CMS home page. That would make it look clean and pretty much complete. I tried the CMSONLY style you gave me. Installed it as a Child Style of light weight, didn't notice any difference until when I went to my CMS / Homepage, I noticed that it doesn't show any articles. The header, nav and footer is there but the content is not present, and only shows this $column[1] .. I went inside the vbcms_grid_1 and vbcms_grid_2 and noticed it had a lot less code, only this actually.. Code:
<vb:comment></vb:comment> And thanks I will probably open up a support ticket with vBulletin about their Mobile Detection Script not working with Opera Mini and this or any other style. Happy Holidays :) |
Can't really offer much more - I don't know much about CMS or sidebars at all - I don't actually use it (CMS), or vBuylletin 4 for that matter. That CMS Style works on the simple CMS setup I have on my test site (http://vbdev.org)
|
Thanks Dartho. I am working on the CMS part, trying to see if it can be improved.
But I think you might have given me the wrong vbulletin-style-lightweight-1.0.3a-CMSONLY.xml version. lol. I fixed it a bit but I think its missing some codes on the vbcms_grid templates. Mine Looks like this style on your test site: http://vbdev.org/?styleid=16 I think it should look like this one instead? - http://vbdev.org/?styleid=7 - notice on your test site how on styleid=16 there's no articles showing and it just shows $column[1], but on styleid=7 it shows the articles properly? Thats what I am talking about, styleid=16 must be the one you gave me, thats missing some edits. :) |
Actually - I think it is something to do with vBulletin's template system as opposed me exporting incorrectly.
If I export styleid 7 on my test site, i do not get CMS customisations to that style (although viewing it, you can see they are there). If during the export process I select CMS as the product, we end up with that blank page with column[1] on it... Here's what I had to do to make it work. Import the Lightweight Style to a new style Import the CMSONLY style and merge with lightweight style imported above Import lightweight style again and merge with lightweight style above See how that goes ... |
All times are GMT. The time now is 03:52 PM. |
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:
|