51
adrock
Re: Sell me your footer!!
  • 2005/9/5 19:57

  • adrock

  • Quite a regular

  • Posts: 291

  • Since: 2004/12/7


I think they are asking for a link in your footer to improve their sites ranking at the search engines.

As this method is usually done through link exchange...there appears to be some money being exchanged due to the imbalance in numbers of pages.

I think they are asking for a link in your footer to improve their sites ranking at the search engines in exchange for money instead of a link on their site.

Did I say that twice? I need more sleep apparently.
Affordable Web Hosting - Family - Fun!...and not always in that order!



52
adrock
Re: hmm 2 whitescreens of death on same forum page (mines worse than last)
  • 2005/9/5 19:50

  • adrock

  • Quite a regular

  • Posts: 291

  • Since: 2004/12/7


if you were not getting white screens prior to the 7dana theme install...then yes, you need to get rid of it, or at least look into why it kills the site.
If you had read through the rest of my post you would also have seen those instructions as well.

There's no need to run the recovery.php for a 'bung theme'...but thats just my opinion

Glad you got it back though!

(PHP Debug will display PHP errors as interpreted by the PHP system on your webhost...sometimes the web host has it set higher than is prudent and errors will show for EVERYTHING. I would not leave it turned on, as your site visitors will question the integrity of a site that has errors of anykind floating around in the footer or popping up in a new window on every page.)

Happy XOOPSING!
Affordable Web Hosting - Family - Fun!...and not always in that order!



53
adrock
Re: Print code based on url
  • 2005/9/5 19:45

  • adrock

  • Quite a regular

  • Posts: 291

  • Since: 2004/12/7


if I'm not mistaken, the echo command will simply echo what is placed there...so for those tags to work etc, you will need to include the <html> and <body tags> etc. I would attempt this with something other than the echo command.
(sorry, I know html and smarty interaction, and little php other than top level understanding of functionality)
Affordable Web Hosting - Family - Fun!...and not always in that order!



54
adrock
Re: Fatal errors after clean full intall of 2.2.3 / Don't think its complicated...
  • 2005/9/5 19:41

  • adrock

  • Quite a regular

  • Posts: 291

  • Since: 2004/12/7


sorry if it felt 'hostile'. Wasn't meant that way...was more of a "You Knucklehead!" ribbin' ya thing.

Many people come here and read the forums for a 'feel' about what it's like to use XOOPS and what the support is like....so when I see 'rants' based off of ones own, shall we say, unmet expectation...it can rub me the wrong way.

No offense meant...hopefully none taken.

For me, at work and with personal clients, I am waaaaay conservative about what I will install or use. The way I tend to look at things is; The one that doesn't fall down will walk further over time than the one that runs but falls on occasion.

Happy Xoopsing...and I wish you success with the project at work!
Affordable Web Hosting - Family - Fun!...and not always in that order!



55
adrock
Re: How many splits can XOOPS bear?
  • 2005/9/5 19:32

  • adrock

  • Quite a regular

  • Posts: 291

  • Since: 2004/12/7


Quote:
I do wonder, though, a lot about why we can't work together towards the same goals. If anyone can clue me/us in to the reasons we can't that would answer a lot of questions from the community standpoint.


Not being 'involved' and only 'watching' from a distance, it looks like Pride, stubborness, language barriers and culture differences to me. Which, interestingly enough seems to be the main reasons for lots of other 'groups' not getting along.

In an odd way, I think it makes XOOPS more human!

I just like to help people, it's what I do at work...it's what I do in my spare time...it's just what I do. The 'forks' have a tendancy to frustrate me, as it spreads me thin across many different place and different topics and different situations and reduces my ability to 'help'...until I am able to learn more about the CMS, or the code, etc.

I've tried just about all of them (CMS's) and XOOPS is just the most well rounded and 'complete' one around. It will take more than a fork or a difference of opinion to get me to give it up!

It's beena while since I've said it..."Thanks XOOPS...for everything!"

-Adrock "Serviendo Guberno"
Affordable Web Hosting - Family - Fun!...and not always in that order!



56
adrock
Re: How to merge Mainmenu and usermenu ?
  • 2005/9/5 10:07

  • adrock

  • Quite a regular

  • Posts: 291

  • Since: 2004/12/7


hehe...he says 'Webmaster' but he IS the Wolf Factory!!

(and we love him for it too!)
Affordable Web Hosting - Family - Fun!...and not always in that order!



57
adrock
Re: Fatal errors after clean full intall of 2.2.3 / Don't think its complicated...
  • 2005/9/5 10:04

  • adrock

  • Quite a regular

  • Posts: 291

  • Since: 2004/12/7


hmmm.....
Resized Image

and hmmm.....
Resized Image

Why would you do that? My mind is blown too!
Affordable Web Hosting - Family - Fun!...and not always in that order!



58
adrock
Re: Ventrilo status module error
  • 2005/9/5 9:50

  • adrock

  • Quite a regular

  • Posts: 291

  • Since: 2004/12/7


Whats on line 3 & 33 of the of ../../ventrilo/admin/index.php file?

The error is telling you that something on those lines is incorrect....probably a directory path...but starting with that third line, you'll probably be able to figure out whats not right.

You could also check the modules developers home page to see if they have any bug fixes or updates etc. That would also be a good place to inquire or look for the block info you need.

(I don't use that module, so I wasn't readily able to check it at the moment)
Affordable Web Hosting - Family - Fun!...and not always in that order!



59
adrock
Re: Print code based on url
  • 2005/9/5 9:41

  • adrock

  • Quite a regular

  • Posts: 291

  • Since: 2004/12/7


Quote:
'background-image: url(.$xoops_imageurl.images/corpo_testata.jpg);


leave it in the smarty format while in the 'echo' process.

change to:

Quote:

url(<$xoops_imageurl>images/corpo_testata.jpg);
Affordable Web Hosting - Family - Fun!...and not always in that order!



60
adrock
Re: hmm 2 whitescreens of death on same forum page (mines worse than last)
  • 2005/9/5 9:32

  • adrock

  • Quite a regular

  • Posts: 291

  • Since: 2004/12/7


to go directly to the admin area of your site:

http://www.yourdomain.xxx/admin.php

this area does not use the same theme that is set to the main part of the site, so it should work. If not...create a duplicate of the default theme, and rename it to the same name as the theme that messed you up. Throw away the messed up theme (or rename the directory), and upload the copied default theme with the new name. Now when you go back to the site after the session expiration, you will have the default theme back, and be able to correct things.

The version of XOOPS you are using may shed some light on it, as well as any modifications you have made...or any modules that require things added to your theme.

For instance, CBB requires an addition to your theme, and some of the themes you download do not have that code in place...same goes for many of the Stats modules.

Here's a pointer:
Activate the themes block, and set it to be viewable to webmasters only, and leave the default theme set to the one that works.
Install(upload) your new theme, then go to the prefs and add it to the list of 'selectable themes'.
Now back out to the home page to change the theme and see if it works. If it all goes haywire...simply delete all temp internet files and cookies...relaunch your browser and go log back in and chuck the puppy! ;)
Affordable Web Hosting - Family - Fun!...and not always in that order!




TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 28 »



Login

Who's Online

141 user(s) are online (93 user(s) are browsing Support Forums)


Members: 0


Guests: 141


more...

Donat-O-Meter

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

Latest GitHub Commits