61
fredski
Re: Newbb2 and corrupt zip attachments
  • 2005/3/24 15:36

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


No, Internet Explorer. v6.029



62
fredski
Newbb2 and corrupt zip attachments
  • 2005/3/24 15:27

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


I'm having a problem attaching zip files to forum posts. The zip files open ok on my pc and if I send them to someone they can open them. But when I attach the same file to a forum post, when i save it to my pc and try to open it, I get the error message that it is corrupt or invalid. :( Do any of you guys know why this might be?



63
fredski
Re: how to show all the topics in forum irrespective of days passed.
  • 2005/3/22 11:02

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


I think he knows that ted, his problem is that people go to his site an click on a topic, OOooops no threads visable, person goes off to another website. Alot of people that come to your site don't know that clicking on the show all from the drop down will display all the threads, and if they have to do that it makes it look like your forum is unpopular and no-one posts there so why should they post either. The default for the forums should be to display the most recent threads irespective of how long ago they were posted.



64
fredski
Re: TinyD and Smarty Meta Tags
  • 2005/3/21 12:07

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


Cry



65
fredski
Poll Permissions for Private Topics
  • 2005/3/21 12:05

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


Has anyone found a way to set individual poll permissions rather than global?? If one of my registered users creates a poll in a private topic of Newbb, any user can then access that poll in the polls section. Which is obviously a big no no, as sometimes the private group can be running a poll on a sensitive issue. Is there a hack or a work around that when a poll is started in a particular topic the poll takes on that topics permissions????????

Any help with this would be much much appreciated.

Thanks



66
fredski
Re: TinyD and Smarty Meta Tags
  • 2005/3/18 14:09

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


Anyone?

Pretty Please



67
fredski
TinyD and Smarty Meta Tags
  • 2005/3/17 11:44

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


Im using the tinyd content modules for quite a few pages of various content throughout my site. The problem I'm having is that although my static pages were ranked quite high in the search engines, now that they are wrapped into XOOPS they all have the title of the module as its meta title i.e ideal handling - tinycontent0 or ideal handling - tinycontent1. How can I use the smarty variables to take the title given to the article in tinycontent and use that for the page title? Custom keywords would be an advantage also, but that isn't as important as me getting the page titles back.

I've read smarty-xoops tips pdf file but as I'm not a coder just someone slightly above cut and paste I couldn't work out how to use the following with tinyd:

Page Title <{$xoops_pagetitle}>
Page title plays a very important role in searching engine rankingThe stock XOOPS distribution
by 
default assigns the module name as the page title for every pages of a particular module.
This definitely will not help you improve your rankingGoogle and other search engines rely
heavily on page titles in page ranking all other factors considered
A page from PR5 site may
rank well ahead of a similar page from a PR7 site due to the simple fact that the page from PR5
has a page title with all relevant “key words” 
while the PR7 page does not.
There are several hacks of implementing page titlesIt may sound a daunting task in assigning
your own page title
It is really not complicated if you understand the working of Smarty.
You can just simply overwrite the Smarty variable at display-time with your own page title.
For 
example, if we want to display an individual download name as the page title under
singlefile
.php.
We know from reading the file that $dtitle is assigned as the title of an individual download
name
Knowing thisnow we can assign it as page title.
Add
$xoopsTpl
->assign('xoops_pagetitle'$dtitle);
before
include XOOPS_ROOT_PATH.'/include/comment_view.php';
include 
XOOPS_ROOT_PATH.'/footer.php';
We now have a unique page title for every downloadVery simpleIt is and should be.
Meta keywords
The value of meta keywords in searching engine rankings is highly debatable
Google pays no
attention to meta keywords
Yahoo! and MSN may or may not assign weight to keywords.
Even they do, the weight may be much less than those of your page titles.
Although it may not help in most casesthere is no harm in implementing custom keywordsIn
case that you want to implement custom keywords for your pagesthe followings are steps that
you could accomplish the feature
.
It will require modifications to theme.html file and individual pages.
Let’s say we also want to include the download name in the metakeywordsWhat we want is
simply “add” the download name into the XOOPS metakeywords
We will assign a Smarty
variable 
for the download name and add as part of theme.html file.
Here are the steps:
Add (singlefile.php)
$xoopsTpl->assign('xoops_customkeywords'$dtitle);
before
include XOOPS_ROOT_PATH.'/include/comment_view.php';
include 
XOOPS_ROOT_PATH.'/footer.php';


Any help would be much appreciated, thanks.



68
fredski
Re: Changing the post time of a forum post
  • 2005/3/14 12:24

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


OK I've figured it out...

It's time in seconds since 1970 01 01 00:01

Odd but hey at least I know now.



69
fredski
Re: Changing the post time of a forum post
  • 2005/3/14 11:26

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


Come on Guys,

surely someone knows the answer to this????

Answers on a postcard to:-
.... :)


Quote:

fredski wrote:
I need to change the time of a forum post that was deleted by accident but is quite important.

I've checked MySQL and found the post in the database but it has the following for the post time 1368929231, on the forum the post time for that is 2005/3/7 13:49. How do I change this and can someone explain the formula.

Thanks :)



70
fredski
Changing the post time of a forum post
  • 2005/3/8 10:59

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


I need to change the time of a forum post that was deleted by accident but is quite important.

I've checked MySQL and found the post in the database but it has the following for the post time 1368929231, on the forum the post time for that is 2005/3/7 13:49. How do I change this and can someone explain the formula.

Thanks :)




TopTop
« 1 ... 4 5 6 (7) 8 9 10 ... 25 »



Login

Who's Online

188 user(s) are online (88 user(s) are browsing Support Forums)


Members: 0


Guests: 188


more...

Donat-O-Meter

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

Latest GitHub Commits