421
studioC
Re: help please within php ???
  • 2004/2/27 19:18

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


ok... i've just managed to install a styleswitcher which uses session id instead of cookies, i hope there are no problems using mozilla ? .. Please have a look ...
at... http://yellowbyte.com

thanks for comments ... Please! if there will be someone with more knowledge in php, please! help ... within that solution i still had to use the links changing styles within the theme.html (within block the link within
michael



422
studioC
help please within php ???
  • 2004/2/27 13:06

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


hello all ! I have a big problem, i don't know much about php, but i want to implement a styleswitcher ala ...http://www.alistapart.com/articles/phpswitch ... but it gets me crazy last 2 days...

what i've done sofar is:

in theme.html:


and this is the switcher.php which i put in the root of that domain...

$set = $_GET['set'];
$set = preg_replace('#[^a-zA-Z0-9_-]#', '', $set);
setcookie ('sitestyle', $set, time()+31536000, '/', '.yellowbyte.com', '0');
header('Location: '.$_SERVER['HTTP_REFERER']);
?>

it works so far that i dont get a blank page , but it don't changes path to stylesheet... he renders that php into link rel stylesheet ...but seems to forget that echo... all i get back is "domain/userstyles/style.css" but no changes when click on e.g. red ....??

someone out there with a solution ?
michael




423
studioC
Re: Xoops and money DO mix!
  • 2004/2/23 17:41

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


hello buny,

Quote:
Whenever XOOPS makes me win a pitch or finish the job in half the time, I donate 5-10% of the fee.


that#s exactly what is in my head for the last month.
greetings

michael



424
studioC
Re: Please review my site
  • 2004/2/13 21:42

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


i love it. clean and very professional !

michael



425
studioC
Re: Theme-maker wanted
  • 2004/2/6 13:09

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


hello matsberg,

dunno if there were many visitors from Scandinavia but .... perhaps you#ll like to post your message at: http://xoopsfactory.com where i want to build a site for jobs and works around xoops.

greetings
michael



426
studioC
Re: #include style command for custom blocks
  • 2004/1/26 17:03

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


hello jamie,
hope i understand correctly...

xoops is very flexible..
to solve this you can create "general" block-classes in your style.css of that tags used often in your blocks...

you can also load a second style-file if you like, but attention not to call same classe twice....

will do this for you!

<{$xoops_imageurl}> will always lead you in your actual themefolder...


michael




427
studioC
Re: How to modify system_block_mainmenu.html online
  • 2004/1/8 16:49

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


before you may edit changes to the templateset, you have to make a clone first, then go to the admin -> preferences and change this clone as active templateset...

now make your changes and now you will be able to save it in that cloned templateset.

its for your own security reason that it is not allowed to make changes at the default templateset..

michael



428
studioC
Re: An easy way to test xoops
  • 2004/1/7 20:40

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


@herko, ...
that#s

Quote:
!!! Fcuknig amzanig huh !!!

..
i don#t dare thinking about the time i#ve spent to set up wamps and lamps ..... thats really easy even for me..
michael



429
studioC
Re: HELP REQUIRED!!
  • 2004/1/6 17:12

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


dunno if its effecting, but have a look at the place of your slashes that uncomment that row ??
//if ($xoopsConfig['debug_mode'] == 1) {
error_reporting(E_ALL);
//}

the } stands alone at the end ? try uncommenting the whole,
otherwise it could effect other statements...
..
//
if ($xoopsConfig['debug_mode'] == 1) {
error_reporting(E_ALL);
}
//

hope its helpful...
michael



430
studioC
Re: How to change textual Block Title into Images ?
  • 2004/1/6 15:26

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


@shivaji, yes... your right, xfactory will be in english soon, as i find someone who#s english is better than mine

hello to the creatives,

you will always find 100 ways to catch a cow...
i for one will always prefer using that way on which you don#t have to hack the core.. and i#m not only talking about possible updates...

if there#s more than one webproject, you have to look at you will go crazy looking what you#ve done in each project and upping these files each update comes. for me its easier just to have look at the theme.html and the blocks to see enabled functions.

let me say .. i prefer "displayhacks" !
but its still powerful to see that different ways here to come to the same result.

this is the way to get new ideas of using XOOPS and we need this... at that time, XOOPS team decided to use smarty, three drops as big as cherrys run out of my eyes as i read this [just going to be used with that theme.php] ..
now XOOPS and smarty engine show its fully possibilities, but we haven#t reached 10 % of its power yet for sure...

Now it#s our turn to put that what the core team included within functions and querrys in those clothes our VISITORs want to see...

@svaha ... it#s great to see that i#m not the only one thinking too difficult..
sometimes we should think easy as it is but sometimes around 5 corners..



greetings
from
GERMANY


michael





TopTop
« 1 ... 40 41 42 (43) 44 45 46 »



Login

Who's Online

370 user(s) are online (140 user(s) are browsing Support Forums)


Members: 0


Guests: 370


more...

Donat-O-Meter

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

Latest GitHub Commits