Hy punbb ..
based on here http://punbb.informer.com/forums/topic/ … k-twitter/
any update for login via socmed sync with punbb without 3rd site ?
26 2016-07-01 02:17
Topic: REQ: login via socmed (7 replies, posted in PunBB 1.4 additions)
27 2016-06-29 05:25
Re: [want to ask] any auto post (6 replies, posted in PunBB 1.3 extensions)
We are currently working on a similar expansion . It is something like a blog by punbb.
+ auto posting
Only punbb 1.4.4
for now im use wp to punbb but not effective..
the flow i have 10 or more topics already to post
the 10 topics, will post to forum one by one until 10 days
the update automatic usually using cron job
or the schedule topic published sounds good
the problem is im to stupid with coding hhee..
Please Mr.panbb.ru help to release this tweaking ^^v
Thanks you so much before for helping punbb create various feature, PUNBB still alive <3
28 2016-06-29 02:39
Re: [want to ask] any auto post (6 replies, posted in PunBB 1.3 extensions)
up i want it too, how to tweak this?
29 2016-06-28 02:11
Re: add js in some place file (2 replies, posted in PunBB 1.4 additions)
yes sir..
thats work
thank you for helping..
if punbb have rate user or poin i give u +1
30 2016-06-27 02:54
Topic: add js in some place file (2 replies, posted in PunBB 1.4 additions)
hy punbb lover..
i need ur help about create ext
how to add js only in file
- forum.php
- viewtopic.php
- viewpost.php
- seaarch.php
please ur help
link or tutorial is ok
31 2016-05-19 00:56
Re: Any way to use meta og ? protocol open graph in topics / posts (1 replies, posted in Feature requests)
if me..
open header.php
look at
else if (FORUM_PAGE == 'viewforum')
or
else if (FORUM_PAGE == 'viewtopic')
and set your ogp..
32 2016-05-19 00:50
Re: [Extension] Pan Backup DB - Backup and Recovery Forum DB (2 replies, posted in PunBB 1.4 additions)
Great extension for this..
Thx u so much for creating with us
33 2016-05-01 09:45
Re: How to add more meta tag? (5 replies, posted in PunBB 1.4 additions)
above two code didnt work sir
please ur help :3
34 2016-05-01 04:26
Re: How to add more meta tag? (5 replies, posted in PunBB 1.4 additions)
Thxx u Mr.Panbb for reply..
but dont work sir
i add like this in header.php
($hook = get_hook('hd_head')) ? eval($hook) : null;
if (FORUM_PAGE == 'search')
{
$forum_head['moremeta'] = '<meta property="og:title" content="search" />';
}
in search page result not display meta tag in source
please ur help sir ^^
35 2016-04-30 13:47
Topic: How to add more meta tag? (5 replies, posted in PunBB 1.4 additions)
Hy punbb
i have url like this
http://punbb.informer.com/forums/search/?action=search&keywords=zz+zz+zz&search=Search
i want add meta tag for this file only in search.php
code i use is this
$forum_head['moremeta'] = '<meta property="og:type" content="search" />';
but i dont know where must place
how to add meta tag on spesific file like this?
please your help ^^
36 2016-04-21 01:11
Re: how to get link canonical? (2 replies, posted in PunBB 1.4 additions)
в файле viewtopic.php вставить
навесить на хук hd_head
case close, love u panbb.ru
thx u so much for answer
working fine :3
37 2016-04-20 04:50
Re: [Extension] Pan eXtplorer - File Manager for PunBB (1 replies, posted in PunBB 1.4 additions)
guru of extension <3
38 2016-04-20 04:50
Topic: how to get link canonical? (2 replies, posted in PunBB 1.4 additions)
Hy punbb
i have question
how to get link canonical ?
when i browse in http://punbb.informer.com/forums/post/155736/#p155736
in manifest.xml this will get the link of post not canonical
forum_link($forum_url['post'], $cur_post['id'])
how to i get link http://punbb.informer.com/forums/topic/ … orums-003/
please your help punbb ^^
39 2016-03-30 03:21
Re: is something wrong with punbb? (4 replies, posted in PunBB 1.4 troubleshooting)
here
40 2016-03-26 11:01
Topic: eror on add new html tag (1 replies, posted in PunBB 1.4 troubleshooting)
hy punbbers..
i need ur help
here my code in parser.php
$pattern[] = '#\[s\](.*?)\[/s\]#ms';
$replace[] = '<span style=\"text-decoration:line-through\">$matches[1]</span>';
here my input to post
[url=http://zz.com][s]aaa[/s][/url]
here generate eror
Warning! The following errors must be corrected before your message can be posted:
[s] was opened within [u_rl], this is not allowed
what wrong with my pattern php? how to fix it?
please ur help ^^
41 2016-03-26 10:55
Topic: is something wrong with punbb? (4 replies, posted in PunBB 1.4 troubleshooting)
i have post in punbb 2days ago, but is lost.. why ?
42 2016-03-04 01:25
Topic: eror on delete user (1 replies, posted in PunBB 1.4 bug reports)
this user has 900+ posts
when i click delete user, i get warning like this
Network Error (tcp_error)
A communication error occurred: "Operation timed out"
The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.For assistance, contact your network support team.
how to dalete acc?
44 2016-01-08 02:21
Re: how to rewrite this url? (4 replies, posted in PunBB 1.4 additions)
Nice great tweak & work fine.
Thxx u so much Mr.Visman
45 2016-01-08 02:16
Re: eror on search (7 replies, posted in PunBB 1.4 troubleshooting)
Note: im still get problem with this, admin or anyone can help for this strange case
46 2016-01-07 04:55
Topic: How to make query search display on title? (0 replies, posted in PunBB 1.4 additions)
47 2016-01-07 04:33
Re: how to rewrite this url? (4 replies, posted in PunBB 1.4 additions)
se_start hook.
if (!empty($_GET['q'])) { $_GET['action'] = 'search'; $_GET['keywords'] = $_GET['q']; }
this for make extension or modif file?
48 2016-01-06 17:56
Topic: how to rewrite this url? (4 replies, posted in PunBB 1.4 additions)
Hy all
i have question
i have url like this
http://punbb.informer.com/forums/search/?action=search&keywords=punbb+punbb&search=Search
How to chnage url can opened by this url
http://punbb.informer.com/forums/search/?q=punbb+punbb
Please your help
49 2015-12-23 02:15
Topic: how to make auto title? (1 replies, posted in PunBB 1.4 additions)
case..
im to lazy create some title, if title has blank
how to make auto title based on
- The first sentence or
- Date of the day with time or
any example to make auto title like this?
please ur help punbb
sorry my bad english
50 2015-12-07 20:56
Re: how to add hashtag? (6 replies, posted in PunBB 1.4 additions)
Gretas work fine..
the best place ps_parse_message_bbcode without eror
thxx a loot guru Mr.Visman
thxx u punbb