11
jonsimmonds
Re: Xoops Updates & Patches

Im currently using 2.0.13.1 and have a 2.2 install on a test setup, mainly to use for testing of my new theme+template

I cant see myself upgrading for atleast a month on my main site, mainly as i dont have the time to sort out my theme, and im working on a few custom things!
www.jonsimmonds.co.uk



12
jonsimmonds
Re: Banners

to remove the my-albump banner you need to edit the templates.

first of all goto admin menu then system(ithink)(top option) then select templates

then clone the defult template

then edit the new template for myalbum, think you need to edit the header bit

Ill provide mroe detailed instructions tomorrow if youwant, but its been a long day for me and i need sleep,sorry.
www.jonsimmonds.co.uk



13
jonsimmonds
my semi WIP

www.3ipod.co.uk - you will need to use theme selector to select the theme "3ipod1"

this theme is coded via divs, and the content div loads first then the header then the menu (i think i did it in that order!) this was to have the content at the top of the html so as to keep googlebot happy and avoide it indexing useless keywords in my advers located in the header/sidebar + navigatioin etc

I also got rid of the external block files and included it in the one theme.html file (ie no blockleft.html etc)

since this is a 2 colum theme there is no centreleft/centreright/right colums (though if people want i can make a theme that includes them ;)

the colour codes havnt been touchet yet really, thats just cosmetic atm, i wanna know your thoughts on what ive changed as mentioned above!

Jon

p.s after ive finished the theme i plan to try to modify as many of the templates to use DIV instead of tables as possible, though I dont think that wil include the forums somehow!



14
jonsimmonds
Re: Simplifying the look of NewBB2

I'm going to attempt to make a "simple CBB" template for my site, once ive finished the theme, if i get it to work ill post it here :)



15
jonsimmonds
my new theme - and some strange ideas!

Hi,

Ive been messing with a new theme for my site, nad have got a bit carried away in places! Its still work in progess and so far I have only worked on the positioning side and done nowt so far with the colourings.Also need to make it "IE proof"

I wanted to go for a DIV only theme and try to avoide using tables as much as possible.

I have made this theme for a simple left menu coloum and a main centre column, I think if I was to use a right column it may make what ive done ALOT more tricky

I have placed the center column content div first in the theme.html,then the header then the left menu bar, hopefully this may keep google bot happy, dont know if there will be a big difference but i cant see it doing any harm at all.

I've also stripped out the block html files and just placed the code in theme.html, since I will always use 2 columsn on my pages i again dont see this as being a big problem

Here is the theme.html (not copied and pasted the html <head>..</head> as Ive not touched that
<body>
<
div class="wrap">
    <
div class="centercolumn">
        <{if 
$xoops_showcblock == 1}>
            <{foreach 
item=block from=$xoops_ccblocks}>
                <
h2><{$block.title}></h2>
                <
div class="blockContent"><{$block.content}></div>
                <
br />
            <{/foreach}>
        <{/if}>
                <
div class="content"><{$xoops_contents}></div>
                <
div class="footer"><{$xoops_footer}></div>
        </
div>
    <
div class="header">
        <
div class="logo"><img src="<{$xoops_imageurl}>logo.jpg" alt="<{$xoops_sitename}> - <{$xoops_pagetitle}>" /></div>
        <
div class="add"><{$xoops_banner}></div>
    </
div>
    <
div class="leftcolumn">
        <{foreach 
item=block from=$xoops_lblocks}>
            <
h2><{$block.title}></h2>
            <
div class="blockContent"><{$block.content}></div>
            <
br />
        <{/foreach}>
    </
div>
</
div>
</
body>
</
html>



Here are the sections of css i've used for the positioning (need to double check this to make sure no "useless" code has slipped in)
div.wrap {position:absolutetop0;width:99%;margin-right:5px;margin-left:5px;margin-top:2px;padding:0px;text-align:left;}

div.header {position:absolutewidth:99%;height 150px;text-aligncenter;margin-right:5px;margin-left:5px;  }

div.footer {font-sizex-smalltext-aligncenter;}

div.leftcolumn {position:absolutemargin-bottom3em;heightauto;padding.5emtop165pxleft0pxwidth155pxfont-sizesmall;padding:0px;float:left;  border-rightmedium hidden;}
div.centercolumn {position:absolutevertical-aligntopleft160px;  top165px;padding:0px;float:leftbackground-color:#ffffff;  border-left: medium hidden;margin-right:5px;}
div.content {left160px;text-align:margin-right:5px; }


Have i gone mad? or are my ideas good ones? I'll upload my theme file to my site in a min so you can download it if you want



16
jonsimmonds
Re: newbb2 - display dates as today + yesterday?

excleent! never knew that CVV existed! going to have a look now :)

installed but as per always IE and Mozilla like to do the css differently! wish me luck!

on a positive note the new added features are great :) good luck with the futuer of CBB



17
jonsimmonds
Re: newbb2 - display dates as today + yesterday?

right found a vbulliten hack that does this, not to sure if its wise to post the hack as I had to use the license number for a site im forum admin on to gain it (not sure how it affects things if i share it) but it requests the users timezone info from the profile. knowing nowt about time zone info inthe profile, how can this be retrived?



18
jonsimmonds
newbb2 - display dates as today + yesterday?

Back when I was admining a vbulliten forum, I installed a hack allowing me to change the date display for posts posted today and yesterday, as "today" instead of 17/5/2005 and "yesterday" instead of 16/5/2005.

Is there a similar hack for newbb2?



19
jonsimmonds
Re: Wont let me upload avartars (2.0.9.3)

sorted tried a search but must have missed it

Thanks for your help :)

Jon

p.s for anyone else reading this thead I just uploaded the mimetypes.inc.php from the class folder from the 2.0.10RC to my site



20
jonsimmonds
Wont let me upload avartars (2.0.9.3)

Hi, ran a fresh install of 2.0.9.2 a week ago, then ran the 2.0.9.3 upgrade stright afterwards, all options in the CP are set to alow avartars with 0 posts for everyone.

If i attempt to upload a avartar from the admin avatar link i get the following error
Quote:
Could not get uploaded file 0


If i try to upload the avatar from the "view account" link on the front page i get
Quote:
Errors Returned While Uploading
Error loading mimetypes definition


The image is within the size definitions, and ive tried both gif and jpg and in mozilla and IE with no joy


Any ideas?

Thanks

Jon




TopTop
« 1 (2) 3 4 »



Login

Who's Online

170 user(s) are online (106 user(s) are browsing Support Forums)


Members: 0


Guests: 170


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits