Search found 32 matches

by terry_b
Tue 8. Aug 2006, 19:25
Forum: phpwcms Support English
Topic: CSS or in another file ...?
Replies: 10
Views: 2477

Yes you can change few links with a specific color by using their own class. The first code I entered in my first response is for changing all the links that don't have a CSS class. If you want to change a few links color, then you have to create your own class (see the code in my first response) an...
by terry_b
Tue 8. Aug 2006, 18:47
Forum: phpwcms Support English
Topic: CSS or in another file ...?
Replies: 10
Views: 2477

Like I said, you can edit the CSS directly in the backend panel. ( in the backend, click on Admin and then click on Default CSS ). Once there you have a text box containing all the main CSS classes. The way I do it is selecting all the CSS classes, copy and paste in a HTML/CSS editor (mine is Dreamw...
by terry_b
Tue 8. Aug 2006, 17:38
Forum: phpwcms Support English
Topic: CSS or in another file ...?
Replies: 10
Views: 2477

You can change the frontend.css directly in the backend. (go to Admin > Default css) This part is not editable with FKeditor but you can edit it through the text box or what I often do is select and copy the content of the text box, paste in a CSS/HTML editor, modify the code, select and copy the co...
by terry_b
Tue 8. Aug 2006, 17:32
Forum: phpwcms Support English
Topic: CSS or in another file ...?
Replies: 10
Views: 2477

Hi culda_a, To change all the links style that are not using any css class, you'll have to customize this: a, a:link, a:visited, a:active, a:focus { color: #000000; text-decoration: none } a:hover { color: #000000; text-decoration: underline; } Now you can also create a different css class for a dif...
by terry_b
Sat 5. Aug 2006, 21:31
Forum: phpwcms Support English
Topic: Strange problem
Replies: 19
Views: 3495

Stupid Question: Did you create any template?

Your template should at least have the tag {CONTENT} in the main section of the template.

:wink:

Terry
by terry_b
Sat 5. Aug 2006, 06:15
Forum: phpwcms Support English
Topic: 1. Versuch mit 1.2.8 :: erste Fehler!!!
Replies: 79
Views: 23924

Captcha shows an empty image.

I even changed of hosting company and it's the same problem...

Is that normal?

Thanks,

Terry
by terry_b
Tue 1. Aug 2006, 08:46
Forum: hacks & enhancements
Topic: UPDATED - FCKeditor 2.3 Final (pico's Version)
Replies: 22
Views: 18824

Hi Marcus, Did you try to add those lines in your file config.inc.php (in the folder config/phpwcms) // values for FCKeditor ; $phpwcms['UploadPath'] = 'picture/upload'; // path to Uploadfolder from FCK Browser; $phpwcms['image_path'] = 'phpwcms_filestorage'; // path to phpWCMS Filestorage; $phpwcms...
by terry_b
Mon 31. Jul 2006, 05:21
Forum: sites you are proud of (made with phpwcms only)
Topic: www.gruber-trucks.at
Replies: 2
Views: 3453

Good job mate, I like it.

The only problem is when you pick a picture in the gallery under IE. The page is all screwed up (not in Firefox though).

Otherwise I like the layout and the integration of Singapore (did you use an include file with PHP?)

Cheers,

Terry
by terry_b
Sat 29. Jul 2006, 18:32
Forum: phpwcms Installation Troubleshooting English
Topic: Upgrade to 1.2.7 - external content won't work anymore...
Replies: 2
Views: 2167

Hi cyaneo,

Try to edit your conf.inc.php in the folder config/phpwcms and set the value of $phpwcms["allow_cntPHP_rt"] from 0 to 1

Cheers,

Terry
by terry_b
Wed 26. Jul 2006, 13:52
Forum: hacks & enhancements Support
Topic: Re: trying to create a fixed info column
Replies: 5
Views: 3583

Hi ruediger,

I think that the best way in order to help you is to show us your page and the category that is shown and that you don' t want it to.

Terry
by terry_b
Sat 22. Jul 2006, 19:37
Forum: hacks & enhancements
Topic: {TEASER_EX} Replacement tag v1.90 - 10.1.2007
Replies: 398
Views: 183083

Hello there,

I don't know if this idea's already been requested or submitted but what about an online integrated TEASER_EX generator as a module? That would be a great option (with a dynamic list of templates, categories, ect..)

Is that possible?

Thank you ;)

Terry
by terry_b
Tue 4. Jul 2006, 03:08
Forum: phpwcms Discussion
Topic: YEAH YEAH!! A roadmap :)
Replies: 8
Views: 5395

Well said pSouper! I 100% agree with you. PHPWCMS is free. It's so easy to blame what is wrong, why this, why that... If Oliver doesn't want anybody else to work on the script than he should have his own good reason and we should all respect that. Oliver explained to us why there was no update at al...
by terry_b
Wed 14. Jun 2006, 23:53
Forum: General Discussion
Topic: Heavy questions
Replies: 6
Views: 2759

Hi Stim. Tell us in what does it bother you? Those Sponsor posts are Google Ads which allow Oliver to make some money in order to finance his full time coding he is spending on his awesome script. Removing those would be like removing a part of your income. If you are willing to help, click on those...
by terry_b
Sat 10. Jun 2006, 23:42
Forum: phpwcms Feature Requests
Topic: Download Counting / Zählen
Replies: 19
Views: 11122

Hello

Sorry for the *bump :)

Is it possible to do the same mod but to count clicks on links?

Thank you and keep up the great work.

T.
by terry_b
Wed 10. May 2006, 06:45
Forum: phpwcms Support English
Topic: mailto problem
Replies: 4
Views: 1593

hmmm I just added the teaser ex and the show content tag. I've also added the rep tags helper so I haven't changed a lot. I think that it could be the server my website is hosted on but what could be the cause then... Thank you Pappnase for your help anyway. If you think about anything else, I'll ta...